.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -moz-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -ms-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -o-linear-gradient(180deg, #c0f6f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0f6f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0f6f5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #c0f6f5, #ffffff);background-size:auto !important;position:relative;display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { background-color: transparent; background-image: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { border-width: 0; border-radius: 0; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:12.25rem;width:75rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.186875rem;width:8.2498125rem;top:7.9375rem;left:33.3125rem;overflow:hidden;display:block; }
#pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !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.124375rem;width:8.9985rem;top:7.5rem;left:33rem;display:block; }
#GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.375rem;width:75rem;display:none; }
#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { background-color: transparent; background-image: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { border-width: 0; border-radius: 0; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { color:#322e6c;display:block;width:22.9373125rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:0.68576335906981rem;left:42.353517532349rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WWgAqTqTBCWca61uJTVktBABImNbKreb { color:#322e6c;display:block;width:23.936625rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:0.68250846862794rem;left:8.1642799377444rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:4.6845703125rem;left:6.7470703125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6873125rem;height:2.74956875rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:12.811415672303rem;left:25.499132156372rem;display:block; }
#dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { background-color:#1c6890;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6873125rem;height:2.74956875rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:12.811415672303rem;left:37.812501907349rem;display:block; }
#sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6870625rem;width:17.5rem;top:13.337673783303rem;left:53.186849594116rem;overflow:hidden;display:block; }
#p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.061625rem;width:18.75rem;top:14.151476502419rem;left:3.5601129531861rem;overflow:hidden;display:block; }
#ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { background-color:#212020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.75rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:16.9619140625rem;left:29.7802734375rem;display:block; }
#bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -moz-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -ms-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -o-linear-gradient(180deg, #ffffff, #c0f6f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );";background-image: linear-gradient(180deg, #ffffff, #c0f6f5);background-size:auto !important;position:relative;display:block; }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf > .row .container { background-color: transparent; background-image: none; }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf > .row .container > .video-iframe-container { display: none; }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf > .row > .video-iframe-container { display: none; }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf > .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); }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf > .row .container { border-width: 0; border-radius: 0; }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-form-header {  }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1rem;font-weight:bold;color:#0078c4;width:18.3125rem;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; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .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:18.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;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) ; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-text {padding-top: 0; padding-bottom: 0;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .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:18.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;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) ; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .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:18.3125rem;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; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-select {padding-top: 0; padding-bottom: 0;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .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; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .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:18.3125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.125rem;overflow:hidden;font-style:normal; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .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; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .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; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-container:first-of-type{padding-top:0;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-container:last-of-type{padding-bottom:0;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:10.748046875rem;left:5rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.3125rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .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; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs {display:block;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:10.748046875rem;left:5rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #eCenftFRgsvKFyxLH7FwiZ3PiaTJWrQt { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #RkTTLqEXGmr8p7xBOQFORNZM6KZKti9i { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #WB1T1gne7Xapxm1FJRkiWBK78usoUnUQ { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #s7TR6Akoq1GOFM95v3GUss4EeR7cFUhN { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #oVImxBT1Trav7BtpeIXfNUlpum4GxG4w { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #ii8bO61gPcWTwEuvrkB9ial21BnDJ0WI { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #RpCpycEit5Mw7mSGkgEhO3P92tZD1D5m { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #JbG29JTGIvaWE2XIPx3oywlfiJqugo8b { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #dzXdcTXkZUyvUheTs6paE9blVSAEFPyE { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #BcU6G8XJ65E8AlHhp8kAKKoAxKJg504M { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #pRDC2TvvsfRZeTA2io8mFm6oisEoZbIu { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #RRSs98D7QBhTeyiW9mTEsCklAXGbN0nW { position:relative; }
#c4ekXfJEHy0TmDBxCucbl3cJ1XTH6RQD { position:relative;display:block; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #bNpp2E0lAIEinuwmBapPSNpK8F1uKglI { position:relative; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #ldMT4oS5uiRkJgHVMiUR3nWFwCS2X8An { position:relative; }
#INkDPRGOVJLQryl51FzBVA1Pgv1JG8xK { color:#0078c4;display:block;width:32.25rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:16.21875rem;left:30.4375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bgPsU7lziU1A1sPs8nSKiNad8VTycZNM { color:#000000;display:block;width:33rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:21rem;height:7.55625rem;text-align:center;text-align-last:center;display:block; }
#JcRssiyol9WCcwDvv2WhyCQTJhN4aUBS { color:#f10240;display:block;width:25.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:3.125rem;left:31.1875rem;height:1.3rem;display:block; }
#cw5MdZzJ5ADBA8Xgm80xMiByOwTIa8VG { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:15.1875rem;left:26.59375rem;display:none; }
#GyZ0q8nNbWqK1b0XqKrSEGI9g0nQU7Ti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lOxAsqPTIrNOqF52QXDTddQW6KJqhVrx { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:16.5625rem;left:26.59375rem;display:none; }
#TEtpfD6TDOH6HIRTpRNUKXQUuEuE8lqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iESXpqRxFFTTPO4VpRR1xdEqh6KfXSFJ { position:absolute;display:block;z-index:100085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:21.625rem;left:34.0625rem;overflow:hidden;display:block; }
#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA { 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; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA.adaptive-delivery-prevent-bg, #m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA.lazyload, #m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA.lazyloading { background-image: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { background-color: transparent; background-image: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container > .video-iframe-container { display: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row > .video-iframe-container { display: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .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); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { border-width: 0; border-radius: 0; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#ybsoBO5MTNnpHkEp9uweqfKWe0MMTmhd { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q0B9BUtZSeDpuiW5GaVegbtnlg62aQMW { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.06206875rem;width:15.061875rem;top:1.4375rem;left:30rem;display:block; }
#JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { color:#ffffff;display:block;width:12.999125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:1.9943580627441rem;left:31.000436782837rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { position:absolute;display:block;z-index:100041;background-color:#e3e3e3;background-image:none;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;height:9rem;width:8.9995625rem;top:6.9372863769531rem;left:60.686853408814rem;display:block; }
#TTnTwwO30SR0e4fgdneOFVupEEEgywFM { position:absolute;display:block;z-index:100042;background-color:#e3e3e3;background-image:none;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;height:8.9995625rem;width:8.9985rem;top:6.9372863769531rem;left:49.749349594116rem;display:block; }
#yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { position:absolute;display:block;z-index:100043;background-color:#e3e3e3;background-image:none;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;height:8.9985rem;width:8.9985rem;top:6.9372863769531rem;left:38.624132156372rem;display:block; }
#vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { position:absolute;display:block;z-index:100044;background-color:#e3e3e3;background-image:none;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;height:8.9980625rem;width:8.9980625rem;top:6.9365234375rem;left:27.55859375rem;display:block; }
#AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { position:absolute;display:block;z-index:100045;background-color:#e3e3e3;background-image:none;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;height:8.9985rem;width:8.9985rem;top:6.9372863769531rem;left:16.436632156372rem;display:block; }
#l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { position:absolute;display:block;z-index:100046;background-color:#e3e3e3;background-image:none;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;height:8.9985rem;width:8.9985rem;top:6.9372863769531rem;left:5.3743486404419rem;display:block; }
#U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { color:#1799eb;display:block;width:6.06228125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:9.423179626465rem;left:62.153863906861rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { color:#1799eb;display:block;width:6.06055rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:8.7177734375rem;left:40.0927734375rem;height:5.6066875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { color:#1799eb;display:block;width:7.561875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:8.830726623535rem;left:50.466581344604rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { color:#1799eb;display:block;width:6.06055rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:9.4365234375rem;left:29.02734375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:8.830726623535rem;left:17.881944656372rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:9.699867248535rem;left:6.7567272186281rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SdKHwTCfUV2ky0zACcyFy8A2D2kgO6Fh { position:absolute;display:block;z-index:100053;background-color:#e3e3e3;background-image:none;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;height:9rem;width:8.9995625rem;top:17.311630249024rem;left:60.686853408814rem;display:block; }
#G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { position:absolute;display:block;z-index:100054;background-color:#e3e3e3;background-image:none;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;height:8.9995625rem;width:8.9985rem;top:17.311630249024rem;left:49.749349594116rem;display:block; }
#aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:none;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;height:8.9985rem;width:8.9985rem;top:17.311630249024rem;left:38.624132156372rem;display:block; }
#WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { position:absolute;display:block;z-index:100056;background-color:#e3e3e3;background-image:none;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;height:8.9985rem;width:8.9985rem;top:17.311630249024rem;left:27.561849594116rem;display:block; }
#rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { position:absolute;display:block;z-index:100057;background-color:#e3e3e3;background-image:none;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;height:8.9985rem;width:8.9985rem;top:17.311630249024rem;left:16.436632156372rem;display:block; }
#IynNKNLOLrnxXVXf8yAaUh5vJRXPr3kS { color:#1799eb;display:block;width:6.06228125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:19.749786376953rem;left:62.124567031861rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hS1XF3m95zeGnPT147iCcCMTRGFUfCog { color:#1799eb;display:block;width:7.0615rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:19.0927734375rem;left:39.5927734375rem;height:3.73779375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { color:#1799eb;display:block;width:7.561875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:19.206161499024rem;left:50.466581344604rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:19.101996898651rem;left:29.028863906861rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xK5qAluefVugVwFKCie8ZLkTowsE2eiF { color:#1799eb;display:block;width:7.125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:18.8115234375rem;left:17.123046875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { position:absolute;display:block;z-index:100058;background-color:#e3e3e3;background-image:none;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;height:8.9985rem;width:8.9985rem;top:17.311630249024rem;left:5.3743486404419rem;display:block; }
#N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:19.206163883209rem;left:6.8196620941163rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hhZgElyHsTwslD9kQA4PPVIJVfX4SOJf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:9.25rem;text-decoration:none;z-index:100065;text-align:center;text-align-last:center;top:6.8427734375rem;left:16.435546875rem;display:block; }
#VWMdlvGAZg5DpDo3RchIn1eku1tQUhu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:9.0625rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:6.8427734375rem;left:5.248046875rem;display:block; }
#GGwAuaDlXgIfuTR13qPKziiPpSPKmNx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zSwUdnablkxhC3K0szhXpFh8grAKoBXN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:8.9375rem;text-decoration:none;z-index:100067;text-align:center;text-align-last:center;top:7.0478515625rem;left:27.8701171875rem;display:block; }
#wu6cfUM6qkNbG4yHkc389DHdSVTvTUIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mXT046TBu6W2Jwffa14iZcyDnRCqHfPc { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:9.1875rem;text-decoration:none;z-index:100068;text-align:center;text-align-last:center;top:6.7802734375rem;left:38.498046875rem;display:block; }
#fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T5Pl6aNGvKD69lAbJ5457FJllg6LQTvQ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:8.4375rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:6.8603515625rem;left:50.291559533228rem;display:block; }
#GTSp7cR5hbmD5gGuoh64TNkdMk6FWbmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:8.875rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:7.2978515625rem;left:60.731742527174rem;display:block; }
#BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NZRRQQlZiWgh5F55sLbVuA4FrXJ4mTwr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:7.5625rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:18.0302734375rem;left:60.33984375rem;display:block; }
#RDPq6ohGbR8hHlHbgQDCgsIpRPVlhdup { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:8.8125rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:17.19140625rem;left:49.935546875rem;display:block; }
#rTwXXbfFrH1x51O6thpQ0Wtw7HKVFgEZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eOMFbcCUQKKENG6wk6UEJd9bqSmw4DeL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:9.125rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:17.3115234375rem;left:27.5576171875rem;display:block; }
#tvTevMg72UZC4fl2TFTIKcVzUpC8TXWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fPbwyLTMW72Jeb5fKdQOaqRMhnk0UOiR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:9rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:17.3740234375rem;left:5.373046875rem;display:block; }
#FLJLflDelhUuEZn9XBadmgMcCKfQ8oTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mm7HRHdA95duxfQg3FcgelklOiOWhbHg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:9.3125rem;text-decoration:none;z-index:100077;text-align:center;text-align-last:center;top:17.0302734375rem;left:38.841796875rem;display:block; }
#WEDCZBCnz5zTEXJgg0MIir1eicga0LRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { position:relative;display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { background-color: transparent; background-image: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container > .video-iframe-container { display: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container { display: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .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); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { border-width: 0; border-radius: 0; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c87a8d, #e14b6f);background-image: -moz-linear-gradient(180deg, #c87a8d, #e14b6f);background-image: -ms-linear-gradient(180deg, #c87a8d, #e14b6f);background-image: -o-linear-gradient(180deg, #c87a8d, #e14b6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c87a8d', endColorstr='#e14b6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c87a8d', endColorstr='#e14b6f' );";background-image: linear-gradient(180deg, #c87a8d, #e14b6f);background-size:auto !important;font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { display:block;width:27.6875rem;position:absolute;font-family:tajawal;font-size:3.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:24.99609375rem;height:4.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;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { display:block;width:26.8105625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:25.4345703125rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#F00Vw4sbpw7BwOK2kn3ZfRs0Tg9NTr0n { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:9.624rem;top:0rem;left:54.78125rem;overflow:hidden;display:block; }
#SCVyQ9Tc3lWPr1U8CnN2mVtg8kbt82pd { background-color:#fffafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:4.5rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:10.0625rem;left:31.27734375rem;display:block; }
#s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 { 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; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38.adaptive-delivery-prevent-bg, #vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38.lazyload, #vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38.lazyloading { background-image: none; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row .container { background-color: transparent; background-image: none; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row .container > .video-iframe-container { display: none; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row > .video-iframe-container { display: none; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .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); }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row .container { border-width: 0; border-radius: 0; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row .container { font-size:0.875rem;font-family:arial;height:80.25rem;width:75rem;position:relative;display:block; }#ATIAu2F2Z68wPdEoo9f0cMCyDAn9n5i2 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#phXvMrkwC4hK5E9LESno53V5FEyLPZmv { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#ouvZwcOdkAEgrFg6czKLvLzVt4KLSDpU { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:3.8125rem;left:58.3125rem;display:block; }#ouvZwcOdkAEgrFg6czKLvLzVt4KLSDpU.adaptive-delivery-prevent-bg, #ouvZwcOdkAEgrFg6czKLvLzVt4KLSDpU.lazyload, #ouvZwcOdkAEgrFg6czKLvLzVt4KLSDpU.lazyloading { background-image: none; }
#dTq6vbyS20OC2Kl7GiPaxMs25zrqqQXd { color:#1799eb;display:block;width:11.0623125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:5.5rem;left:59.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#msKkgPCA73CkDHewWZRD3UvAvxWhaTcN { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:3.8125rem;left:40.0625rem;display:block; }#msKkgPCA73CkDHewWZRD3UvAvxWhaTcN.adaptive-delivery-prevent-bg, #msKkgPCA73CkDHewWZRD3UvAvxWhaTcN.lazyload, #msKkgPCA73CkDHewWZRD3UvAvxWhaTcN.lazyloading { background-image: none; }
#qtsiEnLaNPtFyflIMXToZqfNN5cMX3Q4 { position:absolute;display:block;z-index:100010;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:12.9375rem;left:62rem;display:block; }
#i7HTuT5kNeXNs9xrRniPrsSrFh1ifM56 { color:#ffffff;display:block;width:6.936875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:13.6875rem;left:62rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFU2m05EJ6L2FT7QMxtdu8LRt00pdpys { position:absolute;display:block;z-index:100014;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:12.9375rem;left:43.75rem;display:block; }
#uwcGKyr4PTxuveiQEMJiykgLVGoJvEE6 { color:#ffffff;display:block;width:11.0623125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:13.5rem;left:41.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIlX06cmdb788WJX7rLQFzD9l4NMrGrh { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:8.125rem;left:59.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QO9UpHwTMhpKpCWypVapxxD02Z7P8cyG { color:#1799eb;display:block;width:10.061875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:8rem;left:42.1875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lRRF7llg08qXE7prWQyT8zalgkuJ7Nyx { color:#1799eb;display:block;width:10.1248125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:5.5rem;left:42.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hp2FtOceREFAz1JcREps8fiMBGdNM9OJ { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:16.75rem;left:61.125rem;display:block; }
#VizsdWMiN1B8cLlQakhzqiwoPm9d2yK9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pFKAqAebB5WSPrvFDDnRyTZgJOtod8eu { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:16.75rem;left:42.875rem;display:block; }
#fkSE1pJlr4cLpdeB3iXX0QRec8fZ3Kq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nzDzQ2KtqvWrUlw21lEiQvrGG7fxHWxf { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:3.8125rem;left:22rem;display:block; }#nzDzQ2KtqvWrUlw21lEiQvrGG7fxHWxf.adaptive-delivery-prevent-bg, #nzDzQ2KtqvWrUlw21lEiQvrGG7fxHWxf.lazyload, #nzDzQ2KtqvWrUlw21lEiQvrGG7fxHWxf.lazyloading { background-image: none; }
#mGTAPNvxNTBHDHAiWulvbZklBzZc681f { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:5.4375rem;left:23.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eT7vNA7W89q74tVa5sKe53ECwvqpJRQy { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:7.875rem;left:23.375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1nunNoBtfQ6qcJa1rNQM70shSvBBOQU { position:absolute;display:block;z-index:100025;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:12.875rem;left:25.6875rem;display:block; }
#tE2TLA4MKuslKrx5yw9hPHU5JaO5SXct { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:13.125rem;left:25.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXPeuCNwQG1d5Iaxp0PxfbFmSFZymhi8 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:16.75rem;left:24.75rem;display:block; }
#bZOB9oceGc40uoF4Dk7PPqrmdCPAFIFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qsp16C2L8v3DCGrQSTCbVg4VgU0GP8yr { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:21.1875rem;left:59.9375rem;display:block; }#qsp16C2L8v3DCGrQSTCbVg4VgU0GP8yr.adaptive-delivery-prevent-bg, #qsp16C2L8v3DCGrQSTCbVg4VgU0GP8yr.lazyload, #qsp16C2L8v3DCGrQSTCbVg4VgU0GP8yr.lazyloading { background-image: none; }
#NpfGIkPRyPnBt2HbLtR92DqelaDZK4pg { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:23.119140625rem;left:62rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8811IQANC7xsQBGqUhX1HDotmpblCXN { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:26.50390625rem;left:62rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VFeiMPrT3Uu44lDTXmpgVRk85Vw077Th { position:absolute;display:block;z-index:100031;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:29.9375rem;left:63.6875rem;display:block; }
#qAfUPHvC03MgOL1A5Oaryw8iJhPVE6OK { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:30.875rem;left:61.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dt80T9lTw0MxV5TPky89a1fabFSSex9f { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:33.498046875rem;left:62.6259765625rem;display:block; }
#KDrlTcxe2Kr40361OEe3dCDfX4HUsRWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I6E7DIDBZEdwIEVVZL3nbn0JSrunwn5h { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:30.375rem;left:63.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OmSWvtpqSduW0hKblfOuEMvgQF3Jnu9G { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:30.25rem;left:64.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oc9KMpAPs6ThzBUIqiHLQtzxkXZEEIrB { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:21.8125rem;left:41.6875rem;display:block; }#oc9KMpAPs6ThzBUIqiHLQtzxkXZEEIrB.adaptive-delivery-prevent-bg, #oc9KMpAPs6ThzBUIqiHLQtzxkXZEEIrB.lazyload, #oc9KMpAPs6ThzBUIqiHLQtzxkXZEEIrB.lazyloading { background-image: none; }
#BFHQXW5OSTHiQtHaNJE0hTgAg7CP2fe1 { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:22.875rem;left:43.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ua2nF72MTg98bVJy8pT7hcJwlFlAgW30 { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:25.70703125rem;left:42.75rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAPJ7lTygsc7hwaJ8cP7kDCBwKNBSl1l { position:absolute;display:block;z-index:100039;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:30.5625rem;left:45.4375rem;display:block; }
#cvHv98zFnta4Tqx24d1MWr0tTSGgd6vx { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:31.0625rem;left:46.3125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r1ixPOlx6xWBqyPCwWtyBoT8nD1RUinp { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:31rem;left:45.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KHpPVHPiUuyNPnCqXCPXIFDlNq21oMXA { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:31.4375rem;left:42.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kE7ixUdkettxkVxOOVPDx1bRfMM5wKWG { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:34.125rem;left:44.46875rem;display:block; }
#NHGUwF0Xr5bZrtX7sMMFT4sBwS3iwVDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cMcdZIO0UOdeCu10k44Rt0xkzlQRORVg { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:21.1875rem;left:4.125rem;display:block; }#cMcdZIO0UOdeCu10k44Rt0xkzlQRORVg.adaptive-delivery-prevent-bg, #cMcdZIO0UOdeCu10k44Rt0xkzlQRORVg.lazyload, #cMcdZIO0UOdeCu10k44Rt0xkzlQRORVg.lazyloading { background-image: none; }
#OMeENS7ahWiR16leBQO1qVyuAEgtZDXJ { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:22.875rem;left:5.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTWDK8K7GKvFy95r82ZMyuNkIqo45SQl { position:absolute;display:block;z-index:100010;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:30.3125rem;left:7.8125rem;display:block; }
#vBhVwFXubMlsuB3Zqix6naQGZx2mgSwJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:25.8125rem;left:5.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlJDn5B0JTpK8Dzb7tcPk6lHlxvXpZVQ { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:30.875rem;left:8.4375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EI9nNU9nMFOozgy51SmmmgE7sTMVp7Wy { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:34.125rem;left:6.9375rem;display:block; }
#vaWgHcvdRZDOATlLobIw8NXVs3r5HsG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bCGufFDTWPvmdCdiDpfzCMt1ZnR9f9lm { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:3.8125rem;left:4.1875rem;display:block; }#bCGufFDTWPvmdCdiDpfzCMt1ZnR9f9lm.adaptive-delivery-prevent-bg, #bCGufFDTWPvmdCdiDpfzCMt1ZnR9f9lm.lazyload, #bCGufFDTWPvmdCdiDpfzCMt1ZnR9f9lm.lazyloading { background-image: none; }
#oHTkDpQqKm5aHB91tDWNVJIyXF1TMgUu { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:5.5rem;left:5.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UvLsXilL3RA5sNICQanabMxR6TQSd4X3 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:7.875rem;left:5.375rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReK7Ix4iFlRW26hQ2nU3ZavWIBNapEo1 { position:absolute;display:block;z-index:100010;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:12.9375rem;left:7.875rem;display:block; }
#sV0NyGi0R7EoTi7oLKMSrilx2ZiVQWwT { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:13.625rem;left:7.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aVvKJwENpbNmc5eU0XMO5EILndP1AZlT { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:16.75rem;left:7rem;display:block; }
#Fy02l59zGPSLdKD6C9XoaF0tWSQrwDbt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L4J9bT7xprtVSzQJeDsVemDF9zVevliK { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:39.5rem;left:40.0625rem;display:block; }#L4J9bT7xprtVSzQJeDsVemDF9zVevliK.adaptive-delivery-prevent-bg, #L4J9bT7xprtVSzQJeDsVemDF9zVevliK.lazyload, #L4J9bT7xprtVSzQJeDsVemDF9zVevliK.lazyloading { background-image: none; }
#Pw9ShxLZPawTgVdgltlmRnpw5ZAhoVWU { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:40.4375rem;left:41.5625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ot6VibHEz5X6Z93xqgQpwEnVIswuqseq { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:43.6875rem;left:41.5625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RndnxRh2m4fM9deZFQdML1HTc8Ng6Xbv { position:absolute;display:block;z-index:100039;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:48.25rem;left:43.8125rem;display:block; }
#glCdW65pKa51DEiUscwoEZVm5TNQOiTf { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:49.125rem;left:41.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HtvMHtrPHDX18TzatC5PpErlHKTKRz8O { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:48.6875rem;left:43.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytFPVW9OUKCpa3emPo9tybB2gutPEWAx { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:48.75rem;left:44.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vx4rDe4IUufDsaJaEThvH8LESmpmGLhL { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:52.4375rem;left:42.8125rem;display:block; }
#tSLCw1ugN404gClE5FHD6rTfrfTw53LQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dL4ibUw32KepxHzB0iqTc553UKw6Qkpf { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:21.1875rem;left:22rem;display:block; }#dL4ibUw32KepxHzB0iqTc553UKw6Qkpf.adaptive-delivery-prevent-bg, #dL4ibUw32KepxHzB0iqTc553UKw6Qkpf.lazyload, #dL4ibUw32KepxHzB0iqTc553UKw6Qkpf.lazyloading { background-image: none; }
#ukHWU1Nirnyizlr0SJMVkoLgqTi8VVlC { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:22.0625rem;left:23.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pRaBd8VWJPo3PfmW04DuQD9PnuxpnLLo { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:26.0615234375rem;left:23.3125rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lMQBwNlTA6QaJeGRnTFTaXX6MW6rBPkl { position:absolute;display:block;z-index:100047;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:29.9375rem;left:25.75rem;display:block; }
#FTTOpao2rUIQAfuiGCCpaPF4meDJQpkJ { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:30.8125rem;left:23.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4dwqE9Egsb6gZDnceTrt5Tcgk5b7JXu { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:30.375rem;left:25.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ol98NCuDnvQ56i76QIPqge2qtHaAMcZp { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:30.5rem;left:26.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NyXCMXGhazySVUgwHxDQ7QtR39Wp6y4o { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:34.125rem;left:24.75rem;display:block; }
#xuqpDRfKCKawpFm3Q4uoumSka84b7kGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D1xUQTS2AyvEQRCym6if1tkip2TA57TQ { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:28.5rem;left:24.9375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pPGibqMTO68ALDe7rneq8ea1lAtsqnZS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.5625rem;left:31.25rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#QO17tUQGD1OWn17sdMCFWEDVuKJoX6Zg { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:39.5rem;left:59.9375rem;display:block; }#QO17tUQGD1OWn17sdMCFWEDVuKJoX6Zg.adaptive-delivery-prevent-bg, #QO17tUQGD1OWn17sdMCFWEDVuKJoX6Zg.lazyload, #QO17tUQGD1OWn17sdMCFWEDVuKJoX6Zg.lazyloading { background-image: none; }
#wliW2CFngcy5V8HQJDvzH39tGytVpIAe { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:41.59375rem;left:62rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ocgfudvFXTHx7JVTJmDnX3o9fElum4GH { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:44.8125rem;left:62rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8ekNLiPmaxRlJs61iLXTqHToGTqmTP4 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:49.1875rem;left:61.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1I6HDk2X3Tgy6zGdAKCiKzb10I2suBf { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:52.4375rem;left:62.6259765625rem;display:block; }
#NTdu8VWXmLoHus0zg6PrqfBBnTR95ZL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UGUSTWNc5m8BgXrVnLZ7LkpgNnXICFtW { position:absolute;display:block;z-index:100039;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:48.25rem;left:63.6875rem;display:block; }
#D5W0xy6Q530mq0DyEUu2yyLlW3b5WX2s { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:48.6875rem;left:63.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRKVrV9TvI1nbwh01v6qvcuOk6u4NROG { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:48.6474609375rem;left:64.6240234375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GmfPUdNcdgT2rHRCKXaSId45WEnshQ9T { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:14.375rem;top:39.625rem;left:21.4375rem;display:block; }#GmfPUdNcdgT2rHRCKXaSId45WEnshQ9T.adaptive-delivery-prevent-bg, #GmfPUdNcdgT2rHRCKXaSId45WEnshQ9T.lazyload, #GmfPUdNcdgT2rHRCKXaSId45WEnshQ9T.lazyloading { background-image: none; }
#omd6T4VEfJM1E5kH5UEkZwQFoQPR1Wep { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:40.5625rem;left:22.9375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4oasDNmLfFO8UaAGMeINF2cdGLiGGGe { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:44.4140625rem;left:23.3125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0DsLhUoL7kLabnlpcHqdIdecC7upp93 { position:absolute;display:block;z-index:100047;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:49.1875rem;left:25.1875rem;display:block; }
#wRbqnnT2wp1oFSTSV4WgChKKsO8SdUi6 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:50.0625rem;left:22.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCc6BV9AxqBBvhcQ8illEUDBHd3NS9qF { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:49.625rem;left:25.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6KaRvqMwp4GLDLX4wancaOzCTWTrp0h { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:49.625rem;left:26.0625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xy2ho7Sw4QygfbTorb6r2ksn9cA3m39P { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:52.4375rem;left:24.1875rem;display:block; }
#qcC8WQ5T1mGtEpmmB9s0N7VOZoEGz8lZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A3l8TxXf7TZ5ft98vTyDkV762R9e80VJ { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:14.375rem;top:39.5rem;left:4.125rem;display:block; }#A3l8TxXf7TZ5ft98vTyDkV762R9e80VJ.adaptive-delivery-prevent-bg, #A3l8TxXf7TZ5ft98vTyDkV762R9e80VJ.lazyload, #A3l8TxXf7TZ5ft98vTyDkV762R9e80VJ.lazyloading { background-image: none; }
#r7wJ1EUpXecQhSoEbbKK6bHE6N0wUpqs { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:40.5625rem;left:5.625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncgb9axnHaDuurc5dBeKv6336ESxHcBJ { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:44.4375rem;left:6rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BP2GvdT0I6XwNaNaFCTXN6iU33dgwiFG { position:absolute;display:block;z-index:100055;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:48.0625rem;left:7.875rem;display:block; }
#ctRRamKAIFwzvtuCrZT6xPE7ZxsbMB6A { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:49.75rem;left:5.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2hSRlikuhUgnJFZqS7Ug8AJUA7moGdF { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:49.375rem;left:7.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnZTBqabU7QaBonLbKBuspTlUeygeyVo { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100077;text-align:center;text-align-last:center;top:52.125rem;left:6.875rem;display:block; }
#L28kufNu6T0iqAVH4Qrte6d2hy4TAlAV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w8Ab9golSdkyGhncesKU41EhuJK1WKD1 { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:48.5rem;left:8.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATrCTymPFZ2y22EphpRHw3D9FQGI0npW { position:absolute;display:block;z-index:100059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:14.375rem;top:58.1875rem;left:59.5rem;display:block; }#ATrCTymPFZ2y22EphpRHw3D9FQGI0npW.adaptive-delivery-prevent-bg, #ATrCTymPFZ2y22EphpRHw3D9FQGI0npW.lazyload, #ATrCTymPFZ2y22EphpRHw3D9FQGI0npW.lazyloading { background-image: none; }
#THnZsdCvZ4a8D0CObCyfJRi4RWs9GHlB { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:60.4375rem;left:61rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#osghoLcylhRo2N6z3BMvrHuB9hNV4pw6 { color:#1799eb;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:64.3125rem;left:61.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsCZM01RzPTiz1Uq9Rtw5KICd2imEDZ1 { position:absolute;display:block;z-index:100063;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:67.9375rem;left:63.25rem;display:block; }
#lxNpcLpoJvlNOpLCOng4B4gGA9a6V9PD { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:69.625rem;left:60.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhai75yTN70AqJQ0r4B810g75gnmAaDg { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:69.25rem;left:63.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLf5m16KmVHayEv9pGVNfEydTIGVNfiO { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100085;text-align:center;text-align-last:center;top:71.6875rem;left:62.71875rem;display:block; }
#brBI9THJ8EIOTOQK6HI1fv37yHa5dkJn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CIJzNmAwU2pSEWVsyqfuVC6usLJngrPa { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:68.51171875rem;left:63.8115234375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TX2da7ytH8Tt1lO7LnDTC55rBtQlAgHI { position:absolute;display:block;z-index:100067;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:14.375rem;top:58.1875rem;left:31.125rem;display:block; }#TX2da7ytH8Tt1lO7LnDTC55rBtQlAgHI.adaptive-delivery-prevent-bg, #TX2da7ytH8Tt1lO7LnDTC55rBtQlAgHI.lazyload, #TX2da7ytH8Tt1lO7LnDTC55rBtQlAgHI.lazyloading { background-image: none; }
#VqKvW3Cq1uJSZ0hTsCwpGGZwwcJ4KnUL { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:60rem;left:32.625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZGGheaf470rLHCf3HA8fF0UFlNwZ58H { color:#1799eb;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:63.75rem;left:32.6875rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FppGg9oGLRzc6ZgOfnT1JKu9ALA3MEgI { position:absolute;display:block;z-index:100071;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:67.9375rem;left:34.875rem;display:block; }
#QRTN1tsdTDe51vyIZKcta8zGZoNOmtu1 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:69.625rem;left:32.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyC7ZD8lFLq5pceNe9ocw2m0E3GBfxEL { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:69.25rem;left:34.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7DXr1EvxOfCzkOwIpRNISxoC2f9AVFu { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100093;text-align:center;text-align-last:center;top:71.6875rem;left:34.375rem;display:block; }
#CE4WCsaFTa8iOiWmooCpEL3QpvdQ2v4h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GzITsb4dVQIcJcdESx7g97Cdz1kmo1xU { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:68.5rem;left:35.4375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izrVcTG7z54B4o6OSKrTUTF1oebxBo6C { position:absolute;display:block;z-index:100075;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:14.375rem;top:57.6875rem;left:5.375rem;display:block; }#izrVcTG7z54B4o6OSKrTUTF1oebxBo6C.adaptive-delivery-prevent-bg, #izrVcTG7z54B4o6OSKrTUTF1oebxBo6C.lazyload, #izrVcTG7z54B4o6OSKrTUTF1oebxBo6C.lazyloading { background-image: none; }
#VIzmcb5oeIrNNRF9wgv2tsUGAkhHIeFy { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:62.0625rem;left:6.625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TStbCUd5ZLxbqApkAXgabTfbTfwFfG3W { position:absolute;display:block;z-index:100079;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:67.4375rem;left:9.125rem;display:block; }
#XfK28BGdHuwT4KvxxzgSgAheXrm0XGl4 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:69.125rem;left:6.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssEITTtHukoRdhT6fPwZt3pKKKT3F8s7 { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:68.75rem;left:9.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tud0irZxsxv2JU9dmq7vDkTrQTzkmSiv { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100101;text-align:center;text-align-last:center;top:71.1875rem;left:8.0625rem;display:block; }
#lFabhFcyXbITL8uSSrqZNpGEyOcnRK8Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i48UqmOstzoI2FaldTSe1Ze9JJQTfSCv { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:68rem;left:9.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZULAJSNwRQv1vqohXlcGAQN4orB6Lbwf { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:68.51171875rem;left:63.8115234375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mFPTo6i9sGoL40LlxrJNpN6P1CJPvJMA { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:28.5rem;left:24.9375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GRI7xGBPva8mcpUPgQE79XMgrbPcz19R { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:34.125rem;left:24.75rem;display:none; }
#X0qBs6b6JxITIH7wPRZTlQEScVQkxwzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 { 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; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7.adaptive-delivery-prevent-bg, #wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7.lazyload, #wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7.lazyloading { background-image: none; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row .container { background-color: transparent; background-image: none; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row .container > .video-iframe-container { display: none; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row > .video-iframe-container { display: none; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .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); }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row .container { border-width: 0; border-radius: 0; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:block; }#stC9WAgq5teSxFZ0EESNKdTiLpJH7Ei1 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XBdrXXxz2zpXWxgNU8uVRXUATrcezmpC { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#uURPHJNwE3V6I8Uk9fanQvWnyewZo71p { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:13.5625rem;left:60.75rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwZNtATos7QmM7X8KyZndGxr8MblTySZ { position:absolute;display:block;z-index:100018;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:13.0625rem;left:59.875rem;display:block; }
#CTUl69Bmi8qvf9apyu4uX5c7y0ZOS73B { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:16.875rem;left:58.9375rem;display:block; }
#CT4ST6TeNz4URDqR4R2LX7PWZtRvCGrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RTpNurXf7EOrr5Jr9RNsU1PdPGOcnwqJ { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:3.625rem;left:39.8125rem;display:block; }#RTpNurXf7EOrr5Jr9RNsU1PdPGOcnwqJ.adaptive-delivery-prevent-bg, #RTpNurXf7EOrr5Jr9RNsU1PdPGOcnwqJ.lazyload, #RTpNurXf7EOrr5Jr9RNsU1PdPGOcnwqJ.lazyloading { background-image: none; }
#ezyODpCrP4u1IuqSJsSzAslUcVpU2EmP { color:#1799eb;display:block;width:10.0615rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:7.9375rem;left:41.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oh3BB5VnWEKUJ0Bos3G5Shy84C0HGGyM { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:5.3125rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onlwcRtil1PcR3hWivq9ovbUTguqsItI { position:absolute;display:block;z-index:100014;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:12.75rem;left:43.5rem;display:block; }
#aKI4Jl6cHzz01uRRrbWTylfQaIlPTUgU { color:#ffffff;display:block;width:6.124025rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:13.375rem;left:43.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyJszZeF1hISxFIncTbgD637VWZVJJKT { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100039;text-align:center;text-align-last:center;top:16.875rem;left:42.625rem;display:block; }
#gXbJgO2plCM906AotDMmxn5rXA9kLxXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t2e9koSex56fdSEboovBR763gdB75lTp { position:absolute;display:block;z-index:100010;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:11.25rem;left:59.1875rem;display:none; }
#qSPlJblhh6iLgf6x5X9y5wR3L9ZIV12k { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:14.75rem;left:23.875rem;display:none; }
#sEBszrWgtyHHT69FgJB4P23vDW51q35C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x6P5J9fZTMNUrLcAisHQpOupJiBA7uV0 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:14.75rem;left:41.8125rem;display:none; }
#U0XU4bddKSR9eM7GIPgcHrcC2u42a8Xz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d3w1Tfdbnp8KW0ZqcBJgg0TI1SN7OlAW { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:4rem;left:4.25rem;display:block; }#d3w1Tfdbnp8KW0ZqcBJgg0TI1SN7OlAW.adaptive-delivery-prevent-bg, #d3w1Tfdbnp8KW0ZqcBJgg0TI1SN7OlAW.lazyload, #d3w1Tfdbnp8KW0ZqcBJgg0TI1SN7OlAW.lazyloading { background-image: none; }
#Cvs404WzZpUqMS2hul646rD4bO0cOErc { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTrTkMC19lz87yoIrw4EtTBvJHzDerp2 { color:#1799eb;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:7.7802734375rem;left:5.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKGfWmKmQeMpPauOUg36PwnmWt188yZu { position:absolute;display:block;z-index:100024;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:13.125rem;left:7.9375rem;display:block; }
#H1RnhU3LoXcLN6PQwQpQr20ZJaJk1NeF { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:13.6875rem;left:8.8125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OSOGnfml7XN9GvqhQqG6GC4PPK6MHWC6 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:16.9375rem;left:7.0625rem;display:block; }
#dMbKydc3n1hMZyC8iw1wIFNTTxENufzC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gJDPJmdMWnJbnoFtr9dKzZelspttxo0V { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:45.9375rem;left:30.4375rem;display:block; }#gJDPJmdMWnJbnoFtr9dKzZelspttxo0V.adaptive-delivery-prevent-bg, #gJDPJmdMWnJbnoFtr9dKzZelspttxo0V.lazyload, #gJDPJmdMWnJbnoFtr9dKzZelspttxo0V.lazyloading { background-image: none; }
#KbpHWBLOuFpXyeBMIVZc6UvICnhzxD6w { color:#1799eb;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:47.0625rem;left:32.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkQkZ8r9Wc3JynsZGcwNzynozibUTwUN { position:absolute;display:block;z-index:100030;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:55.0625rem;left:34.125rem;display:block; }
#Xm1Pq6pgXV2G9N26egBMiRn06Hc6ohpT { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:55.6875rem;left:35rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2TzizKoT3Np74DVhhFLXmDIBpc3fCF0 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:58.875rem;left:33.25rem;display:block; }
#y2p1y2nVUvMzJlDxgpPmRPThFMfH1K6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CAHnecxR9KZaCu4OtC1FWbvIDr3b5COU { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:50.9375rem;left:31.6875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z3H3uLHGhnp44lnQPwSLD1U3yMQ1xZSU { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:45.9375rem;left:56.25rem;display:block; }#z3H3uLHGhnp44lnQPwSLD1U3yMQ1xZSU.adaptive-delivery-prevent-bg, #z3H3uLHGhnp44lnQPwSLD1U3yMQ1xZSU.lazyload, #z3H3uLHGhnp44lnQPwSLD1U3yMQ1xZSU.lazyloading { background-image: none; }
#WqfHHT4uVp17aksLQ1iQubmKd5WHcgHy { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:46.5625rem;left:58.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#psuPTkHmPEHsmMNFirWpxrkuq4aeQiut { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:49.4375rem;left:57.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wmEgO4ttXECQhvCqazEiQadfve4OTutz { position:absolute;display:block;z-index:100036;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:54.5625rem;left:60.0625rem;display:block; }
#Ugfbw9gNb3BVbyrTMt0HhFOfNJWBJ4tV { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:55.1875rem;left:60.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCOD7Pe6nGPBTVtVVTcnVWltHotZWOtI { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:58.25rem;left:59.0625rem;display:block; }
#xxpSqTTBNpHIHAfGumtDw0kSUXuZ4P83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xPSfWM8stzBu8TpU1FfrMqSq35T6sOW9 { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:4rem;left:22.5625rem;display:block; }#xPSfWM8stzBu8TpU1FfrMqSq35T6sOW9.adaptive-delivery-prevent-bg, #xPSfWM8stzBu8TpU1FfrMqSq35T6sOW9.lazyload, #xPSfWM8stzBu8TpU1FfrMqSq35T6sOW9.lazyloading { background-image: none; }
#ON3GlZTTm4MsUG42LtSEU6atwEwDcbcb { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:5.75rem;left:23.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d4oCdEAaTEODxsTRsnHcWrIsz5uX2Hhc { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:8.375rem;left:23.5rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUZFLFTarSWguWFKHhK1BdJxD6pThJ38 { position:absolute;display:block;z-index:100018;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:13.125rem;left:26.4375rem;display:block; }
#K0ZriC058n3ZdG4bfuMQ0Q9FgBpwmN1f { color:#ffffff;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:13.6875rem;left:24.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWc8Nr1bt2o558sR6Noi3nCvLIEr6VOy { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:16.9375rem;left:25.5625rem;display:block; }
#TGpykVd9e3mSQmqMfpXVyVnanAB17kQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IZzJRor2wIgJAgvnmR5P7c723T3wvmTe { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:32.5625rem;left:6.5rem;display:none; }
#BEzOMSteVcwW2GtwuOpKC0nT8wQ3cy12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X88ohhqTxFzyiTQKgCukSeZmqoJ2zO8i { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:11.5625rem;left:43.5625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qKVAUbr0DzTTTT7MZK2zQ5ZptdctPrJv { position:absolute;display:block;z-index:100010;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:11.25rem;left:59.1875rem;display:none; }
#BOPxKJbumvpnxFZZmw09tM3U9606skPH { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:3.9375rem;left:56.5rem;display:block; }#BOPxKJbumvpnxFZZmw09tM3U9606skPH.adaptive-delivery-prevent-bg, #BOPxKJbumvpnxFZZmw09tM3U9606skPH.lazyload, #BOPxKJbumvpnxFZZmw09tM3U9606skPH.lazyloading { background-image: none; }
#K16BFVpTzdDFuKCG1h3AwzvTlNK6Wuuv { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:3.3125rem;left:58.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIRWwELASBdR1eCBwqZBd6el0QeQkh7k { color:#1799eb;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:8.5625rem;left:57.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krIEpz0fhV8TbPe2psVmKqqgkokyy2oe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:0rem;left:31.25rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#qKGmCDXFZlPJNkvpzgDtWRVsk4kDqwOa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:42.125rem;left:31.375rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#TM4WfQWQoHewJrHIOClMzzzJ2vByP6G0 { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:45.375rem;left:4.375rem;display:block; }#TM4WfQWQoHewJrHIOClMzzzJ2vByP6G0.adaptive-delivery-prevent-bg, #TM4WfQWQoHewJrHIOClMzzzJ2vByP6G0.lazyload, #TM4WfQWQoHewJrHIOClMzzzJ2vByP6G0.lazyloading { background-image: none; }
#Co28aXELFqCRec0N9BXxPhahXQ3PXFvF { color:#1799eb;display:block;width:11.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:46.0625rem;left:5.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0LWrZlvGuX6apvglFQzRK7wBT6xWkxm { color:#1799eb;display:block;width:12.6245rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:49.3125rem;left:5.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmHNF8EOKeEFI42uTT6GvztA6IxazCe4 { position:absolute;display:block;z-index:100016;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:54.5625rem;left:8.125rem;display:block; }
#pEb6e5UeNCPwmZ5CLQQv7WfsJNCfHvPk { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:55.1875rem;left:8.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTh3PfiDwkPvmmz464OV8zVBxS2dypUQ { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100044;text-align:center;text-align-last:center;top:58.375rem;left:7.1875rem;display:block; }
#R1yAT051Grpaah99ZNXIGRud51y37dvS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IXImuN7JW0q38vq2iHANCgOFkm9GzM4b { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:53rem;left:20.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHiUJ0K999Sma4vRiEbs0uxE7lC2nOJQ { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:52.625rem;left:23.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pT0xv28GHeT68TXGWpv1llUsObJZDQB1 { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:24.375rem;left:30.3125rem;display:block; }#pT0xv28GHeT68TXGWpv1llUsObJZDQB1.adaptive-delivery-prevent-bg, #pT0xv28GHeT68TXGWpv1llUsObJZDQB1.lazyload, #pT0xv28GHeT68TXGWpv1llUsObJZDQB1.lazyloading { background-image: none; }
#D7VnILhPuzI0LBJSt3ruFvyk4EeKxW6Q { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:26.125rem;left:31.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLtIgAO13PsT91J373dZfK8BHhV3JAVV { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:28.75rem;left:31.25rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGN9urrQ1BMoUZ7EDr9KBL3GRz9EPNnd { position:absolute;display:block;z-index:100024;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:33.5rem;left:34.1875rem;display:block; }
#sX92EU8LACpEtoy2voxHNXW28dNIyd39 { color:#ffffff;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:34.0625rem;left:32.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3L182aSxd3xXCD0ghQKncTaHil6LDsK { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:37.3125rem;left:33.3125rem;display:block; }
#MWDT7Gm3inKhEspdOMCqOVh0S9GCDqzr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G4FXHcQiTxo62pBX9T73K0myUF3RizGo { 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:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo.adaptive-delivery-prevent-bg, #G4FXHcQiTxo62pBX9T73K0myUF3RizGo.lazyload, #G4FXHcQiTxo62pBX9T73K0myUF3RizGo.lazyloading { background-image: none; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row .container { background-color: transparent; background-image: none; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row .container > .video-iframe-container { display: none; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row > .video-iframe-container { display: none; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .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); }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row .container { border-width: 0; border-radius: 0; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row .container { font-size:0.875rem;font-family:arial;height:75.25rem;width:75rem;position:relative;display:block; }#oLufs8T1D8ULtobER0NGJ2Z2HtRVTMCi { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#guIIUIu6aCQ3DGiQNsROItQGHVbMIoCb { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#ra8kLAEiokksl1R6VpSJC5l8XqO5HcTr { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:1.8125rem;left:58.625rem;display:block; }#ra8kLAEiokksl1R6VpSJC5l8XqO5HcTr.adaptive-delivery-prevent-bg, #ra8kLAEiokksl1R6VpSJC5l8XqO5HcTr.lazyload, #ra8kLAEiokksl1R6VpSJC5l8XqO5HcTr.lazyloading { background-image: none; }
#QwwkuVtEh06PwvJs7VWw3yh2vzqTunA8 { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:3.5rem;left:60.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJGXiAdeiEKCa6gXRhdQaTTibuBmqHcK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:6rem;left:59.875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdn3ghSaTxesPG0oBFuZOURLgNGBCCns { position:absolute;display:block;z-index:100025;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:10.875rem;left:62.3125rem;display:block; }
#XKCggZByyoaTszf1KMUFoxQZav9KTat0 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:11.625rem;left:62.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAed82EFzT2XWi3zepFemImL28TttGtP { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:14.75rem;left:61.375rem;display:block; }
#QkME54hSvoBtnCMnX5ZEAm489SpVsvi2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lTu6yKPrpb090xD6Dw0FDGryWVUOTobn { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:1.8125rem;left:41.0625rem;display:block; }#lTu6yKPrpb090xD6Dw0FDGryWVUOTobn.adaptive-delivery-prevent-bg, #lTu6yKPrpb090xD6Dw0FDGryWVUOTobn.lazyload, #lTu6yKPrpb090xD6Dw0FDGryWVUOTobn.lazyloading { background-image: none; }
#JiDG51IXz7gVETnNklw8LdvCJ4IEM6F5 { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:3.0625rem;left:42.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMrTxTHZV78X0d2BPpcVylMnakiQB6iy { color:#1799eb;display:block;width:14.125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:5.875rem;left:41.1875rem;height:3.4130875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r1W0U9fDoTIm8yzC4ihGbdiVx8lhDmTN { position:absolute;display:block;z-index:100031;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:10.9375rem;left:44.75rem;display:block; }
#KG1BxqkFdy7k5MpfCcqVR9aaogRIEcAG { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:11.5625rem;left:44.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THJwhKavVb3iEUgZ0TsUq4rygtH8OyGV { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:14.8125rem;left:43.8125rem;display:block; }
#TJa461LR071oKxcV8Mk117uI5pJlMGJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XTLqIMpE4iaqCxmZK2ppOg5WbqT2TtKc { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:22.625rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DS2twlJMuTbCRJ33fGJhzyaQxmGIENO7 { color:#1799eb;display:block;width:10.0605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:25.25rem;left:6.6875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHCwAZ57daGAXLytZd3bTZ8cmbET49iQ { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:1.8125rem;left:5.875rem;display:block; }#rHCwAZ57daGAXLytZd3bTZ8cmbET49iQ.adaptive-delivery-prevent-bg, #rHCwAZ57daGAXLytZd3bTZ8cmbET49iQ.lazyload, #rHCwAZ57daGAXLytZd3bTZ8cmbET49iQ.lazyloading { background-image: none; }
#Uhhg4flgcV1RLEJ6hFgsWbw74KKMpvRm { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:30.4375rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y4R9HHX7aU0THQmqzulDOelhQqCL03kB { position:absolute;display:block;z-index:100014;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:10.9375rem;left:9.5625rem;display:block; }
#GXgpnfA3DVRQkHT31pWQGTXAPn6XodNn { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100039;text-align:center;text-align-last:center;top:14.75rem;left:8.6875rem;display:block; }
#MiPq9mBOUlkuL7i886PGCZID7WwGIVNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yMNph4965yB0zp3wVpvI9zbG3UVB8qKf { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:1.8125rem;left:23.8125rem;display:block; }#yMNph4965yB0zp3wVpvI9zbG3UVB8qKf.adaptive-delivery-prevent-bg, #yMNph4965yB0zp3wVpvI9zbG3UVB8qKf.lazyload, #yMNph4965yB0zp3wVpvI9zbG3UVB8qKf.lazyloading { background-image: none; }
#kMS3aIJ5JzRtghuq50mbW7brApxhqFDu { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100112;line-height:1.3;letter-spacing:0;top:42.00927734375rem;left:5.8740234375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LM1Wh2yVGNCQEa4kpP0cVsoZupGpkRtB { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100113;line-height:1.3;letter-spacing:0;top:44.541015625rem;left:5.8740234375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhThhyKRtTVQpgq1nLff3T0eLFCLUKK4 { position:absolute;display:block;z-index:100037;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:10.875rem;left:27.7802734375rem;display:block; }
#TmfTPAOwinEmNEaicTCGOdypdz5T44Sr { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100110;line-height:1.3;letter-spacing:0;top:49.591064453125rem;left:7.4365234375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmMQfbOTMT1aIPKf9UCVvl6UdHbgCz0g { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:14.75rem;left:26.5927734375rem;display:block; }
#LRE6W7WuhZQcsGHt2B86wkDQf9mRi5Uo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fW6vCdIwlqiv70uHXaLRHFHWMqOMxt8c { position:absolute;display:block;z-index:100049;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:29.6875rem;left:46rem;display:block; }
#akFdHdee4spWFTzaIui02tXV5MBFRDA2 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:30.3125rem;left:45.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeNTSdICXTTny6RlWMZBSG42mMdbi2Ra { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:33.25rem;left:45.0625rem;display:block; }
#FHaC7zddvp9AgVgah5Ia19hlPisXszFu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TQP1aO8r9bfor4tbkcRZ6K9B2rQJ7nzb { position:absolute;display:block;z-index:100055;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:29.8125rem;left:27.5625rem;display:block; }
#Np6Fol3eRZqnNHOZihRaHgz3DO1N9znk { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:30.4375rem;left:27.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gh2wswdgkONtOntqmoFQrTaMyMxvTmTv { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100077;text-align:center;text-align-last:center;top:33.375rem;left:26.5rem;display:block; }
#dy0eTHXSgfergXPw6vdsgaDSQz3tLEsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#coS6q4EnJTJ1XRKXhmQBNsrleSClAA8K { position:absolute;display:block;z-index:100038;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:28.875rem;left:27.5rem;display:none; }
#ylTAdC0TGvBARE3yOAUoTvP616N2qghq { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100063;text-align:center;text-align-last:center;top:32.375rem;left:26.625rem;display:none; }
#UFaFuvbi57Z3gltwzSe6NTBze527IHJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vTHVFAnCa7dyaG0ynTmJrWCO1Wl0i2rQ { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:20.625rem;left:42.3125rem;display:block; }#vTHVFAnCa7dyaG0ynTmJrWCO1Wl0i2rQ.adaptive-delivery-prevent-bg, #vTHVFAnCa7dyaG0ynTmJrWCO1Wl0i2rQ.lazyload, #vTHVFAnCa7dyaG0ynTmJrWCO1Wl0i2rQ.lazyloading { background-image: none; }
#Cl3LC8CWPwDXfuEfwhvQJBoGgddIEfAL { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:20.75rem;left:23.8125rem;display:block; }#Cl3LC8CWPwDXfuEfwhvQJBoGgddIEfAL.adaptive-delivery-prevent-bg, #Cl3LC8CWPwDXfuEfwhvQJBoGgddIEfAL.lazyload, #Cl3LC8CWPwDXfuEfwhvQJBoGgddIEfAL.lazyloading { background-image: none; }
#hrheugCxWBs5K0s5S1gQNDqB2I8TOSMe { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:19.75rem;left:23.8125rem;display:none; }#hrheugCxWBs5K0s5S1gQNDqB2I8TOSMe.adaptive-delivery-prevent-bg, #hrheugCxWBs5K0s5S1gQNDqB2I8TOSMe.lazyload, #hrheugCxWBs5K0s5S1gQNDqB2I8TOSMe.lazyloading { background-image: none; }
#LMu0lugTpy3cTAaQyxTrNngHk6DXW5So { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:29.4375rem;left:25.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pFPTuKVtSW0UVaeS9PaFMN1Zf8aVA3aa { color:#1799eb;display:block;width:14.125rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:24.9375rem;left:23.9375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTrz3Q5zHV9FtGIfZDKvOv1TF7mDKE19 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:25.75rem;left:43.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sImnd2rI6gvfEQGEQpIQMlMITcCTq5ky { color:#1799eb;display:block;width:10.0605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:23.525390625rem;left:25.96875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#N36KaouhJ6bPRWC6RSRJOvCZaR4L3qgN { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:21.625rem;left:25.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MrBXlnHZT214LVMqFPevBnC9nrTA93yg { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:21.875rem;left:44.1875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCvLCzG9eEkfkDny1TtT4CeWrMdSg0R3 { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:20.0625rem;left:25.46875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fwp5hbJ5hu5q2mKqghP2AI7mNMHzvM0C { position:absolute;display:block;z-index:100079;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:29.75rem;left:8.4375rem;display:block; }
#uuSmEBaEmEhu3UotiTmEftTLUqNJDvT3 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100101;text-align:center;text-align-last:center;top:33.375rem;left:7.25rem;display:block; }
#ViIB7WAhMUVRbFl0fOGBLC12WIqOaR6H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BinlrWitL8x2GVBBuIm9KSV1czBtWVRm { position:absolute;display:block;z-index:100085;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93456875rem;width:6.9360625rem;top:48.936767578125rem;left:7.4365234375rem;display:block; }
#qbubFrmr2xhKqEs65Szdb8hXcLdP4Pq2 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:11.6875rem;left:9.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OITwhkmzfRtt6enDHc3Tc9vrPMPVJ0Pg { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8110625rem;height:2.749025rem;text-decoration:none;z-index:100107;text-align:center;text-align-last:center;top:52.81005859375rem;left:6.77978515625rem;display:block; }
#uM1dVDUAVNKT5Xshe6W9eKZaVolBbHFd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ycE4lOqZzC84F5sR34BKbk1X75k9bxHi { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7495rem;width:14.375rem;top:39.8125rem;left:23.8125rem;display:block; }#ycE4lOqZzC84F5sR34BKbk1X75k9bxHi.adaptive-delivery-prevent-bg, #ycE4lOqZzC84F5sR34BKbk1X75k9bxHi.lazyload, #ycE4lOqZzC84F5sR34BKbk1X75k9bxHi.lazyloading { background-image: none; }
#zhArkXqAWfJ64msIAkH1IqaEdmvBpHBt { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:20.6875rem;left:4.625rem;display:block; }#zhArkXqAWfJ64msIAkH1IqaEdmvBpHBt.adaptive-delivery-prevent-bg, #zhArkXqAWfJ64msIAkH1IqaEdmvBpHBt.lazyload, #zhArkXqAWfJ64msIAkH1IqaEdmvBpHBt.lazyloading { background-image: none; }
#tmVOu2nTgvhXKyV4XyU1yOSGmqk3qZKG { color:#ffffff;display:block;width:11.0595625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100114;line-height:1.3;letter-spacing:0;top:48.9375rem;left:25.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oW2iZRUHxm1N0yMoxKJrFwXkqGgoBIr3 { position:absolute;display:block;z-index:100081;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:39.466552734375rem;left:4.49951171875rem;display:block; }#oW2iZRUHxm1N0yMoxKJrFwXkqGgoBIr3.adaptive-delivery-prevent-bg, #oW2iZRUHxm1N0yMoxKJrFwXkqGgoBIr3.lazyload, #oW2iZRUHxm1N0yMoxKJrFwXkqGgoBIr3.lazyloading { background-image: none; }
#PVpvDeAg0GKTqK4Sxip1ybgdSgEhVQ9d { color:#1799eb;display:block;width:10.0598125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:43.9375rem;left:26.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrtfMMWzNhPnx5qXPLiMi0MwfTlO3ZRE { color:#1799eb;display:block;width:12.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:6.625rem;left:6.625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzX4cJAXstg9TGCbMVQUxnrPFd5L1hl1 { position:absolute;display:block;z-index:100109;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93579375rem;width:6.9360625rem;top:48.3125rem;left:27.5rem;display:block; }
#eVB7RSrnpRTcpGTKEMKC0Qup7Fq33oFO { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8110625rem;height:2.749025rem;text-decoration:none;z-index:100095;text-align:center;text-align-last:center;top:52.1875rem;left:26.5625rem;display:block; }
#lh7H2rbI20Cydl3nDD9mhlFs8Kbh9BH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N876FZtlaJMXmgxGwHaEVfSiUKhUbsDT { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:3.5rem;left:7.3125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hzJ1clLuM8U9VQ3CFV7MHHS8oEsITXqu { color:#1799eb;display:block;width:11.0595625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:40.5625rem;left:25.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIrTwoTT74oiV6sx6Tw4fHZsCJVrKryi { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:2.875rem;left:25.25rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIb3sPteDKXPsE4CsA65uSwS4z1k9RpI { color:#1799eb;display:block;width:14.125rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:5.875rem;left:23.9375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQgKt87UqnKaU26JpUThWItEvdB7SAvf { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:11.5625rem;left:27.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fp2F9h65LAlUCXmNSI1uzQcnk1v90yM9 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:20.625rem;left:58.5625rem;display:block; }#fp2F9h65LAlUCXmNSI1uzQcnk1v90yM9.adaptive-delivery-prevent-bg, #fp2F9h65LAlUCXmNSI1uzQcnk1v90yM9.lazyload, #fp2F9h65LAlUCXmNSI1uzQcnk1v90yM9.lazyloading { background-image: none; }
#b4llKFbzbZFVRWXHoRmA3cKJCTTHc1qV { color:#1799eb;display:block;width:10.99975rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100065;line-height:.9;letter-spacing:0;top:22.1875rem;left:60.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMp4PWcldwFS5sQ80oLlf8FKR8uxGemn { color:#1799eb;display:block;width:10.058625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:25.9375rem;left:60.8125rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxhalI7PL1cJmeG1VuGyLOTJLwpH855S { position:absolute;display:block;z-index:100110;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93579375rem;width:6.9360625rem;top:29.75rem;left:62.75rem;display:block; }
#bk76eru273bbZsTeXrowqfX3OGIRsz1N { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8110625rem;height:2.749025rem;text-decoration:none;z-index:100096;text-align:center;text-align-last:center;top:34.0625rem;left:61.3125rem;display:block; }
#dB0n1St5etZhaTkOdEFU65FMtJNfs3bc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yihEy9zJ4wcXX39sVfq4OUL0fUcOO9VE { color:#ffffff;display:block;width:11.058375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100115;line-height:1.3;letter-spacing:0;top:30.5rem;left:60.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7qoJnKAxCOlhN1fgnCQg2DkTyzd6Zo3 { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:39.8125rem;left:42.25rem;display:block; }#B7qoJnKAxCOlhN1fgnCQg2DkTyzd6Zo3.adaptive-delivery-prevent-bg, #B7qoJnKAxCOlhN1fgnCQg2DkTyzd6Zo3.lazyload, #B7qoJnKAxCOlhN1fgnCQg2DkTyzd6Zo3.lazyloading { background-image: none; }
#qvlTRZfZaPHxEeKqdaQ216RRTmgzFLNA { color:#1799eb;display:block;width:11.0595625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:41.25rem;left:43.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aS1bWPnEKBl52NGHz1m6u5aTu5VD1BNc { color:#1799eb;display:block;width:10.058625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:44.541015625rem;left:44.749755859375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVOiUkgwgNEiMnyRkGHSLSPgvJMqyold { color:#ffffff;display:block;width:11.0595625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100120;line-height:1.3;letter-spacing:0;top:49.625rem;left:43.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQPI6DnyvybWfwS5UT7wGJyyu2nQZiUb { position:absolute;display:block;z-index:100115;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93579375rem;width:6.9360625rem;top:48.935546875rem;left:45.76416015625rem;display:block; }
#fVeLBVA2TGDDWtotNqMIlvM5OtWHbue0 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8110625rem;height:2.749025rem;text-decoration:none;z-index:100101;text-align:center;text-align-last:center;top:52.81005859375rem;left:44.749755859375rem;display:block; }
#uLDJ4OiBscuvyzzeETr5T8WfVFx9ywmy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rn6n1sS5GfuTLCQ1SZcHgRDEHU02bWnz { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:39.9375rem;left:60.625rem;display:block; }#rn6n1sS5GfuTLCQ1SZcHgRDEHU02bWnz.adaptive-delivery-prevent-bg, #rn6n1sS5GfuTLCQ1SZcHgRDEHU02bWnz.lazyload, #rn6n1sS5GfuTLCQ1SZcHgRDEHU02bWnz.lazyloading { background-image: none; }
#GC3gkJBVRscIog9tQJX7I9T5hrkNp1hy { color:#1799eb;display:block;width:11.0595625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:41.375rem;left:62rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaitAoZM6ysSIXNZbn9JTgz0a0P1VQyq { color:#1799eb;display:block;width:10.058625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:45.093994140625rem;left:62.955322265625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R27uoTZiWenC609T48swaz7JvNftKv7b { position:absolute;display:block;z-index:100121;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93579375rem;width:6.9360625rem;top:49.0625rem;left:64.125rem;display:block; }
#I2KFymxNBwd0ON3TVQzKTye1eruUQEtm { color:#ffffff;display:block;width:11.0595625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100126;line-height:1.3;letter-spacing:0;top:49.75rem;left:62rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJiZNCdgETiSMF5lV8ECrJT2hPkuIdw1 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8110625rem;height:2.749025rem;text-decoration:none;z-index:100107;text-align:center;text-align-last:center;top:52.9375rem;left:63.125rem;display:block; }
#NPHSDDC5JARRawWT2DMq7pwzlgAuCPtn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XTu6FXVTwupQeo9wheD9rTDGTnzT97Nt { position:absolute;display:block;z-index:100087;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:58.56201171875rem;left:13.482666015625rem;display:block; }#XTu6FXVTwupQeo9wheD9rTDGTnzT97Nt.adaptive-delivery-prevent-bg, #XTu6FXVTwupQeo9wheD9rTDGTnzT97Nt.lazyload, #XTu6FXVTwupQeo9wheD9rTDGTnzT97Nt.lazyloading { background-image: none; }
#picplmNLM5Tku4KcSMPsDZ9T8t7fy7DD { color:#1799eb;display:block;width:11.4978125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100118;line-height:1.3;letter-spacing:0;top:59.7265625rem;left:14.9365234375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzbCo1cuqOExVS4bCSTCNiw9XEKmPAtA { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100119;line-height:1.3;letter-spacing:0;top:63.02734375rem;left:14.794921875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rd5myT9XP6oWtWvfTsXhCTlqXpBizapt { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100116;line-height:1.3;letter-spacing:0;top:67.763671875rem;left:17.244873046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lv1BV12cUFqo2i0CK6O3kDsZ2CIQiVbF { position:absolute;display:block;z-index:100091;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93335rem;width:6.9360625rem;top:67.283935546875rem;left:17.244873046875rem;display:block; }
#FoVw5dFDvkIpOpdP0bahupwuJ9qskv02 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8110625rem;height:2.749025rem;text-decoration:none;z-index:100113;text-align:center;text-align-last:center;top:70.872802734375rem;left:16.74560546875rem;display:block; }
#y0FDEgTrQnUKNkCwyK3lZZ5gv66Cdagl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tLLtPcDvNdB5sokMWRrs8bMluibabPWi { position:absolute;display:block;z-index:100093;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:58.00048828125rem;left:44.327392578125rem;display:block; }#tLLtPcDvNdB5sokMWRrs8bMluibabPWi.adaptive-delivery-prevent-bg, #tLLtPcDvNdB5sokMWRrs8bMluibabPWi.lazyload, #tLLtPcDvNdB5sokMWRrs8bMluibabPWi.lazyloading { background-image: none; }
#TxdOhHpC6pxDWcVoPHl2asOkxML0QURD { color:#1799eb;display:block;width:11.4978125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100124;line-height:1.3;letter-spacing:0;top:62.24609375rem;left:45.999755859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VNkbQ9VssuOM4L2ZP9KEaMNWQ7bTtkx8 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100122;line-height:1.3;letter-spacing:0;top:67.763671875rem;left:48.01513671875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFdM8cEA39LfrJK5oIPEPfLt6TUdxPuD { position:absolute;display:block;z-index:100097;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93335rem;width:6.9360625rem;top:67.109375rem;left:48.577880859375rem;display:block; }
#q1Ng6fUOyhTApSkT1z8ruZ4aRLGUcsfB { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8110625rem;height:2.749025rem;text-decoration:none;z-index:100119;text-align:center;text-align-last:center;top:70.872802734375rem;left:47.952880859375rem;display:block; }
#TnZnhCr6HKBR39eIf6u4Tn0JRR3JAZNq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pzy930LnTxD53Tbg05TBFlqdptFtGR3K { 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; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K.adaptive-delivery-prevent-bg, #pzy930LnTxD53Tbg05TBFlqdptFtGR3K.lazyload, #pzy930LnTxD53Tbg05TBFlqdptFtGR3K.lazyloading { background-image: none; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row .container { background-color: transparent; background-image: none; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row .container > .video-iframe-container { display: none; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row > .video-iframe-container { display: none; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .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); }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row .container { border-width: 0; border-radius: 0; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:block; }#C7HQdNfrNoFu4tZxZUTTX3rM5kRdmwz0 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iTCnW8lhS4Bz0DUN2W7dOgz4TfEoqlOO { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#QL96A54HAmutDyLnVIOhCt1vczU2Bx1T { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:6.5rem;left:57.8125rem;display:block; }#QL96A54HAmutDyLnVIOhCt1vczU2Bx1T.adaptive-delivery-prevent-bg, #QL96A54HAmutDyLnVIOhCt1vczU2Bx1T.lazyload, #QL96A54HAmutDyLnVIOhCt1vczU2Bx1T.lazyloading { background-image: none; }
#RG9IyHa1fpggkILsTx4UgcxG015Vpk2O { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:7.375rem;left:59.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDM6Q5ZfprtGdNEAlo0KVqyIhowZskfP { color:#ffffff;display:block;width:11.0623125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:16.1875rem;left:59.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AN7rVS5QDRGHrWoBVG9yuHpnprm96ueJ { position:absolute;display:block;z-index:100018;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:15.625rem;left:61.5rem;display:block; }
#ZFnhd70TqtODvr4Wsddfl6JOE4CE095J { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:25.6875rem;left:60.625rem;display:block; }
#pqbTaNuypPxT0LpfspsfBBLuq6emkSwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UankiKOm50zOyggraTCkANWNE7uOTgXa { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:6.5rem;left:39.0625rem;display:block; }#UankiKOm50zOyggraTCkANWNE7uOTgXa.adaptive-delivery-prevent-bg, #UankiKOm50zOyggraTCkANWNE7uOTgXa.lazyload, #UankiKOm50zOyggraTCkANWNE7uOTgXa.lazyloading { background-image: none; }
#lsUqXRHDHNlNz3dMoHJ4c0MauNFxqI0G { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:7.375rem;left:41rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DhnlF0HvDgQKBzmMmyqPoVR42EdXLGRt { position:absolute;display:block;z-index:100025;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:15.5625rem;left:42.75rem;display:block; }
#MGitTb0UHli0Qi6RmtBmN2Dub8cfxKM9 { color:#ffffff;display:block;width:6.8120625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:16.25rem;left:42.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9TZrBaFRnxxu6nsKGqRgRoCKrRqhATy { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:25.6875rem;left:41.8125rem;display:block; }
#xPeVwMfGsp7DL7h2498Gz7xJtbM9bRcr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vyPtn1tIFQRrThTMpfTgKNuT6iTR2nQC { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:5.3125rem;left:21rem;display:block; }#vyPtn1tIFQRrThTMpfTgKNuT6iTR2nQC.adaptive-delivery-prevent-bg, #vyPtn1tIFQRrThTMpfTgKNuT6iTR2nQC.lazyload, #vyPtn1tIFQRrThTMpfTgKNuT6iTR2nQC.lazyloading { background-image: none; }
#enkP0vg6Z9tZIU0s79yfzA14o3J2yITf { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:7.625rem;left:5.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqpmlmC8bK9kCpXxEa6aS2F909npa8CI { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:11.8125rem;left:5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DvBDVpb45UNlRoRKa1kP3VuBUAxoaOeo { position:absolute;display:block;z-index:100075;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9375rem;width:6.0625rem;top:14.3740234375rem;left:27.1259765625rem;display:block; }
#ellZsPxn1qfM6dz3rOnXkMoIIX1JfGzX { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.1875rem;width:14.375rem;top:5.9375rem;left:3.75rem;display:block; }#ellZsPxn1qfM6dz3rOnXkMoIIX1JfGzX.adaptive-delivery-prevent-bg, #ellZsPxn1qfM6dz3rOnXkMoIIX1JfGzX.lazyload, #ellZsPxn1qfM6dz3rOnXkMoIIX1JfGzX.lazyloading { background-image: none; }
#rehWL52g560asx4U63BJf5rROIog3gy3 { color:#ffffff;display:block;width:6.9365rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:16.25rem;left:9.6875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtFp6zAXc4NP1OX3eI5V8enXSvwopXGe { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:35.1875rem;left:59.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iq3Za6ti1eMdd9NazANbSHWFKFAXWB7Q { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:31rem;left:59.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfR2GVzgD2lTSR5TPMZ3n001iFtxfMVF { position:absolute;display:block;z-index:100014;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9375rem;width:5.5rem;top:15.5625rem;left:10.3125rem;display:block; }
#w6F6QQW5JuctC2OT9QFw3lPJberxmA0T { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:39.5625rem;left:62rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHWofRPP9T1nQvcotDINXif5rFm9kfB4 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:25.625rem;left:23.4375rem;display:block; }
#kmRxUCNyGURq5T72f1iTk2snMJmiUMhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QpaepLXFOA5fyHtFg2aslmmNHtELhAZN { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100039;text-align:center;text-align-last:center;top:25.6875rem;left:6.5625rem;display:block; }
#dxVRLpIfXFiOpeagx4BhI2NFztDeVGhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NQ37Hof4IM57ZqlgCG6DM6dT2LreVL3q { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:11.125rem;left:59.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZ6ldf4O3Rs8EzGE931LQmSDnS8GX82V { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:11.75rem;left:40.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8ZKL0BtGAnsKngtn4Qo1d8bg5d3BX6n { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:29.8125rem;left:57.875rem;display:block; }#r8ZKL0BtGAnsKngtn4Qo1d8bg5d3BX6n.adaptive-delivery-prevent-bg, #r8ZKL0BtGAnsKngtn4Qo1d8bg5d3BX6n.lazyload, #r8ZKL0BtGAnsKngtn4Qo1d8bg5d3BX6n.lazyloading { background-image: none; }
#oTly6rtlxiye0IaN9XgMHDTv2g6wwrrf { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:31rem;left:5.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZ8NqNGsTP4vSq06EzZBSGqOEnMSmwtv { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:35.8125rem;left:5.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKt7ef8eQWz13EPuDZW4mE5s4zu8bcPm { position:absolute;display:block;z-index:100020;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:38.9375rem;left:61.5625rem;display:block; }
#vpZOgU2UWTH5X2cfM0dKPoH4gKQPcbMw { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:39rem;left:8.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJlyTwozTnqJPdBr2OeTc6Vw9kGd6Pw8 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:42.75rem;left:60.6875rem;display:block; }
#SAlNgxlAkVQ07Q2uzAL9Ke7bX5uzwQSH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xWRiXTdCFlp7Kut5wLQ77wcwWJwSyoyw { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:46.8125rem;left:45.4375rem;display:block; }#xWRiXTdCFlp7Kut5wLQ77wcwWJwSyoyw.adaptive-delivery-prevent-bg, #xWRiXTdCFlp7Kut5wLQ77wcwWJwSyoyw.lazyload, #xWRiXTdCFlp7Kut5wLQ77wcwWJwSyoyw.lazyloading { background-image: none; }
#T6hNX9IRLzrnrCdVpcX5R8W37fVhGwgw { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:52.1875rem;left:47.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oceOtfkepONshGAiN7nbyPTPycVbTVds { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:48rem;left:47.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBl5ouiOZK6IwhyTu6MQ1on1vytCqhuI { position:absolute;display:block;z-index:100026;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:55.9375rem;left:49.125rem;display:block; }
#e58mLPvo2bInhNCGanurMzUzTlvuWJGB { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:56.5625rem;left:49.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSrenHShXUmqQVbRRDw6grKdTkp7NMg8 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:59.75rem;left:48.25rem;display:block; }
#kkT4o15MJUIiZ7tAv5fuJ6lh8x8TSsW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ftffhCGybvIb6I7Vz6LqqNTcTFOTd7qk { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:46.8125rem;left:19.375rem;display:block; }#ftffhCGybvIb6I7Vz6LqqNTcTFOTd7qk.adaptive-delivery-prevent-bg, #ftffhCGybvIb6I7Vz6LqqNTcTFOTd7qk.lazyload, #ftffhCGybvIb6I7Vz6LqqNTcTFOTd7qk.lazyloading { background-image: none; }
#NxoSznC7NWCO5yCcomRC0VaTHckkZ9Xh { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:52.1875rem;left:21rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNvgzD2giwMR5KrkFR6BVupuFoE1Os2n { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:48rem;left:21rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xf5l5U0zOGNS6iWDPLlETCvoTmK15hp1 { position:absolute;display:block;z-index:100032;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:55.9375rem;left:23.0625rem;display:block; }
#Z7oTnhLhnVS4hltk7UEzP26oGqxdolv7 { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:56.5625rem;left:23.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#arUaFu6dsaUMudFDtz5UdHxLb6zrVTyP { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:59.75rem;left:22.1875rem;display:block; }
#fMaspaJz8eIuboTDbpm6TdKhVEvi9sU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g3J8F2WWBlWBpFQlpfMKcmbhnf1vmS8T { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:0.75rem;left:27.96875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#bQ2NEypVypSlz628fiPl25JQBESby9oa { position:absolute;display:block;z-index:100020;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:38.375rem;left:8.3125rem;display:block; }
#PghBRnZPu4SWPEJHUVHwBOXl1w7aMZ7S { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:42.1875rem;left:7.4375rem;display:block; }
#CzSuS7zBMcMpJTtzGQOv4vTKk6puRbea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pkG4Qths0wM6HeewPJpbTOW8mfhJ7ROH { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:29.8125rem;left:3.6875rem;display:block; }#pkG4Qths0wM6HeewPJpbTOW8mfhJ7ROH.adaptive-delivery-prevent-bg, #pkG4Qths0wM6HeewPJpbTOW8mfhJ7ROH.lazyload, #pkG4Qths0wM6HeewPJpbTOW8mfhJ7ROH.lazyloading { background-image: none; }
#ZTTNTgynKuNL0At7pTBfQw0W9TX8rrlg { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:7.1875rem;left:22.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K49x7F9gOVGZBK1md3DCw7D5bw5llnLa { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:11.625rem;left:21.8427734375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Clsya6dbnVuHtaN9rdss1ZXT3uCovy94 { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:15.1806640625rem;left:26.6884765625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRg0EikVFkUp2uUAvldkdlHfRbEwTNNT { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:31rem;left:41.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MOmFq8pNFXx4ytA2QWgCGTNlm6a9GeEr { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:29.8125rem;left:39.6875rem;display:block; }#MOmFq8pNFXx4ytA2QWgCGTNlm6a9GeEr.adaptive-delivery-prevent-bg, #MOmFq8pNFXx4ytA2QWgCGTNlm6a9GeEr.lazyload, #MOmFq8pNFXx4ytA2QWgCGTNlm6a9GeEr.lazyloading { background-image: none; }
#fTsFNisw3oHdOwnaraVvow3IK9vLwy51 { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:35.8125rem;left:41.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NvWqtbL6khS8GTcuVRWI7Is50S76TQSd { position:absolute;display:block;z-index:100026;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:38.375rem;left:44.3125rem;display:block; }
#aUK2HrB6ZsQJ8bZWMNiO3TuDq1tNFBvA { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:39rem;left:44.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cc8xay4AmueMpsT4Nc5OXEmkLoTfbkCk { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100051;text-align:center;text-align-last:center;top:42.1875rem;left:43.4375rem;display:block; }
#MMsNePtW3xWJFsPmUSoxoQNQALdR4ZBO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KTlpvUVWNvnlP9NHGThq6Ea7TFk8RgnM { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:29.8125rem;left:21.125rem;display:block; }#KTlpvUVWNvnlP9NHGThq6Ea7TFk8RgnM.adaptive-delivery-prevent-bg, #KTlpvUVWNvnlP9NHGThq6Ea7TFk8RgnM.lazyload, #KTlpvUVWNvnlP9NHGThq6Ea7TFk8RgnM.lazyloading { background-image: none; }
#a45k6ixD3yIJ2uqJKSVmNxeZhlewiBfs { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:31rem;left:22.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwuX5eUHumRqitAMzdP2p1WcqNyaVa7f { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:35.8125rem;left:22.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owpSEyUyAe2NCryH7J0Hib9Hb0ptZdWw { position:absolute;display:block;z-index:100032;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:38.375rem;left:25.75rem;display:block; }
#vMmX9kqEqz8QTpfPqEmJSbFXXMyaxzI8 { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:39rem;left:25.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmqg8Hgdu0TQWDAETK23Zr6ASsPn79Ph { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:42.1875rem;left:24.875rem;display:block; }
#ABATQgJWWFB99zGdzBg4irf11oaryiK9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Edn2h8Pf04ITB5BewRASELPp2XLdv9VI { position:absolute;display:block;z-index:100076;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9375rem;width:5.875rem;top:14.373046875rem;left:21rem;display:block; }
#zs1NCdzha1OPAEHMHmsBITH7Fx6drmeD { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:15.0556640625rem;left:20.251953125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkaIApVTz14opcluASGyR5TUod1MdZRr { position:absolute;display:block;z-index:100093;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:3rem;top:15.9375rem;left:29.8447265625rem;display:block; }
#OTaONPvD8Kq4a1P8LW7tLSJDJFoZQTAL { position:absolute;display:block;z-index:100015;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9375rem;width:5.5rem;top:15.53125rem;left:3.75rem;display:block; }
#b4VKfBxdHq26ei54tESEOztlWJrULtLw { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:16.30859375rem;left:2.8134765625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNFgm3zfuy2NnEa1JOCw7MsAOfgIOSfa { position:absolute;display:block;z-index:100093;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:3rem;top:16.998046875rem;left:12.875rem;display:block; }
#RCaebPpXThqTkubFPlluylPMWm2KxNhG { position:absolute;display:block;z-index:100020;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:38.375rem;left:8.3125rem;display:none; }
#TycTJ9UfntZGsaziAiTqM8K1kMcZo1BT { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:15.1806640625rem;left:26.6884765625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vXZdAPqvJ8i3JSVcsIdP5RhARZtztJTt { position:absolute;display:block;z-index:100092;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:3rem;top:52.75rem;left:10.8125rem;display:none; }
#HLwMEZ4OKOI916kbmJkxePbiXMzuSO13 { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:15.1806640625rem;left:26.6884765625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V0SPlV9vJ1VUqxOE9hkMUJJ49RD8m1S3 { position:absolute;display:block;z-index:100092;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:3rem;top:52.75rem;left:10.8125rem;display:none; }
#F3LTQSTxWBoUxNZfzq280OXaEAGBAqWp { position:absolute;display:block;z-index:100076;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9375rem;width:5.875rem;top:14.373046875rem;left:21rem;display:none; }
#wz7USJIxDu67qkDdKETPimvyorOpWXq5 { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:15.1806640625rem;left:26.6884765625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#poNweAXo4M7lghLs2AdZX9lESmwLMzLA { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:15.1806640625rem;left:26.6884765625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#THQmAZde2GN7NFqezTtlI9x4JZSNqi3C { position:absolute;display:block;z-index:100198;background-color:#1e386f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:8.6875rem;top:19.125rem;left:4.5625rem;display:none; }
#A82Vu77qcvtoMMknDWPgKf2zKHvTx6VB { color:#a0111b;display:block;width:8.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100199;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.1875rem;height:1.625rem;font-style:normal;display:none; }
#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 { 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; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1.adaptive-delivery-prevent-bg, #xPwwveKgmFndAzKAPvIOvmXBSb328QM1.lazyload, #xPwwveKgmFndAzKAPvIOvmXBSb328QM1.lazyloading { background-image: none; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row .container { background-color: transparent; background-image: none; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row .container > .video-iframe-container { display: none; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row > .video-iframe-container { display: none; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .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); }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row .container { border-width: 0; border-radius: 0; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row .container { font-size:0.875rem;font-family:arial;height:108.625rem;width:75rem;position:relative;display:block; }#NPS7cdZaBv8uyNRTy9ZAb2LlaF7wc21g { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Jz1Hilulp6oVvbvBfy1tBTsTKtzTOtqE { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#X67NQXyzvQWXlRT4vGfD5nM9bLTzV4vD { position:absolute;display:block;z-index:100040;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:5.6875rem;left:40.1875rem;display:block; }#X67NQXyzvQWXlRT4vGfD5nM9bLTzV4vD.adaptive-delivery-prevent-bg, #X67NQXyzvQWXlRT4vGfD5nM9bLTzV4vD.lazyload, #X67NQXyzvQWXlRT4vGfD5nM9bLTzV4vD.lazyloading { background-image: none; }
#DtsEAq3qmnAVpGUWCegOpXVQeRIL6Tp4 { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:6rem;left:41.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJzZ5Gqh1hTPJQg5enoyOoTU3ZGNRXWG { position:absolute;display:block;z-index:100044;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:14.8125rem;left:43.875rem;display:block; }
#xvdChI02AIeKPMuCodK70rkyeQ3BpOcE { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:15.4375rem;left:44.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HBXxUZTGMzXehRCqaqXzEMEgzrXD8FS9 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8111875rem;height:2.7487rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:18.625rem;left:43rem;display:block; }
#uQkb82JxWzGf4EZ800O28LrQMM9qfRLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tRvOihfEIAe3el3KeS6DkHiyoTzvSpyD { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:9.5rem;left:41.75rem;height:3.4130875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsBhOhwXaagC9lcRh8GtleGrkcTqTcOi { position:absolute;display:block;z-index:100046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:48.8125rem;left:59.8125rem;display:block; }#SsBhOhwXaagC9lcRh8GtleGrkcTqTcOi.adaptive-delivery-prevent-bg, #SsBhOhwXaagC9lcRh8GtleGrkcTqTcOi.lazyload, #SsBhOhwXaagC9lcRh8GtleGrkcTqTcOi.lazyloading { background-image: none; }
#xqwoxFO17hXMIKzktvDfg9dvnoS0zlMq { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:50.3125rem;left:61.5rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VdlEW3xC1Wt2T26TGKERIviWf7DRJT3s { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:52.5625rem;left:61.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDvkkcazdpQatZDTZoLlUvIMKbo9QKvd { position:absolute;display:block;z-index:100050;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:57.9375rem;left:63.5rem;display:block; }
#T0Zb1sg7HOQxixAEVkppNPfUd30llGlU { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:58.5625rem;left:64rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttIqkk4bGCFnh1yy8gXalleZUF2lpmb5 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:62.75rem;left:63.5rem;display:block; }
#SRJZ6fDgxTEygxbtyqJiDqZSlEM8y0Gg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b2dzfiCCgdleo03F9QVnMk4xqD4G8B9P { position:absolute;display:block;z-index:100046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.0625rem;width:14.8125rem;top:49.4375rem;left:42.25rem;display:block; }#b2dzfiCCgdleo03F9QVnMk4xqD4G8B9P.adaptive-delivery-prevent-bg, #b2dzfiCCgdleo03F9QVnMk4xqD4G8B9P.lazyload, #b2dzfiCCgdleo03F9QVnMk4xqD4G8B9P.lazyloading { background-image: none; }
#rRgBRlKJlnLamD3sBe2cZhLr3M9pD5Ji { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:51rem;left:43.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWeZbzrri4yqQci2u6gJfPlUaaFJtZP1 { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:55.5625rem;left:43.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTAB5vCZzMfID1FWElMUok6q68OHTlWQ { position:absolute;display:block;z-index:100050;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:58.9375rem;left:45.9375rem;display:block; }
#bBKWM281ANBiUXaJGxOA9EuXm4TmakPf { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:59.5625rem;left:46.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6XTBT4J4DTGieSNrCRppLTStbRUxzE6 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8111875rem;height:2.7487rem;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:62.75rem;left:45.0625rem;display:block; }
#pQUEUBgWydJUbx479D1hP8n0TEooDBE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yqZrA1w8Hs00cVDtQh6OSgxguuZLqRcv { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:48.8125rem;left:5.4375rem;display:block; }#yqZrA1w8Hs00cVDtQh6OSgxguuZLqRcv.adaptive-delivery-prevent-bg, #yqZrA1w8Hs00cVDtQh6OSgxguuZLqRcv.lazyload, #yqZrA1w8Hs00cVDtQh6OSgxguuZLqRcv.lazyloading { background-image: none; }
#sSw6GzaMz9NMPF0z2JrSNiz5iEwSAlJ0 { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:50.625rem;left:7.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4to1OfdiwKkJQPv0KaRTTEJm1JLqa5A { position:absolute;display:block;z-index:100056;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:58.5625rem;left:9.125rem;display:block; }
#UUvJt3HdOxgOwFqNm9uZ56UVQynUAvPU { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:59.9375rem;left:27.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFQhLp7kNEK4FkfQey1pFyD8micIql2O { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:62.75rem;left:8.25rem;display:block; }
#mhHpdBZTO1rFa9rI4yIff7Ligzenk0tu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yyrq0TSqqwP2crFhevc8sWEZMJ3W6f3o { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:54.125rem;left:25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qcx7QhT2BEAKLPSUASWdOM7VU8OuCUwI { color:#000000;display:block;width:19.25rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:0.875rem;left:27.875rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#lGChsMZzBgreUDsznGE60VpCB2P3wOMv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100076;line-height:1.3;letter-spacing:0;top:44.8125rem;left:31.8125rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#Uy6eD8BTxZW4Bg1v8LnUTMqq2ZSJdmcM { position:absolute;display:block;z-index:100058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:15.125rem;top:49.5rem;left:23.375rem;display:block; }#Uy6eD8BTxZW4Bg1v8LnUTMqq2ZSJdmcM.adaptive-delivery-prevent-bg, #Uy6eD8BTxZW4Bg1v8LnUTMqq2ZSJdmcM.lazyload, #Uy6eD8BTxZW4Bg1v8LnUTMqq2ZSJdmcM.lazyloading { background-image: none; }
#HcGAhC8bMHRT0m2eT073ArXXmhdItg55 { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:51.5rem;left:25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pUIrFL0MeeNb96cKQHOWxltb2nJfRdyn { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:53.4375rem;left:7.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7MQnBcMeS2mlw68sZTDNTRZBkCLItrK { position:absolute;display:block;z-index:100062;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93456875rem;width:6.9355625rem;top:59.4375rem;left:27.0625rem;display:block; }
#AKIRhCdzglCXdvXGDHtaG4OF9TTRnct0 { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:59.1875rem;left:9.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVRPP9oPnu4NJbkyMevKkcCPesHXvgSm { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:63.0625rem;left:26.1875rem;display:block; }
#S9KJXa327vh9KTMTQvOvUPH9EUFzxI7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u29ap9b3iDLqOXoNG1kxEM463xFrcO8y { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:5.6875rem;left:57.8125rem;display:block; }#u29ap9b3iDLqOXoNG1kxEM463xFrcO8y.adaptive-delivery-prevent-bg, #u29ap9b3iDLqOXoNG1kxEM463xFrcO8y.lazyload, #u29ap9b3iDLqOXoNG1kxEM463xFrcO8y.lazyloading { background-image: none; }
#FR2D9Rp2fBav4Py7tMpLE4vOM0GQD8GT { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:6.0625rem;left:59.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MrlDWlABOaV9ctn5bB9kylZVbKAg4ude { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:10.125rem;left:59.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKak0b03ZqGz82FdCQTrALg8JBBvt97P { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8111875rem;height:2.7487rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:18.625rem;left:60.625rem;display:block; }
#H103QbyNTA9aWzvtvnFAixA0BRLki6kx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nwylTmi3it3UQGGL45J13kWMUZi4Hk8G { position:absolute;display:block;z-index:100056;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:14.8125rem;left:61.5rem;display:block; }
#crrCLcVaPrFTbLSCP0XEWPzvpnDxc8xs { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:15.4375rem;left:62rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyXTqoV8QSOxqIUvaMr52m3m0VlhZvaa { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:6rem;left:21.375rem;display:block; }#fyXTqoV8QSOxqIUvaMr52m3m0VlhZvaa.adaptive-delivery-prevent-bg, #fyXTqoV8QSOxqIUvaMr52m3m0VlhZvaa.lazyload, #fyXTqoV8QSOxqIUvaMr52m3m0VlhZvaa.lazyloading { background-image: none; }
#NNZPMETmBVAEoc7lUTOp8AN5gHdu5FzT { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:7.1875rem;left:23rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfUlX46AOsmZKMsXv4rfMS2vEkOtV0Dd { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:12.4375rem;left:23.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUTwoBfAaPtIMuAfSTkEhD2WT682gfDC { position:absolute;display:block;z-index:100056;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:15.125rem;left:25.0625rem;display:block; }
#JhDwx2twDTqWEUJAMWARAntA8A4g7CCT { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:15.75rem;left:25.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbAuH4TKPovPKfq2JeUMsKZtwGLGOi5B { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8111875rem;height:2.7487rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:18.9375rem;left:24.1875rem;display:block; }
#gFJtdDTRFbqQtCeITPNMLeclRXApSTDF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gk39O9vTT76ngFkoSSKP95gJpzT8pkvG { position:absolute;display:block;z-index:100058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:5.6875rem;left:2.875rem;display:block; }#gk39O9vTT76ngFkoSSKP95gJpzT8pkvG.adaptive-delivery-prevent-bg, #gk39O9vTT76ngFkoSSKP95gJpzT8pkvG.lazyload, #gk39O9vTT76ngFkoSSKP95gJpzT8pkvG.lazyloading { background-image: none; }
#aPT82AWBuwkWhkTBKxtQNhFpJCZSGJed { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLRFMrriBPopuBeTKTTQ4aix1taL6ZEn { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:12.125rem;left:4.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgQ5tqTg7KTgOl5czlXJUciG3se5pfGU { position:absolute;display:block;z-index:100062;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:14.8125rem;left:6.5625rem;display:block; }
#neZIWtUsTtmMIGcf9VQLOTyTIZ41BgyB { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:15.4375rem;left:7.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ayeVxreegp1fIof17y8pVcRdfnoBLlXg { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8111875rem;height:2.7487rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:18.625rem;left:5.6875rem;display:block; }
#a3oBBXRE3RbkGh9v62hDSbOs4HD3ZrI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u0G2Q2LNxN5xJVZlQlVzwnfTZKsXcL8p { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:70rem;left:59.8125rem;display:block; }#u0G2Q2LNxN5xJVZlQlVzwnfTZKsXcL8p.adaptive-delivery-prevent-bg, #u0G2Q2LNxN5xJVZlQlVzwnfTZKsXcL8p.lazyload, #u0G2Q2LNxN5xJVZlQlVzwnfTZKsXcL8p.lazyloading { background-image: none; }
#LKtbP5NiDQ6rBaRxp15lOT1HnFrT9HSn { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:71.1875rem;left:61.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ka0IMmN6QEdm8SHT83iIQEpTKosT7tTO { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:75.75rem;left:61.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q5cC7Knz58Qoz8meuW9bfQOFIinVxCh9 { position:absolute;display:block;z-index:100056;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:79.125rem;left:63.5rem;display:block; }
#eb5TlzIFNSkCCTqBmkLgfWf3XEcHxAE7 { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:79.75rem;left:64rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKJW5bvg4uQm69zTx7UXeLq8X1vz33fA { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:84rem;left:63.8125rem;display:block; }
#u0IBh10BTP3Zi19pOTN6XVBL9sr06Cta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O5ZbTfN4e2bO3Ewl3GP7gEGRTwKdseHk { position:absolute;display:block;z-index:100058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.75rem;width:14.375rem;top:70rem;left:42.25rem;display:block; }#O5ZbTfN4e2bO3Ewl3GP7gEGRTwKdseHk.adaptive-delivery-prevent-bg, #O5ZbTfN4e2bO3Ewl3GP7gEGRTwKdseHk.lazyload, #O5ZbTfN4e2bO3Ewl3GP7gEGRTwKdseHk.lazyloading { background-image: none; }
#XUONbW1CJiqVL5Lco7yuZr82OTR1nyo6 { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:72.25rem;left:43.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wX9rTZiAdP9P6MHTcXWQQxHEQBzX13IB { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:76.8125rem;left:43.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSOxthKm4AHyDHB1EmVRZgLPRLEggO1C { position:absolute;display:block;z-index:100062;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:80.1875rem;left:45.9375rem;display:block; }
#wDN3mKT4R3EzK1Wp2NBZGHyma79A9WJe { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:80.8125rem;left:46.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8LBq2RKKNfJN6fn9zG5zZT83yTDUglg { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:84rem;left:45.25rem;display:block; }
#kL1L3V9ntyFqVSQaSKT7iDNSpOZAZOid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pDDQUSbNF1eZZCwaQiWFieFBN0wZGrRd { position:absolute;display:block;z-index:100064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.9375rem;width:14.375rem;top:69.375rem;left:24.4375rem;display:block; }#pDDQUSbNF1eZZCwaQiWFieFBN0wZGrRd.adaptive-delivery-prevent-bg, #pDDQUSbNF1eZZCwaQiWFieFBN0wZGrRd.lazyload, #pDDQUSbNF1eZZCwaQiWFieFBN0wZGrRd.lazyloading { background-image: none; }
#ZLEgVRbwtOdCZQKKfsz0DAffAzFVhD7i { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:71.8125rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rDHMIQxZbHsHzTdicBg2ZT8S70iEVdUl { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:76.375rem;left:26.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmiH8GiAqySPoQJJbRMt9whwchk0Bg1B { position:absolute;display:block;z-index:100068;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:79.75rem;left:28.125rem;display:block; }
#e0FUWo9V7L73x7OLgsXNPVDeXkR6vGsl { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:80.375rem;left:28.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbOE8et8UQwOkJH7rTmgsZtZmPgpawW7 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100093;text-align:center;text-align-last:center;top:84rem;left:26.875rem;display:block; }
#UXPDxFfg2nan06mMqDy99gQeD2lPzE4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IdvoE33oDz6MX3o9F4wMKU8LUhspTl1n { position:absolute;display:block;z-index:100070;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.375rem;width:14.375rem;top:69.3125rem;left:3.8125rem;display:block; }#IdvoE33oDz6MX3o9F4wMKU8LUhspTl1n.adaptive-delivery-prevent-bg, #IdvoE33oDz6MX3o9F4wMKU8LUhspTl1n.lazyload, #IdvoE33oDz6MX3o9F4wMKU8LUhspTl1n.lazyloading { background-image: none; }
#XK0QaXxWGI67XT8TkCt90HZ4asNiOF9S { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:71.1875rem;left:5.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9ERJCyZvMTTEAOPEDuOgqb9vFhOXqCr { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:75.75rem;left:5.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kipd1cafd1eRWXQ6rspTAdAP37Lbv0TV { position:absolute;display:block;z-index:100074;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:79.125rem;left:7.5rem;display:block; }
#hqKmr1lTRbs6Mm8ol8KSzd1k4vku6Att { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:79.75rem;left:8rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X9WCW1Haz2GHBX1F4s9MpURTSQTZ3Ouw { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8111875rem;height:2.7487rem;text-decoration:none;z-index:100099;text-align:center;text-align-last:center;top:82.9375rem;left:6.625rem;display:block; }
#aFTaIOJTTCzopuVh9GzsTCLxLapLD2gP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r0IyfZ8IbVWBPf9JQgAufETcQuTPiEEw { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:88.6875rem;left:59.8125rem;display:block; }#r0IyfZ8IbVWBPf9JQgAufETcQuTPiEEw.adaptive-delivery-prevent-bg, #r0IyfZ8IbVWBPf9JQgAufETcQuTPiEEw.lazyload, #r0IyfZ8IbVWBPf9JQgAufETcQuTPiEEw.lazyloading { background-image: none; }
#Z8SouyxG6r8R6TCo4MwWaNEd0H2eMwgp { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:89.625rem;left:61.4375rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJ0yrUKN6ZTO9dogww5Wd5Wa5ndMmT8d { position:absolute;display:block;z-index:100056;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:97.8125rem;left:63.5rem;display:block; }
#CQcfouB5QTPpdTkLf2618zWzsygR7F3m { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:98.4375rem;left:64rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXiiV8wEBvio9pmHMkVUyMI84LrTsHib { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:102.6875rem;left:63.8125rem;display:block; }
#TbUZapkmH950BIp1MDyapirT2qQ0Wecn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tqunnfTeRugMlFUI6eZF0LmR8fE3hOme { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100093;text-align:center;text-align-last:center;top:62.6875rem;left:26.7509765625rem;display:none; }
#FnxugEocxqUMXLkSLckBu0lirTSAmsq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iyZkHcxSMQ827znO3oWDEzZ1zXJvV2A0 { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:92.375rem;left:61.4375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i06ZWZkOdrRiDzi7JHF7fHhLd6VKV05g { position:absolute;display:block;z-index:100064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.75rem;width:14.375rem;top:88.6875rem;left:7.0625rem;display:block; }#i06ZWZkOdrRiDzi7JHF7fHhLd6VKV05g.adaptive-delivery-prevent-bg, #i06ZWZkOdrRiDzi7JHF7fHhLd6VKV05g.lazyload, #i06ZWZkOdrRiDzi7JHF7fHhLd6VKV05g.lazyloading { background-image: none; }
#NdKgSx1THR57Pw3Fb6WQEKstxxqmkg3M { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:92.3125rem;left:8.8125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WEGIpXokEazaDJe5yM4CsZHvJl34IF4g { position:absolute;display:block;z-index:100068;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:98.875rem;left:10.75rem;display:block; }
#aP2hwyaxGmcL0MTw0N7Z9goCe2Q3E589 { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:99.5rem;left:11.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvdlKfktV93qPcM7z1b8FRV0dCuMOT6O { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100093;text-align:center;text-align-last:center;top:102.6875rem;left:10.0625rem;display:block; }
#NpwPdG1SnoyqgMIxt4TgSTAR3yaIbU0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MwzuPBMnVmswpDRZhX4mdU8wA87U9zHl { position:absolute;display:block;z-index:100058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:12.25rem;width:14.375rem;top:88.6875rem;left:42.5rem;display:block; }#MwzuPBMnVmswpDRZhX4mdU8wA87U9zHl.adaptive-delivery-prevent-bg, #MwzuPBMnVmswpDRZhX4mdU8wA87U9zHl.lazyload, #MwzuPBMnVmswpDRZhX4mdU8wA87U9zHl.lazyloading { background-image: none; }
#Jq6PQ3ZH5CIWrLEG1i8NxBD5NTiKyqoE { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:92.375rem;left:43.9375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMLcDUNzP6xNtpMK8dSe3BXik6nqrZyz { position:absolute;display:block;z-index:100062;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:99rem;left:46.1875rem;display:block; }
#ZESUvGIK5ZlZUg1AxLsiS4AgIfyUIxOU { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:100rem;left:46.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFxIFiNNF1Bm4QwMp80XiX44LUNnxtLg { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:102.4375rem;left:45.3125rem;display:block; }
#u0KpEBSTppHPaaly7TT3QMRQoKmnCb3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J0C6mexXzcBIZET3NtGZSStW82PTfwZS { position:absolute;display:block;z-index:100063;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:12.25rem;width:14.375rem;top:88.6875rem;left:25rem;display:block; }#J0C6mexXzcBIZET3NtGZSStW82PTfwZS.adaptive-delivery-prevent-bg, #J0C6mexXzcBIZET3NtGZSStW82PTfwZS.lazyload, #J0C6mexXzcBIZET3NtGZSStW82PTfwZS.lazyloading { background-image: none; }
#x0R3PJUH929pTcEGcKTwXZpomD1UMvCm { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:89.625rem;left:26.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2p27M4oeGnRptl6pmdQmbtwLteI2uI8 { position:absolute;display:block;z-index:100067;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:99rem;left:28.6875rem;display:block; }
#eRh5Jg7zwABvOFTZdJQps7tTr7X1aL6L { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:100rem;left:29.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ns0m34Th2yE2e2x0kVb5PXuovqEoReQQ { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100092;text-align:center;text-align-last:center;top:102.6875rem;left:27.625rem;display:block; }
#M7NXvhiTWTqJLQRVdsEi34PIzgKHqtAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yP37Nor0g4qgWkZyiPFeBLN3ldnwqlQP { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:94rem;left:27.0625rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPWhI6KIwzPt64LypNDABzMmVmnTJx1o { position:absolute;display:block;z-index:100058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:25.875rem;left:30.75rem;display:block; }#QPWhI6KIwzPt64LypNDABzMmVmnTJx1o.adaptive-delivery-prevent-bg, #QPWhI6KIwzPt64LypNDABzMmVmnTJx1o.lazyload, #QPWhI6KIwzPt64LypNDABzMmVmnTJx1o.lazyloading { background-image: none; }
#WiVeB93PPqpycpgtcGW4vQbikhg5swVN { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:26.25rem;left:32.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DaIxTbGumURuGFn0aO7sqoa5OTx5geTF { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:30.3125rem;left:32.5625rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wan87IAX0lGnPTwwhUT37PszOU3i83Wd { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8111875rem;height:2.7487rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:38.8125rem;left:33.5625rem;display:block; }
#QXSxAetnBTo7u4C17llsR0Jo57brR68y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o30p1reoRDaKyo1rIep6qF0XFHqz873W { position:absolute;display:block;z-index:100062;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:35rem;left:34.4375rem;display:block; }
#kcrHFIhJ2kvDEHCCT4Ao57JpVsgncssS { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:35.625rem;left:34.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 { 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; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6.adaptive-delivery-prevent-bg, #lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6.lazyload, #lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6.lazyloading { background-image: none; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row .container { background-color: transparent; background-image: none; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row .container > .video-iframe-container { display: none; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row > .video-iframe-container { display: none; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .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); }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row .container { border-width: 0; border-radius: 0; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#br0INcOa91FOwSHo49irmRBRuiONR831 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xootSeEhRHcaq6UtoLDkEzcnkOGw51Ie { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#untrcuODmgfx7y92Cr6NR2bAnzAbsEOh { position:absolute;display:block;z-index:100064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:5.1875rem;left:38.75rem;display:block; }#untrcuODmgfx7y92Cr6NR2bAnzAbsEOh.adaptive-delivery-prevent-bg, #untrcuODmgfx7y92Cr6NR2bAnzAbsEOh.lazyload, #untrcuODmgfx7y92Cr6NR2bAnzAbsEOh.lazyloading { background-image: none; }
#dr91HwG2LUQyOCasldgl4Rocdv1WZU9l { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:6.375rem;left:40.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFb0SRdkynHQa6gRQfnsLdDvtRoyVk2y { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:14.8125rem;left:42.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fyzft3ebzisacyvAzc49wvMsdCsvLJma { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100093;text-align:center;text-align-last:center;top:17.9375rem;left:41.5625rem;display:block; }
#cR1LQ4hlfXalQzHk70T3SKT3J5EH4yC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hTuTMbpQKS7MaknfrPt0VtCwC07J8FpI { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100100;line-height:1.3;letter-spacing:0;top:10.5rem;left:40.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnelDdH2hx6SA6NgxcFSZ6VXaJCRb8Lr { position:absolute;display:block;z-index:100074;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93359375rem;width:6.934875rem;top:14.3125rem;left:42.5rem;display:block; }
#UTnKEQ0yfMgqPzLsV7k1lPO6nDGQxgsZ { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:5.1875rem;left:20.75rem;display:block; }#UTnKEQ0yfMgqPzLsV7k1lPO6nDGQxgsZ.adaptive-delivery-prevent-bg, #UTnKEQ0yfMgqPzLsV7k1lPO6nDGQxgsZ.lazyload, #UTnKEQ0yfMgqPzLsV7k1lPO6nDGQxgsZ.lazyloading { background-image: none; }
#LhEaDADdxf8JRlUv81zXMFqh3XsFO6cc { position:absolute;display:block;z-index:100031;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:13.5rem;left:24.8125rem;display:block; }
#vKaVvLPbQKkHJMK55TlMRlsC3vieJ3gs { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:14.25rem;left:25.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6AUanJz0DXlZDKL6ih1AIXLXB8ShdFT { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:17.9375rem;left:23.5625rem;display:block; }
#V0SmmG6ZC58S1wvkS0Lklude5KLLHsnX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fVDnA4CnSKXRqKTThmaWSJJRQ7nDTBJq { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:5.1875rem;left:2.75rem;display:block; }#fVDnA4CnSKXRqKTThmaWSJJRQ7nDTBJq.adaptive-delivery-prevent-bg, #fVDnA4CnSKXRqKTThmaWSJJRQ7nDTBJq.lazyload, #fVDnA4CnSKXRqKTThmaWSJJRQ7nDTBJq.lazyloading { background-image: none; }
#aX3igZUXyy9C3cvWc7uupd9xfzPGwiJI { color:#1799eb;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:0.5625rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:9.5rem;left:3.3125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iT3HBnsEJrlKHMARATLmUf0U29bRrnnT { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:6.1875rem;left:4.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qK098XLTQO2WP7Oi0xyGeVhoECKDelvs { position:absolute;display:block;z-index:100037;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:13.4375rem;left:6.4375rem;display:block; }
#eRJM7EgKGzqlfs534W8S5G4Mfdpawo02 { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:14rem;left:7.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SCJrvpspEHnlcKnTdlkKdtwXUwQawJ7u { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:17.5rem;left:5.5625rem;display:block; }
#GNldhUpiZSQK2ZOJIFZqfpT8nXDseMPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UGd5vMgz3XGVoJGITxIMMNbiPDEW2TLK { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100065;text-align:center;text-align-last:center;top:16.8125rem;left:9rem;display:none; }
#V6yMpWHF3T0QNXFkhUQAO8ahNMSd109Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T2ymuGbVewwinX7qJP9Ji7QcvKum8kL7 { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:6.375rem;left:22rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WD53PUaX9ElXxs28Z3NvOZbfKLOFLZRA { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:10.875rem;left:22.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbWnZer7DpMpS9U5pwKXVOZ37cPl6W4I { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:1rem;left:27.78125rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#VLG7WuIo6oMOdbTbAy8PZZGJclbh91ev { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:9.75rem;left:58.625rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKLuefAHd5VmlZfAHB3AH5XdG5vK5EtC { position:absolute;display:block;z-index:100076;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:5.1875rem;left:57rem;display:block; }#gKLuefAHd5VmlZfAHB3AH5XdG5vK5EtC.adaptive-delivery-prevent-bg, #gKLuefAHd5VmlZfAHB3AH5XdG5vK5EtC.lazyload, #gKLuefAHd5VmlZfAHB3AH5XdG5vK5EtC.lazyloading { background-image: none; }
#fPgtKe8I80TPd4g1ytUEC9zcJPOrXTv6 { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:6.375rem;left:58.5rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ52sAeKD93lGn48asNgs1CI0tRRtnqd { position:absolute;display:block;z-index:100086;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93359375rem;width:6.933625rem;top:14.375rem;left:61.8125rem;display:block; }
#fSsHRu1orR0J1vENtMViCB1p0rTGa7nr { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:15rem;left:62.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrxpG3Fi2sBINlbMOskJ4F1orBNHaIE8 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100105;text-align:center;text-align-last:center;top:17.875rem;left:60.5rem;display:block; }
#lzG68Mb9abVMtr0Wu1ZfhLoXTmo6ZPMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I5ZMwR5LXNkHJmq8Pi2Ns2OnZTsb1dwP { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:27.5625rem;left:2.75rem;display:block; }#I5ZMwR5LXNkHJmq8Pi2Ns2OnZTsb1dwP.adaptive-delivery-prevent-bg, #I5ZMwR5LXNkHJmq8Pi2Ns2OnZTsb1dwP.lazyload, #I5ZMwR5LXNkHJmq8Pi2Ns2OnZTsb1dwP.lazyloading { background-image: none; }
#OssNSiBNiviTwVrJIEuBSd2aUB1ABVeh { color:#1799eb;display:block;width:11.1853125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:27.562255859375rem;left:4.34326171875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSF6h0i31TaqtrIG5WsxapqZlKCgxERo { color:#1799eb;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:0.5625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.3125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DWsoVB6iAm1yyTiw42po0g0JPkVQJ212 { position:absolute;display:block;z-index:100043;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:35.5rem;left:6.4375rem;display:block; }
#NT5NPwzsCku8zVDfHHgGKQDdPE0qaLN8 { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:36.375rem;left:7.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRNgFqv7Lv7XvBCo6zPfgnsEG7DKCftK { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100065;text-align:center;text-align-last:center;top:39.312744140625rem;left:5.531005859375rem;display:block; }
#oxHOvLC99NtLTBwamvTgdavO0I8GNW0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OfHcZ5ralZI18NkQc1ViRUAWcmoixCJp { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:27.5625rem;left:56.25rem;display:block; }#OfHcZ5ralZI18NkQc1ViRUAWcmoixCJp.adaptive-delivery-prevent-bg, #OfHcZ5ralZI18NkQc1ViRUAWcmoixCJp.lazyload, #OfHcZ5ralZI18NkQc1ViRUAWcmoixCJp.lazyloading { background-image: none; }
#inltymSlAAIwoTsN81TMKvwPyD3XocI8 { color:#1799eb;display:block;width:11.1853125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:27.5625rem;left:57.8125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ew8xPo4ItyeTLIRwUhyonTPG1Ne0KuH1 { color:#1799eb;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:0.5625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:31.875rem;left:56.8125rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OBZNBWtW98GICx2QdOHbH6KmGQithwTr { position:absolute;display:block;z-index:100049;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:35.5rem;left:59.9375rem;display:block; }
#Ex31v89zHh2iVVbwvIpWqnmt6CzvBHcN { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:36.375rem;left:60.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuAMfF8B2DdAil5R6TsTK9PJ3ZVwvu4q { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100071;text-align:center;text-align-last:center;top:39rem;left:59rem;display:block; }
#sNkTu2d9tNWHwvAB4GfJgMAMG39eibt5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ioanb8dQHv7woSXgzzP7g0ZIAZhQBT0X { position:absolute;display:block;z-index:100070;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:27.327880859375rem;left:38.75rem;display:block; }#Ioanb8dQHv7woSXgzzP7g0ZIAZhQBT0X.adaptive-delivery-prevent-bg, #Ioanb8dQHv7woSXgzzP7g0ZIAZhQBT0X.lazyload, #Ioanb8dQHv7woSXgzzP7g0ZIAZhQBT0X.lazyloading { background-image: none; }
#E7w5iyfRd8qb3x0wKfsvgK5QVWduU9SC { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:28.75rem;left:40.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3brQ8lTMOb7RRR6QoWFoITrL6QxkSnn { color:#1799eb;display:block;width:11.1865rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:31.995849609375rem;left:40.34423828125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zKLHfSbtWWaloG3O4oLKLAFTAURql5JE { position:absolute;display:block;z-index:100080;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93359375rem;width:6.934875rem;top:36.125rem;left:42.5rem;display:block; }
#FFlrxKOCx1XMzZqyvKWX8mdOaedilrTC { color:#ffffff;display:block;width:5.9985375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:36.761474609375rem;left:42.938232421875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6dpluVqWqBia0DskeVx9o7S44yi7LkJ { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100099;text-align:center;text-align-last:center;top:39.3115234375rem;left:41.531982421875rem;display:block; }
#LMK6Lg3eT3SGv8eJyFzlLfxse4oEFTCc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RiRMJz1WOQJBKVPHaQ3RTSJeUauSyViM { position:absolute;display:block;z-index:100076;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:27.375rem;left:22rem;display:block; }#RiRMJz1WOQJBKVPHaQ3RTSJeUauSyViM.adaptive-delivery-prevent-bg, #RiRMJz1WOQJBKVPHaQ3RTSJeUauSyViM.lazyload, #RiRMJz1WOQJBKVPHaQ3RTSJeUauSyViM.lazyloading { background-image: none; }
#dsNi2LbpLeTtmdDIzbER4TmbodWtix1w { color:#1799eb;display:block;width:11.0608125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:28.426513671875rem;left:24.140625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpZqDhDVcOFTtkxgcgmWoOtDA481I9o1 { color:#1799eb;display:block;width:11.1853125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100112;line-height:1.3;letter-spacing:0;top:32.196044921875rem;left:23.56201171875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fzp8CPz4PtZTVcs0wV5RTn1Es5H3uHd1 { position:absolute;display:block;z-index:100086;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93359375rem;width:6.934875rem;top:36.1875rem;left:25.75rem;display:block; }
#z5nMq9mzmBmdIPMFzWur2sIsEyOmZeMt { color:#ffffff;display:block;width:5.9985375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:36.761474609375rem;left:25.826416015625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJTVchWTxATCMm4OxV29MtzpNU0LCTGe { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74658125rem;text-decoration:none;z-index:100105;text-align:center;text-align-last:center;top:39.312744140625rem;left:24.81201171875rem;display:block; }
#Ewo4JSDd2T5JTIW4mgHycwgQdkLtKTPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P { 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; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P.adaptive-delivery-prevent-bg, #mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P.lazyload, #mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P.lazyloading { background-image: none; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row .container { background-color: transparent; background-image: none; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row .container > .video-iframe-container { display: none; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row > .video-iframe-container { display: none; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .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); }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row .container { border-width: 0; border-radius: 0; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row .container { font-size:0.875rem;font-family:arial;height:109.1875rem;width:75rem;position:relative;display:block; }#XVNUlFyKtcMT69e4miknhwS9TuANyuMx { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xPvCaNB8NG72pi4zToX3DGxBMTSoaaEK { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#egLQqo67mPOl1y3J8Ud92HCRtaekME3y { position:absolute;display:block;z-index:100018;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:11rem;left:59.1875rem;display:none; }
#eaMNQE97HXxw9eH6U41nUXsm8PwL1dlw { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:9.875rem;width:13.25rem;top:5.466818359375rem;left:0.96258235087594rem;display:block; }#eaMNQE97HXxw9eH6U41nUXsm8PwL1dlw.adaptive-delivery-prevent-bg, #eaMNQE97HXxw9eH6U41nUXsm8PwL1dlw.lazyload, #eaMNQE97HXxw9eH6U41nUXsm8PwL1dlw.lazyloading { background-image: none; }
#p1l3loHse9OCiPcbRkFRPdMF0d5nb90g { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:7.875rem;left:1.25rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#waVtFL6bKili3qtf8KTsOKSstgCiI9T1 { color:#1799eb;display:block;width:11.184875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2N4h7DQuxlOWLLWNrtB2dC3FHLnzTuJ { position:absolute;display:block;z-index:100049;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:13.75rem;left:3.75rem;display:block; }
#zcVTuV3MQoSh86ugqAZn4LSTl4GOEKbx { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:14.4375rem;left:4.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0peaLuokGUOIPZU7FGS2X9XLQHoiqrJ { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:17.49609375rem;left:2.7822265625rem;display:block; }
#NN0nTfExmCeelFg7sCEJUTNpKihTTh4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nnpCBqJfBH03w1Fk0TELwfUK5PEzTeoW { color:#ffffff;display:block;width:6.749125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:11.25rem;left:59.3125rem;height:2.33333125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pkLCDsIB5SgwZLMhCKgLLEK4p98pviTn { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:45.375rem;left:57.3125rem;display:block; }#pkLCDsIB5SgwZLMhCKgLLEK4p98pviTn.adaptive-delivery-prevent-bg, #pkLCDsIB5SgwZLMhCKgLLEK4p98pviTn.lazyload, #pkLCDsIB5SgwZLMhCKgLLEK4p98pviTn.lazyloading { background-image: none; }
#bKFbanrNZMg8ugGzfIJzMwe2NSfFoTNN { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:48.6875rem;left:58.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFtfMnFSoT6b2rzoT4N0BUpxNmqEgCXB { position:absolute;display:block;z-index:100043;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:53.625rem;left:61rem;display:block; }
#VkcdRAUhbXBIqxbLLyraWvSu5RKy0Chv { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:54.1875rem;left:61.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XegunAvPzJE0LBhN3egtd3ND4ORxMpy2 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100065;text-align:center;text-align-last:center;top:57.6875rem;left:60.125rem;display:block; }
#o3Eac20bXaOrNKErELnZTh0hUWpfDkUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xIdg5wWTUIGF2UQ1Hn3QI7XIVtTwVgoE { position:absolute;display:block;z-index:100044;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:45.375rem;left:40.4375rem;display:block; }#xIdg5wWTUIGF2UQ1Hn3QI7XIVtTwVgoE.adaptive-delivery-prevent-bg, #xIdg5wWTUIGF2UQ1Hn3QI7XIVtTwVgoE.lazyload, #xIdg5wWTUIGF2UQ1Hn3QI7XIVtTwVgoE.lazyloading { background-image: none; }
#GZtuIJS0pQVLPMA82XuvGtaAqqa7C0e7 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:47.875rem;left:42.03125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfw7WENi6EOEuom6TM9Z4FVDcox2tU7x { position:absolute;display:block;z-index:100048;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:53.625rem;left:44.125rem;display:block; }
#UwFIUUDmTMw1tpqzXSd9KI91EAN0r5zL { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:54.1875rem;left:44.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PuGMIvxnVxczWR9gbr41UPmDVRt1pnom { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:57.6875rem;left:43.25rem;display:block; }
#qUM8B5lTK2hHbwo6p0ZdRZbJKStmTNgG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C0lHeq9c0B8pP7mfHH0lXlxs0RamN45N { position:absolute;display:block;z-index:100049;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:45.375rem;left:23.3427734375rem;display:block; }#C0lHeq9c0B8pP7mfHH0lXlxs0RamN45N.adaptive-delivery-prevent-bg, #C0lHeq9c0B8pP7mfHH0lXlxs0RamN45N.lazyload, #C0lHeq9c0B8pP7mfHH0lXlxs0RamN45N.lazyloading { background-image: none; }
#Dmyk8c0sNFuLQN4IF6Pth5PbJK8bf1T6 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:47.875rem;left:24.9365234375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fulaaLdf1tPr5zW2EU0zMgd7Ft3mTidS { position:absolute;display:block;z-index:100053;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:53.625rem;left:26.625rem;display:block; }
#QRZIhCMioMIkPyvuyo4izb2FTQd0pxCT { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:54.2802734375rem;left:27.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMT3e0JsT3SffsPxbqmdgh2sGTpOIKuX { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:57.6875rem;left:25.75rem;display:block; }
#oFVUTyl0CxlIT6Q7xey5u8LsshHknkT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rJ2HTV6S1vMKgrDHKtNsSb41PAmybPaA { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:45.375rem;left:5.9375rem;display:block; }#rJ2HTV6S1vMKgrDHKtNsSb41PAmybPaA.adaptive-delivery-prevent-bg, #rJ2HTV6S1vMKgrDHKtNsSb41PAmybPaA.lazyload, #rJ2HTV6S1vMKgrDHKtNsSb41PAmybPaA.lazyloading { background-image: none; }
#OxPhrsKrrzLoODOgyH3bkCAidh9offnV { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:47.875rem;left:7.53125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0llhLsddlkWe1S6SQuExVwLgdkBLu08 { position:absolute;display:block;z-index:100058;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:53.625rem;left:9.625rem;display:block; }
#EcfhxE8X01rmbe3Z1rvQTKJiT821udQh { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:54.1875rem;left:10.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXHdh5UfJ88kXn9u7OgLTwKz4HdVaiKD { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100080;text-align:center;text-align-last:center;top:57.6875rem;left:8.75rem;display:block; }
#JS6h6XvIVIklSOKtmQ6WZiS5Po8lmfLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ldsg6fhrqXr7NAs4PNDq89rOx96hd3zf { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:15.125rem;left:58.28125rem;display:none; }
#rLFfB61kxwZRQ1HMEUSt9bIL3axO3Puv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lKGhAx1rivgPap8N6DgodchktrlerlES { position:absolute;display:block;z-index:100076;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:4.75rem;left:45.8125rem;display:block; }#lKGhAx1rivgPap8N6DgodchktrlerlES.adaptive-delivery-prevent-bg, #lKGhAx1rivgPap8N6DgodchktrlerlES.lazyload, #lKGhAx1rivgPap8N6DgodchktrlerlES.lazyloading { background-image: none; }
#QwDlJobqruphVa4G3Wk6pJK6hR4qeXPN { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:6rem;left:47.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tivNtE7wxf0tRTBnk8yaCQpySKi0bZGT { position:absolute;display:block;z-index:100086;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93359375rem;width:6.9345625rem;top:13.375rem;left:49.5625rem;display:block; }
#BJcrLXDOInoeTuB7BaorOJW2LPkB6Kqh { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:14.125rem;left:50rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loaou1Q7fqm1JTU0hUDZ4KPA5ALNodXt { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100105;text-align:center;text-align-last:center;top:17.375rem;left:49.75rem;display:block; }
#KvgkNb1kJQlu8kOSoTHCnzUagsTbVLLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZXvVh1PaPUXMcDdOuNcC07NhFLffusw3 { color:#000000;display:block;width:22rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:40.625rem;left:28.25rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#uUrXQVRQGb98qvsQGZ5qg7kqfxqZG75B { color:#000000;display:block;width:18.625rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:1.3125rem;left:3.75rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#bQ3iF4GrUwsLpEQfQ41rONhA2try3fxo { position:absolute;display:block;z-index:100046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:9.5rem;width:13.625rem;top:5.4048125rem;left:15.393624350852rem;display:block; }#bQ3iF4GrUwsLpEQfQ41rONhA2try3fxo.adaptive-delivery-prevent-bg, #bQ3iF4GrUwsLpEQfQ41rONhA2try3fxo.lazyload, #bQ3iF4GrUwsLpEQfQ41rONhA2try3fxo.lazyloading { background-image: none; }
#k4Z7WRXMLiby5sRpUAlOBg69RGnAk7uI { color:#1799eb;display:block;width:11.1845625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:5.9375rem;left:16.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTJ80aVOqQ4oTp8ND48RfkDWxTIXEUL3 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:7.5rem;left:16.3125rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCM5sUdspCHgTc4hhUV3Bdx0iQz2qEho { position:absolute;display:block;z-index:100050;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:13.75rem;left:18.5rem;display:block; }
#qtR0EQmssiPgrup3CV7yd76DeyiX4JeB { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:17.625rem;left:17.5rem;display:block; }
#vSAqvRtV9sR3qKAq5ONaqrOqtCuNtOEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VGMxecsbaENoVg8PRqkorIag5Ckvmrv8 { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:14.375rem;left:19.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTpTFHcxlHkv0tcSpzFuEpQCkTvq5I3w { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:0.9375rem;left:50.873046875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#LRvMHmwCSI7gS1zmNxs6le7AnFtLseR9 { color:#000000;display:block;width:22rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:62.875rem;left:30.1875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#AzbEbDxew02mgtXdUUx9ioB4440eCnTq { position:absolute;display:block;z-index:100061;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:67.1875rem;left:60rem;display:block; }#AzbEbDxew02mgtXdUUx9ioB4440eCnTq.adaptive-delivery-prevent-bg, #AzbEbDxew02mgtXdUUx9ioB4440eCnTq.lazyload, #AzbEbDxew02mgtXdUUx9ioB4440eCnTq.lazyloading { background-image: none; }
#gwKkDzcFa5obcE81zuaBQ4FAcOrKXaZX { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:69.625rem;left:61.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eiLyAGgX4c7Uqm8MTsFJtwRIJ7KNPPrp { position:absolute;display:block;z-index:100065;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:75.4375rem;left:63.6875rem;display:block; }
#JRqyynmDv6MQaxVZHoGCCfeuHIP3XOQI { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:76rem;left:64.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0aC7anOZxNCQ6l8hOJHzz9rfg0L8PPF { position:absolute;display:block;z-index:100066;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:67.1875rem;left:43.125rem;display:block; }#U0aC7anOZxNCQ6l8hOJHzz9rfg0L8PPF.adaptive-delivery-prevent-bg, #U0aC7anOZxNCQ6l8hOJHzz9rfg0L8PPF.lazyload, #U0aC7anOZxNCQ6l8hOJHzz9rfg0L8PPF.lazyloading { background-image: none; }
#u4CRP1cIsC4JVNdoq7iG8D9tC5kWglzW { position:absolute;display:block;z-index:100070;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:75.4375rem;left:46.8125rem;display:block; }
#eTc4DxJu8zvH6ETCc6rH3ioNRV0Z5LIg { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:76rem;left:47.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWllGQSUUTBHvroQ0vcJux4pdx4UHH4O { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:79.5rem;left:62.8125rem;display:block; }
#LJeXeROBt56nwAI0fOECEbLRvagcrcT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qWrWZEqqEeg5olA6nk0ONiO6eJD4n6gW { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100092;text-align:center;text-align-last:center;top:79.5rem;left:45.9375rem;display:block; }
#GkTXTh9qtM2SOheAp7zP8GCOgPRg6z3b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bmaNRnnWnTtXTefqyCUkOf1n7s3uSEKc { position:absolute;display:block;z-index:100071;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:67.1875rem;left:25.625rem;display:block; }#bmaNRnnWnTtXTefqyCUkOf1n7s3uSEKc.adaptive-delivery-prevent-bg, #bmaNRnnWnTtXTefqyCUkOf1n7s3uSEKc.lazyload, #bmaNRnnWnTtXTefqyCUkOf1n7s3uSEKc.lazyloading { background-image: none; }
#TCHN02V8LsI94RlPS1HPNUMGG7mLJQfy { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:69.25rem;left:27.25rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huTz4vWhwKhfnQpCdnPGp6LBiNMz79l8 { position:absolute;display:block;z-index:100075;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:75.4375rem;left:29.3125rem;display:block; }
#gzKgAodi0SidFw5Uo1Z4iu44rQuwSO9L { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100097;text-align:center;text-align-last:center;top:79.5rem;left:28.4375rem;display:block; }
#FOKb6xUwtb926cFrp6GIuvZ7dNnrQ48B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FFuBZfZwWTdqDZlEJ7C66SR55Bn7BWDV { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:76rem;left:30.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LltQNXkyO6lNOdbpLhnHWdk7u63KTo9w { position:absolute;display:block;z-index:100076;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:67.1875rem;left:8.625rem;display:block; }#LltQNXkyO6lNOdbpLhnHWdk7u63KTo9w.adaptive-delivery-prevent-bg, #LltQNXkyO6lNOdbpLhnHWdk7u63KTo9w.lazyload, #LltQNXkyO6lNOdbpLhnHWdk7u63KTo9w.lazyloading { background-image: none; }
#kGr25R98IbQ2Zk8hn7n3CHLXcG7rg3pP { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:69.875rem;left:10.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5xH1zHhhClgZwd3vMTXKrsDnyD0eZzl { position:absolute;display:block;z-index:100080;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:75.4375rem;left:12.3125rem;display:block; }
#Lk10q9IhJqlmDFw6rtsM0yCBWeeB6BMD { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:76rem;left:13.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOL1iZJHnTG8qbHVnRbyl18N61a2gJRz { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100102;text-align:center;text-align-last:center;top:79.5rem;left:11.4375rem;display:block; }
#mwXmKMwtSIROUXkG9m9193qxCHfq8UEp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aT4qH8JfAMuVZHfgnbOiyfIswv3kKtf1 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:69.625rem;left:44.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FlJ0UChk7pDoFaEMKXzhuoulGMiqcJd2 { position:absolute;display:block;z-index:100081;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10rem;width:13.4375rem;top:5.339625rem;left:61.416692856806rem;display:block; }#FlJ0UChk7pDoFaEMKXzhuoulGMiqcJd2.adaptive-delivery-prevent-bg, #FlJ0UChk7pDoFaEMKXzhuoulGMiqcJd2.lazyload, #FlJ0UChk7pDoFaEMKXzhuoulGMiqcJd2.lazyloading { background-image: none; }
#hxGXoBxWRVn32BogSmiPQOSTXwdySaWz { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:6.375rem;left:62.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwWqegipBOMzBsaKsyuyWl1FfVS4BDCM { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:14.125rem;left:64.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTI2EioPNa4Fix47EiaKhoLDhxysCUmv { position:absolute;display:block;z-index:100091;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93359375rem;width:6.9345625rem;top:13.375rem;left:64.4375rem;display:block; }
#zAUnRRGKvIpNAOpHtk9wGhha2pqrkbTM { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100110;text-align:center;text-align-last:center;top:17.3125rem;left:63.3125rem;display:block; }
#KfxQTWe7GlzrlmlRL4UzRII80UXVTiVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oCatTwBi3iU6aRZkULfcRAcS7ZUBtd5K { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:1.875rem;left:2.9375rem;display:none; }#oCatTwBi3iU6aRZkULfcRAcS7ZUBtd5K.adaptive-delivery-prevent-bg, #oCatTwBi3iU6aRZkULfcRAcS7ZUBtd5K.lazyload, #oCatTwBi3iU6aRZkULfcRAcS7ZUBtd5K.lazyloading { background-image: none; }
#sffKnLtA0qFbe56lm6ETWQVACUUJ6W3n { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:8.5625rem;left:47.25rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2EVbeQkBlZT9x7P59IIK47Owc19TiyI { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:9.625rem;width:13.8125rem;top:5.0298125rem;left:30.7141819081rem;display:block; }#m2EVbeQkBlZT9x7P59IIK47Owc19TiyI.adaptive-delivery-prevent-bg, #m2EVbeQkBlZT9x7P59IIK47Owc19TiyI.lazyload, #m2EVbeQkBlZT9x7P59IIK47Owc19TiyI.lazyloading { background-image: none; }
#ctmbhdWua9tCkFArhSrv2ph5pPP6PJUE { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3Vqz3H5LTTWvmQAASkm4qo65WcyEJ9b { position:absolute;display:block;z-index:100056;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:13.5rem;left:34rem;display:block; }
#LayKEydo6Tl2aAV3PTtDKtLUE5kqJC9J { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:14.125rem;left:34.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X386qMVk4FUTQTNHWIU5VlPqzOdClgSG { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100078;text-align:center;text-align-last:center;top:17.375rem;left:33rem;display:block; }
#qaZaaz3Lt6RZKFHGDPmgO6H9BKrmasfF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dDehiurqoXpwBMTi0kGqH0ald58TyqiV { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:9.25rem;width:13.25rem;top:23.625rem;left:33.5625rem;display:block; }#dDehiurqoXpwBMTi0kGqH0ald58TyqiV.adaptive-delivery-prevent-bg, #dDehiurqoXpwBMTi0kGqH0ald58TyqiV.lazyload, #dDehiurqoXpwBMTi0kGqH0ald58TyqiV.lazyloading { background-image: none; }
#DlqdrZIAEeUnotBqNOFTFvQxOLxO0z61 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;top:25.5rem;left:34.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kl1TDfeh6PUZzKtqns7T3wT2iX9BqSi0 { position:absolute;display:block;z-index:100061;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:31.75rem;left:36.3125rem;display:block; }
#SSGXWPxrngPESEoWhv4WFdEUhUdc9fET { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:32.375rem;left:36.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpUfc4HSbhG1zbnUozBhciA81rD5XmLG { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100083;text-align:center;text-align-last:center;top:35.875rem;left:35.3125rem;display:block; }
#STCf1T2yqXweZd8EI9irnhpdaEHuv7zy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xvu3WipKN2yFokce9TSNQANKAEXTvTUW { position:absolute;display:block;z-index:100062;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:9.1875rem;width:13.1875rem;top:25.21682421875rem;left:2.2797304577321rem;display:block; }#xvu3WipKN2yFokce9TSNQANKAEXTvTUW.adaptive-delivery-prevent-bg, #xvu3WipKN2yFokce9TSNQANKAEXTvTUW.lazyload, #xvu3WipKN2yFokce9TSNQANKAEXTvTUW.lazyloading { background-image: none; }
#SZUJc8N7ryel6J2LGHJf7m7HLPcAgdBv { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:27rem;left:2.75rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m20u0C2R9ybnyR89VIemZR1giWavlnaI { position:absolute;display:block;z-index:100066;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:33.25rem;left:4.9375rem;display:block; }
#dAMzxxLsRv9iQTRno3NUTMWWIb38zTT8 { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:33.875rem;left:5.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxAI44pSopbmJrqRU5vpp5RA9hxmmcFP { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100088;text-align:center;text-align-last:center;top:37.125rem;left:3.9375rem;display:block; }
#qr9F656hUVnPKtvc5RBM1w8cJuKBlFkL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xix74XTpCWJGaA1dTTgPoJxk455ZL5Bd { color:#000000;display:block;width:22rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:87.375rem;left:32.123046875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#vy5AMQ4TlR1zJGSBoiDcawSQuShJSRbr { position:absolute;display:block;z-index:100066;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:91.0625rem;left:60rem;display:block; }#vy5AMQ4TlR1zJGSBoiDcawSQuShJSRbr.adaptive-delivery-prevent-bg, #vy5AMQ4TlR1zJGSBoiDcawSQuShJSRbr.lazyload, #vy5AMQ4TlR1zJGSBoiDcawSQuShJSRbr.lazyloading { background-image: none; }
#tRQBavHJeUpfTC1X5S5E01TMQITFtmpH { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:94.125rem;left:61.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTfU4Pri5NQyre3MOtuDboNpc2MRCq5z { position:absolute;display:block;z-index:100070;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:99.3125rem;left:63.6875rem;display:block; }
#Zu1rBIGizQCFEHdqiqmG6dIq9X3DXVNK { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:99.875rem;left:64.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3AtW0d5rThwSsupNblSCFGiTeGKW7hC { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100092;text-align:center;text-align-last:center;top:103.375rem;left:62.8125rem;display:block; }
#UqKgQkTk9FupafM6RcrOd1RNNqnCgTWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SedNJFzQTHeKVDdHymPlTcIssVTAHiHT { position:absolute;display:block;z-index:100071;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:91.0625rem;left:35.5625rem;display:block; }#SedNJFzQTHeKVDdHymPlTcIssVTAHiHT.adaptive-delivery-prevent-bg, #SedNJFzQTHeKVDdHymPlTcIssVTAHiHT.lazyload, #SedNJFzQTHeKVDdHymPlTcIssVTAHiHT.lazyloading { background-image: none; }
#aDtxwkGoPI7COfyk5LpQffKpPhohQGCw { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:93.5rem;left:36.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JavtkvGL6VDo33uw206EsJapy4nrO4vW { position:absolute;display:block;z-index:100075;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:99.3125rem;left:39.25rem;display:block; }
#T8OXpzrUKlrmkKllQaRz5TRqKhqKSrmk { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:99.875rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLNoXeVPoB6vfbaXH1QXX50Gq78t6z4t { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100097;text-align:center;text-align-last:center;top:103.375rem;left:38.375rem;display:block; }
#nCwfng8H8JP9xqRne6gTNxOLhwRTmTpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LrdAF1Da9KKyfQPaoXobSdmExSZ8HZxO { position:absolute;display:block;z-index:100076;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:91.6875rem;left:10.6875rem;display:block; }#LrdAF1Da9KKyfQPaoXobSdmExSZ8HZxO.adaptive-delivery-prevent-bg, #LrdAF1Da9KKyfQPaoXobSdmExSZ8HZxO.lazyload, #LrdAF1Da9KKyfQPaoXobSdmExSZ8HZxO.lazyloading { background-image: none; }
#Mz2swB5yfD2cTWPMXpfILAAH4yh1Uxps { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:94.125rem;left:11.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIsm5RNkayEztVzGuPJ4ZoAEvL6s9rNB { position:absolute;display:block;z-index:100080;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:99.9375rem;left:14.375rem;display:block; }
#zhhM3z7n2sid1PdBI8xBeLaIbuBdnCu1 { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:100.5rem;left:15.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFCeunaltTrauwo4MspVk4EFMoKRT2zU { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100102;text-align:center;text-align-last:center;top:104rem;left:13.5rem;display:block; }
#XA3afpL4Qa7kyVNDGWsxh2IuAFa61ZBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SUnbfwZMFaT1V3tyrgyaq5JrNcd6t7Tm { position:absolute;display:block;z-index:100098;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.125rem;width:13.625rem;top:22.375rem;left:60.125rem;display:block; }#SUnbfwZMFaT1V3tyrgyaq5JrNcd6t7Tm.adaptive-delivery-prevent-bg, #SUnbfwZMFaT1V3tyrgyaq5JrNcd6t7Tm.lazyload, #SUnbfwZMFaT1V3tyrgyaq5JrNcd6t7Tm.lazyloading { background-image: none; }
#SIk89mZ7g5iOKihbOvSZa1RQnodbqRdQ { color:#1799eb;display:block;width:11.058625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100104;line-height:1.3;letter-spacing:0;top:23.625rem;left:61.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bVatEwT4i5gnxSOwS6dl3QMf27dJ0fs7 { position:absolute;display:block;z-index:100108;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93359375rem;width:6.9345625rem;top:30.5625rem;left:63.3125rem;display:block; }
#q140eQC1JcOuOIvpNCXiSsSP4GK6TaTZ { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100110;line-height:1.3;letter-spacing:0;top:31.3125rem;left:63.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VahBAUW8mzR7RqW22RRl0wH5zRtoWhC7 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:27.125rem;left:60.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tvZW05QsTeHrDoHwJnEToMwgUeE9X8EA { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100119;line-height:1.3;letter-spacing:0;top:26.3125rem;left:61.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kGZu5fMuqoiTuP2CWaGD4Zul5uCtP5o9 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.74805rem;text-decoration:none;z-index:100127;text-align:center;text-align-last:center;top:34.5rem;left:62.1875rem;display:block; }
#gdpw9urJIPVa51sk0MeizLuJITgcfZ2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;position:relative;display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { background-color: transparent; background-image: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container > .video-iframe-container { display: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container { display: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .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); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { border-width: 0; border-radius: 0; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { color:#ffffff;display:block;width:22.747375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:27.625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#qIOcAK1io86Sx6GLscq9NpmwXJtniutq { box-sizing:content-box;color:#fbfeff;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:100003;top:1.125rem;left:52.75rem;display:block; }
#XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { color:#ffffff;display:block;width:41.74925rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.625rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:4.8125rem;left:53.1875rem;display:block; }
#HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { color:#ffffff;display:block;width:10.874rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:43.0625rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { top:0.1875rem;left:0rem;width:47.75rem;height:7.79876875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { top:7.9375rem;left:19.6875rem;width:8.1875rem;height:8.1250378796487rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { top:7.5rem;left:19.375rem;width:8.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { width:47.75rem;height:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { top:0.625rem;left:24.875rem;width:22.875rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { top:0.625rem;left:0rem;width:23.875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:47.75rem;height:4.3125rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:11.625rem;height:2.6875rem;top:12.75rem;left:11.874132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:11.625rem;height:2.6875rem;top:12.75rem;left:24.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { top:13.3125rem;left:30.25rem;width:17.5rem;height:8.6870625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { top:14.125rem;left:0rem;width:18.75rem;height:7.061625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { width:16.5rem;height:3.75rem;top:16.9375rem;left:16.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block; }
 }@media only screen and (max-width: 763px) { #LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf { display:block; }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-text {padding-top: 0; padding-bottom: 0;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-select {padding-top: 0; padding-bottom: 0;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs {display:block;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #eCenftFRgsvKFyxLH7FwiZ3PiaTJWrQt {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #RkTTLqEXGmr8p7xBOQFORNZM6KZKti9i {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #WB1T1gne7Xapxm1FJRkiWBK78usoUnUQ {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #s7TR6Akoq1GOFM95v3GUss4EeR7cFUhN {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #oVImxBT1Trav7BtpeIXfNUlpum4GxG4w {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #ii8bO61gPcWTwEuvrkB9ial21BnDJ0WI {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #RpCpycEit5Mw7mSGkgEhO3P92tZD1D5m {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #JbG29JTGIvaWE2XIPx3oywlfiJqugo8b {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #dzXdcTXkZUyvUheTs6paE9blVSAEFPyE {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #BcU6G8XJ65E8AlHhp8kAKKoAxKJg504M {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #pRDC2TvvsfRZeTA2io8mFm6oisEoZbIu {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #RRSs98D7QBhTeyiW9mTEsCklAXGbN0nW {  }
 }@media only screen and (max-width: 763px) { #c4ekXfJEHy0TmDBxCucbl3cJ1XTH6RQD { display:block; }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #bNpp2E0lAIEinuwmBapPSNpK8F1uKglI {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #ldMT4oS5uiRkJgHVMiUR3nWFwCS2X8An {  }
 }@media only screen and (max-width: 763px) { #INkDPRGOVJLQryl51FzBVA1Pgv1JG8xK { 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) { #bgPsU7lziU1A1sPs8nSKiNad8VTycZNM { top:0rem;left:7.375rem;width:33rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcRssiyol9WCcwDvv2WhyCQTJhN4aUBS { top:3.125rem;left:17.5625rem;width:25.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw5MdZzJ5ADBA8Xgm80xMiByOwTIa8VG { width:17.5rem;height:3.4375rem;top:15.8125rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyZ0q8nNbWqK1b0XqKrSEGI9g0nQU7Ti { display:block; }
 }@media only screen and (max-width: 763px) { #lOxAsqPTIrNOqF52QXDTddQW6KJqhVrx { width:17.5rem;height:3.4375rem;top:17.1875rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEtpfD6TDOH6HIRTpRNUKXQUuEuE8lqR { display:block; }
 }@media only screen and (max-width: 763px) { #iESXpqRxFFTTPO4VpRR1xdEqh6KfXSFJ { top:21.625rem;left:20.4375rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA { display:block; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybsoBO5MTNnpHkEp9uweqfKWe0MMTmhd { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0B9BUtZSeDpuiW5GaVegbtnlg62aQMW { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { top:1.375rem;left:16.375rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { width:12.9375rem;height:1.9375rem;top:1.9375rem;left:17.375436782837rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { top:6.875rem;left:38.8125rem;width:8.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnTwwO30SR0e4fgdneOFVupEEEgywFM { top:6.875rem;left:36.124349594116rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { top:6.875rem;left:24.999132156372rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { top:6.875rem;left:13.93359375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { top:6.875rem;left:2.8116321563721rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { top:6.875rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { width:6rem;height:4rem;top:9.375rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { width:6rem;height:5.4375rem;top:8.6875rem;left:26.4677734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { width:7.5rem;height:5.1875rem;top:8.8125rem;left:36.841581344604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { width:6rem;height:4rem;top:9.375rem;left:15.40234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { width:6rem;height:5.1875rem;top:8.8125rem;left:4.2569446563721rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { width:6rem;height:3.4375rem;top:9.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdKHwTCfUV2ky0zACcyFy8A2D2kgO6Fh { top:17.25rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { top:17.25rem;left:36.124349594116rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { top:17.25rem;left:24.999132156372rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { top:17.25rem;left:13.936849594116rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { top:17.25rem;left:2.8116321563721rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IynNKNLOLrnxXVXf8yAaUh5vJRXPr3kS { width:6rem;height:4rem;top:19.6875rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1XF3m95zeGnPT147iCcCMTRGFUfCog { width:7rem;height:5.4375rem;top:19.0625rem;left:25.9677734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { width:7.5rem;height:5.1875rem;top:19.1875rem;left:36.841581344604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { width:6rem;height:;top:19.0625rem;left:15.4033203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5qAluefVugVwFKCie8ZLkTowsE2eiF { width:7.125rem;height:6rem;top:18.75rem;left:3.498046875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { top:17.25rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { width:6rem;height:5.1875rem;top:19.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhZgElyHsTwslD9kQA4PPVIJVfX4SOJf { width:8.875rem;height:9.25rem;top:6.8125rem;left:2.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWMdlvGAZg5DpDo3RchIn1eku1tQUhu8 { display:block; }
 }@media only screen and (max-width: 763px) { #wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { width:9.25rem;height:9.0625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGwAuaDlXgIfuTR13qPKziiPpSPKmNx9 { display:block; }
 }@media only screen and (max-width: 763px) { #zSwUdnablkxhC3K0szhXpFh8grAKoBXN { width:8.5625rem;height:8.9375rem;top:7rem;left:14.2451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6cfUM6qkNbG4yHkc389DHdSVTvTUIM { display:block; }
 }@media only screen and (max-width: 763px) { #mXT046TBu6W2Jwffa14iZcyDnRCqHfPc { width:9.4375rem;height:9.1875rem;top:6.75rem;left:24.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block; }
 }@media only screen and (max-width: 763px) { #T5Pl6aNGvKD69lAbJ5457FJllg6LQTvQ { width:7.9375rem;height:8.4375rem;top:6.8125rem;left:36.666559533228rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTSp7cR5hbmD5gGuoh64TNkdMk6FWbmO { display:block; }
 }@media only screen and (max-width: 763px) { #TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { width:7.375rem;height:8.875rem;top:7.25rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block; }
 }@media only screen and (max-width: 763px) { #NZRRQQlZiWgh5F55sLbVuA4FrXJ4mTwr { width:7.9375rem;height:7.5625rem;top:18rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDPq6ohGbR8hHlHbgQDCgsIpRPVlhdup { display:block; }
 }@media only screen and (max-width: 763px) { #QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { width:8.8125rem;height:8.8125rem;top:17.1875rem;left:36.310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwXXbfFrH1x51O6thpQ0Wtw7HKVFgEZ { display:block; }
 }@media only screen and (max-width: 763px) { #eOMFbcCUQKKENG6wk6UEJd9bqSmw4DeL { width:9.125rem;height:9.125rem;top:17.25rem;left:13.9326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvTevMg72UZC4fl2TFTIKcVzUpC8TXWC { display:block; }
 }@media only screen and (max-width: 763px) { #fPbwyLTMW72Jeb5fKdQOaqRMhnk0UOiR { width:9.125rem;height:9rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJLflDelhUuEZn9XBadmgMcCKfQ8oTO { display:block; }
 }@media only screen and (max-width: 763px) { #Mm7HRHdA95duxfQg3FcgelklOiOWhbHg { width:8.875rem;height:9.3125rem;top:17rem;left:25.216796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDCZBCnz5zTEXJgg0MIir1eicga0LRJ { display:block; }
 }@media only screen and (max-width: 763px) { #xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { width:27.6875rem;height:4.0625rem;top:0rem;left:11.37109375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { width:26.75rem;height:2.875rem;top:4.6875rem;left:11.8095703125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F00Vw4sbpw7BwOK2kn3ZfRs0Tg9NTr0n { top:0rem;left:38.1875rem;width:9.5625rem;height:7.4520729426431rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVyQ9Tc3lWPr1U8CnN2mVtg8kbt82pd { width:15.125rem;height:4.5rem;top:10.0625rem;left:17.65234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block; }
 }@media only screen and (max-width: 763px) { #vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 { display:block; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATIAu2F2Z68wPdEoo9f0cMCyDAn9n5i2 { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phXvMrkwC4hK5E9LESno53V5FEyLPZmv { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouvZwcOdkAEgrFg6czKLvLzVt4KLSDpU { width:14.375rem;height:10.6875rem;top:3.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTq6vbyS20OC2Kl7GiPaxMs25zrqqQXd { width:11rem;height:1.625rem;top:5.5rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msKkgPCA73CkDHewWZRD3UvAvxWhaTcN { width:14.375rem;height:10.6875rem;top:3.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtsiEnLaNPtFyflIMXToZqfNN5cMX3Q4 { width:6.875rem;height:2.875rem;top:12.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7HTuT5kNeXNs9xrRniPrsSrFh1ifM56 { width:6.875rem;height:1.4375rem;top:13.6875rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFU2m05EJ6L2FT7QMxtdu8LRt00pdpys { width:6.875rem;height:2.875rem;top:12.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwcGKyr4PTxuveiQEMJiykgLVGoJvEE6 { width:11rem;height:1.625rem;top:13.5rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIlX06cmdb788WJX7rLQFzD9l4NMrGrh { width:11.875rem;height:2.875rem;top:8.125rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO9UpHwTMhpKpCWypVapxxD02Z7P8cyG { width:10rem;height:2.875rem;top:8rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRRF7llg08qXE7prWQyT8zalgkuJ7Nyx { width:10.0625rem;height:1.625rem;top:5.5rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp2FtOceREFAz1JcREps8fiMBGdNM9OJ { width:8.75rem;height:2.6875rem;top:16.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #VizsdWMiN1B8cLlQakhzqiwoPm9d2yK9 { display:block; }
 }@media only screen and (max-width: 763px) { #pFKAqAebB5WSPrvFDDnRyTZgJOtod8eu { width:8.75rem;height:2.6875rem;top:16.75rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkSE1pJlr4cLpdeB3iXX0QRec8fZ3Kq7 { display:block; }
 }@media only screen and (max-width: 763px) { #nzDzQ2KtqvWrUlw21lEiQvrGG7fxHWxf { width:14.375rem;height:10.6875rem;top:3.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGTAPNvxNTBHDHAiWulvbZklBzZc681f { width:10.4375rem;height:1.625rem;top:5.4375rem;left:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT7vNA7W89q74tVa5sKe53ECwvqpJRQy { width:11.75rem;height:2.5rem;top:7.875rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1nunNoBtfQ6qcJa1rNQM70shSvBBOQU { width:6.875rem;height:2.875rem;top:12.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2TLA4MKuslKrx5yw9hPHU5JaO5SXct { width:7.5rem;height:2.375rem;top:13.125rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXPeuCNwQG1d5Iaxp0PxfbFmSFZymhi8 { width:8.75rem;height:2.6875rem;top:16.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZOB9oceGc40uoF4Dk7PPqrmdCPAFIFQ { display:block; }
 }@media only screen and (max-width: 763px) { #qsp16C2L8v3DCGrQSTCbVg4VgU0GP8yr { width:14.375rem;height:10.6875rem;top:21.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpfGIkPRyPnBt2HbLtR92DqelaDZK4pg { width:10.4375rem;height:2.4375rem;top:23.0625rem;left:37.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8811IQANC7xsQBGqUhX1HDotmpblCXN { width:11.75rem;height:2.25rem;top:26.5rem;left:36rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFeiMPrT3Uu44lDTXmpgVRk85Vw077Th { width:6.875rem;height:2.875rem;top:29.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAfUPHvC03MgOL1A5Oaryw8iJhPVE6OK { width:7.5rem;height:1.1875rem;top:30.875rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt80T9lTw0MxV5TPky89a1fabFSSex9f { width:8.75rem;height:2.6875rem;top:33.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDrlTcxe2Kr40361OEe3dCDfX4HUsRWf { display:block; }
 }@media only screen and (max-width: 763px) { #I6E7DIDBZEdwIEVVZL3nbn0JSrunwn5h { width:6.875rem;height:1.625rem;top:30.375rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSWvtpqSduW0hKblfOuEMvgQF3Jnu9G { width:5.125rem;height:1.75rem;top:30.25rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc9KMpAPs6ThzBUIqiHLQtzxkXZEEIrB { width:14.375rem;height:10.6875rem;top:21.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFHQXW5OSTHiQtHaNJE0hTgAg7CP2fe1 { width:10.4375rem;height:1.625rem;top:22.875rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua2nF72MTg98bVJy8pT7hcJwlFlAgW30 { width:11.75rem;height:3.875rem;top:25.6875rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAPJ7lTygsc7hwaJ8cP7kDCBwKNBSl1l { width:6.875rem;height:2.875rem;top:30.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvHv98zFnta4Tqx24d1MWr0tTSGgd6vx { width:5.125rem;height:1.75rem;top:31.0625rem;left:32.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ixPOlx6xWBqyPCwWtyBoT8nD1RUinp { width:6.875rem;height:1.625rem;top:31rem;left:31.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHpPVHPiUuyNPnCqXCPXIFDlNq21oMXA { width:7.5rem;height:1.1875rem;top:31.4375rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE7ixUdkettxkVxOOVPDx1bRfMM5wKWG { width:8.75rem;height:2.6875rem;top:34.125rem;left:30.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHGUwF0Xr5bZrtX7sMMFT4sBwS3iwVDZ { display:block; }
 }@media only screen and (max-width: 763px) { #cMcdZIO0UOdeCu10k44Rt0xkzlQRORVg { width:14.375rem;height:10.6875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMeENS7ahWiR16leBQO1qVyuAEgtZDXJ { width:11rem;height:1.625rem;top:22.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTWDK8K7GKvFy95r82ZMyuNkIqo45SQl { width:6.875rem;height:2.875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBhVwFXubMlsuB3Zqix6naQGZx2mgSwJ { width:11.875rem;height:2.4375rem;top:25.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlJDn5B0JTpK8Dzb7tcPk6lHlxvXpZVQ { width:5.625rem;height:1.75rem;top:30.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI9nNU9nMFOozgy51SmmmgE7sTMVp7Wy { width:8.75rem;height:2.6875rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaWgHcvdRZDOATlLobIw8NXVs3r5HsG3 { display:block; }
 }@media only screen and (max-width: 763px) { #bCGufFDTWPvmdCdiDpfzCMt1ZnR9f9lm { width:14.375rem;height:10.6875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTkDpQqKm5aHB91tDWNVJIyXF1TMgUu { width:11rem;height:1.625rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvLsXilL3RA5sNICQanabMxR6TQSd4X3 { width:11.875rem;height:3.5rem;top:7.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReK7Ix4iFlRW26hQ2nU3ZavWIBNapEo1 { width:6.875rem;height:2.875rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV0NyGi0R7EoTi7oLKMSrilx2ZiVQWwT { width:6.875rem;height:1.625rem;top:13.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVvKJwENpbNmc5eU0XMO5EILndP1AZlT { width:8.75rem;height:2.6875rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy02l59zGPSLdKD6C9XoaF0tWSQrwDbt { display:block; }
 }@media only screen and (max-width: 763px) { #L4J9bT7xprtVSzQJeDsVemDF9zVevliK { width:14.375rem;height:10.6875rem;top:39.5rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw9ShxLZPawTgVdgltlmRnpw5ZAhoVWU { width:11.1875rem;height:2.75rem;top:40.4375rem;left:27.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot6VibHEz5X6Z93xqgQpwEnVIswuqseq { width:11.75rem;height:3.125rem;top:43.6875rem;left:27.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RndnxRh2m4fM9deZFQdML1HTc8Ng6Xbv { width:6.875rem;height:2.875rem;top:48.25rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glCdW65pKa51DEiUscwoEZVm5TNQOiTf { width:7.5rem;height:1.1875rem;top:49.125rem;left:27.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtvMHtrPHDX18TzatC5PpErlHKTKRz8O { width:6.875rem;height:1.625rem;top:48.6875rem;left:30.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytFPVW9OUKCpa3emPo9tybB2gutPEWAx { width:5.125rem;height:1.75rem;top:48.75rem;left:31.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4rDe4IUufDsaJaEThvH8LESmpmGLhL { width:8.75rem;height:2.6875rem;top:52.4375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSLCw1ugN404gClE5FHD6rTfrfTw53LQ { display:block; }
 }@media only screen and (max-width: 763px) { #dL4ibUw32KepxHzB0iqTc553UKw6Qkpf { width:14.375rem;height:10.6875rem;top:21.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukHWU1Nirnyizlr0SJMVkoLgqTi8VVlC { width:10.4375rem;height:3.25rem;top:22.0625rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRaBd8VWJPo3PfmW04DuQD9PnuxpnLLo { width:11.75rem;height:2.25rem;top:26rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMQBwNlTA6QaJeGRnTFTaXX6MW6rBPkl { width:6.875rem;height:2.875rem;top:29.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTOpao2rUIQAfuiGCCpaPF4meDJQpkJ { width:7.5rem;height:1.1875rem;top:30.8125rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dwqE9Egsb6gZDnceTrt5Tcgk5b7JXu { width:6.875rem;height:1.625rem;top:30.375rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol98NCuDnvQ56i76QIPqge2qtHaAMcZp { width:5.125rem;height:1.75rem;top:30.5rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyXCMXGhazySVUgwHxDQ7QtR39Wp6y4o { width:8.75rem;height:2.6875rem;top:34.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuqpDRfKCKawpFm3Q4uoumSka84b7kGs { display:block; }
 }@media only screen and (max-width: 763px) { #D1xUQTS2AyvEQRCym6if1tkip2TA57TQ { width:5.625rem;height:1.75rem;top:130.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPGibqMTO68ALDe7rneq8ea1lAtsqnZS { top:0.5625rem;left:17.625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO17tUQGD1OWn17sdMCFWEDVuKJoX6Zg { width:14.375rem;height:10.6875rem;top:39.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wliW2CFngcy5V8HQJDvzH39tGytVpIAe { width:10.4375rem;height:1.1875rem;top:41.5625rem;left:37.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocgfudvFXTHx7JVTJmDnX3o9fElum4GH { width:11.75rem;height:2.25rem;top:44.8125rem;left:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ekNLiPmaxRlJs61iLXTqHToGTqmTP4 { width:7.5rem;height:1.1875rem;top:49.1875rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1I6HDk2X3Tgy6zGdAKCiKzb10I2suBf { width:8.75rem;height:2.6875rem;top:52.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTdu8VWXmLoHus0zg6PrqfBBnTR95ZL3 { display:block; }
 }@media only screen and (max-width: 763px) { #UGUSTWNc5m8BgXrVnLZ7LkpgNnXICFtW { width:6.875rem;height:2.875rem;top:48.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5W0xy6Q530mq0DyEUu2yyLlW3b5WX2s { width:6.875rem;height:1.625rem;top:48.6875rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRKVrV9TvI1nbwh01v6qvcuOk6u4NROG { width:5.125rem;height:1.75rem;top:48.625rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmfPUdNcdgT2rHRCKXaSId45WEnshQ9T { width:14.375rem;height:11.5rem;top:39.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omd6T4VEfJM1E5kH5UEkZwQFoQPR1Wep { width:11.1875rem;height:2.75rem;top:40.5625rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4oasDNmLfFO8UaAGMeINF2cdGLiGGGe { width:11.75rem;height:3.875rem;top:44.375rem;left:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0DsLhUoL7kLabnlpcHqdIdecC7upp93 { width:6.875rem;height:2.875rem;top:49.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRbqnnT2wp1oFSTSV4WgChKKsO8SdUi6 { width:7.5rem;height:1.1875rem;top:50.0625rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCc6BV9AxqBBvhcQ8illEUDBHd3NS9qF { width:6.875rem;height:1.625rem;top:49.625rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6KaRvqMwp4GLDLX4wancaOzCTWTrp0h { width:5.125rem;height:1.75rem;top:49.625rem;left:12.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2ho7Sw4QygfbTorb6r2ksn9cA3m39P { width:8.75rem;height:2.6875rem;top:52.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcC8WQ5T1mGtEpmmB9s0N7VOZoEGz8lZ { display:block; }
 }@media only screen and (max-width: 763px) { #A3l8TxXf7TZ5ft98vTyDkV762R9e80VJ { width:14.375rem;height:11.5rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7wJ1EUpXecQhSoEbbKK6bHE6N0wUpqs { width:11.1875rem;height:2.75rem;top:40.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncgb9axnHaDuurc5dBeKv6336ESxHcBJ { width:11.75rem;height:2.875rem;top:44.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP2GvdT0I6XwNaNaFCTXN6iU33dgwiFG { width:6.875rem;height:2.875rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctRRamKAIFwzvtuCrZT6xPE7ZxsbMB6A { width:7.5rem;height:1.1875rem;top:49.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2hSRlikuhUgnJFZqS7Ug8AJUA7moGdF { width:6.875rem;height:1.625rem;top:49.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnZTBqabU7QaBonLbKBuspTlUeygeyVo { width:8.75rem;height:2.6875rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L28kufNu6T0iqAVH4Qrte6d2hy4TAlAV { display:block; }
 }@media only screen and (max-width: 763px) { #w8Ab9golSdkyGhncesKU41EhuJK1WKD1 { width:5.125rem;height:1.75rem;top:48.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATrCTymPFZ2y22EphpRHw3D9FQGI0npW { width:14.375rem;height:11.5rem;top:58.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnZsdCvZ4a8D0CObCyfJRi4RWs9GHlB { width:11.1875rem;height:2.75rem;top:60.4375rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osghoLcylhRo2N6z3BMvrHuB9hNV4pw6 { width:11.6875rem;height:2.9375rem;top:64.3125rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsCZM01RzPTiz1Uq9Rtw5KICd2imEDZ1 { width:6.875rem;height:2.875rem;top:67.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxNpcLpoJvlNOpLCOng4B4gGA9a6V9PD { width:7.5rem;height:1.1875rem;top:69.625rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhai75yTN70AqJQ0r4B810g75gnmAaDg { width:6.875rem;height:1.625rem;top:69.25rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLf5m16KmVHayEv9pGVNfEydTIGVNfiO { width:8.75rem;height:2.6875rem;top:71.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBI9THJ8EIOTOQK6HI1fv37yHa5dkJn { display:block; }
 }@media only screen and (max-width: 763px) { #CIJzNmAwU2pSEWVsyqfuVC6usLJngrPa { width:5.125rem;height:1.75rem;top:68.5rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2da7ytH8Tt1lO7LnDTC55rBtQlAgHI { width:14.375rem;height:11.5rem;top:58.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqKvW3Cq1uJSZ0hTsCwpGGZwwcJ4KnUL { width:11.1875rem;height:2.75rem;top:60rem;left:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZGGheaf470rLHCf3HA8fF0UFlNwZ58H { width:11.6875rem;height:2.625rem;top:63.75rem;left:19.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FppGg9oGLRzc6ZgOfnT1JKu9ALA3MEgI { width:6.875rem;height:2.875rem;top:67.9375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTN1tsdTDe51vyIZKcta8zGZoNOmtu1 { width:7.5rem;height:1.1875rem;top:69.625rem;left:18.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyC7ZD8lFLq5pceNe9ocw2m0E3GBfxEL { width:6.875rem;height:1.625rem;top:69.25rem;left:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7DXr1EvxOfCzkOwIpRNISxoC2f9AVFu { width:8.75rem;height:2.6875rem;top:71.6875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE4WCsaFTa8iOiWmooCpEL3QpvdQ2v4h { display:block; }
 }@media only screen and (max-width: 763px) { #GzITsb4dVQIcJcdESx7g97Cdz1kmo1xU { width:5.125rem;height:1.75rem;top:68.5rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izrVcTG7z54B4o6OSKrTUTF1oebxBo6C { width:14.375rem;height:11.5rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIzmcb5oeIrNNRF9wgv2tsUGAkhHIeFy { width:11.1875rem;height:2.75rem;top:62.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStbCUd5ZLxbqApkAXgabTfbTfwFfG3W { width:6.875rem;height:2.875rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfK28BGdHuwT4KvxxzgSgAheXrm0XGl4 { width:7.5rem;height:1.1875rem;top:69.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssEITTtHukoRdhT6fPwZt3pKKKT3F8s7 { width:6.875rem;height:1.625rem;top:68.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tud0irZxsxv2JU9dmq7vDkTrQTzkmSiv { width:8.75rem;height:2.6875rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFabhFcyXbITL8uSSrqZNpGEyOcnRK8Q { display:block; }
 }@media only screen and (max-width: 763px) { #i48UqmOstzoI2FaldTSe1Ze9JJQTfSCv { width:5.125rem;height:1.75rem;top:68rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZULAJSNwRQv1vqohXlcGAQN4orB6Lbwf { width:5.125rem;height:1.75rem;top:68.5rem;left:42.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFPTo6i9sGoL40LlxrJNpN6P1CJPvJMA { width:5.625rem;height:1.75rem;top:178.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRI7xGBPva8mcpUPgQE79XMgrbPcz19R { width:8.75rem;height:2.6875rem;top:34.125rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0qBs6b6JxITIH7wPRZTlQEScVQkxwzH { display:block; }
 }@media only screen and (max-width: 763px) { #wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 { display:block; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stC9WAgq5teSxFZ0EESNKdTiLpJH7Ei1 { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBdrXXxz2zpXWxgNU8uVRXUATrcezmpC { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURPHJNwE3V6I8Uk9fanQvWnyewZo71p { width:5.125rem;height:1.75rem;top:13.5625rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwZNtATos7QmM7X8KyZndGxr8MblTySZ { width:6.875rem;height:2.875rem;top:13.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTUl69Bmi8qvf9apyu4uX5c7y0ZOS73B { width:8.75rem;height:2.6875rem;top:16.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT4ST6TeNz4URDqR4R2LX7PWZtRvCGrV { display:block; }
 }@media only screen and (max-width: 763px) { #RTpNurXf7EOrr5Jr9RNsU1PdPGOcnwqJ { width:14.375rem;height:10.6875rem;top:3.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezyODpCrP4u1IuqSJsSzAslUcVpU2EmP { width:10rem;height:3.5625rem;top:7.9375rem;left:28.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh3BB5VnWEKUJ0Bos3G5Shy84C0HGGyM { width:11rem;height:1.625rem;top:5.3125rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onlwcRtil1PcR3hWivq9ovbUTguqsItI { width:6.875rem;height:2.875rem;top:12.75rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKI4Jl6cHzz01uRRrbWTylfQaIlPTUgU { width:6.0625rem;height:1.75rem;top:13.375rem;left:30.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyJszZeF1hISxFIncTbgD637VWZVJJKT { width:8.75rem;height:2.6875rem;top:16.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXbJgO2plCM906AotDMmxn5rXA9kLxXR { display:block; }
 }@media only screen and (max-width: 763px) { #t2e9koSex56fdSEboovBR763gdB75lTp { width:6.875rem;height:2.875rem;top:11.25rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSPlJblhh6iLgf6x5X9y5wR3L9ZIV12k { width:8.75rem;height:2.6875rem;top:14.75rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEBszrWgtyHHT69FgJB4P23vDW51q35C { display:block; }
 }@media only screen and (max-width: 763px) { #x6P5J9fZTMNUrLcAisHQpOupJiBA7uV0 { width:8.75rem;height:2.6875rem;top:14.75rem;left:28.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0XU4bddKSR9eM7GIPgcHrcC2u42a8Xz { display:block; }
 }@media only screen and (max-width: 763px) { #d3w1Tfdbnp8KW0ZqcBJgg0TI1SN7OlAW { width:14.375rem;height:10.6875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvs404WzZpUqMS2hul646rD4bO0cOErc { width:10.4375rem;height:1.4375rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTrTkMC19lz87yoIrw4EtTBvJHzDerp2 { width:12.5rem;height:2.4375rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKGfWmKmQeMpPauOUg36PwnmWt188yZu { width:6.875rem;height:2.875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1RnhU3LoXcLN6PQwQpQr20ZJaJk1NeF { width:5.125rem;height:1.75rem;top:13.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOGnfml7XN9GvqhQqG6GC4PPK6MHWC6 { width:8.75rem;height:2.6875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbKydc3n1hMZyC8iw1wIFNTTxENufzC { display:block; }
 }@media only screen and (max-width: 763px) { #gJDPJmdMWnJbnoFtr9dKzZelspttxo0V { width:14.375rem;height:10.6875rem;top:45.9375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbpHWBLOuFpXyeBMIVZc6UvICnhzxD6w { width:10.9375rem;height:3.25rem;top:47.0625rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkQkZ8r9Wc3JynsZGcwNzynozibUTwUN { width:6.875rem;height:2.875rem;top:55.0625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm1Pq6pgXV2G9N26egBMiRn06Hc6ohpT { width:5.125rem;height:1.75rem;top:55.6875rem;left:21.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2TzizKoT3Np74DVhhFLXmDIBpc3fCF0 { width:8.75rem;height:2.6875rem;top:58.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2p1y2nVUvMzJlDxgpPmRPThFMfH1K6e { display:block; }
 }@media only screen and (max-width: 763px) { #CAHnecxR9KZaCu4OtC1FWbvIDr3b5COU { width:11.875rem;height:2.875rem;top:50.9375rem;left:18.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3H3uLHGhnp44lnQPwSLD1U3yMQ1xZSU { width:14.375rem;height:10.6875rem;top:45.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqfHHT4uVp17aksLQ1iQubmKd5WHcgHy { width:10.4375rem;height:1.625rem;top:46.5625rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #psuPTkHmPEHsmMNFirWpxrkuq4aeQiut { width:11.875rem;height:1.4375rem;top:49.4375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmEgO4ttXECQhvCqazEiQadfve4OTutz { width:6.875rem;height:2.875rem;top:54.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugfbw9gNb3BVbyrTMt0HhFOfNJWBJ4tV { width:5.125rem;height:1.75rem;top:55.1875rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCOD7Pe6nGPBTVtVVTcnVWltHotZWOtI { width:8.75rem;height:2.6875rem;top:58.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxpSqTTBNpHIHAfGumtDw0kSUXuZ4P83 { display:block; }
 }@media only screen and (max-width: 763px) { #xPSfWM8stzBu8TpU1FfrMqSq35T6sOW9 { width:14.375rem;height:10.6875rem;top:4rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON3GlZTTm4MsUG42LtSEU6atwEwDcbcb { width:11.4375rem;height:1.625rem;top:5.75rem;left:10.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4oCdEAaTEODxsTRsnHcWrIsz5uX2Hhc { width:11.875rem;height:2.5625rem;top:8.375rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZFLFTarSWguWFKHhK1BdJxD6pThJ38 { width:6.875rem;height:2.875rem;top:13.125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ZriC058n3ZdG4bfuMQ0Q9FgBpwmN1f { width:11rem;height:1.625rem;top:13.6875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWc8Nr1bt2o558sR6Noi3nCvLIEr6VOy { width:8.75rem;height:2.6875rem;top:16.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpykVd9e3mSQmqMfpXVyVnanAB17kQW { display:block; }
 }@media only screen and (max-width: 763px) { #IZzJRor2wIgJAgvnmR5P7c723T3wvmTe { width:8.75rem;height:2.6875rem;top:32.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEzOMSteVcwW2GtwuOpKC0nT8wQ3cy12 { display:block; }
 }@media only screen and (max-width: 763px) { #X88ohhqTxFzyiTQKgCukSeZmqoJ2zO8i { width:5.125rem;height:1.75rem;top:11.5625rem;left:29.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKVAUbr0DzTTTT7MZK2zQ5ZptdctPrJv { width:6.875rem;height:2.875rem;top:11.25rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOPxKJbumvpnxFZZmw09tM3U9606skPH { width:14.375rem;height:10.6875rem;top:3.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K16BFVpTzdDFuKCG1h3AwzvTlNK6Wuuv { width:10.4375rem;height:4.875rem;top:3.3125rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIRWwELASBdR1eCBwqZBd6el0QeQkh7k { width:12.5rem;height:2.375rem;top:8.5625rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krIEpz0fhV8TbPe2psVmKqqgkokyy2oe { top:0rem;left:17.625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKGmCDXFZlPJNkvpzgDtWRVsk4kDqwOa { top:42.125rem;left:17.75rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4WfQWQoHewJrHIOClMzzzJ2vByP6G0 { width:14.375rem;height:10.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co28aXELFqCRec0N9BXxPhahXQ3PXFvF { width:11.0625rem;height:3.0625rem;top:46.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0LWrZlvGuX6apvglFQzRK7wBT6xWkxm { width:12.5625rem;height:4.0625rem;top:49.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmHNF8EOKeEFI42uTT6GvztA6IxazCe4 { width:6.875rem;height:2.875rem;top:54.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEb6e5UeNCPwmZ5CLQQv7WfsJNCfHvPk { width:6.875rem;height:1.625rem;top:55.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTh3PfiDwkPvmmz464OV8zVBxS2dypUQ { width:8.75rem;height:2.6875rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1yAT051Grpaah99ZNXIGRud51y37dvS { display:block; }
 }@media only screen and (max-width: 763px) { #IXImuN7JW0q38vq2iHANCgOFkm9GzM4b { width:7.5rem;height:1.1875rem;top:53rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHiUJ0K999Sma4vRiEbs0uxE7lC2nOJQ { width:6.875rem;height:1.625rem;top:52.625rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT0xv28GHeT68TXGWpv1llUsObJZDQB1 { width:14.375rem;height:10.6875rem;top:24.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7VnILhPuzI0LBJSt3ruFvyk4EeKxW6Q { width:11.4375rem;height:1.625rem;top:26.125rem;left:18rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLtIgAO13PsT91J373dZfK8BHhV3JAVV { width:11.875rem;height:2.5625rem;top:28.75rem;left:17.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGN9urrQ1BMoUZ7EDr9KBL3GRz9EPNnd { width:6.875rem;height:2.875rem;top:33.5rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX92EU8LACpEtoy2voxHNXW28dNIyd39 { width:11rem;height:1.625rem;top:34.0625rem;left:18.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3L182aSxd3xXCD0ghQKncTaHil6LDsK { width:8.75rem;height:2.6875rem;top:37.3125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDT7Gm3inKhEspdOMCqOVh0S9GCDqzr { display:block; }
 }@media only screen and (max-width: 763px) { #G4FXHcQiTxo62pBX9T73K0myUF3RizGo { display:block; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLufs8T1D8ULtobER0NGJ2Z2HtRVTMCi { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guIIUIu6aCQ3DGiQNsROItQGHVbMIoCb { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra8kLAEiokksl1R6VpSJC5l8XqO5HcTr { width:14.375rem;height:10.6875rem;top:1.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwwkuVtEh06PwvJs7VWw3yh2vzqTunA8 { width:10.4375rem;height:1.5625rem;top:3.5rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJGXiAdeiEKCa6gXRhdQaTTibuBmqHcK { width:11.875rem;height:3.875rem;top:6rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdn3ghSaTxesPG0oBFuZOURLgNGBCCns { width:6.875rem;height:2.875rem;top:10.875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKCggZByyoaTszf1KMUFoxQZav9KTat0 { width:7.5rem;height:1.5625rem;top:11.625rem;left:40.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAed82EFzT2XWi3zepFemImL28TttGtP { width:8.75rem;height:2.6875rem;top:14.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkME54hSvoBtnCMnX5ZEAm489SpVsvi2 { display:block; }
 }@media only screen and (max-width: 763px) { #lTu6yKPrpb090xD6Dw0FDGryWVUOTobn { width:14.375rem;height:10.6875rem;top:1.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiDG51IXz7gVETnNklw8LdvCJ4IEM6F5 { width:11.4375rem;height:2.375rem;top:3.0625rem;left:28.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrTxTHZV78X0d2BPpcVylMnakiQB6iy { width:14.0625rem;height:3.375rem;top:5.875rem;left:27.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1W0U9fDoTIm8yzC4ihGbdiVx8lhDmTN { width:6.875rem;height:2.875rem;top:10.9375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG1BxqkFdy7k5MpfCcqVR9aaogRIEcAG { width:7.5rem;height:1.5625rem;top:11.5625rem;left:30.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJwhKavVb3iEUgZ0TsUq4rygtH8OyGV { width:8.75rem;height:2.6875rem;top:14.8125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJa461LR071oKxcV8Mk117uI5pJlMGJC { display:block; }
 }@media only screen and (max-width: 763px) { #XTLqIMpE4iaqCxmZK2ppOg5WbqT2TtKc { width:11rem;height:1.5625rem;top:22.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS2twlJMuTbCRJ33fGJhzyaQxmGIENO7 { width:10rem;height:3.875rem;top:25.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHCwAZ57daGAXLytZd3bTZ8cmbET49iQ { width:14.375rem;height:10.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhhg4flgcV1RLEJ6hFgsWbw74KKMpvRm { width:11rem;height:1.5625rem;top:30.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4R9HHX7aU0THQmqzulDOelhQqCL03kB { width:6.875rem;height:2.875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXgpnfA3DVRQkHT31pWQGTXAPn6XodNn { width:8.75rem;height:2.6875rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiPq9mBOUlkuL7i886PGCZID7WwGIVNT { display:block; }
 }@media only screen and (max-width: 763px) { #yMNph4965yB0zp3wVpvI9zbG3UVB8qKf { width:14.375rem;height:10.6875rem;top:1.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMS3aIJ5JzRtghuq50mbW7brApxhqFDu { width:11.4375rem;height:1.5625rem;top:42rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM1Wh2yVGNCQEa4kpP0cVsoZupGpkRtB { width:11.875rem;height:2.5625rem;top:44.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhThhyKRtTVQpgq1nLff3T0eLFCLUKK4 { width:6.875rem;height:2.875rem;top:10.875rem;left:14.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmfTPAOwinEmNEaicTCGOdypdz5T44Sr { width:7.5rem;height:1.5625rem;top:49.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmMQfbOTMT1aIPKf9UCVvl6UdHbgCz0g { width:8.75rem;height:2.6875rem;top:14.75rem;left:12.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRE6W7WuhZQcsGHt2B86wkDQf9mRi5Uo { display:block; }
 }@media only screen and (max-width: 763px) { #fW6vCdIwlqiv70uHXaLRHFHWMqOMxt8c { width:6.875rem;height:2.875rem;top:29.6875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akFdHdee4spWFTzaIui02tXV5MBFRDA2 { width:7.5rem;height:1.5625rem;top:30.3125rem;left:32.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeNTSdICXTTny6RlWMZBSG42mMdbi2Ra { width:8.75rem;height:2.6875rem;top:33.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHaC7zddvp9AgVgah5Ia19hlPisXszFu { display:block; }
 }@media only screen and (max-width: 763px) { #TQP1aO8r9bfor4tbkcRZ6K9B2rQJ7nzb { width:6.875rem;height:2.875rem;top:29.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np6Fol3eRZqnNHOZihRaHgz3DO1N9znk { width:7.5rem;height:1.5625rem;top:30.4375rem;left:13.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh2wswdgkONtOntqmoFQrTaMyMxvTmTv { width:8.75rem;height:2.6875rem;top:33.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy0eTHXSgfergXPw6vdsgaDSQz3tLEsW { display:block; }
 }@media only screen and (max-width: 763px) { #coS6q4EnJTJ1XRKXhmQBNsrleSClAA8K { width:6.875rem;height:2.875rem;top:28.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylTAdC0TGvBARE3yOAUoTvP616N2qghq { width:8.75rem;height:2.6875rem;top:32.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFaFuvbi57Z3gltwzSe6NTBze527IHJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #vTHVFAnCa7dyaG0ynTmJrWCO1Wl0i2rQ { width:14.375rem;height:10.6875rem;top:20.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl3LC8CWPwDXfuEfwhvQJBoGgddIEfAL { width:14.375rem;height:10.6875rem;top:20.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrheugCxWBs5K0s5S1gQNDqB2I8TOSMe { width:14.375rem;height:10.6875rem;top:19.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMu0lugTpy3cTAaQyxTrNngHk6DXW5So { width:11rem;height:1.625rem;top:29.4375rem;left:11.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFPTuKVtSW0UVaeS9PaFMN1Zf8aVA3aa { width:14.0625rem;height:4.4375rem;top:24.9375rem;left:10.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTrz3Q5zHV9FtGIfZDKvOv1TF7mDKE19 { width:11.875rem;height:2.5625rem;top:25.75rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sImnd2rI6gvfEQGEQpIQMlMITcCTq5ky { width:10rem;height:5.1875rem;top:23.5rem;left:12.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N36KaouhJ6bPRWC6RSRJOvCZaR4L3qgN { width:11.4375rem;height:3.1875rem;top:21.625rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrBXlnHZT214LVMqFPevBnC9nrTA93yg { width:10.4375rem;height:2.0625rem;top:21.875rem;left:30.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCvLCzG9eEkfkDny1TtT4CeWrMdSg0R3 { width:11rem;height:3.25rem;top:20.0625rem;left:11.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwp5hbJ5hu5q2mKqghP2AI7mNMHzvM0C { width:6.875rem;height:2.875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuSmEBaEmEhu3UotiTmEftTLUqNJDvT3 { width:8.75rem;height:2.6875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViIB7WAhMUVRbFl0fOGBLC12WIqOaR6H { display:block; }
 }@media only screen and (max-width: 763px) { #BinlrWitL8x2GVBBuIm9KSV1czBtWVRm { width:6.875rem;height:2.875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbubFrmr2xhKqEs65Szdb8hXcLdP4Pq2 { width:7.5rem;height:1.5625rem;top:11.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OITwhkmzfRtt6enDHc3Tc9vrPMPVJ0Pg { width:8.75rem;height:2.6875rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM1dVDUAVNKT5Xshe6W9eKZaVolBbHFd { display:block; }
 }@media only screen and (max-width: 763px) { #ycE4lOqZzC84F5sR34BKbk1X75k9bxHi { width:14.375rem;height:10.6875rem;top:39.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhArkXqAWfJ64msIAkH1IqaEdmvBpHBt { width:14.375rem;height:10.6875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmVOu2nTgvhXKyV4XyU1yOSGmqk3qZKG { width:11rem;height:1.5625rem;top:48.9375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW2iZRUHxm1N0yMoxKJrFwXkqGgoBIr3 { width:14.375rem;height:10.6875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVpvDeAg0GKTqK4Sxip1ybgdSgEhVQ9d { width:10rem;height:3.875rem;top:43.9375rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrtfMMWzNhPnx5qXPLiMi0MwfTlO3ZRE { width:12.8125rem;height:3.875rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzX4cJAXstg9TGCbMVQUxnrPFd5L1hl1 { width:6.875rem;height:2.875rem;top:48.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVB7RSrnpRTcpGTKEMKC0Qup7Fq33oFO { width:8.75rem;height:2.6875rem;top:52.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh7H2rbI20Cydl3nDD9mhlFs8Kbh9BH7 { display:block; }
 }@media only screen and (max-width: 763px) { #N876FZtlaJMXmgxGwHaEVfSiUKhUbsDT { width:11.5rem;height:2.875rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzJ1clLuM8U9VQ3CFV7MHHS8oEsITXqu { width:11rem;height:3.1875rem;top:40.5625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIrTwoTT74oiV6sx6Tw4fHZsCJVrKryi { width:11.5rem;height:2.25rem;top:2.875rem;left:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIb3sPteDKXPsE4CsA65uSwS4z1k9RpI { width:14.125rem;height:4rem;top:5.875rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgKt87UqnKaU26JpUThWItEvdB7SAvf { width:7.5rem;height:1.625rem;top:11.5625rem;left:13.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp2F9h65LAlUCXmNSI1uzQcnk1v90yM9 { width:14.375rem;height:10.6875rem;top:20.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4llKFbzbZFVRWXHoRmA3cKJCTTHc1qV { width:10.9375rem;height:3.4375rem;top:22.1875rem;left:36.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMp4PWcldwFS5sQ80oLlf8FKR8uxGemn { width:10rem;height:3.375rem;top:25.9375rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhalI7PL1cJmeG1VuGyLOTJLwpH855S { width:6.875rem;height:2.875rem;top:29.75rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk76eru273bbZsTeXrowqfX3OGIRsz1N { width:8.75rem;height:2.6875rem;top:34.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB0n1St5etZhaTkOdEFU65FMtJNfs3bc { display:block; }
 }@media only screen and (max-width: 763px) { #yihEy9zJ4wcXX39sVfq4OUL0fUcOO9VE { width:11rem;height:1.5625rem;top:30.5rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7qoJnKAxCOlhN1fgnCQg2DkTyzd6Zo3 { width:14.375rem;height:10.6875rem;top:39.8125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvlTRZfZaPHxEeKqdaQ216RRTmgzFLNA { width:11rem;height:3.1875rem;top:41.25rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS1bWPnEKBl52NGHz1m6u5aTu5VD1BNc { width:10rem;height:3.875rem;top:44.5rem;left:31.124755859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVOiUkgwgNEiMnyRkGHSLSPgvJMqyold { width:11rem;height:1.5625rem;top:49.625rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQPI6DnyvybWfwS5UT7wGJyyu2nQZiUb { width:6.875rem;height:2.875rem;top:48.875rem;left:32.13916015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVeLBVA2TGDDWtotNqMIlvM5OtWHbue0 { width:8.75rem;height:2.6875rem;top:52.75rem;left:31.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLDJ4OiBscuvyzzeETr5T8WfVFx9ywmy { display:block; }
 }@media only screen and (max-width: 763px) { #rn6n1sS5GfuTLCQ1SZcHgRDEHU02bWnz { width:14.375rem;height:10.6875rem;top:39.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC3gkJBVRscIog9tQJX7I9T5hrkNp1hy { width:11rem;height:3.1875rem;top:41.375rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaitAoZM6ysSIXNZbn9JTgz0a0P1VQyq { width:10rem;height:2.875rem;top:45.0625rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R27uoTZiWenC609T48swaz7JvNftKv7b { width:6.875rem;height:2.875rem;top:49.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KFymxNBwd0ON3TVQzKTye1eruUQEtm { width:11rem;height:1.5625rem;top:49.75rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJiZNCdgETiSMF5lV8ECrJT2hPkuIdw1 { width:8.75rem;height:2.6875rem;top:52.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPHSDDC5JARRawWT2DMq7pwzlgAuCPtn { display:block; }
 }@media only screen and (max-width: 763px) { #XTu6FXVTwupQeo9wheD9rTDGTnzT97Nt { width:14.375rem;height:10.6875rem;top:58.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #picplmNLM5Tku4KcSMPsDZ9T8t7fy7DD { width:11.4375rem;height:2.5625rem;top:59.6875rem;left:1.3115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzbCo1cuqOExVS4bCSTCNiw9XEKmPAtA { width:11.875rem;height:3.625rem;top:63rem;left:1.169921875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd5myT9XP6oWtWvfTsXhCTlqXpBizapt { width:7.5rem;height:1.5625rem;top:67.75rem;left:3.619873046875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1BV12cUFqo2i0CK6O3kDsZ2CIQiVbF { width:6.875rem;height:2.875rem;top:67.25rem;left:3.619873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoVw5dFDvkIpOpdP0bahupwuJ9qskv02 { width:8.75rem;height:2.6875rem;top:70.8125rem;left:3.12060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0FDEgTrQnUKNkCwyK3lZZ5gv66Cdagl { display:block; }
 }@media only screen and (max-width: 763px) { #tLLtPcDvNdB5sokMWRrs8bMluibabPWi { width:14.375rem;height:10.6875rem;top:58rem;left:30.702392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxdOhHpC6pxDWcVoPHl2asOkxML0QURD { width:11.4375rem;height:1.5625rem;top:62.1875rem;left:32.374755859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNkbQ9VssuOM4L2ZP9KEaMNWQ7bTtkx8 { width:7.5rem;height:1.5625rem;top:67.75rem;left:34.39013671875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFdM8cEA39LfrJK5oIPEPfLt6TUdxPuD { width:6.875rem;height:2.875rem;top:67.0625rem;left:34.952880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Ng6fUOyhTApSkT1z8ruZ4aRLGUcsfB { width:8.75rem;height:2.6875rem;top:70.8125rem;left:34.327880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZnhCr6HKBR39eIf6u4Tn0JRR3JAZNq { display:block; }
 }@media only screen and (max-width: 763px) { #pzy930LnTxD53Tbg05TBFlqdptFtGR3K { display:block; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7HQdNfrNoFu4tZxZUTTX3rM5kRdmwz0 { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTCnW8lhS4Bz0DUN2W7dOgz4TfEoqlOO { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL96A54HAmutDyLnVIOhCt1vczU2Bx1T { width:14.375rem;height:10.6875rem;top:6.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG9IyHa1fpggkILsTx4UgcxG015Vpk2O { width:10.4375rem;height:3.25rem;top:7.375rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDM6Q5ZfprtGdNEAlo0KVqyIhowZskfP { width:11rem;height:1.625rem;top:16.1875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN7rVS5QDRGHrWoBVG9yuHpnprm96ueJ { width:6.875rem;height:2.875rem;top:15.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFnhd70TqtODvr4Wsddfl6JOE4CE095J { width:8.75rem;height:2.6875rem;top:25.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqbTaNuypPxT0LpfspsfBBLuq6emkSwO { display:block; }
 }@media only screen and (max-width: 763px) { #UankiKOm50zOyggraTCkANWNE7uOTgXa { width:14.375rem;height:10.6875rem;top:6.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsUqXRHDHNlNz3dMoHJ4c0MauNFxqI0G { width:10.4375rem;height:3.25rem;top:7.375rem;left:27.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhnlF0HvDgQKBzmMmyqPoVR42EdXLGRt { width:6.875rem;height:2.875rem;top:15.5625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGitTb0UHli0Qi6RmtBmN2Dub8cfxKM9 { width:6.75rem;height:1.625rem;top:16.25rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9TZrBaFRnxxu6nsKGqRgRoCKrRqhATy { width:8.75rem;height:2.6875rem;top:25.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPeVwMfGsp7DL7h2498Gz7xJtbM9bRcr { display:block; }
 }@media only screen and (max-width: 763px) { #vyPtn1tIFQRrThTMpfTgKNuT6iTR2nQC { width:14.375rem;height:10.6875rem;top:5.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkP0vg6Z9tZIU0s79yfzA14o3J2yITf { width:11rem;height:3.25rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqpmlmC8bK9kCpXxEa6aS2F909npa8CI { width:11.875rem;height:2.375rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvBDVpb45UNlRoRKa1kP3VuBUAxoaOeo { width:6.0625rem;height:2.9375rem;top:14.3125rem;left:13.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ellZsPxn1qfM6dz3rOnXkMoIIX1JfGzX { width:14.375rem;height:11.1875rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rehWL52g560asx4U63BJf5rROIog3gy3 { width:6.875rem;height:1.375rem;top:16.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtFp6zAXc4NP1OX3eI5V8enXSvwopXGe { width:11.1875rem;height:2.4375rem;top:35.1875rem;left:36.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq3Za6ti1eMdd9NazANbSHWFKFAXWB7Q { width:11rem;height:3.25rem;top:31rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfR2GVzgD2lTSR5TPMZ3n001iFtxfMVF { width:5.5rem;height:2.9375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6F6QQW5JuctC2OT9QFw3lPJberxmA0T { width:5.9375rem;height:1.625rem;top:39.5625rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHWofRPP9T1nQvcotDINXif5rFm9kfB4 { width:8.75rem;height:2.6875rem;top:25.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRxUCNyGURq5T72f1iTk2snMJmiUMhT { display:block; }
 }@media only screen and (max-width: 763px) { #QpaepLXFOA5fyHtFg2aslmmNHtELhAZN { width:8.75rem;height:2.6875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxVRLpIfXFiOpeagx4BhI2NFztDeVGhI { display:block; }
 }@media only screen and (max-width: 763px) { #NQ37Hof4IM57ZqlgCG6DM6dT2LreVL3q { width:11.875rem;height:3.75rem;top:11.125rem;left:35.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6ldf4O3Rs8EzGE931LQmSDnS8GX82V { width:11.875rem;height:2.375rem;top:11.75rem;left:26.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZKL0BtGAnsKngtn4Qo1d8bg5d3BX6n { width:14.375rem;height:10.6875rem;top:29.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTly6rtlxiye0IaN9XgMHDTv2g6wwrrf { width:11rem;height:3.25rem;top:31rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8NqNGsTP4vSq06EzZBSGqOEnMSmwtv { width:11.1875rem;height:1.1875rem;top:35.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKt7ef8eQWz13EPuDZW4mE5s4zu8bcPm { width:6.875rem;height:2.875rem;top:38.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZOgU2UWTH5X2cfM0dKPoH4gKQPcbMw { width:5.9375rem;height:1.625rem;top:39rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJlyTwozTnqJPdBr2OeTc6Vw9kGd6Pw8 { width:8.75rem;height:2.6875rem;top:42.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAlNgxlAkVQ07Q2uzAL9Ke7bX5uzwQSH { display:block; }
 }@media only screen and (max-width: 763px) { #xWRiXTdCFlp7Kut5wLQ77wcwWJwSyoyw { width:14.375rem;height:10.6875rem;top:46.8125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6hNX9IRLzrnrCdVpcX5R8W37fVhGwgw { width:11.1875rem;height:1.1875rem;top:52.1875rem;left:33.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oceOtfkepONshGAiN7nbyPTPycVbTVds { width:11rem;height:1.625rem;top:48rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBl5ouiOZK6IwhyTu6MQ1on1vytCqhuI { width:6.875rem;height:2.875rem;top:55.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e58mLPvo2bInhNCGanurMzUzTlvuWJGB { width:5.9375rem;height:1.625rem;top:56.5625rem;left:36rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrenHShXUmqQVbRRDw6grKdTkp7NMg8 { width:8.75rem;height:2.6875rem;top:59.75rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkT4o15MJUIiZ7tAv5fuJ6lh8x8TSsW1 { display:block; }
 }@media only screen and (max-width: 763px) { #ftffhCGybvIb6I7Vz6LqqNTcTFOTd7qk { width:14.375rem;height:10.6875rem;top:46.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxoSznC7NWCO5yCcomRC0VaTHckkZ9Xh { width:11.1875rem;height:1.1875rem;top:52.1875rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNvgzD2giwMR5KrkFR6BVupuFoE1Os2n { width:11rem;height:1.625rem;top:48rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf5l5U0zOGNS6iWDPLlETCvoTmK15hp1 { width:6.875rem;height:2.875rem;top:55.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7oTnhLhnVS4hltk7UEzP26oGqxdolv7 { width:5.9375rem;height:1.625rem;top:56.5625rem;left:9.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arUaFu6dsaUMudFDtz5UdHxLb6zrVTyP { width:8.75rem;height:2.6875rem;top:59.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMaspaJz8eIuboTDbpm6TdKhVEvi9sU1 { display:block; }
 }@media only screen and (max-width: 763px) { #g3J8F2WWBlWBpFQlpfMKcmbhnf1vmS8T { top:0.75rem;left:14.34375rem;width:19.0625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ2NEypVypSlz628fiPl25JQBESby9oa { width:6.875rem;height:2.875rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PghBRnZPu4SWPEJHUVHwBOXl1w7aMZ7S { width:8.75rem;height:2.6875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzSuS7zBMcMpJTtzGQOv4vTKk6puRbea { display:block; }
 }@media only screen and (max-width: 763px) { #pkG4Qths0wM6HeewPJpbTOW8mfhJ7ROH { width:14.375rem;height:10.6875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTNTgynKuNL0At7pTBfQw0W9TX8rrlg { width:11rem;height:3.25rem;top:7.1875rem;left:8.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K49x7F9gOVGZBK1md3DCw7D5bw5llnLa { width:11.875rem;height:2.375rem;top:11.625rem;left:8.2177734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clsya6dbnVuHtaN9rdss1ZXT3uCovy94 { width:6.875rem;height:1.375rem;top:15.125rem;left:13.0634765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRg0EikVFkUp2uUAvldkdlHfRbEwTNNT { width:11rem;height:3.25rem;top:31rem;left:27.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOmFq8pNFXx4ytA2QWgCGTNlm6a9GeEr { width:14.375rem;height:10.6875rem;top:29.8125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTsFNisw3oHdOwnaraVvow3IK9vLwy51 { width:11.1875rem;height:1.1875rem;top:35.8125rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvWqtbL6khS8GTcuVRWI7Is50S76TQSd { width:6.875rem;height:2.875rem;top:38.375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUK2HrB6ZsQJ8bZWMNiO3TuDq1tNFBvA { width:5.9375rem;height:1.625rem;top:39rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc8xay4AmueMpsT4Nc5OXEmkLoTfbkCk { width:8.75rem;height:2.6875rem;top:42.1875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMsNePtW3xWJFsPmUSoxoQNQALdR4ZBO { display:block; }
 }@media only screen and (max-width: 763px) { #KTlpvUVWNvnlP9NHGThq6Ea7TFk8RgnM { width:14.375rem;height:10.6875rem;top:29.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a45k6ixD3yIJ2uqJKSVmNxeZhlewiBfs { width:11rem;height:3.25rem;top:31rem;left:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwuX5eUHumRqitAMzdP2p1WcqNyaVa7f { width:11.1875rem;height:1.1875rem;top:35.8125rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owpSEyUyAe2NCryH7J0Hib9Hb0ptZdWw { width:6.875rem;height:2.875rem;top:38.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMmX9kqEqz8QTpfPqEmJSbFXXMyaxzI8 { width:5.9375rem;height:1.625rem;top:39rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqg8Hgdu0TQWDAETK23Zr6ASsPn79Ph { width:8.75rem;height:2.6875rem;top:42.1875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABATQgJWWFB99zGdzBg4irf11oaryiK9 { display:block; }
 }@media only screen and (max-width: 763px) { #Edn2h8Pf04ITB5BewRASELPp2XLdv9VI { width:5.875rem;height:2.9375rem;top:14.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs1NCdzha1OPAEHMHmsBITH7Fx6drmeD { width:6.875rem;height:1.375rem;top:15rem;left:6.626953125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkaIApVTz14opcluASGyR5TUod1MdZRr { top:15.9375rem;left:16.2197265625rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTaONPvD8Kq4a1P8LW7tLSJDJFoZQTAL { width:5.5rem;height:2.9375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4VKfBxdHq26ei54tESEOztlWJrULtLw { width:6.875rem;height:1.375rem;top:16.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNFgm3zfuy2NnEa1JOCw7MsAOfgIOSfa { top:16.9375rem;left:0rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCaebPpXThqTkubFPlluylPMWm2KxNhG { width:6.875rem;height:2.875rem;top:38.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TycTJ9UfntZGsaziAiTqM8K1kMcZo1BT { width:6.875rem;height:1.625rem;top:67.5rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXZdAPqvJ8i3JSVcsIdP5RhARZtztJTt { top:52.75rem;left:4.6875rem;width:3rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLwMEZ4OKOI916kbmJkxePbiXMzuSO13 { width:6.875rem;height:1.375rem;top:15.125rem;left:13.0634765625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0SPlV9vJ1VUqxOE9hkMUJJ49RD8m1S3 { top:52.75rem;left:4.6875rem;width:3rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3LTQSTxWBoUxNZfzq280OXaEAGBAqWp { width:5.875rem;height:2.9375rem;top:14.3125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wz7USJIxDu67qkDdKETPimvyorOpWXq5 { width:6.875rem;height:1.625rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #poNweAXo4M7lghLs2AdZX9lESmwLMzLA { width:6.875rem;height:1.625rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #THQmAZde2GN7NFqezTtlI9x4JZSNqi3C { top:19.125rem;left:0rem;width:8.6875rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A82Vu77qcvtoMMknDWPgKf2zKHvTx6VB { top:19.1875rem;left:0rem;width:8.0625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPwwveKgmFndAzKAPvIOvmXBSb328QM1 { display:block; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPS7cdZaBv8uyNRTy9ZAb2LlaF7wc21g { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz1Hilulp6oVvbvBfy1tBTsTKtzTOtqE { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X67NQXyzvQWXlRT4vGfD5nM9bLTzV4vD { width:14.375rem;height:10.6875rem;top:5.6875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtsEAq3qmnAVpGUWCegOpXVQeRIL6Tp4 { width:11rem;height:3.25rem;top:6rem;left:28.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJzZ5Gqh1hTPJQg5enoyOoTU3ZGNRXWG { width:6.875rem;height:2.875rem;top:14.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvdChI02AIeKPMuCodK70rkyeQ3BpOcE { width:5.9375rem;height:1.625rem;top:15.4375rem;left:30.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBXxUZTGMzXehRCqaqXzEMEgzrXD8FS9 { width:8.75rem;height:2.6875rem;top:18.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQkb82JxWzGf4EZ800O28LrQMM9qfRLx { display:block; }
 }@media only screen and (max-width: 763px) { #tRvOihfEIAe3el3KeS6DkHiyoTzvSpyD { width:11.1875rem;height:4.5rem;top:9.5rem;left:28.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsBhOhwXaagC9lcRh8GtleGrkcTqTcOi { width:14.375rem;height:10.6875rem;top:48.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqwoxFO17hXMIKzktvDfg9dvnoS0zlMq { width:11rem;height:1rem;top:50.3125rem;left:36.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdlEW3xC1Wt2T26TGKERIviWf7DRJT3s { width:11.1875rem;height:3.625rem;top:52.5625rem;left:36.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDvkkcazdpQatZDTZoLlUvIMKbo9QKvd { width:6.875rem;height:2.875rem;top:57.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Zb1sg7HOQxixAEVkppNPfUd30llGlU { width:5.9375rem;height:1.625rem;top:58.5625rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttIqkk4bGCFnh1yy8gXalleZUF2lpmb5 { width:8.75rem;height:2.6875rem;top:62.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRJZ6fDgxTEygxbtyqJiDqZSlEM8y0Gg { display:block; }
 }@media only screen and (max-width: 763px) { #b2dzfiCCgdleo03F9QVnMk4xqD4G8B9P { width:14.8125rem;height:11.0625rem;top:49.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRgBRlKJlnLamD3sBe2cZhLr3M9pD5Ji { width:11rem;height:1.625rem;top:51rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWeZbzrri4yqQci2u6gJfPlUaaFJtZP1 { width:11.1875rem;height:1.1875rem;top:55.5625rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAB5vCZzMfID1FWElMUok6q68OHTlWQ { width:6.875rem;height:2.875rem;top:58.9375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKWM281ANBiUXaJGxOA9EuXm4TmakPf { width:5.9375rem;height:1.625rem;top:59.5625rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6XTBT4J4DTGieSNrCRppLTStbRUxzE6 { width:8.75rem;height:2.6875rem;top:62.75rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQUEUBgWydJUbx479D1hP8n0TEooDBE0 { display:block; }
 }@media only screen and (max-width: 763px) { #yqZrA1w8Hs00cVDtQh6OSgxguuZLqRcv { width:14.375rem;height:10.6875rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSw6GzaMz9NMPF0z2JrSNiz5iEwSAlJ0 { width:11rem;height:1.625rem;top:50.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4to1OfdiwKkJQPv0KaRTTEJm1JLqa5A { width:6.875rem;height:2.875rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUvJt3HdOxgOwFqNm9uZ56UVQynUAvPU { width:5.9375rem;height:1.625rem;top:59.9375rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQhLp7kNEK4FkfQey1pFyD8micIql2O { width:8.75rem;height:2.6875rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhHpdBZTO1rFa9rI4yIff7Ligzenk0tu { display:block; }
 }@media only screen and (max-width: 763px) { #yyrq0TSqqwP2crFhevc8sWEZMJ3W6f3o { width:11.1875rem;height:3.875rem;top:54.125rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcx7QhT2BEAKLPSUASWdOM7VU8OuCUwI { top:0.875rem;left:14.25rem;width:19.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGChsMZzBgreUDsznGE60VpCB2P3wOMv { top:44.8125rem;left:18.1875rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy6eD8BTxZW4Bg1v8LnUTMqq2ZSJdmcM { width:15.125rem;height:11.5rem;top:49.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcGAhC8bMHRT0m2eT073ArXXmhdItg55 { width:11rem;height:1.625rem;top:51.5rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUIrFL0MeeNb96cKQHOWxltb2nJfRdyn { width:11.1875rem;height:2.875rem;top:53.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7MQnBcMeS2mlw68sZTDNTRZBkCLItrK { width:6.875rem;height:2.875rem;top:59.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKIRhCdzglCXdvXGDHtaG4OF9TTRnct0 { width:5.9375rem;height:1.625rem;top:59.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVRPP9oPnu4NJbkyMevKkcCPesHXvgSm { width:8.75rem;height:2.6875rem;top:63.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9KJXa327vh9KTMTQvOvUPH9EUFzxI7o { display:block; }
 }@media only screen and (max-width: 763px) { #u29ap9b3iDLqOXoNG1kxEM463xFrcO8y { width:14.375rem;height:10.6875rem;top:5.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR2D9Rp2fBav4Py7tMpLE4vOM0GQD8GT { width:11rem;height:3.25rem;top:6.0625rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrlDWlABOaV9ctn5bB9kylZVbKAg4ude { width:11.1875rem;height:3.625rem;top:10.125rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKak0b03ZqGz82FdCQTrALg8JBBvt97P { width:8.75rem;height:2.6875rem;top:18.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #H103QbyNTA9aWzvtvnFAixA0BRLki6kx { display:block; }
 }@media only screen and (max-width: 763px) { #nwylTmi3it3UQGGL45J13kWMUZi4Hk8G { width:6.875rem;height:2.875rem;top:14.8125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crrCLcVaPrFTbLSCP0XEWPzvpnDxc8xs { width:5.9375rem;height:1.625rem;top:15.4375rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyXTqoV8QSOxqIUvaMr52m3m0VlhZvaa { width:14.375rem;height:10.6875rem;top:6rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNZPMETmBVAEoc7lUTOp8AN5gHdu5FzT { width:11rem;height:3.25rem;top:7.1875rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfUlX46AOsmZKMsXv4rfMS2vEkOtV0Dd { width:11.1875rem;height:1.4375rem;top:12.4375rem;left:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUTwoBfAaPtIMuAfSTkEhD2WT682gfDC { width:6.875rem;height:2.875rem;top:15.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhDwx2twDTqWEUJAMWARAntA8A4g7CCT { width:5.9375rem;height:1.625rem;top:15.75rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbAuH4TKPovPKfq2JeUMsKZtwGLGOi5B { width:8.75rem;height:2.6875rem;top:18.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFJtdDTRFbqQtCeITPNMLeclRXApSTDF { display:block; }
 }@media only screen and (max-width: 763px) { #gk39O9vTT76ngFkoSSKP95gJpzT8pkvG { width:14.375rem;height:10.6875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPT82AWBuwkWhkTBKxtQNhFpJCZSGJed { width:11rem;height:3.25rem;top:6.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLRFMrriBPopuBeTKTTQ4aix1taL6ZEn { width:11.1875rem;height:1.4375rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgQ5tqTg7KTgOl5czlXJUciG3se5pfGU { width:6.875rem;height:2.875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZIWtUsTtmMIGcf9VQLOTyTIZ41BgyB { width:5.9375rem;height:1.625rem;top:15.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayeVxreegp1fIof17y8pVcRdfnoBLlXg { width:8.75rem;height:2.6875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3oBBXRE3RbkGh9v62hDSbOs4HD3ZrI8 { display:block; }
 }@media only screen and (max-width: 763px) { #u0G2Q2LNxN5xJVZlQlVzwnfTZKsXcL8p { width:14.375rem;height:10.6875rem;top:70rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKtbP5NiDQ6rBaRxp15lOT1HnFrT9HSn { width:11rem;height:1.625rem;top:71.1875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka0IMmN6QEdm8SHT83iIQEpTKosT7tTO { width:11.1875rem;height:1.1875rem;top:75.75rem;left:36.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5cC7Knz58Qoz8meuW9bfQOFIinVxCh9 { width:6.875rem;height:2.875rem;top:79.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb5TlzIFNSkCCTqBmkLgfWf3XEcHxAE7 { width:5.9375rem;height:1.625rem;top:79.75rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKJW5bvg4uQm69zTx7UXeLq8X1vz33fA { width:8.75rem;height:2.6875rem;top:84rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0IBh10BTP3Zi19pOTN6XVBL9sr06Cta { display:block; }
 }@media only screen and (max-width: 763px) { #O5ZbTfN4e2bO3Ewl3GP7gEGRTwKdseHk { width:14.375rem;height:11.75rem;top:70rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUONbW1CJiqVL5Lco7yuZr82OTR1nyo6 { width:11rem;height:3.25rem;top:72.25rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX9rTZiAdP9P6MHTcXWQQxHEQBzX13IB { width:11.1875rem;height:1.1875rem;top:76.8125rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSOxthKm4AHyDHB1EmVRZgLPRLEggO1C { width:6.875rem;height:2.875rem;top:80.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDN3mKT4R3EzK1Wp2NBZGHyma79A9WJe { width:5.9375rem;height:1.625rem;top:80.8125rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8LBq2RKKNfJN6fn9zG5zZT83yTDUglg { width:8.75rem;height:2.6875rem;top:84rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL1L3V9ntyFqVSQaSKT7iDNSpOZAZOid { display:block; }
 }@media only screen and (max-width: 763px) { #pDDQUSbNF1eZZCwaQiWFieFBN0wZGrRd { width:14.375rem;height:11.9375rem;top:69.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLEgVRbwtOdCZQKKfsz0DAffAzFVhD7i { width:11rem;height:3.25rem;top:71.8125rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHMIQxZbHsHzTdicBg2ZT8S70iEVdUl { width:11.1875rem;height:1.1875rem;top:76.375rem;left:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmiH8GiAqySPoQJJbRMt9whwchk0Bg1B { width:6.875rem;height:2.875rem;top:79.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0FUWo9V7L73x7OLgsXNPVDeXkR6vGsl { width:5.9375rem;height:1.625rem;top:80.375rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbOE8et8UQwOkJH7rTmgsZtZmPgpawW7 { width:8.75rem;height:2.6875rem;top:84rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXPDxFfg2nan06mMqDy99gQeD2lPzE4T { display:block; }
 }@media only screen and (max-width: 763px) { #IdvoE33oDz6MX3o9F4wMKU8LUhspTl1n { width:14.375rem;height:11.375rem;top:69.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK0QaXxWGI67XT8TkCt90HZ4asNiOF9S { width:11rem;height:3.25rem;top:71.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ERJCyZvMTTEAOPEDuOgqb9vFhOXqCr { width:11.1875rem;height:1.1875rem;top:75.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kipd1cafd1eRWXQ6rspTAdAP37Lbv0TV { width:6.875rem;height:2.875rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqKmr1lTRbs6Mm8ol8KSzd1k4vku6Att { width:5.9375rem;height:1.625rem;top:79.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9WCW1Haz2GHBX1F4s9MpURTSQTZ3Ouw { width:8.75rem;height:2.6875rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFTaIOJTTCzopuVh9GzsTCLxLapLD2gP { display:block; }
 }@media only screen and (max-width: 763px) { #r0IyfZ8IbVWBPf9JQgAufETcQuTPiEEw { width:14.375rem;height:10.6875rem;top:88.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8SouyxG6r8R6TCo4MwWaNEd0H2eMwgp { width:11rem;height:1.6875rem;top:89.625rem;left:36.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ0yrUKN6ZTO9dogww5Wd5Wa5ndMmT8d { width:6.875rem;height:2.875rem;top:97.8125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQcfouB5QTPpdTkLf2618zWzsygR7F3m { width:5.9375rem;height:1.625rem;top:98.4375rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXiiV8wEBvio9pmHMkVUyMI84LrTsHib { width:8.75rem;height:2.6875rem;top:102.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbUZapkmH950BIp1MDyapirT2qQ0Wecn { display:block; }
 }@media only screen and (max-width: 763px) { #tqunnfTeRugMlFUI6eZF0LmR8fE3hOme { width:8.75rem;height:2.6875rem;top:62.6875rem;left:13.1259765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnxugEocxqUMXLkSLckBu0lirTSAmsq3 { display:block; }
 }@media only screen and (max-width: 763px) { #iyZkHcxSMQ827znO3oWDEzZ1zXJvV2A0 { width:11.1875rem;height:3.375rem;top:92.375rem;left:36.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i06ZWZkOdrRiDzi7JHF7fHhLd6VKV05g { width:14.375rem;height:11.75rem;top:88.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdKgSx1THR57Pw3Fb6WQEKstxxqmkg3M { width:11rem;height:2.75rem;top:92.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEGIpXokEazaDJe5yM4CsZHvJl34IF4g { width:6.875rem;height:2.875rem;top:98.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP2hwyaxGmcL0MTw0N7Z9goCe2Q3E589 { width:5.9375rem;height:1.625rem;top:99.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvdlKfktV93qPcM7z1b8FRV0dCuMOT6O { width:8.75rem;height:2.6875rem;top:102.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwPdG1SnoyqgMIxt4TgSTAR3yaIbU0H { display:block; }
 }@media only screen and (max-width: 763px) { #MwzuPBMnVmswpDRZhX4mdU8wA87U9zHl { width:14.375rem;height:12.25rem;top:88.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq6PQ3ZH5CIWrLEG1i8NxBD5NTiKyqoE { width:11rem;height:2.5625rem;top:92.375rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMLcDUNzP6xNtpMK8dSe3BXik6nqrZyz { width:6.875rem;height:2.875rem;top:99rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZESUvGIK5ZlZUg1AxLsiS4AgIfyUIxOU { width:5.9375rem;height:1.625rem;top:100rem;left:33.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFxIFiNNF1Bm4QwMp80XiX44LUNnxtLg { width:8.75rem;height:2.6875rem;top:102.4375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0KpEBSTppHPaaly7TT3QMRQoKmnCb3V { display:block; }
 }@media only screen and (max-width: 763px) { #J0C6mexXzcBIZET3NtGZSStW82PTfwZS { width:14.375rem;height:12.25rem;top:88.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0R3PJUH929pTcEGcKTwXZpomD1UMvCm { width:11rem;height:3.875rem;top:89.625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2p27M4oeGnRptl6pmdQmbtwLteI2uI8 { width:6.875rem;height:2.875rem;top:99rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRh5Jg7zwABvOFTZdJQps7tTr7X1aL6L { width:5.9375rem;height:1.625rem;top:100rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns0m34Th2yE2e2x0kVb5PXuovqEoReQQ { width:8.75rem;height:2.6875rem;top:102.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7NXvhiTWTqJLQRVdsEi34PIzgKHqtAT { display:block; }
 }@media only screen and (max-width: 763px) { #yP37Nor0g4qgWkZyiPFeBLN3ldnwqlQP { width:11.1875rem;height:3.125rem;top:94rem;left:13.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWhI6KIwzPt64LypNDABzMmVmnTJx1o { width:14.375rem;height:10.6875rem;top:25.875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiVeB93PPqpycpgtcGW4vQbikhg5swVN { width:11rem;height:3.25rem;top:26.25rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaIxTbGumURuGFn0aO7sqoa5OTx5geTF { width:11.1875rem;height:4.4375rem;top:30.3125rem;left:18.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wan87IAX0lGnPTwwhUT37PszOU3i83Wd { width:8.75rem;height:2.6875rem;top:38.8125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXSxAetnBTo7u4C17llsR0Jo57brR68y { display:block; }
 }@media only screen and (max-width: 763px) { #o30p1reoRDaKyo1rIep6qF0XFHqz873W { width:6.875rem;height:2.875rem;top:35rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcrHFIhJ2kvDEHCCT4Ao57JpVsgncssS { width:5.9375rem;height:1.625rem;top:35.625rem;left:21.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 { display:block; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br0INcOa91FOwSHo49irmRBRuiONR831 { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xootSeEhRHcaq6UtoLDkEzcnkOGw51Ie { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #untrcuODmgfx7y92Cr6NR2bAnzAbsEOh { width:14.375rem;height:10.6875rem;top:5.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr91HwG2LUQyOCasldgl4Rocdv1WZU9l { width:11rem;height:3.25rem;top:6.375rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFb0SRdkynHQa6gRQfnsLdDvtRoyVk2y { width:5.9375rem;height:1.5625rem;top:14.75rem;left:29.31201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyzft3ebzisacyvAzc49wvMsdCsvLJma { width:8.75rem;height:2.6875rem;top:17.9375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR1LQ4hlfXalQzHk70T3SKT3J5EH4yC1 { display:block; }
 }@media only screen and (max-width: 763px) { #hTuTMbpQKS7MaknfrPt0VtCwC07J8FpI { width:11.1875rem;height:1.1875rem;top:10.5rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnelDdH2hx6SA6NgxcFSZ6VXaJCRb8Lr { width:6.875rem;height:2.875rem;top:14.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTnKEQ0yfMgqPzLsV7k1lPO6nDGQxgsZ { width:14.375rem;height:10.6875rem;top:5.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhEaDADdxf8JRlUv81zXMFqh3XsFO6cc { width:6.875rem;height:2.875rem;top:13.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKaVvLPbQKkHJMK55TlMRlsC3vieJ3gs { width:5.5rem;height:1.5625rem;top:14.1875rem;left:11.874267578125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6AUanJz0DXlZDKL6ih1AIXLXB8ShdFT { width:8.75rem;height:2.6875rem;top:17.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0SmmG6ZC58S1wvkS0Lklude5KLLHsnX { display:block; }
 }@media only screen and (max-width: 763px) { #fVDnA4CnSKXRqKTThmaWSJJRQ7nDTBJq { width:14.375rem;height:10.6875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3igZUXyy9C3cvWc7uupd9xfzPGwiJI { width:13.125rem;height:3.625rem;top:9.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT3HBnsEJrlKHMARATLmUf0U29bRrnnT { width:11.125rem;height:2.75rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK098XLTQO2WP7Oi0xyGeVhoECKDelvs { width:6.875rem;height:2.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRJM7EgKGzqlfs534W8S5G4Mfdpawo02 { width:5.5rem;height:1.5625rem;top:14rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJrvpspEHnlcKnTdlkKdtwXUwQawJ7u { width:8.75rem;height:2.6875rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNldhUpiZSQK2ZOJIFZqfpT8nXDseMPi { display:block; }
 }@media only screen and (max-width: 763px) { #UGd5vMgz3XGVoJGITxIMMNbiPDEW2TLK { width:8.75rem;height:2.6875rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6yMpWHF3T0QNXFkhUQAO8ahNMSd109Q { display:block; }
 }@media only screen and (max-width: 763px) { #T2ymuGbVewwinX7qJP9Ji7QcvKum8kL7 { width:11rem;height:3.25rem;top:6.375rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD53PUaX9ElXxs28Z3NvOZbfKLOFLZRA { width:11.1875rem;height:1.1875rem;top:10.875rem;left:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbWnZer7DpMpS9U5pwKXVOZ37cPl6W4I { top:1rem;left:14.15625rem;width:20.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLG7WuIo6oMOdbTbAy8PZZGJclbh91ev { width:11.1875rem;height:3rem;top:9.75rem;left:36.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKLuefAHd5VmlZfAHB3AH5XdG5vK5EtC { width:14.375rem;height:10.6875rem;top:5.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPgtKe8I80TPd4g1ytUEC9zcJPOrXTv6 { width:11rem;height:2.75rem;top:6.375rem;left:36.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ52sAeKD93lGn48asNgs1CI0tRRtnqd { width:6.875rem;height:2.875rem;top:14.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSsHRu1orR0J1vENtMViCB1p0rTGa7nr { width:5.9375rem;height:1.5625rem;top:15rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrxpG3Fi2sBINlbMOskJ4F1orBNHaIE8 { width:8.75rem;height:2.6875rem;top:17.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzG68Mb9abVMtr0Wu1ZfhLoXTmo6ZPMg { display:block; }
 }@media only screen and (max-width: 763px) { #I5ZMwR5LXNkHJmq8Pi2Ns2OnZTsb1dwP { width:14.375rem;height:10.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OssNSiBNiviTwVrJIEuBSd2aUB1ABVeh { width:11.125rem;height:4.125rem;top:27.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSF6h0i31TaqtrIG5WsxapqZlKCgxERo { width:13.125rem;height:3.625rem;top:31.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWsoVB6iAm1yyTiw42po0g0JPkVQJ212 { width:6.875rem;height:2.875rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5NPwzsCku8zVDfHHgGKQDdPE0qaLN8 { width:5.5rem;height:1.5625rem;top:36.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRNgFqv7Lv7XvBCo6zPfgnsEG7DKCftK { width:8.75rem;height:2.6875rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxHOvLC99NtLTBwamvTgdavO0I8GNW0x { display:block; }
 }@media only screen and (max-width: 763px) { #OfHcZ5ralZI18NkQc1ViRUAWcmoixCJp { width:14.375rem;height:10.6875rem;top:27.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inltymSlAAIwoTsN81TMKvwPyD3XocI8 { width:11.125rem;height:4.125rem;top:27.5625rem;left:36.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew8xPo4ItyeTLIRwUhyonTPG1Ne0KuH1 { width:13.125rem;height:2.875rem;top:31.875rem;left:34.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBZNBWtW98GICx2QdOHbH6KmGQithwTr { width:6.875rem;height:2.875rem;top:35.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex31v89zHh2iVVbwvIpWqnmt6CzvBHcN { width:5.5rem;height:1.5625rem;top:36.375rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuAMfF8B2DdAil5R6TsTK9PJ3ZVwvu4q { width:8.75rem;height:2.6875rem;top:39rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNkTu2d9tNWHwvAB4GfJgMAMG39eibt5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ioanb8dQHv7woSXgzzP7g0ZIAZhQBT0X { width:14.375rem;height:10.6875rem;top:27.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7w5iyfRd8qb3x0wKfsvgK5QVWduU9SC { width:11rem;height:3.1875rem;top:28.75rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3brQ8lTMOb7RRR6QoWFoITrL6QxkSnn { width:11.125rem;height:2.875rem;top:31.9375rem;left:26.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLHfSbtWWaloG3O4oLKLAFTAURql5JE { width:6.875rem;height:2.875rem;top:36.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFlrxKOCx1XMzZqyvKWX8mdOaedilrTC { width:5.9375rem;height:1.5625rem;top:36.75rem;left:29.313232421875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6dpluVqWqBia0DskeVx9o7S44yi7LkJ { width:8.75rem;height:2.6875rem;top:39.25rem;left:27.906982421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMK6Lg3eT3SGv8eJyFzlLfxse4oEFTCc { display:block; }
 }@media only screen and (max-width: 763px) { #RiRMJz1WOQJBKVPHaQ3RTSJeUauSyViM { width:14.375rem;height:10.6875rem;top:27.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsNi2LbpLeTtmdDIzbER4TmbodWtix1w { width:11rem;height:3.875rem;top:28.375rem;left:10.515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZqDhDVcOFTtkxgcgmWoOtDA481I9o1 { width:11.125rem;height:2.875rem;top:32.1875rem;left:9.9365234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzp8CPz4PtZTVcs0wV5RTn1Es5H3uHd1 { width:6.875rem;height:2.875rem;top:36.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5nMq9mzmBmdIPMFzWur2sIsEyOmZeMt { width:5.9375rem;height:1.5625rem;top:36.75rem;left:12.201416015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTVchWTxATCMm4OxV29MtzpNU0LCTGe { width:8.75rem;height:2.6875rem;top:39.3125rem;left:11.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewo4JSDd2T5JTIW4mgHycwgQdkLtKTPD { display:block; }
 }@media only screen and (max-width: 763px) { #mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P { display:block; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVNUlFyKtcMT69e4miknhwS9TuANyuMx { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPvCaNB8NG72pi4zToX3DGxBMTSoaaEK { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #egLQqo67mPOl1y3J8Ud92HCRtaekME3y { width:6.875rem;height:2.875rem;top:11rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaMNQE97HXxw9eH6U41nUXsm8PwL1dlw { width:13.25rem;height:9.875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1l3loHse9OCiPcbRkFRPdMF0d5nb90g { width:11.875rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waVtFL6bKili3qtf8KTsOKSstgCiI9T1 { width:11.125rem;height:1.625rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2N4h7DQuxlOWLLWNrtB2dC3FHLnzTuJ { width:6.875rem;height:2.875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcVTuV3MQoSh86ugqAZn4LSTl4GOEKbx { width:5.5rem;height:1.625rem;top:14.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0peaLuokGUOIPZU7FGS2X9XLQHoiqrJ { width:8.75rem;height:2.6875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN0nTfExmCeelFg7sCEJUTNpKihTTh4k { display:block; }
 }@media only screen and (max-width: 763px) { #nnpCBqJfBH03w1Fk0TELwfUK5PEzTeoW { width:6.6875rem;height:2.375rem;top:11.25rem;left:41.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkLCDsIB5SgwZLMhCKgLLEK4p98pviTn { width:14.375rem;height:10.6875rem;top:45.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKFbanrNZMg8ugGzfIJzMwe2NSfFoTNN { width:11.125rem;height:1.625rem;top:48.6875rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFtfMnFSoT6b2rzoT4N0BUpxNmqEgCXB { width:6.875rem;height:2.875rem;top:53.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkcdRAUhbXBIqxbLLyraWvSu5RKy0Chv { width:5.5rem;height:1.625rem;top:54.1875rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XegunAvPzJE0LBhN3egtd3ND4ORxMpy2 { width:8.75rem;height:2.6875rem;top:57.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Eac20bXaOrNKErELnZTh0hUWpfDkUR { display:block; }
 }@media only screen and (max-width: 763px) { #xIdg5wWTUIGF2UQ1Hn3QI7XIVtTwVgoE { width:14.375rem;height:10.6875rem;top:45.375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZtuIJS0pQVLPMA82XuvGtaAqqa7C0e7 { width:11.125rem;height:3.25rem;top:47.875rem;left:28.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfw7WENi6EOEuom6TM9Z4FVDcox2tU7x { width:6.875rem;height:2.875rem;top:53.625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwFIUUDmTMw1tpqzXSd9KI91EAN0r5zL { width:5.5rem;height:1.625rem;top:54.1875rem;left:31.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuGMIvxnVxczWR9gbr41UPmDVRt1pnom { width:8.75rem;height:2.6875rem;top:57.6875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUM8B5lTK2hHbwo6p0ZdRZbJKStmTNgG { display:block; }
 }@media only screen and (max-width: 763px) { #C0lHeq9c0B8pP7mfHH0lXlxs0RamN45N { width:14.375rem;height:10.6875rem;top:45.375rem;left:9.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmyk8c0sNFuLQN4IF6Pth5PbJK8bf1T6 { width:11.125rem;height:3.25rem;top:47.875rem;left:11.3115234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulaaLdf1tPr5zW2EU0zMgd7Ft3mTidS { width:6.875rem;height:2.875rem;top:53.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRZIhCMioMIkPyvuyo4izb2FTQd0pxCT { width:5.5rem;height:1.625rem;top:54.25rem;left:14.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMT3e0JsT3SffsPxbqmdgh2sGTpOIKuX { width:8.75rem;height:2.6875rem;top:57.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFVUTyl0CxlIT6Q7xey5u8LsshHknkT6 { display:block; }
 }@media only screen and (max-width: 763px) { #rJ2HTV6S1vMKgrDHKtNsSb41PAmybPaA { width:14.375rem;height:10.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxPhrsKrrzLoODOgyH3bkCAidh9offnV { width:11.125rem;height:3.25rem;top:47.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0llhLsddlkWe1S6SQuExVwLgdkBLu08 { width:6.875rem;height:2.875rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcfhxE8X01rmbe3Z1rvQTKJiT821udQh { width:5.5rem;height:1.5625rem;top:54.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXHdh5UfJ88kXn9u7OgLTwKz4HdVaiKD { width:8.75rem;height:2.6875rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS6h6XvIVIklSOKtmQ6WZiS5Po8lmfLv { display:block; }
 }@media only screen and (max-width: 763px) { #ldsg6fhrqXr7NAs4PNDq89rOx96hd3zf { width:8.75rem;height:2.6875rem;top:15.125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLFfB61kxwZRQ1HMEUSt9bIL3axO3Puv { display:block; }
 }@media only screen and (max-width: 763px) { #lKGhAx1rivgPap8N6DgodchktrlerlES { width:14.375rem;height:10.6875rem;top:4.75rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwDlJobqruphVa4G3Wk6pJK6hR4qeXPN { width:11rem;height:1.5625rem;top:6rem;left:33.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tivNtE7wxf0tRTBnk8yaCQpySKi0bZGT { width:6.875rem;height:2.875rem;top:13.375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJcrLXDOInoeTuB7BaorOJW2LPkB6Kqh { width:5.9375rem;height:1.5625rem;top:14.125rem;left:36.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loaou1Q7fqm1JTU0hUDZ4KPA5ALNodXt { width:8.75rem;height:2.6875rem;top:17.375rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvgkNb1kJQlu8kOSoTHCnzUagsTbVLLS { display:block; }
 }@media only screen and (max-width: 763px) { #ZXvVh1PaPUXMcDdOuNcC07NhFLffusw3 { top:40.625rem;left:14.625rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUrXQVRQGb98qvsQGZ5qg7kqfxqZG75B { top:1.3125rem;left:0rem;width:18.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ3iF4GrUwsLpEQfQ41rONhA2try3fxo { width:13.625rem;height:9.5rem;top:5.375rem;left:1.7686243508522rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Z7WRXMLiby5sRpUAlOBg69RGnAk7uI { width:11.125rem;height:1.5625rem;top:5.9375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTJ80aVOqQ4oTp8ND48RfkDWxTIXEUL3 { width:11.875rem;height:5.1875rem;top:7.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCM5sUdspCHgTc4hhUV3Bdx0iQz2qEho { width:6.875rem;height:2.875rem;top:13.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtR0EQmssiPgrup3CV7yd76DeyiX4JeB { width:8.75rem;height:2.6875rem;top:17.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSAqvRtV9sR3qKAq5ONaqrOqtCuNtOEo { display:block; }
 }@media only screen and (max-width: 763px) { #VGMxecsbaENoVg8PRqkorIag5Ckvmrv8 { width:5.5rem;height:1.5625rem;top:14.375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpTFHcxlHkv0tcSpzFuEpQCkTvq5I3w { top:0.9375rem;left:30.1875rem;width:17.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRvMHmwCSI7gS1zmNxs6le7AnFtLseR9 { top:62.875rem;left:16.5625rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzbEbDxew02mgtXdUUx9ioB4440eCnTq { width:14.375rem;height:10.6875rem;top:67.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwKkDzcFa5obcE81zuaBQ4FAcOrKXaZX { width:11.125rem;height:3.25rem;top:69.625rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLyAGgX4c7Uqm8MTsFJtwRIJ7KNPPrp { width:6.875rem;height:2.875rem;top:75.4375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRqyynmDv6MQaxVZHoGCCfeuHIP3XOQI { width:5.5rem;height:1.625rem;top:76rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0aC7anOZxNCQ6l8hOJHzz9rfg0L8PPF { width:14.375rem;height:10.6875rem;top:67.1875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4CRP1cIsC4JVNdoq7iG8D9tC5kWglzW { width:6.875rem;height:2.875rem;top:75.4375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTc4DxJu8zvH6ETCc6rH3ioNRV0Z5LIg { width:5.5rem;height:1.625rem;top:76rem;left:33.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWllGQSUUTBHvroQ0vcJux4pdx4UHH4O { width:8.75rem;height:2.6875rem;top:79.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJeXeROBt56nwAI0fOECEbLRvagcrcT5 { display:block; }
 }@media only screen and (max-width: 763px) { #qWrWZEqqEeg5olA6nk0ONiO6eJD4n6gW { width:8.75rem;height:2.6875rem;top:79.5rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTXTh9qtM2SOheAp7zP8GCOgPRg6z3b { display:block; }
 }@media only screen and (max-width: 763px) { #bmaNRnnWnTtXTefqyCUkOf1n7s3uSEKc { width:14.375rem;height:10.6875rem;top:67.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCHN02V8LsI94RlPS1HPNUMGG7mLJQfy { width:11.125rem;height:5.8125rem;top:69.25rem;left:13.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTz4vWhwKhfnQpCdnPGp6LBiNMz79l8 { width:6.875rem;height:2.875rem;top:75.4375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzKgAodi0SidFw5Uo1Z4iu44rQuwSO9L { width:8.75rem;height:2.6875rem;top:79.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOKb6xUwtb926cFrp6GIuvZ7dNnrQ48B { display:block; }
 }@media only screen and (max-width: 763px) { #FFuBZfZwWTdqDZlEJ7C66SR55Bn7BWDV { width:5.5rem;height:1.625rem;top:76rem;left:16.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LltQNXkyO6lNOdbpLhnHWdk7u63KTo9w { width:14.375rem;height:10.6875rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGr25R98IbQ2Zk8hn7n3CHLXcG7rg3pP { width:11.125rem;height:4.625rem;top:69.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5xH1zHhhClgZwd3vMTXKrsDnyD0eZzl { width:6.875rem;height:2.875rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk10q9IhJqlmDFw6rtsM0yCBWeeB6BMD { width:5.5rem;height:1.625rem;top:76rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOL1iZJHnTG8qbHVnRbyl18N61a2gJRz { width:8.75rem;height:2.6875rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwXmKMwtSIROUXkG9m9193qxCHfq8UEp { display:block; }
 }@media only screen and (max-width: 763px) { #aT4qH8JfAMuVZHfgnbOiyfIswv3kKtf1 { width:11.125rem;height:3.25rem;top:69.625rem;left:31.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJ0UChk7pDoFaEMKXzhuoulGMiqcJd2 { width:13.4375rem;height:10rem;top:5.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxGXoBxWRVn32BogSmiPQOSTXwdySaWz { width:11rem;height:3.1875rem;top:6.375rem;left:36.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwWqegipBOMzBsaKsyuyWl1FfVS4BDCM { width:5.9375rem;height:1.5625rem;top:14.125rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTI2EioPNa4Fix47EiaKhoLDhxysCUmv { width:6.875rem;height:2.875rem;top:13.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAUnRRGKvIpNAOpHtk9wGhha2pqrkbTM { width:8.75rem;height:2.6875rem;top:17.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfxQTWe7GlzrlmlRL4UzRII80UXVTiVQ { display:block; }
 }@media only screen and (max-width: 763px) { #oCatTwBi3iU6aRZkULfcRAcS7ZUBtd5K { width:14.375rem;height:10.6875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sffKnLtA0qFbe56lm6ETWQVACUUJ6W3n { width:11.875rem;height:3.875rem;top:8.5625rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2EVbeQkBlZT9x7P59IIK47Owc19TiyI { width:13.8125rem;height:9.625rem;top:5rem;left:17.0891819081rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmbhdWua9tCkFArhSrv2ph5pPP6PJUE { width:11.875rem;height:2.875rem;top:7.25rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Vqz3H5LTTWvmQAASkm4qo65WcyEJ9b { width:6.875rem;height:2.875rem;top:13.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LayKEydo6Tl2aAV3PTtDKtLUE5kqJC9J { width:5.5rem;height:1.5625rem;top:14.125rem;left:21rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X386qMVk4FUTQTNHWIU5VlPqzOdClgSG { width:8.75rem;height:2.6875rem;top:17.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZaaz3Lt6RZKFHGDPmgO6H9BKrmasfF { display:block; }
 }@media only screen and (max-width: 763px) { #dDehiurqoXpwBMTi0kGqH0ald58TyqiV { width:13.25rem;height:9.25rem;top:23.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlqdrZIAEeUnotBqNOFTFvQxOLxO0z61 { width:11.875rem;height:2.875rem;top:25.5rem;left:20.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl1TDfeh6PUZzKtqns7T3wT2iX9BqSi0 { width:6.875rem;height:2.875rem;top:31.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSGXWPxrngPESEoWhv4WFdEUhUdc9fET { width:5.5rem;height:1.625rem;top:32.375rem;left:23.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpUfc4HSbhG1zbnUozBhciA81rD5XmLG { width:8.75rem;height:2.6875rem;top:35.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCf1T2yqXweZd8EI9irnhpdaEHuv7zy { display:block; }
 }@media only screen and (max-width: 763px) { #xvu3WipKN2yFokce9TSNQANKAEXTvTUW { width:13.1875rem;height:9.1875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZUJc8N7ryel6J2LGHJf7m7HLPcAgdBv { width:11.875rem;height:4.375rem;top:27rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m20u0C2R9ybnyR89VIemZR1giWavlnaI { width:6.875rem;height:2.875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAMzxxLsRv9iQTRno3NUTMWWIb38zTT8 { width:5.5rem;height:1.5625rem;top:33.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxAI44pSopbmJrqRU5vpp5RA9hxmmcFP { width:8.75rem;height:2.6875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr9F656hUVnPKtvc5RBM1w8cJuKBlFkL { display:block; }
 }@media only screen and (max-width: 763px) { #xix74XTpCWJGaA1dTTgPoJxk455ZL5Bd { top:87.375rem;left:18.498046875rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy5AMQ4TlR1zJGSBoiDcawSQuShJSRbr { width:14.375rem;height:10.6875rem;top:91.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRQBavHJeUpfTC1X5S5E01TMQITFtmpH { width:11.125rem;height:3.25rem;top:94.125rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTfU4Pri5NQyre3MOtuDboNpc2MRCq5z { width:6.875rem;height:2.875rem;top:99.3125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu1rBIGizQCFEHdqiqmG6dIq9X3DXVNK { width:5.5rem;height:1.625rem;top:99.875rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3AtW0d5rThwSsupNblSCFGiTeGKW7hC { width:8.75rem;height:2.6875rem;top:103.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqKgQkTk9FupafM6RcrOd1RNNqnCgTWJ { display:block; }
 }@media only screen and (max-width: 763px) { #SedNJFzQTHeKVDdHymPlTcIssVTAHiHT { width:14.375rem;height:10.6875rem;top:91.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDtxwkGoPI7COfyk5LpQffKpPhohQGCw { width:11.125rem;height:3.25rem;top:93.5rem;left:22.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JavtkvGL6VDo33uw206EsJapy4nrO4vW { width:6.875rem;height:2.875rem;top:99.3125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8OXpzrUKlrmkKllQaRz5TRqKhqKSrmk { width:5.5rem;height:1.5625rem;top:99.8125rem;left:26.375000357628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLNoXeVPoB6vfbaXH1QXX50Gq78t6z4t { width:8.75rem;height:2.6875rem;top:103.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwfng8H8JP9xqRne6gTNxOLhwRTmTpH { display:block; }
 }@media only screen and (max-width: 763px) { #LrdAF1Da9KKyfQPaoXobSdmExSZ8HZxO { width:14.375rem;height:10.6875rem;top:91.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz2swB5yfD2cTWPMXpfILAAH4yh1Uxps { width:11.125rem;height:3.25rem;top:94.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIsm5RNkayEztVzGuPJ4ZoAEvL6s9rNB { width:6.875rem;height:2.875rem;top:99.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhhM3z7n2sid1PdBI8xBeLaIbuBdnCu1 { width:5.5rem;height:1.625rem;top:100.5rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFCeunaltTrauwo4MspVk4EFMoKRT2zU { width:8.75rem;height:2.6875rem;top:104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA3afpL4Qa7kyVNDGWsxh2IuAFa61ZBI { display:block; }
 }@media only screen and (max-width: 763px) { #SUnbfwZMFaT1V3tyrgyaq5JrNcd6t7Tm { width:13.625rem;height:10.125rem;top:22.375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIk89mZ7g5iOKihbOvSZa1RQnodbqRdQ { width:11rem;height:1.625rem;top:23.625rem;left:36.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVatEwT4i5gnxSOwS6dl3QMf27dJ0fs7 { width:6.875rem;height:2.875rem;top:30.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q140eQC1JcOuOIvpNCXiSsSP4GK6TaTZ { width:5.9375rem;height:1.625rem;top:31.3125rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VahBAUW8mzR7RqW22RRl0wH5zRtoWhC7 { width:11.875rem;height:2.875rem;top:27.125rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvZW05QsTeHrDoHwJnEToMwgUeE9X8EA { width:11.875rem;height:2.875rem;top:26.3125rem;left:35.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZu5fMuqoiTuP2CWaGD4Zul5uCtP5o9 { width:8.75rem;height:2.6875rem;top:34.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdpw9urJIPVa51sk0MeizLuJITgcfZ2M { display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { top:10.3125rem;left:13.999784469604rem;width:22.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { top:1.0625rem;left:39.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { top:1.6875rem;left:3rem;width:41.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { top:4.75rem;left:39.5625rem;width:2.1875rem;height:2.24935rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { top:5rem;left:29.4375rem;width:10.8125rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { width:20rem;height:3.3125rem;top:0.625rem;left:0rem;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:4.5625rem;height:4.5625rem;top:6.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:5.0625rem;height:5.0625rem;top:6.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { top:0.3125rem;left:0rem;width:20rem;height:8.0625rem;z-index:99999;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:20rem;height:2.03125rem;top:0.37413024902344rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { width:20rem;height:1.94921875rem;top:2.3856334686279rem;left:0rem;text-align:center;text-align-last:center;font-size:1.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;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:20rem;height:7.347625rem;top:5.2470703125rem;left:-0.0322265625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:11.624375rem;height:2.68663125rem;top:27.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:11.624375rem;height:2.68663125rem;top:23.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { width:17.5rem;height:8.6870625rem;top:33.745677624512rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { width:18.75rem;height:7.061625rem;top:14.80924987793rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { width:16.5rem;height:3.75rem;top:30.811525rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block; }
 }@media only screen and (max-width: 763px) { #LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf { display:block; }#LNzksbPv8yWqeyxzTycTrqi4ITAZiTTf > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-text {padding-top: 0; padding-bottom: 0;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-select {padding-top: 0; padding-bottom: 0;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-container:first-of-type{padding-top:0;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .widget-container:last-of-type{padding-bottom:0;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs  { width:16.1875rem;height:auto;top:23.4375rem;left:0.65625rem; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs {display:block;}#wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs { width:16.1875rem;height:auto;top:23.4375rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #eCenftFRgsvKFyxLH7FwiZ3PiaTJWrQt {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #RkTTLqEXGmr8p7xBOQFORNZM6KZKti9i {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #WB1T1gne7Xapxm1FJRkiWBK78usoUnUQ {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #s7TR6Akoq1GOFM95v3GUss4EeR7cFUhN {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #oVImxBT1Trav7BtpeIXfNUlpum4GxG4w {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #ii8bO61gPcWTwEuvrkB9ial21BnDJ0WI {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #RpCpycEit5Mw7mSGkgEhO3P92tZD1D5m {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #JbG29JTGIvaWE2XIPx3oywlfiJqugo8b {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #dzXdcTXkZUyvUheTs6paE9blVSAEFPyE {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #BcU6G8XJ65E8AlHhp8kAKKoAxKJg504M {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #pRDC2TvvsfRZeTA2io8mFm6oisEoZbIu {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #RRSs98D7QBhTeyiW9mTEsCklAXGbN0nW {  }
 }@media only screen and (max-width: 763px) { #c4ekXfJEHy0TmDBxCucbl3cJ1XTH6RQD { display:block; }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #bNpp2E0lAIEinuwmBapPSNpK8F1uKglI {  }
 }@media only screen and (max-width: 763px) { #wQEICpU17tvpxw1X7nedg20iR7Lgv8Zs #ldMT4oS5uiRkJgHVMiUR3nWFwCS2X8An {  }
 }@media only screen and (max-width: 763px) { #INkDPRGOVJLQryl51FzBVA1Pgv1JG8xK { width:18.936625rem;height:7.875rem;top:1.3118581771851rem;left:0.53059893846512rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgPsU7lziU1A1sPs8nSKiNad8VTycZNM { width:20rem;height:12.59278125rem;top:9.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcRssiyol9WCcwDvv2WhyCQTJhN4aUBS { width:20rem;height:1.29980625rem;top:15.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cw5MdZzJ5ADBA8Xgm80xMiByOwTIa8VG { width:17.5rem;height:3.4375rem;top:133.6875rem;left:1.1875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #GyZ0q8nNbWqK1b0XqKrSEGI9g0nQU7Ti { display:block; }
 }@media only screen and (max-width: 763px) { #lOxAsqPTIrNOqF52QXDTddQW6KJqhVrx { width:17.5rem;height:3.4375rem;top:138.375rem;left:1.1875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #TEtpfD6TDOH6HIRTpRNUKXQUuEuE8lqR { display:block; }
 }@media only screen and (max-width: 763px) { #iESXpqRxFFTTPO4VpRR1xdEqh6KfXSFJ { width:12.5rem;height:12.5rem;top:48.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { background-color: transparent; background-image: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container > .video-iframe-container { display: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row > .video-iframe-container { display: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .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); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybsoBO5MTNnpHkEp9uweqfKWe0MMTmhd { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #q0B9BUtZSeDpuiW5GaVegbtnlg62aQMW { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { width:15rem;height:2.99913125rem;top:1.0579433441162rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { width:12.249375rem;height:1.94921875rem;top:1.5852870941162rem;left:3.8422308564186rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { width:7.1875rem;height:7.25rem;top:5.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnTwwO30SR0e4fgdneOFVupEEEgywFM { width:7.1875rem;height:7.1875rem;top:20.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { width:7.1875rem;height:7.1875rem;top:5.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { width:7.1875rem;height:7.1875rem;top:20.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { width:7.1875rem;height:7.1875rem;top:12.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { width:7.1875rem;height:7.1875rem;top:12.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { width:5.99935rem;height:3.57421875rem;top:7rem;left:11.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { width:5.99935rem;height:4.875rem;top:6.375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { width:7.5rem;height:4.875rem;top:21.75rem;left:2rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { width:5.99935rem;height:3.57421875rem;top:22.4375rem;left:11.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { width:5.99935rem;height:4.875rem;top:14.1875rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { width:5.99935rem;height:3.57421875rem;top:14.8125rem;left:11.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdKHwTCfUV2ky0zACcyFy8A2D2kgO6Fh { width:7.1875rem;height:7.1875rem;top:28.25rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { width:7.1875rem;height:7.1875rem;top:35.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { width:7.1875rem;height:7.1875rem;top:28.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { width:7.1875rem;height:7.1875rem;top:35.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { width:7.1875rem;height:7.1875rem;top:43.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IynNKNLOLrnxXVXf8yAaUh5vJRXPr3kS { width:5.99935rem;height:3.57421875rem;top:30.125rem;left:11.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1XF3m95zeGnPT147iCcCMTRGFUfCog { width:6.9998125rem;height:5.1181625rem;top:29.5rem;left:2.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { width:7.5rem;height:4.875rem;top:37.0625rem;left:10.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { width:5.99935rem;height:4.875rem;top:37.125rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5qAluefVugVwFKCie8ZLkTowsE2eiF { width:5.999025rem;height:5.361325rem;top:43.625rem;left:2.78125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { width:7.1875rem;height:7.1875rem;top:43.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { width:5.99935rem;height:5.361325rem;top:44.625rem;left:11.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhZgElyHsTwslD9kQA4PPVIJVfX4SOJf { width:6.125rem;height:4.4375rem;top:14.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWMdlvGAZg5DpDo3RchIn1eku1tQUhu8 { display:block; }
 }@media only screen and (max-width: 763px) { #wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { width:6.0625rem;height:4.375rem;top:14.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGwAuaDlXgIfuTR13qPKziiPpSPKmNx9 { display:block; }
 }@media only screen and (max-width: 763px) { #zSwUdnablkxhC3K0szhXpFh8grAKoBXN { width:6.125rem;height:4.4375rem;top:21.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6cfUM6qkNbG4yHkc389DHdSVTvTUIM { display:block; }
 }@media only screen and (max-width: 763px) { #mXT046TBu6W2Jwffa14iZcyDnRCqHfPc { width:6.125rem;height:4.4375rem;top:6.53125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block; }
 }@media only screen and (max-width: 763px) { #T5Pl6aNGvKD69lAbJ5457FJllg6LQTvQ { width:6.125rem;height:4.4375rem;top:21.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTSp7cR5hbmD5gGuoh64TNkdMk6FWbmO { display:block; }
 }@media only screen and (max-width: 763px) { #TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { width:6.125rem;height:4.4375rem;top:6.53125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block; }
 }@media only screen and (max-width: 763px) { #NZRRQQlZiWgh5F55sLbVuA4FrXJ4mTwr { width:6.125rem;height:4.4375rem;top:29.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDPq6ohGbR8hHlHbgQDCgsIpRPVlhdup { display:block; }
 }@media only screen and (max-width: 763px) { #QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { width:6.125rem;height:4.4375rem;top:37.25rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwXXbfFrH1x51O6thpQ0Wtw7HKVFgEZ { display:block; }
 }@media only screen and (max-width: 763px) { #eOMFbcCUQKKENG6wk6UEJd9bqSmw4DeL { width:6.125rem;height:4.4375rem;top:37.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvTevMg72UZC4fl2TFTIKcVzUpC8TXWC { display:block; }
 }@media only screen and (max-width: 763px) { #fPbwyLTMW72Jeb5fKdQOaqRMhnk0UOiR { width:6.125rem;height:4.4375rem;top:45.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJLflDelhUuEZn9XBadmgMcCKfQ8oTO { display:block; }
 }@media only screen and (max-width: 763px) { #Mm7HRHdA95duxfQg3FcgelklOiOWhbHg { width:6.0625rem;height:5.5rem;top:29.09375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDCZBCnz5zTEXJgg0MIir1eicga0LRJ { display:block; }
 }@media only screen and (max-width: 763px) { #xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:tajawal;margin-top: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) { #wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { width:20rem;height:8.125rem;top:13.7636875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #F00Vw4sbpw7BwOK2kn3ZfRs0Tg9NTr0n { width:9.5625rem;height:7.4520729426431rem;top:5.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVyQ9Tc3lWPr1U8CnN2mVtg8kbt82pd { width:15.125rem;height:4.5rem;top:28.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block; }
 }@media only screen and (max-width: 763px) { #vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 { background-color:#ffffff;background-image:none;display:block; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row .container { background-color: transparent; background-image: none; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row .container > .video-iframe-container { display: none; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row > .video-iframe-container { display: none; }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .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); }#vpVb8FCVKQ481dCTZhQHTWU8IsgGEI38 > .row .container { width:20rem;height:260.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATIAu2F2Z68wPdEoo9f0cMCyDAn9n5i2 { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #phXvMrkwC4hK5E9LESno53V5FEyLPZmv { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouvZwcOdkAEgrFg6czKLvLzVt4KLSDpU { width:14.375rem;height:10.6875rem;top:6.3125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ouvZwcOdkAEgrFg6czKLvLzVt4KLSDpU.adaptive-delivery-prevent-bg, #ouvZwcOdkAEgrFg6czKLvLzVt4KLSDpU.lazyload, #ouvZwcOdkAEgrFg6czKLvLzVt4KLSDpU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dTq6vbyS20OC2Kl7GiPaxMs25zrqqQXd { width:10.999rem;height:2.5rem;top:38.75rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #msKkgPCA73CkDHewWZRD3UvAvxWhaTcN { width:14.375rem;height:10.6875rem;top:21.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; }#msKkgPCA73CkDHewWZRD3UvAvxWhaTcN.adaptive-delivery-prevent-bg, #msKkgPCA73CkDHewWZRD3UvAvxWhaTcN.lazyload, #msKkgPCA73CkDHewWZRD3UvAvxWhaTcN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qtsiEnLaNPtFyflIMXToZqfNN5cMX3Q4 { width:6.875rem;height:2.875rem;top:46.5625rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #i7HTuT5kNeXNs9xrRniPrsSrFh1ifM56 { width:5.24956875rem;height:1.625rem;top:47.1875rem;left:7.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WFU2m05EJ6L2FT7QMxtdu8LRt00pdpys { width:6.875rem;height:2.875rem;top:30.875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uwcGKyr4PTxuveiQEMJiykgLVGoJvEE6 { width:6.06228125rem;height:1.625rem;top:31.5rem;left:6.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oIlX06cmdb788WJX7rLQFzD9l4NMrGrh { width:11.875rem;height:2.9243625rem;top:41.8125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO9UpHwTMhpKpCWypVapxxD02Z7P8cyG { width:10rem;height:2.9243625rem;top:26.5rem;left:5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRRF7llg08qXE7prWQyT8zalgkuJ7Nyx { width:10.999375rem;height:2.5rem;top:23.0625rem;left:4.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp2FtOceREFAz1JcREps8fiMBGdNM9OJ { width:8.75rem;height:2.6875rem;top:17.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VizsdWMiN1B8cLlQakhzqiwoPm9d2yK9 { display:block; }
 }@media only screen and (max-width: 763px) { #pFKAqAebB5WSPrvFDDnRyTZgJOtod8eu { width:8.75rem;height:2.6875rem;top:34.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkSE1pJlr4cLpdeB3iXX0QRec8fZ3Kq7 { display:block; }
 }@media only screen and (max-width: 763px) { #nzDzQ2KtqvWrUlw21lEiQvrGG7fxHWxf { width:14.375rem;height:10.6875rem;top:37.875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100005;display:block; }#nzDzQ2KtqvWrUlw21lEiQvrGG7fxHWxf.adaptive-delivery-prevent-bg, #nzDzQ2KtqvWrUlw21lEiQvrGG7fxHWxf.lazyload, #nzDzQ2KtqvWrUlw21lEiQvrGG7fxHWxf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mGTAPNvxNTBHDHAiWulvbZklBzZc681f { width:10.4373125rem;height:1.625rem;top:55.3125rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT7vNA7W89q74tVa5sKe53ECwvqpJRQy { width:11.875rem;height:2.9243625rem;top:58rem;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) { #b1nunNoBtfQ6qcJa1rNQM70shSvBBOQU { width:6.875rem;height:2.875rem;top:63.25rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tE2TLA4MKuslKrx5yw9hPHU5JaO5SXct { width:7.5rem;height:2.4375rem;top:63.5rem;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) { #xXPeuCNwQG1d5Iaxp0PxfbFmSFZymhi8 { width:8.75rem;height:2.6875rem;top:66.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZOB9oceGc40uoF4Dk7PPqrmdCPAFIFQ { display:block; }
 }@media only screen and (max-width: 763px) { #qsp16C2L8v3DCGrQSTCbVg4VgU0GP8yr { width:14.375rem;height:10.6875rem;top:86.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; }#qsp16C2L8v3DCGrQSTCbVg4VgU0GP8yr.adaptive-delivery-prevent-bg, #qsp16C2L8v3DCGrQSTCbVg4VgU0GP8yr.lazyload, #qsp16C2L8v3DCGrQSTCbVg4VgU0GP8yr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NpfGIkPRyPnBt2HbLtR92DqelaDZK4pg { width:10.4375rem;height:3.25rem;top:88rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8811IQANC7xsQBGqUhX1HDotmpblCXN { width:11.75rem;height:2.5996125rem;top:91.6875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFeiMPrT3Uu44lDTXmpgVRk85Vw077Th { width:6.875rem;height:2.875rem;top:95.5rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qAfUPHvC03MgOL1A5Oaryw8iJhPVE6OK { width:7.5rem;height:1.21875rem;top:93.375rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dt80T9lTw0MxV5TPky89a1fabFSSex9f { width:8.75rem;height:2.6875rem;top:116.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDrlTcxe2Kr40361OEe3dCDfX4HUsRWf { display:block; }
 }@media only screen and (max-width: 763px) { #I6E7DIDBZEdwIEVVZL3nbn0JSrunwn5h { width:6.875rem;height:1.625rem;top:92.9375rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OmSWvtpqSduW0hKblfOuEMvgQF3Jnu9G { width:5.125rem;height:2.5rem;top:95.8125rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #oc9KMpAPs6ThzBUIqiHLQtzxkXZEEIrB { width:14.375rem;height:10.6875rem;top:70.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; }#oc9KMpAPs6ThzBUIqiHLQtzxkXZEEIrB.adaptive-delivery-prevent-bg, #oc9KMpAPs6ThzBUIqiHLQtzxkXZEEIrB.lazyload, #oc9KMpAPs6ThzBUIqiHLQtzxkXZEEIrB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BFHQXW5OSTHiQtHaNJE0hTgAg7CP2fe1 { width:10.4375rem;height:1.625rem;top:71.8125rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua2nF72MTg98bVJy8pT7hcJwlFlAgW30 { width:11.75rem;height:4.38654375rem;top:74.75rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAPJ7lTygsc7hwaJ8cP7kDCBwKNBSl1l { width:6.875rem;height:2.875rem;top:79.5rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cvHv98zFnta4Tqx24d1MWr0tTSGgd6vx { width:5.125rem;height:2.5rem;top:79.6875rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #r1ixPOlx6xWBqyPCwWtyBoT8nD1RUinp { width:6.875rem;height:1.625rem;top:76.5625rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KHpPVHPiUuyNPnCqXCPXIFDlNq21oMXA { width:7.5rem;height:1.21875rem;top:77rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kE7ixUdkettxkVxOOVPDx1bRfMM5wKWG { width:8.75rem;height:2.6875rem;top:98.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHGUwF0Xr5bZrtX7sMMFT4sBwS3iwVDZ { display:block; }
 }@media only screen and (max-width: 763px) { #cMcdZIO0UOdeCu10k44Rt0xkzlQRORVg { width:14.375rem;height:10.6875rem;top:103.375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#cMcdZIO0UOdeCu10k44Rt0xkzlQRORVg.adaptive-delivery-prevent-bg, #cMcdZIO0UOdeCu10k44Rt0xkzlQRORVg.lazyload, #cMcdZIO0UOdeCu10k44Rt0xkzlQRORVg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OMeENS7ahWiR16leBQO1qVyuAEgtZDXJ { width:10.999rem;height:1.625rem;top:104.4375rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTWDK8K7GKvFy95r82ZMyuNkIqo45SQl { width:6.875rem;height:2.875rem;top:113.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vBhVwFXubMlsuB3Zqix6naQGZx2mgSwJ { width:11.875rem;height:2.923825rem;top:108.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlJDn5B0JTpK8Dzb7tcPk6lHlxvXpZVQ { width:5.625rem;height:1.7871125rem;top:113.8125rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EI9nNU9nMFOozgy51SmmmgE7sTMVp7Wy { width:8.75rem;height:2.6875rem;top:82.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaWgHcvdRZDOATlLobIw8NXVs3r5HsG3 { display:block; }
 }@media only screen and (max-width: 763px) { #bCGufFDTWPvmdCdiDpfzCMt1ZnR9f9lm { width:14.375rem;height:10.6875rem;top:54.3125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bCGufFDTWPvmdCdiDpfzCMt1ZnR9f9lm.adaptive-delivery-prevent-bg, #bCGufFDTWPvmdCdiDpfzCMt1ZnR9f9lm.lazyload, #bCGufFDTWPvmdCdiDpfzCMt1ZnR9f9lm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oHTkDpQqKm5aHB91tDWNVJIyXF1TMgUu { width:10.999rem;height:1.625rem;top:7.1875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvLsXilL3RA5sNICQanabMxR6TQSd4X3 { width:11.875rem;height:3.57421875rem;top:10.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReK7Ix4iFlRW26hQ2nU3ZavWIBNapEo1 { width:6.875rem;height:2.875rem;top:14.75rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sV0NyGi0R7EoTi7oLKMSrilx2ZiVQWwT { width:5.249025rem;height:1.625rem;top:15.375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aVvKJwENpbNmc5eU0XMO5EILndP1AZlT { width:8.75rem;height:2.6875rem;top:49.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy02l59zGPSLdKD6C9XoaF0tWSQrwDbt { display:block; }
 }@media only screen and (max-width: 763px) { #L4J9bT7xprtVSzQJeDsVemDF9zVevliK { width:14.375rem;height:10.6875rem;top:136.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; }#L4J9bT7xprtVSzQJeDsVemDF9zVevliK.adaptive-delivery-prevent-bg, #L4J9bT7xprtVSzQJeDsVemDF9zVevliK.lazyload, #L4J9bT7xprtVSzQJeDsVemDF9zVevliK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Pw9ShxLZPawTgVdgltlmRnpw5ZAhoVWU { width:10.4375rem;height:3.25rem;top:137.5625rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot6VibHEz5X6Z93xqgQpwEnVIswuqseq { width:11.75rem;height:3.65625rem;top:141.25rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RndnxRh2m4fM9deZFQdML1HTc8Ng6Xbv { width:6.875rem;height:2.875rem;top:145.4375rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #glCdW65pKa51DEiUscwoEZVm5TNQOiTf { width:7.5rem;height:1.21875rem;top:146.3125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HtvMHtrPHDX18TzatC5PpErlHKTKRz8O { width:6.875rem;height:1.625rem;top:143.625rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ytFPVW9OUKCpa3emPo9tybB2gutPEWAx { width:5.125rem;height:2.5rem;top:145.4375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #vx4rDe4IUufDsaJaEThvH8LESmpmGLhL { width:8.75rem;height:2.6875rem;top:133.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSLCw1ugN404gClE5FHD6rTfrfTw53LQ { display:block; }
 }@media only screen and (max-width: 763px) { #dL4ibUw32KepxHzB0iqTc553UKw6Qkpf { width:14.375rem;height:10.6875rem;top:120.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; }#dL4ibUw32KepxHzB0iqTc553UKw6Qkpf.adaptive-delivery-prevent-bg, #dL4ibUw32KepxHzB0iqTc553UKw6Qkpf.lazyload, #dL4ibUw32KepxHzB0iqTc553UKw6Qkpf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ukHWU1Nirnyizlr0SJMVkoLgqTi8VVlC { width:10.4375rem;height:3.25rem;top:121.8125rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRaBd8VWJPo3PfmW04DuQD9PnuxpnLLo { width:11.75rem;height:2.2734375rem;top:125.875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMQBwNlTA6QaJeGRnTFTaXX6MW6rBPkl { width:6.875rem;height:2.875rem;top:129.6875rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FTTOpao2rUIQAfuiGCCpaPF4meDJQpkJ { width:7.5rem;height:1.21875rem;top:128.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J4dwqE9Egsb6gZDnceTrt5Tcgk5b7JXu { width:6.875rem;height:1.625rem;top:127.625rem;left:6.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ol98NCuDnvQ56i76QIPqge2qtHaAMcZp { width:5.125rem;height:2.5rem;top:127.5rem;left:7.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #NyXCMXGhazySVUgwHxDQ7QtR39Wp6y4o { width:8.75rem;height:2.6875rem;top:149.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuqpDRfKCKawpFm3Q4uoumSka84b7kGs { display:block; }
 }@media only screen and (max-width: 763px) { #D1xUQTS2AyvEQRCym6if1tkip2TA57TQ { width:5.625rem;height:1.7871125rem;top:130.0625rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#ffffff;z-index:100074;display:block; }
 }@media only screen and (max-width: 763px) { #pPGibqMTO68ALDe7rneq8ea1lAtsqnZS { width:12.5rem;height:2.51855625rem;top:2.1875rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO17tUQGD1OWn17sdMCFWEDVuKJoX6Zg { width:14.375rem;height:10.6875rem;top:188.5625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QO17tUQGD1OWn17sdMCFWEDVuKJoX6Zg.adaptive-delivery-prevent-bg, #QO17tUQGD1OWn17sdMCFWEDVuKJoX6Zg.lazyload, #QO17tUQGD1OWn17sdMCFWEDVuKJoX6Zg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wliW2CFngcy5V8HQJDvzH39tGytVpIAe { width:10.4375rem;height:3.25rem;top:189.75rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocgfudvFXTHx7JVTJmDnX3o9fElum4GH { width:11.75rem;height:2.923825rem;top:193.625rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ekNLiPmaxRlJs61iLXTqHToGTqmTP4 { width:7.5rem;height:1.21875rem;top:198.25rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q1I6HDk2X3Tgy6zGdAKCiKzb10I2suBf { width:8.75rem;height:2.6875rem;top:219.0849609375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTdu8VWXmLoHus0zg6PrqfBBnTR95ZL3 { display:block; }
 }@media only screen and (max-width: 763px) { #UGUSTWNc5m8BgXrVnLZ7LkpgNnXICFtW { width:6.875rem;height:2.875rem;top:197.3125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D5W0xy6Q530mq0DyEUu2yyLlW3b5WX2s { width:6.875rem;height:1.625rem;top:197.75rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tRKVrV9TvI1nbwh01v6qvcuOk6u4NROG { width:5.125rem;height:2.5rem;top:197.6875rem;left:7.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #GmfPUdNcdgT2rHRCKXaSId45WEnshQ9T { width:14.375rem;height:11.5rem;top:170.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; }#GmfPUdNcdgT2rHRCKXaSId45WEnshQ9T.adaptive-delivery-prevent-bg, #GmfPUdNcdgT2rHRCKXaSId45WEnshQ9T.lazyload, #GmfPUdNcdgT2rHRCKXaSId45WEnshQ9T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #omd6T4VEfJM1E5kH5UEkZwQFoQPR1Wep { width:11.1875rem;height:2.76171875rem;top:171.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4oasDNmLfFO8UaAGMeINF2cdGLiGGGe { width:11.75rem;height:3.8984375rem;top:175.4375rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0DsLhUoL7kLabnlpcHqdIdecC7upp93 { width:6.875rem;height:2.875rem;top:180.1875rem;left:6.5625rem;background-color:#1799eb;background-image:none;z-index:100102;display:block; }
 }@media only screen and (max-width: 763px) { #wRbqnnT2wp1oFSTSV4WgChKKsO8SdUi6 { width:7.5rem;height:1.21875rem;top:181.0625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #fCc6BV9AxqBBvhcQ8illEUDBHd3NS9qF { width:6.875rem;height:1.625rem;top:180.625rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C6KaRvqMwp4GLDLX4wancaOzCTWTrp0h { width:5.125rem;height:2.5rem;top:180.625rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #xy2ho7Sw4QygfbTorb6r2ksn9cA3m39P { width:8.75rem;height:2.6875rem;top:183.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcC8WQ5T1mGtEpmmB9s0N7VOZoEGz8lZ { display:block; }
 }@media only screen and (max-width: 763px) { #A3l8TxXf7TZ5ft98vTyDkV762R9e80VJ { width:14.375rem;height:11.5rem;top:152.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; }#A3l8TxXf7TZ5ft98vTyDkV762R9e80VJ.adaptive-delivery-prevent-bg, #A3l8TxXf7TZ5ft98vTyDkV762R9e80VJ.lazyload, #A3l8TxXf7TZ5ft98vTyDkV762R9e80VJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r7wJ1EUpXecQhSoEbbKK6bHE6N0wUpqs { width:11.1875rem;height:2.76171875rem;top:154.0625rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncgb9axnHaDuurc5dBeKv6336ESxHcBJ { width:11.75rem;height:2.923825rem;top:157.5625rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP2GvdT0I6XwNaNaFCTXN6iU33dgwiFG { width:6.875rem;height:2.875rem;top:162.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;z-index:100106;display:block; }
 }@media only screen and (max-width: 763px) { #ctRRamKAIFwzvtuCrZT6xPE7ZxsbMB6A { width:7.5rem;height:1.21875rem;top:160.4853515625rem;left:12.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;z-index:100107;display:block; }
 }@media only screen and (max-width: 763px) { #T2hSRlikuhUgnJFZqS7Ug8AJUA7moGdF { width:6.875rem;height:0;top:176.75rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;z-index:100109;display:none; }
 }@media only screen and (max-width: 763px) { #bnZTBqabU7QaBonLbKBuspTlUeygeyVo { width:8.75rem;height:2.6875rem;top:200.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L28kufNu6T0iqAVH4Qrte6d2hy4TAlAV { display:block; }
 }@media only screen and (max-width: 763px) { #w8Ab9golSdkyGhncesKU41EhuJK1WKD1 { width:5.125rem;height:2.5rem;top:162.4375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100108;display:block; }
 }@media only screen and (max-width: 763px) { #ATrCTymPFZ2y22EphpRHw3D9FQGI0npW { width:14.375rem;height:11.5rem;top:223.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; }#ATrCTymPFZ2y22EphpRHw3D9FQGI0npW.adaptive-delivery-prevent-bg, #ATrCTymPFZ2y22EphpRHw3D9FQGI0npW.lazyload, #ATrCTymPFZ2y22EphpRHw3D9FQGI0npW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #THnZsdCvZ4a8D0CObCyfJRi4RWs9GHlB { width:11.1875rem;height:2.76171875rem;top:225.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) { #osghoLcylhRo2N6z3BMvrHuB9hNV4pw6 { width:11.6875rem;height:2.923825rem;top:229.8125rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsCZM01RzPTiz1Uq9Rtw5KICd2imEDZ1 { width:6.875rem;height:2.875rem;top:233.75rem;left:6.5625rem;background-color:#1799eb;background-image:none;z-index:100104;display:block; }
 }@media only screen and (max-width: 763px) { #lxNpcLpoJvlNOpLCOng4B4gGA9a6V9PD { width:7.5rem;height:1.21875rem;top:253rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #nhai75yTN70AqJQ0r4B810g75gnmAaDg { width:6.875rem;height:0;top:226.8662109375rem;left:13.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PLf5m16KmVHayEv9pGVNfEydTIGVNfiO { width:8.75rem;height:2.6875rem;top:273.9716796875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #brBI9THJ8EIOTOQK6HI1fv37yHa5dkJn { display:block; }
 }@media only screen and (max-width: 763px) { #CIJzNmAwU2pSEWVsyqfuVC6usLJngrPa { width:5.125rem;height:0;top:227.4287109375rem;left:1.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:none; }
 }@media only screen and (max-width: 763px) { #TX2da7ytH8Tt1lO7LnDTC55rBtQlAgHI { width:14.375rem;height:11.5rem;top:242.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; }#TX2da7ytH8Tt1lO7LnDTC55rBtQlAgHI.adaptive-delivery-prevent-bg, #TX2da7ytH8Tt1lO7LnDTC55rBtQlAgHI.lazyload, #TX2da7ytH8Tt1lO7LnDTC55rBtQlAgHI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VqKvW3Cq1uJSZ0hTsCwpGGZwwcJ4KnUL { width:11.1875rem;height:2.76171875rem;top:244.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZGGheaf470rLHCf3HA8fF0UFlNwZ58H { width:11.6875rem;height:2.6806625rem;top:248.3125rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FppGg9oGLRzc6ZgOfnT1JKu9ALA3MEgI { width:6.875rem;height:2.875rem;top:253rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QRTN1tsdTDe51vyIZKcta8zGZoNOmtu1 { width:7.5rem;height:0;top:229.2412109375rem;left:0rem;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) { #nyC7ZD8lFLq5pceNe9ocw2m0E3GBfxEL { width:6.875rem;height:0;top:229.8662109375rem;left:13.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Z7DXr1EvxOfCzkOwIpRNISxoC2f9AVFu { width:8.75rem;height:2.6875rem;top:256.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE4WCsaFTa8iOiWmooCpEL3QpvdQ2v4h { display:block; }
 }@media only screen and (max-width: 763px) { #GzITsb4dVQIcJcdESx7g97Cdz1kmo1xU { width:5.125rem;height:2.5rem;top:253rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100113;display:block; }
 }@media only screen and (max-width: 763px) { #izrVcTG7z54B4o6OSKrTUTF1oebxBo6C { width:14.375rem;height:11.5rem;top:205.2724609375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#izrVcTG7z54B4o6OSKrTUTF1oebxBo6C.adaptive-delivery-prevent-bg, #izrVcTG7z54B4o6OSKrTUTF1oebxBo6C.lazyload, #izrVcTG7z54B4o6OSKrTUTF1oebxBo6C.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VIzmcb5oeIrNNRF9wgv2tsUGAkhHIeFy { width:11.1875rem;height:2.76171875rem;top:209.6474609375rem;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) { #TStbCUd5ZLxbqApkAXgabTfbTfwFfG3W { width:6.875rem;height:2.875rem;top:215.1787109375rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XfK28BGdHuwT4KvxxzgSgAheXrm0XGl4 { width:7.5rem;height:1.21875rem;top:216.7724609375rem;left:0rem;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) { #ssEITTtHukoRdhT6fPwZt3pKKKT3F8s7 { width:6.875rem;height:0;top:224.4912109375rem;left:13.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Tud0irZxsxv2JU9dmq7vDkTrQTzkmSiv { width:8.75rem;height:2.6875rem;top:237.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFabhFcyXbITL8uSSrqZNpGEyOcnRK8Q { display:block; }
 }@media only screen and (max-width: 763px) { #i48UqmOstzoI2FaldTSe1Ze9JJQTfSCv { width:5.125rem;height:2.5rem;top:215.3662109375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100110;display:block; }
 }@media only screen and (max-width: 763px) { #ZULAJSNwRQv1vqohXlcGAQN4orB6Lbwf { width:5.125rem;height:2.5rem;top:233.9375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100112;display:block; }
 }@media only screen and (max-width: 763px) { #mFPTo6i9sGoL40LlxrJNpN6P1CJPvJMA { width:5.625rem;height:1.7871125rem;top:180.75rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#ffffff;z-index:100111;display:block; }
 }@media only screen and (max-width: 763px) { #GRI7xGBPva8mcpUPgQE79XMgrbPcz19R { width:8.75rem;height:2.6875rem;top:166.5rem;left:5.625rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #X0qBs6b6JxITIH7wPRZTlQEScVQkxwzH { display:block; }
 }@media only screen and (max-width: 763px) { #wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row .container { background-color: transparent; background-image: none; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row .container > .video-iframe-container { display: none; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row > .video-iframe-container { display: none; }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .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); }#wkUmz5fKmJ3LPDSRT9eBRcn8oSVMQCO7 > .row .container { width:20rem;height:144.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stC9WAgq5teSxFZ0EESNKdTiLpJH7Ei1 { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #XBdrXXxz2zpXWxgNU8uVRXUATrcezmpC { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uURPHJNwE3V6I8Uk9fanQvWnyewZo71p { width:10.9980625rem;height:2.5rem;top:28.6875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #fwZNtATos7QmM7X8KyZndGxr8MblTySZ { width:6.875rem;height:2.875rem;top:28.5rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CTUl69Bmi8qvf9apyu4uX5c7y0ZOS73B { width:8.75rem;height:2.686525rem;top:69.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CT4ST6TeNz4URDqR4R2LX7PWZtRvCGrV { display:block; }
 }@media only screen and (max-width: 763px) { #RTpNurXf7EOrr5Jr9RNsU1PdPGOcnwqJ { width:14.375rem;height:10.6875rem;top:3.5rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RTpNurXf7EOrr5Jr9RNsU1PdPGOcnwqJ.adaptive-delivery-prevent-bg, #RTpNurXf7EOrr5Jr9RNsU1PdPGOcnwqJ.lazyload, #RTpNurXf7EOrr5Jr9RNsU1PdPGOcnwqJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ezyODpCrP4u1IuqSJsSzAslUcVpU2EmP { width:12.749rem;height:4.3857375rem;top:6.6875rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh3BB5VnWEKUJ0Bos3G5Shy84C0HGGyM { width:10.999rem;height:2.5rem;top:4.1875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onlwcRtil1PcR3hWivq9ovbUTguqsItI { width:6.875rem;height:2.875rem;top:12.125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aKI4Jl6cHzz01uRRrbWTylfQaIlPTUgU { width:10.999375rem;height:2.5rem;top:12.25rem;left:4.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zyJszZeF1hISxFIncTbgD637VWZVJJKT { width:8.75rem;height:2.6875rem;top:31.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXbJgO2plCM906AotDMmxn5rXA9kLxXR { display:block; }
 }@media only screen and (max-width: 763px) { #t2e9koSex56fdSEboovBR763gdB75lTp { width:6.875rem;height:2.875rem;top:104.3125rem;left:6.5625rem;background-color:#1799eb;background-image:none;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #qSPlJblhh6iLgf6x5X9y5wR3L9ZIV12k { width:8.75rem;height:2.6875rem;top:134.25rem;left:4.5rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #sEBszrWgtyHHT69FgJB4P23vDW51q35C { display:block; }
 }@media only screen and (max-width: 763px) { #x6P5J9fZTMNUrLcAisHQpOupJiBA7uV0 { width:8.75rem;height:2.686525rem;top:64.5rem;left:5.8125rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #U0XU4bddKSR9eM7GIPgcHrcC2u42a8Xz { display:block; }
 }@media only screen and (max-width: 763px) { #d3w1Tfdbnp8KW0ZqcBJgg0TI1SN7OlAW { width:14.375rem;height:10.6875rem;top:52.21875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#d3w1Tfdbnp8KW0ZqcBJgg0TI1SN7OlAW.adaptive-delivery-prevent-bg, #d3w1Tfdbnp8KW0ZqcBJgg0TI1SN7OlAW.lazyload, #d3w1Tfdbnp8KW0ZqcBJgg0TI1SN7OlAW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Cvs404WzZpUqMS2hul646rD4bO0cOErc { width:10.4375rem;height:1.4619125rem;top:54.3125rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTrTkMC19lz87yoIrw4EtTBvJHzDerp2 { width:12.5rem;height:2.4375rem;top:56.6875rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKGfWmKmQeMpPauOUg36PwnmWt188yZu { width:6.875rem;height:2.875rem;top:61rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #H1RnhU3LoXcLN6PQwQpQr20ZJaJk1NeF { width:5.125rem;height:2.5rem;top:61.3125rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #OSOGnfml7XN9GvqhQqG6GC4PPK6MHWC6 { width:8.75rem;height:2.6875rem;top:48.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbKydc3n1hMZyC8iw1wIFNTTxENufzC { display:block; }
 }@media only screen and (max-width: 763px) { #gJDPJmdMWnJbnoFtr9dKzZelspttxo0V { width:14.375rem;height:10.6875rem;top:89.3125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gJDPJmdMWnJbnoFtr9dKzZelspttxo0V.adaptive-delivery-prevent-bg, #gJDPJmdMWnJbnoFtr9dKzZelspttxo0V.lazyload, #gJDPJmdMWnJbnoFtr9dKzZelspttxo0V.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KbpHWBLOuFpXyeBMIVZc6UvICnhzxD6w { width:10.4375rem;height:3.25rem;top:90.4375rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkQkZ8r9Wc3JynsZGcwNzynozibUTwUN { width:6.875rem;height:2.875rem;top:98.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xm1Pq6pgXV2G9N26egBMiRn06Hc6ohpT { width:5.125rem;height:2.5rem;top:98.625rem;left:7.375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #h2TzizKoT3Np74DVhhFLXmDIBpc3fCF0 { width:8.75rem;height:2.6875rem;top:16.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2p1y2nVUvMzJlDxgpPmRPThFMfH1K6e { display:block; }
 }@media only screen and (max-width: 763px) { #CAHnecxR9KZaCu4OtC1FWbvIDr3b5COU { width:11.875rem;height:2.9243625rem;top:95rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3H3uLHGhnp44lnQPwSLD1U3yMQ1xZSU { width:14.375rem;height:10.6875rem;top:73.0625rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#z3H3uLHGhnp44lnQPwSLD1U3yMQ1xZSU.adaptive-delivery-prevent-bg, #z3H3uLHGhnp44lnQPwSLD1U3yMQ1xZSU.lazyload, #z3H3uLHGhnp44lnQPwSLD1U3yMQ1xZSU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WqfHHT4uVp17aksLQ1iQubmKd5WHcgHy { width:10.4375rem;height:1.625rem;top:73.6875rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #psuPTkHmPEHsmMNFirWpxrkuq4aeQiut { width:11.875rem;height:1.4619125rem;top:77.6875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmEgO4ttXECQhvCqazEiQadfve4OTutz { width:6.875rem;height:2.875rem;top:81.8125rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ugfbw9gNb3BVbyrTMt0HhFOfNJWBJ4tV { width:5.125rem;height:2.5rem;top:82rem;left:7.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #LCOD7Pe6nGPBTVtVVTcnVWltHotZWOtI { width:8.75rem;height:2.6875rem;top:85.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxpSqTTBNpHIHAfGumtDw0kSUXuZ4P83 { display:block; }
 }@media only screen and (max-width: 763px) { #xPSfWM8stzBu8TpU1FfrMqSq35T6sOW9 { width:14.375rem;height:10.6875rem;top:35.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;z-index:100005;display:block; }#xPSfWM8stzBu8TpU1FfrMqSq35T6sOW9.adaptive-delivery-prevent-bg, #xPSfWM8stzBu8TpU1FfrMqSq35T6sOW9.lazyload, #xPSfWM8stzBu8TpU1FfrMqSq35T6sOW9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ON3GlZTTm4MsUG42LtSEU6atwEwDcbcb { width:11.4980625rem;height:1.625rem;top:37.875rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4oCdEAaTEODxsTRsnHcWrIsz5uX2Hhc { width:11.875rem;height:2.9243625rem;top:40.625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZFLFTarSWguWFKHhK1BdJxD6pThJ38 { width:6.875rem;height:2.875rem;top:45rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #K0ZriC058n3ZdG4bfuMQ0Q9FgBpwmN1f { width:10.9980625rem;height:2.5rem;top:45.1875rem;left:4.7490234375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HWc8Nr1bt2o558sR6Noi3nCvLIEr6VOy { width:8.75rem;height:2.686525rem;top:118.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpykVd9e3mSQmqMfpXVyVnanAB17kQW { display:block; }
 }@media only screen and (max-width: 763px) { #IZzJRor2wIgJAgvnmR5P7c723T3wvmTe { width:8.75rem;height:2.6875rem;top:101.875rem;left:5.625rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #BEzOMSteVcwW2GtwuOpKC0nT8wQ3cy12 { display:block; }
 }@media only screen and (max-width: 763px) { #X88ohhqTxFzyiTQKgCukSeZmqoJ2zO8i { width:6.9375rem;height:2.5rem;top:35.9375rem;left:7.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #qKVAUbr0DzTTTT7MZK2zQ5ZptdctPrJv { width:6.875rem;height:2.875rem;top:42.5rem;left:6.5rem;background-color:#1799eb;background-image:none;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #BOPxKJbumvpnxFZZmw09tM3U9606skPH { width:14.375rem;height:10.6875rem;top:19.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; }#BOPxKJbumvpnxFZZmw09tM3U9606skPH.adaptive-delivery-prevent-bg, #BOPxKJbumvpnxFZZmw09tM3U9606skPH.lazyload, #BOPxKJbumvpnxFZZmw09tM3U9606skPH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K16BFVpTzdDFuKCG1h3AwzvTlNK6Wuuv { width:10.4355625rem;height:4.875rem;top:18.8125rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIRWwELASBdR1eCBwqZBd6el0QeQkh7k { width:12.4355625rem;height:2.4375rem;top:24.8125rem;left:3.78125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krIEpz0fhV8TbPe2psVmKqqgkokyy2oe { width:12.5rem;height:2.51855625rem;top:0.125rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKGmCDXFZlPJNkvpzgDtWRVsk4kDqwOa { width:12.5rem;height:2.51855625rem;top:68.9375rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4WfQWQoHewJrHIOClMzzzJ2vByP6G0 { width:14.375rem;height:10.6875rem;top:105.875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TM4WfQWQoHewJrHIOClMzzzJ2vByP6G0.adaptive-delivery-prevent-bg, #TM4WfQWQoHewJrHIOClMzzzJ2vByP6G0.lazyload, #TM4WfQWQoHewJrHIOClMzzzJ2vByP6G0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Co28aXELFqCRec0N9BXxPhahXQ3PXFvF { width:11.0625rem;height:3.0859375rem;top:106.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0LWrZlvGuX6apvglFQzRK7wBT6xWkxm { width:12.625rem;height:4.0625rem;top:109.8125rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmHNF8EOKeEFI42uTT6GvztA6IxazCe4 { width:6.875rem;height:2.875rem;top:115.0625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pEb6e5UeNCPwmZ5CLQQv7WfsJNCfHvPk { width:6.875rem;height:1.625rem;top:115.6875rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MTh3PfiDwkPvmmz464OV8zVBxS2dypUQ { width:8.75rem;height:2.6875rem;top:58.375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1yAT051Grpaah99ZNXIGRud51y37dvS { display:block; }
 }@media only screen and (max-width: 763px) { #IXImuN7JW0q38vq2iHANCgOFkm9GzM4b { width:7.5rem;height:1.21875rem;top:139.436525rem;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) { #IHiUJ0K999Sma4vRiEbs0uxE7lC2nOJQ { width:6.875rem;height:1.625rem;top:141.905275rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pT0xv28GHeT68TXGWpv1llUsObJZDQB1 { width:14.375rem;height:10.6875rem;top:122.061525rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100005;display:block; }#pT0xv28GHeT68TXGWpv1llUsObJZDQB1.adaptive-delivery-prevent-bg, #pT0xv28GHeT68TXGWpv1llUsObJZDQB1.lazyload, #pT0xv28GHeT68TXGWpv1llUsObJZDQB1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D7VnILhPuzI0LBJSt3ruFvyk4EeKxW6Q { width:11.4375rem;height:1.625rem;top:123.811525rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLtIgAO13PsT91J373dZfK8BHhV3JAVV { width:11.875rem;height:2.923825rem;top:126.436525rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGN9urrQ1BMoUZ7EDr9KBL3GRz9EPNnd { width:6.875rem;height:2.875rem;top:131.186525rem;left:6.6875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sX92EU8LACpEtoy2voxHNXW28dNIyd39 { width:11rem;height:2.5rem;top:131.749025rem;left:4.625rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o3L182aSxd3xXCD0ghQKncTaHil6LDsK { width:8.75rem;height:2.6875rem;top:135.499025rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDT7Gm3inKhEspdOMCqOVh0S9GCDqzr { display:block; }
 }@media only screen and (max-width: 763px) { #G4FXHcQiTxo62pBX9T73K0myUF3RizGo { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row .container { background-color: transparent; background-image: none; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row .container > .video-iframe-container { display: none; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row > .video-iframe-container { display: none; }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .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); }#G4FXHcQiTxo62pBX9T73K0myUF3RizGo > .row .container { width:20rem;height:234.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLufs8T1D8ULtobER0NGJ2Z2HtRVTMCi { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #guIIUIu6aCQ3DGiQNsROItQGHVbMIoCb { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ra8kLAEiokksl1R6VpSJC5l8XqO5HcTr { width:14.375rem;height:10.6875rem;top:0.9375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ra8kLAEiokksl1R6VpSJC5l8XqO5HcTr.adaptive-delivery-prevent-bg, #ra8kLAEiokksl1R6VpSJC5l8XqO5HcTr.lazyload, #ra8kLAEiokksl1R6VpSJC5l8XqO5HcTr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QwwkuVtEh06PwvJs7VWw3yh2vzqTunA8 { width:10.4373125rem;height:1.625rem;top:2.25rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJGXiAdeiEKCa6gXRhdQaTTibuBmqHcK { width:11.875rem;height:4.38654375rem;top:4.8125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdn3ghSaTxesPG0oBFuZOURLgNGBCCns { width:6.875rem;height:2.875rem;top:10rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XKCggZByyoaTszf1KMUFoxQZav9KTat0 { width:7.5rem;height:1.54385625rem;top:10.75rem;left:6.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uAed82EFzT2XWi3zepFemImL28TttGtP { width:8.75rem;height:2.686525rem;top:46.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkME54hSvoBtnCMnX5ZEAm489SpVsvi2 { display:block; }
 }@media only screen and (max-width: 763px) { #lTu6yKPrpb090xD6Dw0FDGryWVUOTobn { width:14.375rem;height:10.6875rem;top:17.9375rem;left:3.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#lTu6yKPrpb090xD6Dw0FDGryWVUOTobn.adaptive-delivery-prevent-bg, #lTu6yKPrpb090xD6Dw0FDGryWVUOTobn.lazyload, #lTu6yKPrpb090xD6Dw0FDGryWVUOTobn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JiDG51IXz7gVETnNklw8LdvCJ4IEM6F5 { width:10.4375rem;height:2.111325rem;top:19rem;left:5.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrTxTHZV78X0d2BPpcVylMnakiQB6iy { width:11.875rem;height:3.8984375rem;top:22.5rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1W0U9fDoTIm8yzC4ihGbdiVx8lhDmTN { width:6.875rem;height:2.875rem;top:27rem;left:7rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KG1BxqkFdy7k5MpfCcqVR9aaogRIEcAG { width:7.5rem;height:1.54385625rem;top:27.75rem;left:6.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #THJwhKavVb3iEUgZ0TsUq4rygtH8OyGV { width:8.75rem;height:2.6875rem;top:30.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJa461LR071oKxcV8Mk117uI5pJlMGJC { display:block; }
 }@media only screen and (max-width: 763px) { #XTLqIMpE4iaqCxmZK2ppOg5WbqT2TtKc { width:10.999rem;height:1.625rem;top:35.25rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS2twlJMuTbCRJ33fGJhzyaQxmGIENO7 { width:10rem;height:4.38654375rem;top:38.25rem;left:5.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHCwAZ57daGAXLytZd3bTZ8cmbET49iQ { width:14.375rem;height:10.6875rem;top:34.125rem;left:3.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rHCwAZ57daGAXLytZd3bTZ8cmbET49iQ.adaptive-delivery-prevent-bg, #rHCwAZ57daGAXLytZd3bTZ8cmbET49iQ.lazyload, #rHCwAZ57daGAXLytZd3bTZ8cmbET49iQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Uhhg4flgcV1RLEJ6hFgsWbw74KKMpvRm { width:10.9980625rem;height:2.5rem;top:43.5rem;left:5.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y4R9HHX7aU0THQmqzulDOelhQqCL03kB { width:6.875rem;height:2.875rem;top:43.3125rem;left:7.25rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GXgpnfA3DVRQkHT31pWQGTXAPn6XodNn { width:8.75rem;height:2.6875rem;top:13.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiPq9mBOUlkuL7i886PGCZID7WwGIVNT { display:block; }
 }@media only screen and (max-width: 763px) { #yMNph4965yB0zp3wVpvI9zbG3UVB8qKf { width:14.375rem;height:10.6875rem;top:50.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; }#yMNph4965yB0zp3wVpvI9zbG3UVB8qKf.adaptive-delivery-prevent-bg, #yMNph4965yB0zp3wVpvI9zbG3UVB8qKf.lazyload, #yMNph4965yB0zp3wVpvI9zbG3UVB8qKf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kMS3aIJ5JzRtghuq50mbW7brApxhqFDu { width:11.5rem;height:1.625rem;top:52.5rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM1Wh2yVGNCQEa4kpP0cVsoZupGpkRtB { width:11.875rem;height:2.9243625rem;top:55.5625rem;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) { #KhThhyKRtTVQpgq1nLff3T0eLFCLUKK4 { width:6.875rem;height:2.875rem;top:59.6875rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TmfTPAOwinEmNEaicTCGOdypdz5T44Sr { width:7.5rem;height:1.54385625rem;top:60.4375rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tmMQfbOTMT1aIPKf9UCVvl6UdHbgCz0g { width:8.75rem;height:2.6875rem;top:79.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRE6W7WuhZQcsGHt2B86wkDQf9mRi5Uo { display:block; }
 }@media only screen and (max-width: 763px) { #fW6vCdIwlqiv70uHXaLRHFHWMqOMxt8c { width:6.875rem;height:2.875rem;top:124.375rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #akFdHdee4spWFTzaIui02tXV5MBFRDA2 { width:7.5rem;height:1.54385625rem;top:125rem;left:6.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EeNTSdICXTTny6RlWMZBSG42mMdbi2Ra { width:8.75rem;height:2.6875rem;top:62.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHaC7zddvp9AgVgah5Ia19hlPisXszFu { display:block; }
 }@media only screen and (max-width: 763px) { #TQP1aO8r9bfor4tbkcRZ6K9B2rQJ7nzb { width:6.875rem;height:2.875rem;top:108.25rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Np6Fol3eRZqnNHOZihRaHgz3DO1N9znk { width:7.5rem;height:1.54385625rem;top:108.875rem;left:6.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gh2wswdgkONtOntqmoFQrTaMyMxvTmTv { width:8.75rem;height:2.6875rem;top:95.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy0eTHXSgfergXPw6vdsgaDSQz3tLEsW { display:block; }
 }@media only screen and (max-width: 763px) { #coS6q4EnJTJ1XRKXhmQBNsrleSClAA8K { width:6.875rem;height:2.875rem;top:109.0625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ylTAdC0TGvBARE3yOAUoTvP616N2qghq { width:8.75rem;height:2.6875rem;top:144.75rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFaFuvbi57Z3gltwzSe6NTBze527IHJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #vTHVFAnCa7dyaG0ynTmJrWCO1Wl0i2rQ { width:14.375rem;height:10.6875rem;top:115.3125rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vTHVFAnCa7dyaG0ynTmJrWCO1Wl0i2rQ.adaptive-delivery-prevent-bg, #vTHVFAnCa7dyaG0ynTmJrWCO1Wl0i2rQ.lazyload, #vTHVFAnCa7dyaG0ynTmJrWCO1Wl0i2rQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Cl3LC8CWPwDXfuEfwhvQJBoGgddIEfAL { width:14.375rem;height:10.6875rem;top:99.1875rem;left:2.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Cl3LC8CWPwDXfuEfwhvQJBoGgddIEfAL.adaptive-delivery-prevent-bg, #Cl3LC8CWPwDXfuEfwhvQJBoGgddIEfAL.lazyload, #Cl3LC8CWPwDXfuEfwhvQJBoGgddIEfAL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hrheugCxWBs5K0s5S1gQNDqB2I8TOSMe { width:14.375rem;height:10.6875rem;top:99.9375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#hrheugCxWBs5K0s5S1gQNDqB2I8TOSMe.adaptive-delivery-prevent-bg, #hrheugCxWBs5K0s5S1gQNDqB2I8TOSMe.lazyload, #hrheugCxWBs5K0s5S1gQNDqB2I8TOSMe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LMu0lugTpy3cTAaQyxTrNngHk6DXW5So { width:11rem;height:2.5rem;top:109.375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pFPTuKVtSW0UVaeS9PaFMN1Zf8aVA3aa { width:14.125rem;height:4.467775rem;top:103.375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTrz3Q5zHV9FtGIfZDKvOv1TF7mDKE19 { width:11.875rem;height:2.9243625rem;top:120.4375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sImnd2rI6gvfEQGEQpIQMlMITcCTq5ky { width:10rem;height:3.41015625rem;top:104.55078125rem;left:5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N36KaouhJ6bPRWC6RSRJOvCZaR4L3qgN { width:11.5rem;height:3.25rem;top:100.0625rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrBXlnHZT214LVMqFPevBnC9nrTA93yg { width:10.4375rem;height:2.111325rem;top:116.5625rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCvLCzG9eEkfkDny1TtT4CeWrMdSg0R3 { width:11rem;height:3.25rem;top:100.625rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwp5hbJ5hu5q2mKqghP2AI7mNMHzvM0C { width:6.875rem;height:2.875rem;top:92.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uuSmEBaEmEhu3UotiTmEftTLUqNJDvT3 { width:8.75rem;height:2.687325rem;top:127.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViIB7WAhMUVRbFl0fOGBLC12WIqOaR6H { display:block; }
 }@media only screen and (max-width: 763px) { #BinlrWitL8x2GVBBuIm9KSV1czBtWVRm { width:6.875rem;height:2.875rem;top:75.875rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qbubFrmr2xhKqEs65Szdb8hXcLdP4Pq2 { width:7.5rem;height:1.54385625rem;top:76.5625rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OITwhkmzfRtt6enDHc3Tc9vrPMPVJ0Pg { width:8.75rem;height:2.6875rem;top:143.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM1dVDUAVNKT5Xshe6W9eKZaVolBbHFd { display:block; }
 }@media only screen and (max-width: 763px) { #ycE4lOqZzC84F5sR34BKbk1X75k9bxHi { width:14.375rem;height:10.6875rem;top:131.375rem;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; }#ycE4lOqZzC84F5sR34BKbk1X75k9bxHi.adaptive-delivery-prevent-bg, #ycE4lOqZzC84F5sR34BKbk1X75k9bxHi.lazyload, #ycE4lOqZzC84F5sR34BKbk1X75k9bxHi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zhArkXqAWfJ64msIAkH1IqaEdmvBpHBt { width:14.375rem;height:10.6875rem;top:82.9375rem;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; }#zhArkXqAWfJ64msIAkH1IqaEdmvBpHBt.adaptive-delivery-prevent-bg, #zhArkXqAWfJ64msIAkH1IqaEdmvBpHBt.lazyload, #zhArkXqAWfJ64msIAkH1IqaEdmvBpHBt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tmVOu2nTgvhXKyV4XyU1yOSGmqk3qZKG { width:11rem;height:2.5rem;top:140.75rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oW2iZRUHxm1N0yMoxKJrFwXkqGgoBIr3 { width:14.375rem;height:10.6875rem;top:66.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;z-index:100007;display:block; }#oW2iZRUHxm1N0yMoxKJrFwXkqGgoBIr3.adaptive-delivery-prevent-bg, #oW2iZRUHxm1N0yMoxKJrFwXkqGgoBIr3.lazyload, #oW2iZRUHxm1N0yMoxKJrFwXkqGgoBIr3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PVpvDeAg0GKTqK4Sxip1ybgdSgEhVQ9d { width:10rem;height:4.38654375rem;top:135.9375rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrtfMMWzNhPnx5qXPLiMi0MwfTlO3ZRE { width:12.875rem;height:4.38654375rem;top:71.0625rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzX4cJAXstg9TGCbMVQUxnrPFd5L1hl1 { width:6.875rem;height:2.875rem;top:140.4375rem;left:6.4375rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eVB7RSrnpRTcpGTKEMKC0Qup7Fq33oFO { width:8.75rem;height:2.6875rem;top:111.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh7H2rbI20Cydl3nDD9mhlFs8Kbh9BH7 { display:block; }
 }@media only screen and (max-width: 763px) { #N876FZtlaJMXmgxGwHaEVfSiUKhUbsDT { width:11.5rem;height:2.9243625rem;top:67.9375rem;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) { #hzJ1clLuM8U9VQ3CFV7MHHS8oEsITXqu { width:11rem;height:3.25rem;top:132.5rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIrTwoTT74oiV6sx6Tw4fHZsCJVrKryi { width:11.5rem;height:2.2734375rem;top:84.4375rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIb3sPteDKXPsE4CsA65uSwS4z1k9RpI { width:14.125rem;height:4.22265625rem;top:87.3125rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgKt87UqnKaU26JpUThWItEvdB7SAvf { width:7.5rem;height:1.54385625rem;top:93.125rem;left:6.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;z-index:100115;display:block; }
 }@media only screen and (max-width: 763px) { #fp2F9h65LAlUCXmNSI1uzQcnk1v90yM9 { width:14.375rem;height:10.6875rem;top:147.875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fp2F9h65LAlUCXmNSI1uzQcnk1v90yM9.adaptive-delivery-prevent-bg, #fp2F9h65LAlUCXmNSI1uzQcnk1v90yM9.lazyload, #fp2F9h65LAlUCXmNSI1uzQcnk1v90yM9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b4llKFbzbZFVRWXHoRmA3cKJCTTHc1qV { width:10.9375rem;height:4.875rem;top:148.8125rem;left:4.53125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMp4PWcldwFS5sQ80oLlf8FKR8uxGemn { width:10rem;height:1.94921875rem;top:154.3125rem;left:5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhalI7PL1cJmeG1VuGyLOTJLwpH855S { width:6.875rem;height:2.875rem;top:157rem;left:7rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bk76eru273bbZsTeXrowqfX3OGIRsz1N { width:8.75rem;height:2.6875rem;top:161.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB0n1St5etZhaTkOdEFU65FMtJNfs3bc { display:block; }
 }@media only screen and (max-width: 763px) { #yihEy9zJ4wcXX39sVfq4OUL0fUcOO9VE { width:11rem;height:2.5rem;top:157.75rem;left:4.75rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B7qoJnKAxCOlhN1fgnCQg2DkTyzd6Zo3 { width:14.375rem;height:10.6875rem;top:165.4375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#B7qoJnKAxCOlhN1fgnCQg2DkTyzd6Zo3.adaptive-delivery-prevent-bg, #B7qoJnKAxCOlhN1fgnCQg2DkTyzd6Zo3.lazyload, #B7qoJnKAxCOlhN1fgnCQg2DkTyzd6Zo3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qvlTRZfZaPHxEeKqdaQ216RRTmgzFLNA { width:11rem;height:3.25rem;top:166.875rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS1bWPnEKBl52NGHz1m6u5aTu5VD1BNc { width:10rem;height:3.8984375rem;top:170.166015625rem;left:5.3115234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVOiUkgwgNEiMnyRkGHSLSPgvJMqyold { width:11rem;height:2.5rem;top:175.25rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CQPI6DnyvybWfwS5UT7wGJyyu2nQZiUb { width:6.875rem;height:2.875rem;top:174.560546875rem;left:6.326171875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fVeLBVA2TGDDWtotNqMIlvM5OtWHbue0 { width:8.75rem;height:2.6875rem;top:194.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLDJ4OiBscuvyzzeETr5T8WfVFx9ywmy { display:block; }
 }@media only screen and (max-width: 763px) { #rn6n1sS5GfuTLCQ1SZcHgRDEHU02bWnz { width:14.375rem;height:10.6875rem;top:179rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rn6n1sS5GfuTLCQ1SZcHgRDEHU02bWnz.adaptive-delivery-prevent-bg, #rn6n1sS5GfuTLCQ1SZcHgRDEHU02bWnz.lazyload, #rn6n1sS5GfuTLCQ1SZcHgRDEHU02bWnz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GC3gkJBVRscIog9tQJX7I9T5hrkNp1hy { width:11rem;height:3.25rem;top:180.4375rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaitAoZM6ysSIXNZbn9JTgz0a0P1VQyq { width:10rem;height:2.923825rem;top:184.15625rem;left:5.142578125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R27uoTZiWenC609T48swaz7JvNftKv7b { width:6.875rem;height:2.875rem;top:188.125rem;left:6.3125rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I2KFymxNBwd0ON3TVQzKTye1eruUQEtm { width:11rem;height:2.5rem;top:188.8125rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rJiZNCdgETiSMF5lV8ECrJT2hPkuIdw1 { width:8.75rem;height:2.6875rem;top:196.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPHSDDC5JARRawWT2DMq7pwzlgAuCPtn { display:block; }
 }@media only screen and (max-width: 763px) { #XTu6FXVTwupQeo9wheD9rTDGTnzT97Nt { width:14.375rem;height:10.6875rem;top:200.4375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100007;display:block; }#XTu6FXVTwupQeo9wheD9rTDGTnzT97Nt.adaptive-delivery-prevent-bg, #XTu6FXVTwupQeo9wheD9rTDGTnzT97Nt.lazyload, #XTu6FXVTwupQeo9wheD9rTDGTnzT97Nt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #picplmNLM5Tku4KcSMPsDZ9T8t7fy7DD { width:11.4375rem;height:2.5996125rem;top:201.6025390625rem;left:4.2666015625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzbCo1cuqOExVS4bCSTCNiw9XEKmPAtA { width:11.875rem;height:3.65625rem;top:204.9033203125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd5myT9XP6oWtWvfTsXhCTlqXpBizapt { width:7.5rem;height:1.54296875rem;top:209.6396484375rem;left:6.57421875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1BV12cUFqo2i0CK6O3kDsZ2CIQiVbF { width:6.875rem;height:2.875rem;top:209.1591796875rem;left:6.57421875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FoVw5dFDvkIpOpdP0bahupwuJ9qskv02 { width:8.75rem;height:2.6875rem;top:226.5185546875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0FDEgTrQnUKNkCwyK3lZZ5gv66Cdagl { display:block; }
 }@media only screen and (max-width: 763px) { #tLLtPcDvNdB5sokMWRrs8bMluibabPWi { width:14.375rem;height:10.6875rem;top:213.2841796875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100007;display:block; }#tLLtPcDvNdB5sokMWRrs8bMluibabPWi.adaptive-delivery-prevent-bg, #tLLtPcDvNdB5sokMWRrs8bMluibabPWi.lazyload, #tLLtPcDvNdB5sokMWRrs8bMluibabPWi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TxdOhHpC6pxDWcVoPHl2asOkxML0QURD { width:11.4375rem;height:1.625rem;top:217.5302734375rem;left:4.484375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNkbQ9VssuOM4L2ZP9KEaMNWQ7bTtkx8 { width:7.5rem;height:1.54296875rem;top:223.0478515625rem;left:6.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PFdM8cEA39LfrJK5oIPEPfLt6TUdxPuD { width:6.875rem;height:2.875rem;top:222.3935546875rem;left:7.0625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #q1Ng6fUOyhTApSkT1z8ruZ4aRLGUcsfB { width:8.75rem;height:2.6875rem;top:230.4560546875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZnhCr6HKBR39eIf6u4Tn0JRR3JAZNq { display:block; }
 }@media only screen and (max-width: 763px) { #pzy930LnTxD53Tbg05TBFlqdptFtGR3K { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row .container { background-color: transparent; background-image: none; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row .container > .video-iframe-container { display: none; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row > .video-iframe-container { display: none; }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .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); }#pzy930LnTxD53Tbg05TBFlqdptFtGR3K > .row .container { width:20rem;height:182.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7HQdNfrNoFu4tZxZUTTX3rM5kRdmwz0 { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #iTCnW8lhS4Bz0DUN2W7dOgz4TfEoqlOO { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QL96A54HAmutDyLnVIOhCt1vczU2Bx1T { width:14.375rem;height:10.6875rem;top:43.1875rem;left:3.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; }#QL96A54HAmutDyLnVIOhCt1vczU2Bx1T.adaptive-delivery-prevent-bg, #QL96A54HAmutDyLnVIOhCt1vczU2Bx1T.lazyload, #QL96A54HAmutDyLnVIOhCt1vczU2Bx1T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RG9IyHa1fpggkILsTx4UgcxG015Vpk2O { width:10.4373125rem;height:3.25rem;top:44.0625rem;left:5.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDM6Q5ZfprtGdNEAlo0KVqyIhowZskfP { width:10.999375rem;height:2.5rem;top:52.5rem;left:5.25rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AN7rVS5QDRGHrWoBVG9yuHpnprm96ueJ { width:6.875rem;height:2.875rem;top:52.3125rem;left:7.25rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZFnhd70TqtODvr4Wsddfl6JOE4CE095J { width:8.75rem;height:2.68663125rem;top:18.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqbTaNuypPxT0LpfspsfBBLuq6emkSwO { display:block; }
 }@media only screen and (max-width: 763px) { #UankiKOm50zOyggraTCkANWNE7uOTgXa { width:14.375rem;height:10.6875rem;top:80.5625rem;left:3.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; }#UankiKOm50zOyggraTCkANWNE7uOTgXa.adaptive-delivery-prevent-bg, #UankiKOm50zOyggraTCkANWNE7uOTgXa.lazyload, #UankiKOm50zOyggraTCkANWNE7uOTgXa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lsUqXRHDHNlNz3dMoHJ4c0MauNFxqI0G { width:10.4373125rem;height:3.25rem;top:81.5rem;left:5.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhnlF0HvDgQKBzmMmyqPoVR42EdXLGRt { width:6.875rem;height:2.875rem;top:89.625rem;left:7.25rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MGitTb0UHli0Qi6RmtBmN2Dub8cfxKM9 { width:7.5rem;height:1.4619125rem;top:90.3125rem;left:7rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d9TZrBaFRnxxu6nsKGqRgRoCKrRqhATy { width:8.75rem;height:2.6862rem;top:93rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPeVwMfGsp7DL7h2498Gz7xJtbM9bRcr { display:block; }
 }@media only screen and (max-width: 763px) { #vyPtn1tIFQRrThTMpfTgKNuT6iTR2nQC { width:14.375rem;height:10.6875rem;top:22.5rem;left:3.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; }#vyPtn1tIFQRrThTMpfTgKNuT6iTR2nQC.adaptive-delivery-prevent-bg, #vyPtn1tIFQRrThTMpfTgKNuT6iTR2nQC.lazyload, #vyPtn1tIFQRrThTMpfTgKNuT6iTR2nQC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #enkP0vg6Z9tZIU0s79yfzA14o3J2yITf { width:10.999rem;height:3.25rem;top:6.875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqpmlmC8bK9kCpXxEa6aS2F909npa8CI { width:11.875rem;height:2.76171875rem;top:10.4375rem;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) { #DvBDVpb45UNlRoRKa1kP3VuBUAxoaOeo { width:6.875rem;height:2.875rem;top:14.9375rem;left:7.3125rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ellZsPxn1qfM6dz3rOnXkMoIIX1JfGzX { width:14.375rem;height:10.6875rem;top:5.8125rem;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; }#ellZsPxn1qfM6dz3rOnXkMoIIX1JfGzX.adaptive-delivery-prevent-bg, #ellZsPxn1qfM6dz3rOnXkMoIIX1JfGzX.lazyload, #ellZsPxn1qfM6dz3rOnXkMoIIX1JfGzX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rehWL52g560asx4U63BJf5rROIog3gy3 { width:5.249025rem;height:1.625rem;top:15.6875rem;left:8.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #EtFp6zAXc4NP1OX3eI5V8enXSvwopXGe { width:12.3115rem;height:4.38654375rem;top:26.9375rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq3Za6ti1eMdd9NazANbSHWFKFAXWB7Q { width:10.999375rem;height:3.25rem;top:23.6875rem;left:5.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfR2GVzgD2lTSR5TPMZ3n001iFtxfMVF { width:6.875rem;height:2.875rem;top:31.3232421875rem;left:11.125rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #w6F6QQW5JuctC2OT9QFw3lPJberxmA0T { width:10.0625rem;height:0;top:31.3232421875rem;left:9.53125rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #qHWofRPP9T1nQvcotDINXif5rFm9kfB4 { width:8.75rem;height:2.6875rem;top:57rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRxUCNyGURq5T72f1iTk2snMJmiUMhT { display:block; }
 }@media only screen and (max-width: 763px) { #QpaepLXFOA5fyHtFg2aslmmNHtELhAZN { width:8.75rem;height:2.6875rem;top:38.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxVRLpIfXFiOpeagx4BhI2NFztDeVGhI { display:block; }
 }@media only screen and (max-width: 763px) { #NQ37Hof4IM57ZqlgCG6DM6dT2LreVL3q { width:11.875rem;height:3.8984375rem;top:47.875rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6ldf4O3Rs8EzGE931LQmSDnS8GX82V { width:11.875rem;height:2.76171875rem;top:85.6875rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZKL0BtGAnsKngtn4Qo1d8bg5d3BX6n { width:14.375rem;height:10.6875rem;top:97.6875rem;left:3.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; }#r8ZKL0BtGAnsKngtn4Qo1d8bg5d3BX6n.adaptive-delivery-prevent-bg, #r8ZKL0BtGAnsKngtn4Qo1d8bg5d3BX6n.lazyload, #r8ZKL0BtGAnsKngtn4Qo1d8bg5d3BX6n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oTly6rtlxiye0IaN9XgMHDTv2g6wwrrf { width:11rem;height:3.25rem;top:98.8125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8NqNGsTP4vSq06EzZBSGqOEnMSmwtv { width:11.1875rem;height:1.4619125rem;top:103rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKt7ef8eQWz13EPuDZW4mE5s4zu8bcPm { width:6.875rem;height:2.875rem;top:106.75rem;left:7.25rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vpZOgU2UWTH5X2cfM0dKPoH4gKQPcbMw { width:5.9375rem;height:2.5rem;top:107.0625rem;left:7.75rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NJlyTwozTnqJPdBr2OeTc6Vw9kGd6Pw8 { width:8.75rem;height:2.6875rem;top:110.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAlNgxlAkVQ07Q2uzAL9Ke7bX5uzwQSH { display:block; }
 }@media only screen and (max-width: 763px) { #xWRiXTdCFlp7Kut5wLQ77wcwWJwSyoyw { width:14.375rem;height:10.6875rem;top:133.0625rem;left:3.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; }#xWRiXTdCFlp7Kut5wLQ77wcwWJwSyoyw.adaptive-delivery-prevent-bg, #xWRiXTdCFlp7Kut5wLQ77wcwWJwSyoyw.lazyload, #xWRiXTdCFlp7Kut5wLQ77wcwWJwSyoyw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T6hNX9IRLzrnrCdVpcX5R8W37fVhGwgw { width:11.1875rem;height:1.4619125rem;top:138.4375rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oceOtfkepONshGAiN7nbyPTPycVbTVds { width:11rem;height:1.625rem;top:135.3125rem;left:5.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBl5ouiOZK6IwhyTu6MQ1on1vytCqhuI { width:6.875rem;height:2.875rem;top:142.1875rem;left:7.25rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e58mLPvo2bInhNCGanurMzUzTlvuWJGB { width:5.9375rem;height:2.5rem;top:142.3125rem;left:7.6875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oSrenHShXUmqQVbRRDw6grKdTkp7NMg8 { width:8.75rem;height:2.6875rem;top:145.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkT4o15MJUIiZ7tAv5fuJ6lh8x8TSsW1 { display:block; }
 }@media only screen and (max-width: 763px) { #ftffhCGybvIb6I7Vz6LqqNTcTFOTd7qk { width:14.375rem;height:10.6875rem;top:115.125rem;left:3.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; }#ftffhCGybvIb6I7Vz6LqqNTcTFOTd7qk.adaptive-delivery-prevent-bg, #ftffhCGybvIb6I7Vz6LqqNTcTFOTd7qk.lazyload, #ftffhCGybvIb6I7Vz6LqqNTcTFOTd7qk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NxoSznC7NWCO5yCcomRC0VaTHckkZ9Xh { width:11.1875rem;height:1.4619125rem;top:121.375rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNvgzD2giwMR5KrkFR6BVupuFoE1Os2n { width:11rem;height:1.625rem;top:117.1875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf5l5U0zOGNS6iWDPLlETCvoTmK15hp1 { width:6.875rem;height:2.875rem;top:125.125rem;left:7.25rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Z7oTnhLhnVS4hltk7UEzP26oGqxdolv7 { width:5.9375rem;height:2.5rem;top:125.3125rem;left:7.75rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #arUaFu6dsaUMudFDtz5UdHxLb6zrVTyP { width:8.75rem;height:2.6875rem;top:128.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMaspaJz8eIuboTDbpm6TdKhVEvi9sU1 { display:block; }
 }@media only screen and (max-width: 763px) { #g3J8F2WWBlWBpFQlpfMKcmbhnf1vmS8T { width:16.6875rem;height:2.51855625rem;top:1.625rem;left:1.71875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ2NEypVypSlz628fiPl25JQBESby9oa { width:6.875rem;height:2.875rem;top:68.3125rem;left:10.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PghBRnZPu4SWPEJHUVHwBOXl1w7aMZ7S { width:8.75rem;height:2.6875rem;top:75.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzSuS7zBMcMpJTtzGQOv4vTKk6puRbea { display:block; }
 }@media only screen and (max-width: 763px) { #pkG4Qths0wM6HeewPJpbTOW8mfhJ7ROH { width:14.375rem;height:10.6875rem;top:58.4375rem;left:4.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#pkG4Qths0wM6HeewPJpbTOW8mfhJ7ROH.adaptive-delivery-prevent-bg, #pkG4Qths0wM6HeewPJpbTOW8mfhJ7ROH.lazyload, #pkG4Qths0wM6HeewPJpbTOW8mfhJ7ROH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZTTNTgynKuNL0At7pTBfQw0W9TX8rrlg { width:11rem;height:3.25rem;top:61.125rem;left:5.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K49x7F9gOVGZBK1md3DCw7D5bw5llnLa { width:11.875rem;height:2.76171875rem;top:65.1875rem;left:5.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clsya6dbnVuHtaN9rdss1ZXT3uCovy94 { width:6.875rem;height:1.625rem;top:68.9375rem;left:10.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xRg0EikVFkUp2uUAvldkdlHfRbEwTNNT { width:11rem;height:3.25rem;top:167.875rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOmFq8pNFXx4ytA2QWgCGTNlm6a9GeEr { width:14.375rem;height:10.6875rem;top:166.5rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MOmFq8pNFXx4ytA2QWgCGTNlm6a9GeEr.adaptive-delivery-prevent-bg, #MOmFq8pNFXx4ytA2QWgCGTNlm6a9GeEr.lazyload, #MOmFq8pNFXx4ytA2QWgCGTNlm6a9GeEr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fTsFNisw3oHdOwnaraVvow3IK9vLwy51 { width:11.1875rem;height:1.4619125rem;top:172.6875rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvWqtbL6khS8GTcuVRWI7Is50S76TQSd { width:6.875rem;height:2.875rem;top:175.25rem;left:7.4375rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aUK2HrB6ZsQJ8bZWMNiO3TuDq1tNFBvA { width:5.9375rem;height:2.5rem;top:175.4375rem;left:7.8125rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cc8xay4AmueMpsT4Nc5OXEmkLoTfbkCk { width:8.75rem;height:2.6875rem;top:162.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMsNePtW3xWJFsPmUSoxoQNQALdR4ZBO { display:block; }
 }@media only screen and (max-width: 763px) { #KTlpvUVWNvnlP9NHGThq6Ea7TFk8RgnM { width:14.375rem;height:10.6875rem;top:150.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KTlpvUVWNvnlP9NHGThq6Ea7TFk8RgnM.adaptive-delivery-prevent-bg, #KTlpvUVWNvnlP9NHGThq6Ea7TFk8RgnM.lazyload, #KTlpvUVWNvnlP9NHGThq6Ea7TFk8RgnM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a45k6ixD3yIJ2uqJKSVmNxeZhlewiBfs { width:11rem;height:3.25rem;top:151.375rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwuX5eUHumRqitAMzdP2p1WcqNyaVa7f { width:11.1875rem;height:1.4619125rem;top:156.125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owpSEyUyAe2NCryH7J0Hib9Hb0ptZdWw { width:6.875rem;height:2.875rem;top:158.75rem;left:7.4375rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vMmX9kqEqz8QTpfPqEmJSbFXXMyaxzI8 { width:5.9375rem;height:2.5rem;top:159.0625rem;left:7.8125rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gmqg8Hgdu0TQWDAETK23Zr6ASsPn79Ph { width:8.75rem;height:2.6875rem;top:178.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABATQgJWWFB99zGdzBg4irf11oaryiK9 { display:block; }
 }@media only screen and (max-width: 763px) { #Edn2h8Pf04ITB5BewRASELPp2XLdv9VI { width:5.875rem;height:2.9375rem;top:31.5107421875rem;left:4.125rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zs1NCdzha1OPAEHMHmsBITH7Fx6drmeD { width:6.875rem;height:0;top:192.5625rem;left:6.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #TkaIApVTz14opcluASGyR5TUod1MdZRr { width:3rem;height:0.25rem;top:201.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTaONPvD8Kq4a1P8LW7tLSJDJFoZQTAL { width:5.5rem;height:2.9375rem;top:72.25rem;left:0.9375rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #b4VKfBxdHq26ei54tESEOztlWJrULtLw { width:6.875rem;height:0;top:182.5rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;z-index:100077;display:none; }
 }@media only screen and (max-width: 763px) { #kNFgm3zfuy2NnEa1JOCw7MsAOfgIOSfa { width:3rem;height:0.25rem;top:195.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCaebPpXThqTkubFPlluylPMWm2KxNhG { width:6.875rem;height:2.875rem;top:68.3125rem;left:3.125rem;background-color:#1799eb;background-image:none;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #TycTJ9UfntZGsaziAiTqM8K1kMcZo1BT { width:6.875rem;height:1.625rem;top:68.9375rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #vXZdAPqvJ8i3JSVcsIdP5RhARZtztJTt { width:3rem;height:0.25rem;top:69.8125rem;left:14rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #HLwMEZ4OKOI916kbmJkxePbiXMzuSO13 { width:6.875rem;height:1.625rem;top:0.75rem;left:12.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;z-index:100079;display:block; }
 }@media only screen and (max-width: 763px) { #V0SPlV9vJ1VUqxOE9hkMUJJ49RD8m1S3 { width:3rem;height:0.25rem;top:33rem;left:14.125rem;z-index:100096;display:block; }
 }@media only screen and (max-width: 763px) { #F3LTQSTxWBoUxNZfzq280OXaEAGBAqWp { width:5.875rem;height:2.9375rem;top:31.5107421875rem;left:11.8125rem;background-color:#1799eb;background-image:none;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #wz7USJIxDu67qkDdKETPimvyorOpWXq5 { width:6.875rem;height:1.625rem;top:32.0419921875rem;left:11.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #poNweAXo4M7lghLs2AdZX9lESmwLMzLA { width:6.875rem;height:1.625rem;top:32.1669921875rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #THQmAZde2GN7NFqezTtlI9x4JZSNqi3C { width:8.6875rem;height:2.0625rem;top:35.1875rem;left:6.4375rem;z-index:100200;display:none; }
 }@media only screen and (max-width: 763px) { #A82Vu77qcvtoMMknDWPgKf2zKHvTx6VB { width:8.0625rem;height:0;top:35.25rem;left:7.0625rem;font-size:1.25rem;z-index:100201;display:none; }
 }@media only screen and (max-width: 763px) { #xPwwveKgmFndAzKAPvIOvmXBSb328QM1 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row .container { background-color: transparent; background-image: none; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row .container > .video-iframe-container { display: none; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row > .video-iframe-container { display: none; }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .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); }#xPwwveKgmFndAzKAPvIOvmXBSb328QM1 > .row .container { width:20rem;height:276.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPS7cdZaBv8uyNRTy9ZAb2LlaF7wc21g { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #Jz1Hilulp6oVvbvBfy1tBTsTKtzTOtqE { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X67NQXyzvQWXlRT4vGfD5nM9bLTzV4vD { width:14.375rem;height:10.6875rem;top:214.5rem;left:3.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#X67NQXyzvQWXlRT4vGfD5nM9bLTzV4vD.adaptive-delivery-prevent-bg, #X67NQXyzvQWXlRT4vGfD5nM9bLTzV4vD.lazyload, #X67NQXyzvQWXlRT4vGfD5nM9bLTzV4vD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DtsEAq3qmnAVpGUWCegOpXVQeRIL6Tp4 { width:11rem;height:3.25rem;top:6.625rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #FJzZ5Gqh1hTPJQg5enoyOoTU3ZGNRXWG { width:6.875rem;height:2.875rem;top:142.5rem;left:7.5rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #xvdChI02AIeKPMuCodK70rkyeQ3BpOcE { width:5.9375rem;height:0;top:142.6875rem;left:7.40625rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #HBXxUZTGMzXehRCqaqXzEMEgzrXD8FS9 { width:8.75rem;height:2.6875rem;top:110.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQkb82JxWzGf4EZ800O28LrQMM9qfRLx { display:block; }
 }@media only screen and (max-width: 763px) { #tRvOihfEIAe3el3KeS6DkHiyoTzvSpyD { width:11.1875rem;height:4.546875rem;top:10.5rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #SsBhOhwXaagC9lcRh8GtleGrkcTqTcOi { width:14.375rem;height:10.6875rem;top:115.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; }#SsBhOhwXaagC9lcRh8GtleGrkcTqTcOi.adaptive-delivery-prevent-bg, #SsBhOhwXaagC9lcRh8GtleGrkcTqTcOi.lazyload, #SsBhOhwXaagC9lcRh8GtleGrkcTqTcOi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xqwoxFO17hXMIKzktvDfg9dvnoS0zlMq { width:11rem;height:1.13725rem;top:116.9375rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdlEW3xC1Wt2T26TGKERIviWf7DRJT3s { width:11.1875rem;height:4.3857375rem;top:118.8125rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDvkkcazdpQatZDTZoLlUvIMKbo9QKvd { width:6.875rem;height:2.875rem;top:124.8125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T0Zb1sg7HOQxixAEVkppNPfUd30llGlU { width:5.9375rem;height:2.5rem;top:125.125rem;left:7rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ttIqkk4bGCFnh1yy8gXalleZUF2lpmb5 { width:8.75rem;height:2.6875rem;top:92.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRJZ6fDgxTEygxbtyqJiDqZSlEM8y0Gg { display:block; }
 }@media only screen and (max-width: 763px) { #b2dzfiCCgdleo03F9QVnMk4xqD4G8B9P { width:14.375rem;height:10.6875rem;top:98.1875rem;left:3.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b2dzfiCCgdleo03F9QVnMk4xqD4G8B9P.adaptive-delivery-prevent-bg, #b2dzfiCCgdleo03F9QVnMk4xqD4G8B9P.lazyload, #b2dzfiCCgdleo03F9QVnMk4xqD4G8B9P.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rRgBRlKJlnLamD3sBe2cZhLr3M9pD5Ji { width:11rem;height:1.625rem;top:99.375rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWeZbzrri4yqQci2u6gJfPlUaaFJtZP1 { width:11.1875rem;height:1.4619125rem;top:102.8125rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAB5vCZzMfID1FWElMUok6q68OHTlWQ { width:6.875rem;height:2.875rem;top:107.3125rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bBKWM281ANBiUXaJGxOA9EuXm4TmakPf { width:5.9375rem;height:2.5rem;top:107.5rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n6XTBT4J4DTGieSNrCRppLTStbRUxzE6 { width:8.75rem;height:2.6875rem;top:146.5rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQUEUBgWydJUbx479D1hP8n0TEooDBE0 { display:block; }
 }@media only screen and (max-width: 763px) { #yqZrA1w8Hs00cVDtQh6OSgxguuZLqRcv { width:14.375rem;height:10.6875rem;top:79.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; }#yqZrA1w8Hs00cVDtQh6OSgxguuZLqRcv.adaptive-delivery-prevent-bg, #yqZrA1w8Hs00cVDtQh6OSgxguuZLqRcv.lazyload, #yqZrA1w8Hs00cVDtQh6OSgxguuZLqRcv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sSw6GzaMz9NMPF0z2JrSNiz5iEwSAlJ0 { width:11rem;height:1.625rem;top:80.9375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4to1OfdiwKkJQPv0KaRTTEJm1JLqa5A { width:6.875rem;height:2.875rem;top:88.875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UUvJt3HdOxgOwFqNm9uZ56UVQynUAvPU { width:5.9375rem;height:2.5rem;top:89.125rem;left:7rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TFQhLp7kNEK4FkfQey1pFyD8micIql2O { width:8.75rem;height:2.6875rem;top:128.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhHpdBZTO1rFa9rI4yIff7Ligzenk0tu { display:block; }
 }@media only screen and (max-width: 763px) { #yyrq0TSqqwP2crFhevc8sWEZMJ3W6f3o { width:11.1875rem;height:3.8984375rem;top:83.8125rem;left:4.40625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcx7QhT2BEAKLPSUASWdOM7VU8OuCUwI { width:19.25rem;height:2.1937125rem;top:3.0625rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGChsMZzBgreUDsznGE60VpCB2P3wOMv { width:12.5rem;height:2.51855625rem;top:76.375rem;left:3.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy6eD8BTxZW4Bg1v8LnUTMqq2ZSJdmcM { width:14.375rem;height:10.6875rem;top:6.4375rem;left:3.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Uy6eD8BTxZW4Bg1v8LnUTMqq2ZSJdmcM.adaptive-delivery-prevent-bg, #Uy6eD8BTxZW4Bg1v8LnUTMqq2ZSJdmcM.lazyload, #Uy6eD8BTxZW4Bg1v8LnUTMqq2ZSJdmcM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HcGAhC8bMHRT0m2eT073ArXXmhdItg55 { width:11rem;height:0;top:134.8125rem;left:5.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUIrFL0MeeNb96cKQHOWxltb2nJfRdyn { width:11.1875rem;height:0;top:218.375rem;left:5.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7MQnBcMeS2mlw68sZTDNTRZBkCLItrK { width:6.875rem;height:2.875rem;top:15.5rem;left:6.9375rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AKIRhCdzglCXdvXGDHtaG4OF9TTRnct0 { width:5.9375rem;height:2.5rem;top:15.6875rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MVRPP9oPnu4NJbkyMevKkcCPesHXvgSm { width:8.75rem;height:2.6875rem;top:36.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9KJXa327vh9KTMTQvOvUPH9EUFzxI7o { display:block; }
 }@media only screen and (max-width: 763px) { #u29ap9b3iDLqOXoNG1kxEM463xFrcO8y { width:14.375rem;height:10.6875rem;top:24rem;left:3.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#u29ap9b3iDLqOXoNG1kxEM463xFrcO8y.adaptive-delivery-prevent-bg, #u29ap9b3iDLqOXoNG1kxEM463xFrcO8y.lazyload, #u29ap9b3iDLqOXoNG1kxEM463xFrcO8y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FR2D9Rp2fBav4Py7tMpLE4vOM0GQD8GT { width:11rem;height:3.25rem;top:24.375rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #MrlDWlABOaV9ctn5bB9kylZVbKAg4ude { width:11.1875rem;height:3.8994125rem;top:28.4375rem;left:5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #rKak0b03ZqGz82FdCQTrALg8JBBvt97P { width:8.75rem;height:2.6875rem;top:18.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #H103QbyNTA9aWzvtvnFAixA0BRLki6kx { display:block; }
 }@media only screen and (max-width: 763px) { #nwylTmi3it3UQGGL45J13kWMUZi4Hk8G { width:6.875rem;height:2.875rem;top:33.125rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #crrCLcVaPrFTbLSCP0XEWPzvpnDxc8xs { width:5.9375rem;height:2.5rem;top:33.3125rem;left:7.3125rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fyXTqoV8QSOxqIUvaMr52m3m0VlhZvaa { width:14.375rem;height:10.6875rem;top:59.5625rem;left:3.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; }#fyXTqoV8QSOxqIUvaMr52m3m0VlhZvaa.adaptive-delivery-prevent-bg, #fyXTqoV8QSOxqIUvaMr52m3m0VlhZvaa.lazyload, #fyXTqoV8QSOxqIUvaMr52m3m0VlhZvaa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NNZPMETmBVAEoc7lUTOp8AN5gHdu5FzT { width:11rem;height:3.25rem;top:60.75rem;left:5.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #TfUlX46AOsmZKMsXv4rfMS2vEkOtV0Dd { width:11.1875rem;height:1.4619125rem;top:66rem;left:5.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #PUTwoBfAaPtIMuAfSTkEhD2WT682gfDC { width:6.875rem;height:2.875rem;top:68.6875rem;left:7.4375rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JhDwx2twDTqWEUJAMWARAntA8A4g7CCT { width:5.9375rem;height:2.5rem;top:69.0625rem;left:7.9375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wbAuH4TKPovPKfq2JeUMsKZtwGLGOi5B { width:8.75rem;height:2.6875rem;top:71.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFJtdDTRFbqQtCeITPNMLeclRXApSTDF { display:block; }
 }@media only screen and (max-width: 763px) { #gk39O9vTT76ngFkoSSKP95gJpzT8pkvG { width:14.375rem;height:10.6875rem;top:41.9375rem;left:3.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; }#gk39O9vTT76ngFkoSSKP95gJpzT8pkvG.adaptive-delivery-prevent-bg, #gk39O9vTT76ngFkoSSKP95gJpzT8pkvG.lazyload, #gk39O9vTT76ngFkoSSKP95gJpzT8pkvG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aPT82AWBuwkWhkTBKxtQNhFpJCZSGJed { width:11rem;height:3.25rem;top:42.75rem;left:5.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #bLRFMrriBPopuBeTKTTQ4aix1taL6ZEn { width:11.1875rem;height:1.4619125rem;top:47.75rem;left:5.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #sgQ5tqTg7KTgOl5czlXJUciG3se5pfGU { width:6.875rem;height:2.875rem;top:51.375rem;left:7.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #neZIWtUsTtmMIGcf9VQLOTyTIZ41BgyB { width:5.9375rem;height:2.5rem;top:51.375rem;left:8rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ayeVxreegp1fIof17y8pVcRdfnoBLlXg { width:8.75rem;height:2.6875rem;top:54.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3oBBXRE3RbkGh9v62hDSbOs4HD3ZrI8 { display:block; }
 }@media only screen and (max-width: 763px) { #u0G2Q2LNxN5xJVZlQlVzwnfTZKsXcL8p { width:14.375rem;height:10.6875rem;top:169.5rem;left:3.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#u0G2Q2LNxN5xJVZlQlVzwnfTZKsXcL8p.adaptive-delivery-prevent-bg, #u0G2Q2LNxN5xJVZlQlVzwnfTZKsXcL8p.lazyload, #u0G2Q2LNxN5xJVZlQlVzwnfTZKsXcL8p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LKtbP5NiDQ6rBaRxp15lOT1HnFrT9HSn { width:11rem;height:1.625rem;top:170.6875rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka0IMmN6QEdm8SHT83iIQEpTKosT7tTO { width:11.1875rem;height:1.4619125rem;top:175.25rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5cC7Knz58Qoz8meuW9bfQOFIinVxCh9 { width:6.875rem;height:2.875rem;top:178.625rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eb5TlzIFNSkCCTqBmkLgfWf3XEcHxAE7 { width:5.9375rem;height:2.5rem;top:178.6875rem;left:7.375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xKJW5bvg4uQm69zTx7UXeLq8X1vz33fA { width:8.75rem;height:2.6875rem;top:164.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0IBh10BTP3Zi19pOTN6XVBL9sr06Cta { display:block; }
 }@media only screen and (max-width: 763px) { #O5ZbTfN4e2bO3Ewl3GP7gEGRTwKdseHk { width:14.375rem;height:11.75rem;top:151.25rem;left:3.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#O5ZbTfN4e2bO3Ewl3GP7gEGRTwKdseHk.adaptive-delivery-prevent-bg, #O5ZbTfN4e2bO3Ewl3GP7gEGRTwKdseHk.lazyload, #O5ZbTfN4e2bO3Ewl3GP7gEGRTwKdseHk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XUONbW1CJiqVL5Lco7yuZr82OTR1nyo6 { width:11rem;height:3.25rem;top:153.5rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX9rTZiAdP9P6MHTcXWQQxHEQBzX13IB { width:11.1875rem;height:1.4619125rem;top:158.0625rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSOxthKm4AHyDHB1EmVRZgLPRLEggO1C { width:6.875rem;height:2.875rem;top:161.4375rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wDN3mKT4R3EzK1Wp2NBZGHyma79A9WJe { width:5.9375rem;height:2.5rem;top:161.8125rem;left:7.375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P8LBq2RKKNfJN6fn9zG5zZT83yTDUglg { width:8.75rem;height:2.6875rem;top:146.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL1L3V9ntyFqVSQaSKT7iDNSpOZAZOid { display:block; }
 }@media only screen and (max-width: 763px) { #pDDQUSbNF1eZZCwaQiWFieFBN0wZGrRd { width:14.375rem;height:11.9375rem;top:133.125rem;left:3.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#pDDQUSbNF1eZZCwaQiWFieFBN0wZGrRd.adaptive-delivery-prevent-bg, #pDDQUSbNF1eZZCwaQiWFieFBN0wZGrRd.lazyload, #pDDQUSbNF1eZZCwaQiWFieFBN0wZGrRd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZLEgVRbwtOdCZQKKfsz0DAffAzFVhD7i { width:11rem;height:3.25rem;top:135.5625rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHMIQxZbHsHzTdicBg2ZT8S70iEVdUl { width:11.1875rem;height:1.4619125rem;top:140.125rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmiH8GiAqySPoQJJbRMt9whwchk0Bg1B { width:6.875rem;height:2.875rem;top:143.5rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e0FUWo9V7L73x7OLgsXNPVDeXkR6vGsl { width:5.9375rem;height:2.5rem;top:143.75rem;left:7.375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hbOE8et8UQwOkJH7rTmgsZtZmPgpawW7 { width:8.75rem;height:2.6875rem;top:147.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXPDxFfg2nan06mMqDy99gQeD2lPzE4T { display:block; }
 }@media only screen and (max-width: 763px) { #IdvoE33oDz6MX3o9F4wMKU8LUhspTl1n { width:14.375rem;height:11.375rem;top:131.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#IdvoE33oDz6MX3o9F4wMKU8LUhspTl1n.adaptive-delivery-prevent-bg, #IdvoE33oDz6MX3o9F4wMKU8LUhspTl1n.lazyload, #IdvoE33oDz6MX3o9F4wMKU8LUhspTl1n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XK0QaXxWGI67XT8TkCt90HZ4asNiOF9S { width:11rem;height:0;top:137.2109375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9ERJCyZvMTTEAOPEDuOgqb9vFhOXqCr { width:11.1875rem;height:0;top:137.375rem;left:4.40625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kipd1cafd1eRWXQ6rspTAdAP37Lbv0TV { width:6.875rem;height:2.875rem;top:142.6875rem;left:0rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #hqKmr1lTRbs6Mm8ol8KSzd1k4vku6Att { width:5.9375rem;height:0;top:161rem;left:10rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #X9WCW1Haz2GHBX1F4s9MpURTSQTZ3Ouw { width:8.75rem;height:2.6875rem;top:181.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFTaIOJTTCzopuVh9GzsTCLxLapLD2gP { display:block; }
 }@media only screen and (max-width: 763px) { #r0IyfZ8IbVWBPf9JQgAufETcQuTPiEEw { width:14.375rem;height:10.6875rem;top:186.3125rem;left:3.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#r0IyfZ8IbVWBPf9JQgAufETcQuTPiEEw.adaptive-delivery-prevent-bg, #r0IyfZ8IbVWBPf9JQgAufETcQuTPiEEw.lazyload, #r0IyfZ8IbVWBPf9JQgAufETcQuTPiEEw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Z8SouyxG6r8R6TCo4MwWaNEd0H2eMwgp { width:11rem;height:1.8681625rem;top:187.875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ0yrUKN6ZTO9dogww5Wd5Wa5ndMmT8d { width:6.875rem;height:2.875rem;top:195.4375rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CQcfouB5QTPpdTkLf2618zWzsygR7F3m { width:5.9375rem;height:2.5rem;top:196.0625rem;left:7.375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eXiiV8wEBvio9pmHMkVUyMI84LrTsHib { width:8.75rem;height:2.6875rem;top:199.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbUZapkmH950BIp1MDyapirT2qQ0Wecn { display:block; }
 }@media only screen and (max-width: 763px) { #tqunnfTeRugMlFUI6eZF0LmR8fE3hOme { width:8.75rem;height:2.6875rem;top:225.1875rem;left:6.5625rem;z-index:100094;display:none; }
 }@media only screen and (max-width: 763px) { #FnxugEocxqUMXLkSLckBu0lirTSAmsq3 { display:block; }
 }@media only screen and (max-width: 763px) { #iyZkHcxSMQ827znO3oWDEzZ1zXJvV2A0 { width:11.1875rem;height:3.41015625rem;top:191.0625rem;left:4.78125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i06ZWZkOdrRiDzi7JHF7fHhLd6VKV05g { width:14.375rem;height:11.75rem;top:220.5rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#i06ZWZkOdrRiDzi7JHF7fHhLd6VKV05g.adaptive-delivery-prevent-bg, #i06ZWZkOdrRiDzi7JHF7fHhLd6VKV05g.lazyload, #i06ZWZkOdrRiDzi7JHF7fHhLd6VKV05g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NdKgSx1THR57Pw3Fb6WQEKstxxqmkg3M { width:11rem;height:2.76171875rem;top:224.125rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEGIpXokEazaDJe5yM4CsZHvJl34IF4g { width:6.875rem;height:2.875rem;top:230.6875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aP2hwyaxGmcL0MTw0N7Z9goCe2Q3E589 { width:5.9375rem;height:2.5rem;top:230.6875rem;left:7rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xvdlKfktV93qPcM7z1b8FRV0dCuMOT6O { width:8.75rem;height:2.6875rem;top:254.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwPdG1SnoyqgMIxt4TgSTAR3yaIbU0H { display:block; }
 }@media only screen and (max-width: 763px) { #MwzuPBMnVmswpDRZhX4mdU8wA87U9zHl { width:14.375rem;height:12.25rem;top:258.375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MwzuPBMnVmswpDRZhX4mdU8wA87U9zHl.adaptive-delivery-prevent-bg, #MwzuPBMnVmswpDRZhX4mdU8wA87U9zHl.lazyload, #MwzuPBMnVmswpDRZhX4mdU8wA87U9zHl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Jq6PQ3ZH5CIWrLEG1i8NxBD5NTiKyqoE { width:11rem;height:2.5996125rem;top:262.0625rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMLcDUNzP6xNtpMK8dSe3BXik6nqrZyz { width:6.875rem;height:2.875rem;top:268.6875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZESUvGIK5ZlZUg1AxLsiS4AgIfyUIxOU { width:5.9375rem;height:2.5rem;top:269.0625rem;left:7rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QFxIFiNNF1Bm4QwMp80XiX44LUNnxtLg { width:8.75rem;height:2.6875rem;top:273.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0KpEBSTppHPaaly7TT3QMRQoKmnCb3V { display:block; }
 }@media only screen and (max-width: 763px) { #J0C6mexXzcBIZET3NtGZSStW82PTfwZS { width:14.375rem;height:12.25rem;top:240.625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#J0C6mexXzcBIZET3NtGZSStW82PTfwZS.adaptive-delivery-prevent-bg, #J0C6mexXzcBIZET3NtGZSStW82PTfwZS.lazyload, #J0C6mexXzcBIZET3NtGZSStW82PTfwZS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x0R3PJUH929pTcEGcKTwXZpomD1UMvCm { width:11rem;height:3.8994125rem;top:241.5625rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2p27M4oeGnRptl6pmdQmbtwLteI2uI8 { width:6.875rem;height:2.875rem;top:250.9375rem;left:6rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eRh5Jg7zwABvOFTZdJQps7tTr7X1aL6L { width:5.9375rem;height:2.5rem;top:251.4375rem;left:6.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ns0m34Th2yE2e2x0kVb5PXuovqEoReQQ { width:8.75rem;height:2.6875rem;top:234.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7NXvhiTWTqJLQRVdsEi34PIzgKHqtAT { display:block; }
 }@media only screen and (max-width: 763px) { #yP37Nor0g4qgWkZyiPFeBLN3ldnwqlQP { width:11.1875rem;height:3.16699375rem;top:245.9375rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWhI6KIwzPt64LypNDABzMmVmnTJx1o { width:14.375rem;height:10.6875rem;top:203.0625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QPWhI6KIwzPt64LypNDABzMmVmnTJx1o.adaptive-delivery-prevent-bg, #QPWhI6KIwzPt64LypNDABzMmVmnTJx1o.lazyload, #QPWhI6KIwzPt64LypNDABzMmVmnTJx1o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WiVeB93PPqpycpgtcGW4vQbikhg5swVN { width:11rem;height:3.25rem;top:203.4375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #DaIxTbGumURuGFn0aO7sqoa5OTx5geTF { width:11.1875rem;height:4.467775rem;top:207.5rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.6875rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #Wan87IAX0lGnPTwwhUT37PszOU3i83Wd { width:8.75rem;height:2.6875rem;top:216.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXSxAetnBTo7u4C17llsR0Jo57brR68y { display:block; }
 }@media only screen and (max-width: 763px) { #o30p1reoRDaKyo1rIep6qF0XFHqz873W { width:6.875rem;height:2.875rem;top:212.1875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kcrHFIhJ2kvDEHCCT4Ao57JpVsgncssS { width:5.9375rem;height:2.5rem;top:212.8125rem;left:7rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row .container { background-color: transparent; background-image: none; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row .container > .video-iframe-container { display: none; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row > .video-iframe-container { display: none; }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .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); }#lkqeDQ5TTrGvoL7GKIOQioagAmxxvJX6 > .row .container { width:20rem;height:126.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br0INcOa91FOwSHo49irmRBRuiONR831 { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #xootSeEhRHcaq6UtoLDkEzcnkOGw51Ie { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #untrcuODmgfx7y92Cr6NR2bAnzAbsEOh { width:14.375rem;height:10.6875rem;top:20.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; }#untrcuODmgfx7y92Cr6NR2bAnzAbsEOh.adaptive-delivery-prevent-bg, #untrcuODmgfx7y92Cr6NR2bAnzAbsEOh.lazyload, #untrcuODmgfx7y92Cr6NR2bAnzAbsEOh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dr91HwG2LUQyOCasldgl4Rocdv1WZU9l { width:11rem;height:3.25rem;top:21.3125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFb0SRdkynHQa6gRQfnsLdDvtRoyVk2y { width:5.9375rem;height:2.5rem;top:29.4375rem;left:7rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fyzft3ebzisacyvAzc49wvMsdCsvLJma { width:8.75rem;height:2.6875rem;top:15.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR1LQ4hlfXalQzHk70T3SKT3J5EH4yC1 { display:block; }
 }@media only screen and (max-width: 763px) { #hTuTMbpQKS7MaknfrPt0VtCwC07J8FpI { width:11.1875rem;height:1.4619125rem;top:25.4375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnelDdH2hx6SA6NgxcFSZ6VXaJCRb8Lr { width:6.875rem;height:2.875rem;top:29.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UTnKEQ0yfMgqPzLsV7k1lPO6nDGQxgsZ { width:14.375rem;height:10.6875rem;top:4.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; }#UTnKEQ0yfMgqPzLsV7k1lPO6nDGQxgsZ.adaptive-delivery-prevent-bg, #UTnKEQ0yfMgqPzLsV7k1lPO6nDGQxgsZ.lazyload, #UTnKEQ0yfMgqPzLsV7k1lPO6nDGQxgsZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LhEaDADdxf8JRlUv81zXMFqh3XsFO6cc { width:6.875rem;height:2.875rem;top:12.5rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vKaVvLPbQKkHJMK55TlMRlsC3vieJ3gs { width:5.5rem;height:1.54385625rem;top:13.26953125rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o6AUanJz0DXlZDKL6ih1AIXLXB8ShdFT { width:8.75rem;height:2.6875rem;top:32.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0SmmG6ZC58S1wvkS0Lklude5KLLHsnX { display:block; }
 }@media only screen and (max-width: 763px) { #fVDnA4CnSKXRqKTThmaWSJJRQ7nDTBJq { width:14.375rem;height:10.6875rem;top:37.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; }#fVDnA4CnSKXRqKTThmaWSJJRQ7nDTBJq.adaptive-delivery-prevent-bg, #fVDnA4CnSKXRqKTThmaWSJJRQ7nDTBJq.lazyload, #fVDnA4CnSKXRqKTThmaWSJJRQ7nDTBJq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aX3igZUXyy9C3cvWc7uupd9xfzPGwiJI { width:14.3125rem;height:4.0625rem;top:42.0625rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT3HBnsEJrlKHMARATLmUf0U29bRrnnT { width:11.125rem;height:2.5996125rem;top:39.125rem;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) { #qK098XLTQO2WP7Oi0xyGeVhoECKDelvs { width:6.875rem;height:2.875rem;top:46.8125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eRJM7EgKGzqlfs534W8S5G4Mfdpawo02 { width:5.5rem;height:1.54385625rem;top:47.5rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SCJrvpspEHnlcKnTdlkKdtwXUwQawJ7u { width:8.75rem;height:2.6875rem;top:27.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNldhUpiZSQK2ZOJIFZqfpT8nXDseMPi { display:block; }
 }@media only screen and (max-width: 763px) { #UGd5vMgz3XGVoJGITxIMMNbiPDEW2TLK { width:8.75rem;height:2.6875rem;top:50.25rem;left:5.625rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #V6yMpWHF3T0QNXFkhUQAO8ahNMSd109Q { display:block; }
 }@media only screen and (max-width: 763px) { #T2ymuGbVewwinX7qJP9Ji7QcvKum8kL7 { width:11rem;height:3.25rem;top:5rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD53PUaX9ElXxs28Z3NvOZbfKLOFLZRA { width:11.1875rem;height:1.4619125rem;top:9.75rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbWnZer7DpMpS9U5pwKXVOZ37cPl6W4I { width:20rem;height:2.51855625rem;top:0.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLG7WuIo6oMOdbTbAy8PZZGJclbh91ev { width:11.1875rem;height:3.16699375rem;top:59.375rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKLuefAHd5VmlZfAHB3AH5XdG5vK5EtC { width:14.375rem;height:10.6875rem;top:54.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; }#gKLuefAHd5VmlZfAHB3AH5XdG5vK5EtC.adaptive-delivery-prevent-bg, #gKLuefAHd5VmlZfAHB3AH5XdG5vK5EtC.lazyload, #gKLuefAHd5VmlZfAHB3AH5XdG5vK5EtC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fPgtKe8I80TPd4g1ytUEC9zcJPOrXTv6 { width:11rem;height:2.76171875rem;top:56rem;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) { #tQ52sAeKD93lGn48asNgs1CI0tRRtnqd { width:6.875rem;height:2.875rem;top:63.8125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fSsHRu1orR0J1vENtMViCB1p0rTGa7nr { width:5.9375rem;height:2.5rem;top:64rem;left:6.875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QrxpG3Fi2sBINlbMOskJ4F1orBNHaIE8 { width:8.75rem;height:2.6875rem;top:67.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzG68Mb9abVMtr0Wu1ZfhLoXTmo6ZPMg { display:block; }
 }@media only screen and (max-width: 763px) { #I5ZMwR5LXNkHJmq8Pi2Ns2OnZTsb1dwP { width:14.375rem;height:10.6875rem;top:71.5625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#I5ZMwR5LXNkHJmq8Pi2Ns2OnZTsb1dwP.adaptive-delivery-prevent-bg, #I5ZMwR5LXNkHJmq8Pi2Ns2OnZTsb1dwP.lazyload, #I5ZMwR5LXNkHJmq8Pi2Ns2OnZTsb1dwP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OssNSiBNiviTwVrJIEuBSd2aUB1ABVeh { width:11.125rem;height:2.5996125rem;top:72.375rem;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) { #gSF6h0i31TaqtrIG5WsxapqZlKCgxERo { width:13.125rem;height:4.0625rem;top:75.875rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWsoVB6iAm1yyTiw42po0g0JPkVQJ212 { width:6.875rem;height:2.875rem;top:80.9375rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NT5NPwzsCku8zVDfHHgGKQDdPE0qaLN8 { width:5.5rem;height:1.54296875rem;top:81.625rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iRNgFqv7Lv7XvBCo6zPfgnsEG7DKCftK { width:8.75rem;height:2.6875rem;top:85.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxHOvLC99NtLTBwamvTgdavO0I8GNW0x { display:block; }
 }@media only screen and (max-width: 763px) { #OfHcZ5ralZI18NkQc1ViRUAWcmoixCJp { width:14.375rem;height:10.6875rem;top:113.4189484375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#OfHcZ5ralZI18NkQc1ViRUAWcmoixCJp.adaptive-delivery-prevent-bg, #OfHcZ5ralZI18NkQc1ViRUAWcmoixCJp.lazyload, #OfHcZ5ralZI18NkQc1ViRUAWcmoixCJp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #inltymSlAAIwoTsN81TMKvwPyD3XocI8 { width:11.125rem;height:0;top:114.2939453125rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ew8xPo4ItyeTLIRwUhyonTPG1Ne0KuH1 { width:13.125rem;height:0;top:117.5439453125rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBZNBWtW98GICx2QdOHbH6KmGQithwTr { width:6.875rem;height:2.875rem;top:121.3564484375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Ex31v89zHh2iVVbwvIpWqnmt6CzvBHcN { width:5.5rem;height:0;top:122.2314484375rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xuAMfF8B2DdAil5R6TsTK9PJ3ZVwvu4q { width:8.75rem;height:2.6875rem;top:171.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNkTu2d9tNWHwvAB4GfJgMAMG39eibt5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ioanb8dQHv7woSXgzzP7g0ZIAZhQBT0X { width:14.375rem;height:10.6875rem;top:108.4375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Ioanb8dQHv7woSXgzzP7g0ZIAZhQBT0X.adaptive-delivery-prevent-bg, #Ioanb8dQHv7woSXgzzP7g0ZIAZhQBT0X.lazyload, #Ioanb8dQHv7woSXgzzP7g0ZIAZhQBT0X.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #E7w5iyfRd8qb3x0wKfsvgK5QVWduU9SC { width:11rem;height:2.923825rem;top:109.875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3brQ8lTMOb7RRR6QoWFoITrL6QxkSnn { width:11.125rem;height:2.923825rem;top:113.25rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLHfSbtWWaloG3O4oLKLAFTAURql5JE { width:6.875rem;height:2.875rem;top:117.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FFlrxKOCx1XMzZqyvKWX8mdOaedilrTC { width:5.9375rem;height:2.5rem;top:117.5625rem;left:7rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T6dpluVqWqBia0DskeVx9o7S44yi7LkJ { width:8.75rem;height:2.6875rem;top:122.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMK6Lg3eT3SGv8eJyFzlLfxse4oEFTCc { display:block; }
 }@media only screen and (max-width: 763px) { #RiRMJz1WOQJBKVPHaQ3RTSJeUauSyViM { width:14.375rem;height:10.6875rem;top:90rem;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; }#RiRMJz1WOQJBKVPHaQ3RTSJeUauSyViM.adaptive-delivery-prevent-bg, #RiRMJz1WOQJBKVPHaQ3RTSJeUauSyViM.lazyload, #RiRMJz1WOQJBKVPHaQ3RTSJeUauSyViM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dsNi2LbpLeTtmdDIzbER4TmbodWtix1w { width:11rem;height:3.8994125rem;top:91rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZqDhDVcOFTtkxgcgmWoOtDA481I9o1 { width:11.125rem;height:2.923825rem;top:95.6875rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzp8CPz4PtZTVcs0wV5RTn1Es5H3uHd1 { width:6.875rem;height:2.875rem;top:98.8125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z5nMq9mzmBmdIPMFzWur2sIsEyOmZeMt { width:5.9375rem;height:2.5rem;top:99.125rem;left:6.6875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pJTVchWTxATCMm4OxV29MtzpNU0LCTGe { width:8.75rem;height:2.6875rem;top:103.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewo4JSDd2T5JTIW4mgHycwgQdkLtKTPD { display:block; }
 }@media only screen and (max-width: 763px) { #mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row .container { background-color: transparent; background-image: none; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row .container > .video-iframe-container { display: none; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row > .video-iframe-container { display: none; }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .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); }#mHpIWEzhIiRIoJ5N8VLKHQDtuNqHTW3P > .row .container { width:20rem;height:361.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVNUlFyKtcMT69e4miknhwS9TuANyuMx { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #xPvCaNB8NG72pi4zToX3DGxBMTSoaaEK { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egLQqo67mPOl1y3J8Ud92HCRtaekME3y { width:6.875rem;height:2.875rem;top:17.3125rem;left:6.5625rem;background-color:#1799eb;background-image:none;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #eaMNQE97HXxw9eH6U41nUXsm8PwL1dlw { width:14.375rem;height:10.6875rem;top:61.3125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eaMNQE97HXxw9eH6U41nUXsm8PwL1dlw.adaptive-delivery-prevent-bg, #eaMNQE97HXxw9eH6U41nUXsm8PwL1dlw.lazyload, #eaMNQE97HXxw9eH6U41nUXsm8PwL1dlw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p1l3loHse9OCiPcbRkFRPdMF0d5nb90g { width:11.875rem;height:2.923825rem;top:64.630859375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waVtFL6bKili3qtf8KTsOKSstgCiI9T1 { width:11.125rem;height:1.625rem;top:62.8125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2N4h7DQuxlOWLLWNrtB2dC3FHLnzTuJ { width:6.875rem;height:2.875rem;top:70.125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zcVTuV3MQoSh86ugqAZn4LSTl4GOEKbx { width:5.5rem;height:1.54296875rem;top:70.75rem;left:7.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n0peaLuokGUOIPZU7FGS2X9XLQHoiqrJ { width:8.75rem;height:2.6875rem;top:37.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN0nTfExmCeelFg7sCEJUTNpKihTTh4k { display:block; }
 }@media only screen and (max-width: 763px) { #nnpCBqJfBH03w1Fk0TELwfUK5PEzTeoW { width:6.9361875rem;height:2.4375rem;top:29rem;left:6.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #pkLCDsIB5SgwZLMhCKgLLEK4p98pviTn { width:14.375rem;height:10.6875rem;top:60.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#pkLCDsIB5SgwZLMhCKgLLEK4p98pviTn.adaptive-delivery-prevent-bg, #pkLCDsIB5SgwZLMhCKgLLEK4p98pviTn.lazyload, #pkLCDsIB5SgwZLMhCKgLLEK4p98pviTn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bKFbanrNZMg8ugGzfIJzMwe2NSfFoTNN { width:11.125rem;height:0;top:64.75rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFtfMnFSoT6b2rzoT4N0BUpxNmqEgCXB { width:6.875rem;height:2.875rem;top:68.9375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #VkcdRAUhbXBIqxbLLyraWvSu5RKy0Chv { width:5.5rem;height:0;top:69.5rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XegunAvPzJE0LBhN3egtd3ND4ORxMpy2 { width:8.75rem;height:2.6875rem;top:73.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Eac20bXaOrNKErELnZTh0hUWpfDkUR { display:block; }
 }@media only screen and (max-width: 763px) { #xIdg5wWTUIGF2UQ1Hn3QI7XIVtTwVgoE { width:14.375rem;height:10.6875rem;top:43.8125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xIdg5wWTUIGF2UQ1Hn3QI7XIVtTwVgoE.adaptive-delivery-prevent-bg, #xIdg5wWTUIGF2UQ1Hn3QI7XIVtTwVgoE.lazyload, #xIdg5wWTUIGF2UQ1Hn3QI7XIVtTwVgoE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GZtuIJS0pQVLPMA82XuvGtaAqqa7C0e7 { width:11.125rem;height:3.25rem;top:46.25rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfw7WENi6EOEuom6TM9Z4FVDcox2tU7x { width:6.875rem;height:2.875rem;top:53.0625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UwFIUUDmTMw1tpqzXSd9KI91EAN0r5zL { width:5.5rem;height:1.54296875rem;top:53.75rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PuGMIvxnVxczWR9gbr41UPmDVRt1pnom { width:8.75rem;height:2.6875rem;top:92.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUM8B5lTK2hHbwo6p0ZdRZbJKStmTNgG { display:block; }
 }@media only screen and (max-width: 763px) { #C0lHeq9c0B8pP7mfHH0lXlxs0RamN45N { width:14.375rem;height:10.6875rem;top:216.5rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#C0lHeq9c0B8pP7mfHH0lXlxs0RamN45N.adaptive-delivery-prevent-bg, #C0lHeq9c0B8pP7mfHH0lXlxs0RamN45N.lazyload, #C0lHeq9c0B8pP7mfHH0lXlxs0RamN45N.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Dmyk8c0sNFuLQN4IF6Pth5PbJK8bf1T6 { width:11.125rem;height:3.25rem;top:219.5rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulaaLdf1tPr5zW2EU0zMgd7Ft3mTidS { width:6.875rem;height:2.875rem;top:224.75rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QRZIhCMioMIkPyvuyo4izb2FTQd0pxCT { width:5.5rem;height:1.54296875rem;top:225.3125rem;left:7.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yMT3e0JsT3SffsPxbqmdgh2sGTpOIKuX { width:8.75rem;height:2.6875rem;top:211.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFVUTyl0CxlIT6Q7xey5u8LsshHknkT6 { display:block; }
 }@media only screen and (max-width: 763px) { #rJ2HTV6S1vMKgrDHKtNsSb41PAmybPaA { width:14.375rem;height:10.6875rem;top:200.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rJ2HTV6S1vMKgrDHKtNsSb41PAmybPaA.adaptive-delivery-prevent-bg, #rJ2HTV6S1vMKgrDHKtNsSb41PAmybPaA.lazyload, #rJ2HTV6S1vMKgrDHKtNsSb41PAmybPaA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OxPhrsKrrzLoODOgyH3bkCAidh9offnV { width:11.125rem;height:3.57421875rem;top:203.3125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0llhLsddlkWe1S6SQuExVwLgdkBLu08 { width:6.875rem;height:2.875rem;top:208.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EcfhxE8X01rmbe3Z1rvQTKJiT821udQh { width:5.5rem;height:1.54296875rem;top:209rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KXHdh5UfJ88kXn9u7OgLTwKz4HdVaiKD { width:8.75rem;height:2.6875rem;top:228rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS6h6XvIVIklSOKtmQ6WZiS5Po8lmfLv { display:block; }
 }@media only screen and (max-width: 763px) { #ldsg6fhrqXr7NAs4PNDq89rOx96hd3zf { width:8.75rem;height:2.686525rem;top:56.625rem;left:5.625rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #rLFfB61kxwZRQ1HMEUSt9bIL3axO3Puv { display:block; }
 }@media only screen and (max-width: 763px) { #lKGhAx1rivgPap8N6DgodchktrlerlES { width:14.375rem;height:10.6875rem;top:8.5rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100004;display:block; }#lKGhAx1rivgPap8N6DgodchktrlerlES.adaptive-delivery-prevent-bg, #lKGhAx1rivgPap8N6DgodchktrlerlES.lazyload, #lKGhAx1rivgPap8N6DgodchktrlerlES.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QwDlJobqruphVa4G3Wk6pJK6hR4qeXPN { width:11rem;height:1.625rem;top:9.625rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tivNtE7wxf0tRTBnk8yaCQpySKi0bZGT { width:6.875rem;height:2.875rem;top:34.625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BJcrLXDOInoeTuB7BaorOJW2LPkB6Kqh { width:5.9375rem;height:2.5rem;top:17.5rem;left:7.0625rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #loaou1Q7fqm1JTU0hUDZ4KPA5ALNodXt { width:8.75rem;height:2.6875rem;top:20.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvgkNb1kJQlu8kOSoTHCnzUagsTbVLLS { display:block; }
 }@media only screen and (max-width: 763px) { #ZXvVh1PaPUXMcDdOuNcC07NhFLffusw3 { width:20rem;height:2.51855625rem;top:196.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUrXQVRQGb98qvsQGZ5qg7kqfxqZG75B { width:16.5rem;height:2.51855625rem;top:40.5625rem;left:1.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ3iF4GrUwsLpEQfQ41rONhA2try3fxo { width:14.375rem;height:10.6875rem;top:79.5rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bQ3iF4GrUwsLpEQfQ41rONhA2try3fxo.adaptive-delivery-prevent-bg, #bQ3iF4GrUwsLpEQfQ41rONhA2try3fxo.lazyload, #bQ3iF4GrUwsLpEQfQ41rONhA2try3fxo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k4Z7WRXMLiby5sRpUAlOBg69RGnAk7uI { width:11.125rem;height:1.625rem;top:80.9375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTJ80aVOqQ4oTp8ND48RfkDWxTIXEUL3 { width:11.875rem;height:5.84765rem;top:81.919921875rem;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) { #DCM5sUdspCHgTc4hhUV3Bdx0iQz2qEho { width:6.875rem;height:2.875rem;top:88.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qtR0EQmssiPgrup3CV7yd76DeyiX4JeB { width:8.75rem;height:2.6875rem;top:85.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSAqvRtV9sR3qKAq5ONaqrOqtCuNtOEo { display:block; }
 }@media only screen and (max-width: 763px) { #VGMxecsbaENoVg8PRqkorIag5Ckvmrv8 { width:5.5rem;height:1.54296875rem;top:88.9375rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HTpTFHcxlHkv0tcSpzFuEpQCkTvq5I3w { width:17.5625rem;height:2.51855625rem;top:3.3125rem;left:1.21875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRvMHmwCSI7gS1zmNxs6le7AnFtLseR9 { width:20rem;height:2.51855625rem;top:234.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzbEbDxew02mgtXdUUx9ioB4440eCnTq { width:14.375rem;height:10.6875rem;top:285.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; }#AzbEbDxew02mgtXdUUx9ioB4440eCnTq.adaptive-delivery-prevent-bg, #AzbEbDxew02mgtXdUUx9ioB4440eCnTq.lazyload, #AzbEbDxew02mgtXdUUx9ioB4440eCnTq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gwKkDzcFa5obcE81zuaBQ4FAcOrKXaZX { width:11.125rem;height:3.25rem;top:288.125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLyAGgX4c7Uqm8MTsFJtwRIJ7KNPPrp { width:6.875rem;height:2.875rem;top:293.9375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JRqyynmDv6MQaxVZHoGCCfeuHIP3XOQI { width:5.5rem;height:1.54296875rem;top:294.5rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U0aC7anOZxNCQ6l8hOJHzz9rfg0L8PPF { width:14.375rem;height:10.6875rem;top:270.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; }#U0aC7anOZxNCQ6l8hOJHzz9rfg0L8PPF.adaptive-delivery-prevent-bg, #U0aC7anOZxNCQ6l8hOJHzz9rfg0L8PPF.lazyload, #U0aC7anOZxNCQ6l8hOJHzz9rfg0L8PPF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u4CRP1cIsC4JVNdoq7iG8D9tC5kWglzW { width:6.875rem;height:2.875rem;top:278.5rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eTc4DxJu8zvH6ETCc6rH3ioNRV0Z5LIg { width:5.5rem;height:1.54296875rem;top:279.0625rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qWllGQSUUTBHvroQ0vcJux4pdx4UHH4O { width:8.75rem;height:2.6875rem;top:265.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJeXeROBt56nwAI0fOECEbLRvagcrcT5 { display:block; }
 }@media only screen and (max-width: 763px) { #qWrWZEqqEeg5olA6nk0ONiO6eJD4n6gW { width:8.75rem;height:2.6875rem;top:281.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTXTh9qtM2SOheAp7zP8GCOgPRg6z3b { display:block; }
 }@media only screen and (max-width: 763px) { #bmaNRnnWnTtXTefqyCUkOf1n7s3uSEKc { width:14.375rem;height:10.6875rem;top:253.875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bmaNRnnWnTtXTefqyCUkOf1n7s3uSEKc.adaptive-delivery-prevent-bg, #bmaNRnnWnTtXTefqyCUkOf1n7s3uSEKc.lazyload, #bmaNRnnWnTtXTefqyCUkOf1n7s3uSEKc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TCHN02V8LsI94RlPS1HPNUMGG7mLJQfy { width:11.125rem;height:5.5234375rem;top:255.375rem;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) { #huTz4vWhwKhfnQpCdnPGp6LBiNMz79l8 { width:6.875rem;height:2.875rem;top:262.125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gzKgAodi0SidFw5Uo1Z4iu44rQuwSO9L { width:8.75rem;height:2.6875rem;top:249.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOKb6xUwtb926cFrp6GIuvZ7dNnrQ48B { display:block; }
 }@media only screen and (max-width: 763px) { #FFuBZfZwWTdqDZlEJ7C66SR55Bn7BWDV { width:5.5rem;height:1.54296875rem;top:262.6875rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LltQNXkyO6lNOdbpLhnHWdk7u63KTo9w { width:14.375rem;height:10.6875rem;top:238.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; }#LltQNXkyO6lNOdbpLhnHWdk7u63KTo9w.adaptive-delivery-prevent-bg, #LltQNXkyO6lNOdbpLhnHWdk7u63KTo9w.lazyload, #LltQNXkyO6lNOdbpLhnHWdk7u63KTo9w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kGr25R98IbQ2Zk8hn7n3CHLXcG7rg3pP { width:11.125rem;height:4.875rem;top:240.375rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5xH1zHhhClgZwd3vMTXKrsDnyD0eZzl { width:6.875rem;height:2.875rem;top:246.5rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Lk10q9IhJqlmDFw6rtsM0yCBWeeB6BMD { width:5.5rem;height:1.54296875rem;top:247.0625rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mOL1iZJHnTG8qbHVnRbyl18N61a2gJRz { width:8.75rem;height:2.6875rem;top:297.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwXmKMwtSIROUXkG9m9193qxCHfq8UEp { display:block; }
 }@media only screen and (max-width: 763px) { #aT4qH8JfAMuVZHfgnbOiyfIswv3kKtf1 { width:11.125rem;height:3.25rem;top:273.25rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJ0UChk7pDoFaEMKXzhuoulGMiqcJd2 { width:13.4375rem;height:10rem;top:5.3125rem;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:none; }#FlJ0UChk7pDoFaEMKXzhuoulGMiqcJd2.adaptive-delivery-prevent-bg, #FlJ0UChk7pDoFaEMKXzhuoulGMiqcJd2.lazyload, #FlJ0UChk7pDoFaEMKXzhuoulGMiqcJd2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hxGXoBxWRVn32BogSmiPQOSTXwdySaWz { width:11rem;height:0;top:23.3125rem;left:8.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwWqegipBOMzBsaKsyuyWl1FfVS4BDCM { width:5.9375rem;height:2.5rem;top:34.8125rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hTI2EioPNa4Fix47EiaKhoLDhxysCUmv { width:6.875rem;height:2.875rem;top:13.375rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #zAUnRRGKvIpNAOpHtk9wGhha2pqrkbTM { width:8.75rem;height:2.6875rem;top:17.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfxQTWe7GlzrlmlRL4UzRII80UXVTiVQ { display:block; }
 }@media only screen and (max-width: 763px) { #oCatTwBi3iU6aRZkULfcRAcS7ZUBtd5K { width:14.375rem;height:10.6875rem;top:25.5rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100005;display:block; }#oCatTwBi3iU6aRZkULfcRAcS7ZUBtd5K.adaptive-delivery-prevent-bg, #oCatTwBi3iU6aRZkULfcRAcS7ZUBtd5K.lazyload, #oCatTwBi3iU6aRZkULfcRAcS7ZUBtd5K.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sffKnLtA0qFbe56lm6ETWQVACUUJ6W3n { width:11.875rem;height:4.38654375rem;top:12rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2EVbeQkBlZT9x7P59IIK47Owc19TiyI { width:14.375rem;height:10.0625rem;top:132.875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#m2EVbeQkBlZT9x7P59IIK47Owc19TiyI.adaptive-delivery-prevent-bg, #m2EVbeQkBlZT9x7P59IIK47Owc19TiyI.lazyload, #m2EVbeQkBlZT9x7P59IIK47Owc19TiyI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ctmbhdWua9tCkFArhSrv2ph5pPP6PJUE { width:11.875rem;height:2.923825rem;top:135.375rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Vqz3H5LTTWvmQAASkm4qo65WcyEJ9b { width:6.875rem;height:2.875rem;top:141.625rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LayKEydo6Tl2aAV3PTtDKtLUE5kqJC9J { width:5.5rem;height:1.54296875rem;top:142.25rem;left:7.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X386qMVk4FUTQTNHWIU5VlPqzOdClgSG { width:8.75rem;height:2.6875rem;top:128.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZaaz3Lt6RZKFHGDPmgO6H9BKrmasfF { display:block; }
 }@media only screen and (max-width: 763px) { #dDehiurqoXpwBMTi0kGqH0ald58TyqiV { width:14.375rem;height:10.0625rem;top:116.375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dDehiurqoXpwBMTi0kGqH0ald58TyqiV.adaptive-delivery-prevent-bg, #dDehiurqoXpwBMTi0kGqH0ald58TyqiV.lazyload, #dDehiurqoXpwBMTi0kGqH0ald58TyqiV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DlqdrZIAEeUnotBqNOFTFvQxOLxO0z61 { width:11.875rem;height:2.923825rem;top:119.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) { #Kl1TDfeh6PUZzKtqns7T3wT2iX9BqSi0 { width:6.875rem;height:2.875rem;top:125.125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SSGXWPxrngPESEoWhv4WFdEUhUdc9fET { width:5.5rem;height:1.54296875rem;top:125.75rem;left:7.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SpUfc4HSbhG1zbnUozBhciA81rD5XmLG { width:8.75rem;height:2.6875rem;top:109.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCf1T2yqXweZd8EI9irnhpdaEHuv7zy { display:block; }
 }@media only screen and (max-width: 763px) { #xvu3WipKN2yFokce9TSNQANKAEXTvTUW { width:14.375rem;height:10.0625rem;top:97.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xvu3WipKN2yFokce9TSNQANKAEXTvTUW.adaptive-delivery-prevent-bg, #xvu3WipKN2yFokce9TSNQANKAEXTvTUW.lazyload, #xvu3WipKN2yFokce9TSNQANKAEXTvTUW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SZUJc8N7ryel6J2LGHJf7m7HLPcAgdBv { width:11.875rem;height:3.89941875rem;top:100.25rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m20u0C2R9ybnyR89VIemZR1giWavlnaI { width:6.875rem;height:2.875rem;top:105.8125rem;left:6.3125rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dAMzxxLsRv9iQTRno3NUTMWWIb38zTT8 { width:5.5rem;height:1.54296875rem;top:106.4375rem;left:6.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pxAI44pSopbmJrqRU5vpp5RA9hxmmcFP { width:8.75rem;height:2.6875rem;top:304.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr9F656hUVnPKtvc5RBM1w8cJuKBlFkL { display:block; }
 }@media only screen and (max-width: 763px) { #xix74XTpCWJGaA1dTTgPoJxk455ZL5Bd { width:20rem;height:2.51855625rem;top:309.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy5AMQ4TlR1zJGSBoiDcawSQuShJSRbr { width:14.375rem;height:10.6875rem;top:346.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vy5AMQ4TlR1zJGSBoiDcawSQuShJSRbr.adaptive-delivery-prevent-bg, #vy5AMQ4TlR1zJGSBoiDcawSQuShJSRbr.lazyload, #vy5AMQ4TlR1zJGSBoiDcawSQuShJSRbr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tRQBavHJeUpfTC1X5S5E01TMQITFtmpH { width:11.125rem;height:3.25rem;top:349.25rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTfU4Pri5NQyre3MOtuDboNpc2MRCq5z { width:6.875rem;height:2.875rem;top:354.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Zu1rBIGizQCFEHdqiqmG6dIq9X3DXVNK { width:5.5rem;height:1.54296875rem;top:355rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J3AtW0d5rThwSsupNblSCFGiTeGKW7hC { width:8.75rem;height:2.6875rem;top:324.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqKgQkTk9FupafM6RcrOd1RNNqnCgTWJ { display:block; }
 }@media only screen and (max-width: 763px) { #SedNJFzQTHeKVDdHymPlTcIssVTAHiHT { width:14.375rem;height:10.6875rem;top:329.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; }#SedNJFzQTHeKVDdHymPlTcIssVTAHiHT.adaptive-delivery-prevent-bg, #SedNJFzQTHeKVDdHymPlTcIssVTAHiHT.lazyload, #SedNJFzQTHeKVDdHymPlTcIssVTAHiHT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aDtxwkGoPI7COfyk5LpQffKpPhohQGCw { width:11.125rem;height:3.25rem;top:332.125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JavtkvGL6VDo33uw206EsJapy4nrO4vW { width:6.875rem;height:2.875rem;top:337.9375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T8OXpzrUKlrmkKllQaRz5TRqKhqKSrmk { width:5.5rem;height:1.54296875rem;top:338.5rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KLNoXeVPoB6vfbaXH1QXX50Gq78t6z4t { width:8.75rem;height:2.6875rem;top:341.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwfng8H8JP9xqRne6gTNxOLhwRTmTpH { display:block; }
 }@media only screen and (max-width: 763px) { #LrdAF1Da9KKyfQPaoXobSdmExSZ8HZxO { width:14.375rem;height:10.6875rem;top:313.375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#LrdAF1Da9KKyfQPaoXobSdmExSZ8HZxO.adaptive-delivery-prevent-bg, #LrdAF1Da9KKyfQPaoXobSdmExSZ8HZxO.lazyload, #LrdAF1Da9KKyfQPaoXobSdmExSZ8HZxO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Mz2swB5yfD2cTWPMXpfILAAH4yh1Uxps { width:11.125rem;height:3.25rem;top:316.5625rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIsm5RNkayEztVzGuPJ4ZoAEvL6s9rNB { width:6.875rem;height:2.875rem;top:321.625rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zhhM3z7n2sid1PdBI8xBeLaIbuBdnCu1 { width:5.5rem;height:1.54296875rem;top:322.1875rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vFCeunaltTrauwo4MspVk4EFMoKRT2zU { width:8.75rem;height:2.6875rem;top:357.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA3afpL4Qa7kyVNDGWsxh2IuAFa61ZBI { display:block; }
 }@media only screen and (max-width: 763px) { #SUnbfwZMFaT1V3tyrgyaq5JrNcd6t7Tm { width:13.625rem;height:10.125rem;top:22.375rem;left:3.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#SUnbfwZMFaT1V3tyrgyaq5JrNcd6t7Tm.adaptive-delivery-prevent-bg, #SUnbfwZMFaT1V3tyrgyaq5JrNcd6t7Tm.lazyload, #SUnbfwZMFaT1V3tyrgyaq5JrNcd6t7Tm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SIk89mZ7g5iOKihbOvSZa1RQnodbqRdQ { width:11rem;height:0;top:25.5rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVatEwT4i5gnxSOwS6dl3QMf27dJ0fs7 { width:6.875rem;height:2.875rem;top:30.5625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #q140eQC1JcOuOIvpNCXiSsSP4GK6TaTZ { width:5.9375rem;height:auto;top:31.3125rem;left:7rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VahBAUW8mzR7RqW22RRl0wH5zRtoWhC7 { width:11.875rem;height:2.923825rem;top:27.576171875rem;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) { #tvZW05QsTeHrDoHwJnEToMwgUeE9X8EA { width:11.875rem;height:2.923825rem;top:30.6875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZu5fMuqoiTuP2CWaGD4Zul5uCtP5o9 { width:8.75rem;height:2.6875rem;top:34.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdpw9urJIPVa51sk0MeizLuJITgcfZ2M { display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { width:20rem;height:0.9747875rem;top:13.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { width:3.125rem;height:3.125rem;top:2.4136276245117rem;left:15.812067091465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { width:13.186875rem;height:3.0859375rem;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { width:3.18685rem;height:3.18685rem;top:6.7556419372556rem;left:15.780599653721rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { width:9.375rem;height:2.2745rem;top:7.236328125rem;left:5.5679255127907rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }