.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; }
#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 { 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; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container { background-color: transparent; background-image: none; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container > .video-iframe-container { display: none; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row > .video-iframe-container { display: none; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .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); }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container { border-width: 0; border-radius: 0; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-form-header {  }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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) ; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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) ; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container:first-of-type{padding-top:0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container:last-of-type{padding-bottom:0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253  { 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.7470703125rem;left:5rem; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.3125rem; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 {display:block;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 { 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.7470703125rem;left:5rem; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #L8kPBE0x3pV7yNAxtBfHtz2qx8zfOpMx { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #Z1kSsdDmVR4kdOikxtwVsJ3i32gyG8eU { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #ogymaEeAEtnacbTxvzansCQzTc4Ca9aT { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #CL88w5S1AfEy5GE7rSVUcPwPe30CkZuh { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #SEP4zIeZeT5P4HQlGEToLi2owrTZ8e6K { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #OdZTo2bywOWB2cV35cN5sibZ35uPWh9x { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #sVyQmrZv3DXNnwidwVvO9E5zKwFhUfTt { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #nKSkhcDLcM9uIQPIxKNVKOw61578WFyA { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #eu1L1AhJghdbPSE8BImTQMiH72Dl1OiM { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #bAoV9EFbkAv91wSTUDkzKTur2se6l5s9 { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #U1pP2sqeBcxEqNTR9svWd24PNR8OfUke { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #r6XGSTBvSJtCVKqw9VHmIcRGUeudo9p9 { position:relative; }
#azwNDKDpAIJVsJWzH633BXWKcJ2hyLw3 { position:relative;display:block; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #UdWFraTlXrNw5T9Nc7SDdxhHqzdBZUVS { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #NTrZCMl7dxBrac2Sv2a3PQwQ8c8GcGAE { position:relative; }
#IK7d1rkHy3HgQT2p3M6VdxkwXv6BKkc6 { 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; }
#IspxPVGu4IqDIhg0bCKOiTM5Fh01dPbO { 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; }
#XHZg78EGEdyRrBe6DAzlZQn4NRF7G8Dd { 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; }
#tPcINvNkqBMFpgJqrXaT8kbwgzTkCvZ8 { 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; }
#BFg8l4vL06z56V3V9gleSOn36EVKq8pD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hDbw1C3539NszpfArHwHh4iBeOF0Cs4I { 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; }
#UZ10Klx4ADPTKI6T1zvtAN0vTWRn4fgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hWSBHgGnfOOJJQvbWqNAl4sBbGZiXDgX { 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; }
#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V { 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; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V.adaptive-delivery-prevent-bg, #DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V.lazyload, #DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V.lazyloading { background-image: none; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row .container { background-color: transparent; background-image: none; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row .container > .video-iframe-container { display: none; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .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); }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row > .video-iframe-container { display: none; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .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); }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row .container { border-width: 0; border-radius: 0; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row .container { font-size:0.875rem;font-family:arial;height:80.25rem;width:75rem;position:relative;display:block; }#oEoMrtIQqAo0LJ548zIOwSePgXizHBSE { 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; }
#QrFvndvwCmMw3PgO8bhxvt0NSsJS7ypV { 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; }
#UUtBoDIfiuyXFoaOb6uSPyr4P11tKKnV { 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; }#UUtBoDIfiuyXFoaOb6uSPyr4P11tKKnV.adaptive-delivery-prevent-bg, #UUtBoDIfiuyXFoaOb6uSPyr4P11tKKnV.lazyload, #UUtBoDIfiuyXFoaOb6uSPyr4P11tKKnV.lazyloading { background-image: none; }
#TMXuK65uJKmx338cFCprWWxdTTPsppNw { 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; }
#sF4k28SaXUJrO55gV6BmZ2Q8sPr4Olib { 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; }#sF4k28SaXUJrO55gV6BmZ2Q8sPr4Olib.adaptive-delivery-prevent-bg, #sF4k28SaXUJrO55gV6BmZ2Q8sPr4Olib.lazyload, #sF4k28SaXUJrO55gV6BmZ2Q8sPr4Olib.lazyloading { background-image: none; }
#kb7a01AOFHMouofc1dWeCyDs2uzTT0Jv { 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; }
#XMvTtZcBVTproTQqK1gW5oRNANvDeDFS { 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; }
#WP2TmLAIWmGdU7tRuN0ry8Ihd2TPhmTs { 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; }
#Zf1MvNtvSTAa0UfComX9xvKA1cEf9MB6 { 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; }
#Q5yvr1mt6OSZ004SN3rr2Kw8kNslaK6B { 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; }
#DLpLVGiKZM58xIH1WbHUORqciEm3ZWsT { 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; }
#xTpqltrk6VqvUviOMvzkVHX37C7tBfCE { 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; }
#wgCfaluT94TKwdG0eQgn0GdC4IUu6B9R { 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; }
#VtK6Qz5k3ryUkK2zqwDo0l7OUfGT4RmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#stvCOwVI5ZpHsQ4N5oI8fBbAd3TVzfha { 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; }
#bCnzkcGyRLim5bQMyvoQOIRxIJCt7AAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UTk9lpEtSDbdr5UCvu2kBUgJOWTmM2OK { 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; }#UTk9lpEtSDbdr5UCvu2kBUgJOWTmM2OK.adaptive-delivery-prevent-bg, #UTk9lpEtSDbdr5UCvu2kBUgJOWTmM2OK.lazyload, #UTk9lpEtSDbdr5UCvu2kBUgJOWTmM2OK.lazyloading { background-image: none; }
#KALTKaLe5GCsoM09O7V1uiNmZgGS6QN4 { 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; }
#Umw4QTZxuSdE7bxlpkp1dpOhvFO8LFiL { 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; }
#uynWBxtQf6LBziAxprqSafguokuz8SVU { 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; }
#VeIzVvxVWzxWEGr4LhybepTMPz1tgynb { 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; }
#Wd1VL8BmETSHbFbRBrflO96Edwx99QZr { 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; }
#A0L6qL9wyU4Hu67FyKcZuwuuvPEQEP95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wxcGLqgTSTW8RzT741vRIc58Uc3VwEeA { 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; }#wxcGLqgTSTW8RzT741vRIc58Uc3VwEeA.adaptive-delivery-prevent-bg, #wxcGLqgTSTW8RzT741vRIc58Uc3VwEeA.lazyload, #wxcGLqgTSTW8RzT741vRIc58Uc3VwEeA.lazyloading { background-image: none; }
#zrkk4Lo4Hskr1bVxydpuZw6yVEIgSJvJ { 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; }
#MTugC91eMiIxGysllZQfpvC7NnMeJTAN { 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; }
#ZID4G1aTIirwtLEcghdoVq5uKpFQpLQB { 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; }
#DTb8f7ngOG6gEuGiwwyI4pVCQL91GEqM { 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; }
#FTyAZfPUaLl80XzR7eWwBAI16uSJ06QP { 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; }
#OvcSynE2akoaTTm9Rh5u9oeSxm37tn1E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SpTPN4eO2XXk4tpl2sJuiqcQCf8WJI0P { 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; }
#Rb2vsnTS18TXc48PFxzNhlElRS6np2NL { 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; }
#P5XXmiNlAlLrJUxxgEomDzkssEVphTOF { 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; }#P5XXmiNlAlLrJUxxgEomDzkssEVphTOF.adaptive-delivery-prevent-bg, #P5XXmiNlAlLrJUxxgEomDzkssEVphTOF.lazyload, #P5XXmiNlAlLrJUxxgEomDzkssEVphTOF.lazyloading { background-image: none; }
#i2E0OhAnH7hXETS73thqNKs8WVhTs6Tb { 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; }
#ohKv9XyhKhCemgx2lOh4gm99OEWyHOHP { 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; }
#apGz0yGGCCEt6yfS6PSQvpx2y6fM7tny { 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; }
#VzNe9CmursMkvEZyXUeFKDDJJipS6gns { 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; }
#xrO9TQuaQTdrUVt4WflfKh0uZzUmZrQx { 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; }
#a4SXGihKAcpQBWQqyuMhxerabs4XUGGy { 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; }
#r9zTDXqDcVtmHxqDiBRwVm8VzRXo5HzR { 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; }
#l8LWguPeaMbzDaznDazMW9ORHnUEXCTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#onIIRZHDui0q1XC6TbvltKuq6SV6FbA5 { 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; }#onIIRZHDui0q1XC6TbvltKuq6SV6FbA5.adaptive-delivery-prevent-bg, #onIIRZHDui0q1XC6TbvltKuq6SV6FbA5.lazyload, #onIIRZHDui0q1XC6TbvltKuq6SV6FbA5.lazyloading { background-image: none; }
#WewI58K3nV2sFeWtCEJi0Xf2vxClPFWT { 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; }
#mXh3FdtXZtc5LC6BAaJZdT9ZP5EeOpqa { 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; }
#WrJ62XaBWU4E2PEfC4LA6dvD1AaEHgTi { 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; }
#mO9wTp1O2WnrPAwx8rtvlx3aF8XAOGFl { 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; }
#N6LfbT5AeERcBkrNhmgQnLCBr0d4KxEv { 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; }
#sGdoV2LF1bVmXkFh3QL8INJ5GITwQctU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vayl9u0KGqC5c3hpOizoXuEXCIieHs9r { 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; }#vayl9u0KGqC5c3hpOizoXuEXCIieHs9r.adaptive-delivery-prevent-bg, #vayl9u0KGqC5c3hpOizoXuEXCIieHs9r.lazyload, #vayl9u0KGqC5c3hpOizoXuEXCIieHs9r.lazyloading { background-image: none; }
#B9rNxXPpX1itbkAcrIbgqoZXUNHTmpSH { 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; }
#GibLCxgFMIfGmHN5rJN31BqvsBo2zZzl { 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; }
#uKcD4lX4F5dmJCbnidTfi3XIMqryvr9g { 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; }
#N7QS0fWxuhQQdlWlVACJOByVJyWD7uMw { 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; }
#KuKLecXbAbQEtthRb58o6cp1th2mKxRz { 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; }
#f80Ox4hlcTlP5LA0NTnbqdX39lTKAraX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RN4TRz6gWlweZTRGfRZfAOQ87Qbm87Ab { 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; }#RN4TRz6gWlweZTRGfRZfAOQ87Qbm87Ab.adaptive-delivery-prevent-bg, #RN4TRz6gWlweZTRGfRZfAOQ87Qbm87Ab.lazyload, #RN4TRz6gWlweZTRGfRZfAOQ87Qbm87Ab.lazyloading { background-image: none; }
#WUBfN7CnbA8LMuuAyb6QxR8OCZpeivCw { 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; }
#Wvwo0Lrb1hQhBKHTh2THAmUdlgZBM2Ty { 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; }
#rR8sAEuILuT0G6AtLg0ZyGTyDpanufBu { 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; }
#h2OUo7rBtReBF2gn61RXzCmMnp9g1UbA { 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; }
#TX3PemgqyntJlskU4s9xD7FoDHFgmA2C { 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; }
#uad2FuvO2MVvJJxRCsRNdwqL1LsXkfsv { 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; }
#OKeU0pXOVfC9HEzTUVGr5xpV4K0vmzD1 { 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; }
#P8hOi9rHhznk3t6dcaDGshCvEu3Z12TB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tghoosqh1TqSa2RTuPmTivcS48Pk9Ds3 { 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; }#Tghoosqh1TqSa2RTuPmTivcS48Pk9Ds3.adaptive-delivery-prevent-bg, #Tghoosqh1TqSa2RTuPmTivcS48Pk9Ds3.lazyload, #Tghoosqh1TqSa2RTuPmTivcS48Pk9Ds3.lazyloading { background-image: none; }
#TqxESNLLWUXUXqfTox5fDuGRlvJLx3h3 { 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; }
#TVHCim6HBr7Ku45ZTeATGVdrIESpAiDU { 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; }
#sVTr6NxsCOGN5axxNVesy5Zmhvle9UoX { 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; }
#exBSNrd32uNLla79gR1myTZ3FdqTkZcR { 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; }
#ZdTvLVZtH4rU2fOPz5IA0m1DBTXoasul { 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; }
#mp0Tntc0wa9yOmJaO8UhMmIhdePvSzLq { 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; }
#CEnohma1CDAXXKZ9CmmGvV6En680PneX { 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; }
#XbRrItKgsc2nNSTr3k5qi3QPy8Lirlrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DloD4XCKW0wTPzZx920fKcT4ww7E4PGB { 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; }
#eK2pAmcyCWcOEF41nimM4nbcKNnvlN97 { 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; }
#M3t3xuViJIfvhc1U76N6FTTVhSnSsEB4 { 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; }#M3t3xuViJIfvhc1U76N6FTTVhSnSsEB4.adaptive-delivery-prevent-bg, #M3t3xuViJIfvhc1U76N6FTTVhSnSsEB4.lazyload, #M3t3xuViJIfvhc1U76N6FTTVhSnSsEB4.lazyloading { background-image: none; }
#E6qcntd7vWoOMNrGDGPyTP52t4q5yxuK { 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; }
#ScFhIHalHg15SwxXMoJzSoLhyMJw6D2N { 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; }
#RFmq7fgyDCmk1aTU6q3wXd9hQhTAaGFy { 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; }
#VnCe45pPOmelJL7dXmNNP3mqgtdPwM63 { 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; }
#fIDX6b1p3zrdT155GOrkbBLQrKIcCEDp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tKalmOBd9oU3XmmHmqr5M7lTVikGNUE6 { 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; }
#GXkKwHPieQWyiemZJqS1SqG86Q7eFTD7 { 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; }
#gIOTC1eKKCunxGD459sIZR6Rg4Cr6EoB { 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; }
#enILgZc4yL7BPbmkD9oDh9UPwLSz4Wl9 { 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; }#enILgZc4yL7BPbmkD9oDh9UPwLSz4Wl9.adaptive-delivery-prevent-bg, #enILgZc4yL7BPbmkD9oDh9UPwLSz4Wl9.lazyload, #enILgZc4yL7BPbmkD9oDh9UPwLSz4Wl9.lazyloading { background-image: none; }
#CRbh4d1qEqNmo3ImTTtpUMQ9opBFySEz { 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; }
#GDaS6FEPfOUyumtRJvaEb4xHML3mrTky { 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; }
#L9szr3I8r8l7BJV9C7XAtEVKz7P8PgT5 { 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; }
#LqurIl8xrTbG2FyZGcbZnG88PXWS9I2i { 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; }
#lTUVKIO2Z3vSgxEQImpvfeoiE0vuM4cW { 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; }
#pxoN0NA7thyK0mpNAZqEMeh7btpGro8K { 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; }
#W0x6qgQhUsLn9ztyXMEDHJ7hEPmyWZ5K { 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; }
#NgJ7mHc7262Gbeh9aqcAvaA0ZsU8N903 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GozwO00BaSV1kOUhqURztcmn6TCyd1Kl { 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; }#GozwO00BaSV1kOUhqURztcmn6TCyd1Kl.adaptive-delivery-prevent-bg, #GozwO00BaSV1kOUhqURztcmn6TCyd1Kl.lazyload, #GozwO00BaSV1kOUhqURztcmn6TCyd1Kl.lazyloading { background-image: none; }
#u0epEUB9UtouFXwMccuKI2Rl1qNItK8P { 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; }
#dUhtkwIgic5ITo4CRvBSbHeQ0Uw7Mc6T { 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; }
#npvosD93q7GWwGtbHWOHEdquSZu93ewb { 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; }
#mcEO1Soo6lu1IgLJ5rR5CZuwokPKvyBI { 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; }
#KpbTPcsrIkWcp2qv7ceQTIoHottxxDN4 { 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; }
#HwJf8qwE4xIdtwDVHgFGcTMLIRLN1liy { 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; }
#TFBR4BOs1VFQ53NShEVoQ2zLcd9ewIyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WZiPdECXU4vn7pTVLG9zRaGTFokd7tSO { 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; }
#ukFQCquc2f6TUPzsMTm7FKCmIGQ2oXbN { 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; }#ukFQCquc2f6TUPzsMTm7FKCmIGQ2oXbN.adaptive-delivery-prevent-bg, #ukFQCquc2f6TUPzsMTm7FKCmIGQ2oXbN.lazyload, #ukFQCquc2f6TUPzsMTm7FKCmIGQ2oXbN.lazyloading { background-image: none; }
#LdT7klpkB5TAK9z0W3WDtAqDkTBwsOL0 { 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; }
#vu12GXcT7EE9ToIBSweoqS38nZeaGoyt { 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; }
#O12BCfGmn6k4A41d1WtGzEhSbfWw3qSQ { 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; }
#EpfkHiVurTRovkxEu9mW6N4dB9T2gmgc { 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; }
#u26f0kk1ohDBhU2bk5e5oZlRsIuw90Ol { 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; }
#x58nXBO0mw9CvTOCR8GvxTTAkOAsp8Oz { 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; }
#p1Hm68wI0NTiVITnhLUaCHhhRkySpneo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BVGwvSLOlfGmLrULXlkFIAqcCtPU8TxN { 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; }
#zamhFMJtiFSw1f36uaCsJmO08hKqWXoK { 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; }#zamhFMJtiFSw1f36uaCsJmO08hKqWXoK.adaptive-delivery-prevent-bg, #zamhFMJtiFSw1f36uaCsJmO08hKqWXoK.lazyload, #zamhFMJtiFSw1f36uaCsJmO08hKqWXoK.lazyloading { background-image: none; }
#NTIv2368o2vMn8s7yNgdQS1TrdNkTAnD { 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; }
#R9esUSCdsQAmbPnRCtTdKHXH6OoMaadd { 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; }
#pr2IvDHJo2WMAv4MRTAnWFI3b4vT7FUW { 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; }
#z5Rmqb8robWhES06EvUP40cBGgrAnGFL { 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; }
#fusxlFoZU4FtZmyFMeTkIbGniMd5FPQT { 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; }
#aFzJFgSPbuz4zgdBN2SWftypqp6zwTcm { 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; }
#kS7fgtQtIXcgyl7BkNibZRydpwrxVUEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l1Di4Ne5RF42B5SI9DSNTJN9II75RNfB { 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; }
#xvDPMUJh9wyzenzDQVCzLy8NwK95QuU4 { 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; }#xvDPMUJh9wyzenzDQVCzLy8NwK95QuU4.adaptive-delivery-prevent-bg, #xvDPMUJh9wyzenzDQVCzLy8NwK95QuU4.lazyload, #xvDPMUJh9wyzenzDQVCzLy8NwK95QuU4.lazyloading { background-image: none; }
#Da23UAiMn0A1bwETZk3sU6o4pZiunVua { 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; }
#CLGqEUHVNKyDHb027LLmmFgN5tsZIQ8b { 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; }
#Nt5fP70VyJpHawwqJusz56s2F2OxLl9c { 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; }
#LbvDa31Tl9eLguBDA149a7G1yxb0nwIS { 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; }
#I3ZPoSMlK46QoxJvcPqQBM1mgu1wLTmg { 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; }
#EdtILy3JG9Q01lHhwhbCl0RX5hOwTCW5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VDuoBCppL2PHfMUOzRD8ndUm04T0oX8A { 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; }
#b5lkkWiPZVy5W66TGSdZW0dg4QmEpH1t { 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; }
#VrCGU2HxdegE63F8gidTfZbU2sbezXTK { 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; }
#S9AQ6TUl0EbxeIk75hBrty621yRToKp1 { 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; }
#R7xQLSVSQNa2EriIhoDQwI6WJAniwrEw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 { 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; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7.adaptive-delivery-prevent-bg, #y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7.lazyload, #y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7.lazyloading { background-image: none; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row .container { background-color: transparent; background-image: none; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row .container > .video-iframe-container { display: none; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .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); }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row > .video-iframe-container { display: none; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .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); }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row .container { border-width: 0; border-radius: 0; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:block; }#PsAkAA0Ksz1hUFVB9WPSStmhzT7NKcCz { 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; }
#y3pdxWfTqEozHpa54tibHagJnRgVU59H { 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; }
#IMSob37TiI7JryKhtZCWKvZ1Gx9nldz0 { 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; }
#JE8HWDFsbQiComcvaLlq0nkpLVXRXLlH { 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; }
#sFlQIsKwigOGJ5nRFRE8wLkoETb2JlKf { 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; }
#M0PCtJiMxmVs8JX0q9vEEft00mHmGUA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u1sGI7zf8duLBPFWp2iCMT5SD2s21FkT { 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; }#u1sGI7zf8duLBPFWp2iCMT5SD2s21FkT.adaptive-delivery-prevent-bg, #u1sGI7zf8duLBPFWp2iCMT5SD2s21FkT.lazyload, #u1sGI7zf8duLBPFWp2iCMT5SD2s21FkT.lazyloading { background-image: none; }
#axZv7Hs88aTIUVC2xpqCEPrv907gMVmf { 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; }
#gd2TbZT5POOUPfxUQ2SVvwG037UGRGAH { 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; }
#lVdPxhry4TUUh8kT2bPuSoXd72zcIqsh { 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; }
#lQGsNQBAvSdMKhSkx8r1eHz6QTiCfe3i { 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; }
#oykEgh6JyhIw29WSbRUkdSJBKTunzBz4 { 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; }
#PTc3hvqxQxX0Zn0xId6ZtqRuCS4ICdzB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NBfx9dPpsXfTnLTgzRW5DyCzNXmHQofT { 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; }
#RtTy9NaTOrTvC3JAZBUJftbIwd029fUs { 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; }
#uUnLNWgyJD6TwERlSaXavGTof5ExWWRh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HsH7rSivyPTm4R1BzITcD2Ix1ysEKwNO { 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; }
#mGTG7feCTzw2JLU2uqWgWBIJmorBvFeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eOSVudRnDSlAvZERDJiJu5nFeUXtAy4l { 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; }#eOSVudRnDSlAvZERDJiJu5nFeUXtAy4l.adaptive-delivery-prevent-bg, #eOSVudRnDSlAvZERDJiJu5nFeUXtAy4l.lazyload, #eOSVudRnDSlAvZERDJiJu5nFeUXtAy4l.lazyloading { background-image: none; }
#MMNe5hTGbrEduUn9ZPU1BWK1U7HLan5U { 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; }
#xfbHRHUp38Dg2L3AbpXL89vbGNm50m0k { 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; }
#UVGWlyu8ZFUtF5iIeeyIT4bNP8EeEFwd { 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; }
#ZpMNsgpT7X1DW0OADcR931ZP7lBMoW8k { 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; }
#ZvBVcncyDN5zcF6bc1N6EwFtPmzcdxQl { 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; }
#cOTMK5Q12CKB8LxiqnBqgu2TpFVbEinx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uLxMT31m80rgqDaZRwF9TF0sAymPqB2X { 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; }#uLxMT31m80rgqDaZRwF9TF0sAymPqB2X.adaptive-delivery-prevent-bg, #uLxMT31m80rgqDaZRwF9TF0sAymPqB2X.lazyload, #uLxMT31m80rgqDaZRwF9TF0sAymPqB2X.lazyloading { background-image: none; }
#V77ofP3TCaKE3TW0VqdEmeTofrwgVgpd { 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; }
#bPUpKOFk7btDseOJ0vyyoG9Crt8Ofpao { 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; }
#J2grPgJFEGGTyQrVI7gJAwZCtN0bfxHy { 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; }
#a4QgrfTzEITT2v0XCRIz5UnT227vmuZQ { 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; }
#OgDXRfJAwWeKRLO1x0wtzZrElSMIR9lg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#af2MtCaFVwv8W12G584hB0ySbMEQM8SR { 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; }
#QxSMmMo2ON2p6Zn2a48JUXzJu6SwLTOx { 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; }#QxSMmMo2ON2p6Zn2a48JUXzJu6SwLTOx.adaptive-delivery-prevent-bg, #QxSMmMo2ON2p6Zn2a48JUXzJu6SwLTOx.lazyload, #QxSMmMo2ON2p6Zn2a48JUXzJu6SwLTOx.lazyloading { background-image: none; }
#yv01yAa4Hmh82J0dZT6EikuWAtBuomZB { 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; }
#h1HLuKzyc61hQ1tPTTuUSVJw5SqkaS8R { 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; }
#XaZNxW5hRQozmO0N1Qr6Ghn6TzzGbCHn { 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; }
#xyoFJE9yb77E2TS1bBSm8UwwOEdlJ2k9 { 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; }
#QfkmkTeyyHumH9PHXIdGf1s6nQ6ck9ux { 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; }
#oNmCDvneXUTbifzhZhrpdIs7hn0Jr3tk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tfr60Rct6TCoknNm2TyvZCKZbJCozVCf { 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; }#tfr60Rct6TCoknNm2TyvZCKZbJCozVCf.adaptive-delivery-prevent-bg, #tfr60Rct6TCoknNm2TyvZCKZbJCozVCf.lazyload, #tfr60Rct6TCoknNm2TyvZCKZbJCozVCf.lazyloading { background-image: none; }
#N8D0RADHIBGMUboKqqtiWRCVZwszBdrp { 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; }
#wNEPPaNJZccMvCTKa72J3IFvRtDAgJXp { 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; }
#izHdrbkVHp6IpKBOeE2N2QSs0lyqH1mw { 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; }
#dVPwtnNF119AdviW3JGxp9d9TFO7qKnS { 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; }
#yWcTWtaA10h06Byqb15yfAue1NeRgGIW { 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; }
#tLmde7lvyr5r7OdE4Hu8P7OLe2hcLukW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JlgQrDQdTg2q2SFzRf6fSdh8iHC6NMtW { 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; }
#eDZZEViiH9x8fQ6VcyHgBUsLzySxMXcl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rFKmsfgAGiVna2ZkI1OCx6dCFK66b7dC { 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; }
#ypcm4f2DTrZJHAmcIfX2U9hoFCSqgKnt { 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; }
#WXoCzoc3FmwEJVMTWZsAuuqxt5TWpyvF { 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; }#WXoCzoc3FmwEJVMTWZsAuuqxt5TWpyvF.adaptive-delivery-prevent-bg, #WXoCzoc3FmwEJVMTWZsAuuqxt5TWpyvF.lazyload, #WXoCzoc3FmwEJVMTWZsAuuqxt5TWpyvF.lazyloading { background-image: none; }
#ovO64cwSKT8e2dVtJTuBWNkg58nPkw00 { 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; }
#cUELrnSu3pwkww1SZ4O7uT22OFtzWAig { 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; }
#WGq2fDyLBVs643xaRJKFbUs8ziMcD8TV { 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; }
#HWfuxw8Ql6Xq4rKtfIA89SctLKk1LRh0 { 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; }
#Ouh4D74vFDKo2a3WyLEuqi4FclcVazax { 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; }#Ouh4D74vFDKo2a3WyLEuqi4FclcVazax.adaptive-delivery-prevent-bg, #Ouh4D74vFDKo2a3WyLEuqi4FclcVazax.lazyload, #Ouh4D74vFDKo2a3WyLEuqi4FclcVazax.lazyloading { background-image: none; }
#NixbCTlebyd07gmvLMhvJe6yuAKDd9ov { 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; }
#r1TEA0hxwW2SB8VtS0grhO9vkecKB6Tt { 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; }
#xPTszlUr91rCqm25pCTsQdimr4nA0nHz { 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; }
#pLC8DBZkV22GDe5dkraahkpd6nA9CzJM { 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; }
#VRcLqLXXXN5Puuwoa0vcfdkBTXdZOJiC { 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; }
#GbHfVn3FnGRmekIkbm36F7FfWsQGseGl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t4vmFHUhTTZawD7712wC70VIMy2hSIMZ { 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; }
#nIp63MkQf2FkdPNaA2RwUOVr1vLf2O51 { 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; }
#IxJE6miHdhcw8lIaOkL5Lo4CHuDLKUch { 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; }#IxJE6miHdhcw8lIaOkL5Lo4CHuDLKUch.adaptive-delivery-prevent-bg, #IxJE6miHdhcw8lIaOkL5Lo4CHuDLKUch.lazyload, #IxJE6miHdhcw8lIaOkL5Lo4CHuDLKUch.lazyloading { background-image: none; }
#ZGTBheA8BWRZxysSPLrMxbD51GWB9JMn { 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; }
#ttdRHuutpsXMItNTkEB8NMiuMgBSHwmq { 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; }
#zaywauzg6vwKOGMaVsRq8TX2ZSt39Ao9 { 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; }
#sXlrGt3gI7MhltC34Ob2IKnlNxHdgTUn { 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; }
#tqrx2A4s9vyRkK01CVctWEEhrFb3TZCT { 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; }
#KFeROKz3TbAehFgH6m42m3RplIVe9czO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T { 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; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T.adaptive-delivery-prevent-bg, #nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T.lazyload, #nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T.lazyloading { background-image: none; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row .container { background-color: transparent; background-image: none; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row .container > .video-iframe-container { display: none; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .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); }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row > .video-iframe-container { display: none; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .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); }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row .container { border-width: 0; border-radius: 0; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row .container { font-size:0.875rem;font-family:arial;height:75.25rem;width:75rem;position:relative;display:block; }#e1VE4gvZFK08TKNoJdRe4GWbzgxaqfRv { 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; }
#yxO80LFfo4uBI6EdFMUZ1MTwNHTzGTMg { 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; }
#MS6OB4mIgyoOhRkoGwsqTQAm18nxnbKT { 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; }#MS6OB4mIgyoOhRkoGwsqTQAm18nxnbKT.adaptive-delivery-prevent-bg, #MS6OB4mIgyoOhRkoGwsqTQAm18nxnbKT.lazyload, #MS6OB4mIgyoOhRkoGwsqTQAm18nxnbKT.lazyloading { background-image: none; }
#FgU8D8Uetphls7viC6ffT7zDvwEe7XVd { 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; }
#xyWxSU62UkKnIuttv19zIEOGysMkyD8c { 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; }
#f8MTCK6ObSqBdO8qMuLRZseCObdDuk2P { 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; }
#kl12Zo0bhgTVJ2M3lvP7IfCxQLunKfyl { 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; }
#UabtlmRTkL37Tdvcale9dT0vnQEVW0kV { 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; }
#NnCbOhTZ0T4kUKh1CRgGdnyxh2h5UKPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FLxMl7hu4JM0ygASwSGGd1ghBFuvRvWH { 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; }#FLxMl7hu4JM0ygASwSGGd1ghBFuvRvWH.adaptive-delivery-prevent-bg, #FLxMl7hu4JM0ygASwSGGd1ghBFuvRvWH.lazyload, #FLxMl7hu4JM0ygASwSGGd1ghBFuvRvWH.lazyloading { background-image: none; }
#iqT1lFn4TptfZGLpc2yd3Jl8FuXrXlnh { 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; }
#rS94VBxcfdSTW6UDtxPGEvPSNCgDT7Wa { 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; }
#HPn34S97unarAXNEFlyprTpOX3kXihpc { 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; }
#iuX7KkfTPGxPBr0ZWSTkAPb6XIoPzRR9 { 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; }
#ZR44dBFUv8QklsOb6n15182sKgTvllzn { 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; }
#Xg85pScPaI6i3HosyEXG7kPw5ylyPfob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NpGZw0uCufWGZJXziziZFndEz3kITPBu { 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; }
#JTTAbokfuAlxgwb9cPCqKuDKVI9yOQwu { 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; }
#gaUuvrwlcg7ETtToklyebRtWdzc05LAy { 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; }#gaUuvrwlcg7ETtToklyebRtWdzc05LAy.adaptive-delivery-prevent-bg, #gaUuvrwlcg7ETtToklyebRtWdzc05LAy.lazyload, #gaUuvrwlcg7ETtToklyebRtWdzc05LAy.lazyloading { background-image: none; }
#swMisNPBimPuLm1HhbaXU6xTTK6wDFNR { 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; }
#hTcOvsxIkDmHlOLC0OqKi9mcSO82RT7E { 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; }
#UB2mtvy8L4VZgotxyy5yRTIuMFXeZkLt { 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; }
#yaiv7QPilR8O5suzOwHwtuNN2icMRr6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pEWmwTnBOLQ2Rl9iTEP557lOXu9VscOT { 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; }#pEWmwTnBOLQ2Rl9iTEP557lOXu9VscOT.adaptive-delivery-prevent-bg, #pEWmwTnBOLQ2Rl9iTEP557lOXu9VscOT.lazyload, #pEWmwTnBOLQ2Rl9iTEP557lOXu9VscOT.lazyloading { background-image: none; }
#ThZfyIbtByVErFhI8kq2lEHqnh1JfW2q { 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; }
#TUvapk51kxgd2yToGm3DaOWUTVPPvfR8 { 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; }
#XVxTeuoxShrQAS4TquZK26sN411hr65n { 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; }
#gynprDTB5JeaqOx6RqSNxpIMMXVvX0gr { 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; }
#faltX1LpICuIZbmSw2c0fPEOiTEmTsfp { 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; }
#Ac8rITalWR8Re2wxTvJrU8Pd1a9BfU9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eT28aanB4olcTZBRFNnbBd9cKRC29Ogc { 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; }
#Lm1u3p0VOlyBGfx0i9vxMTo9TDPQITve { 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; }
#sR8hlQ5hSq8MwsHnwI1xUOJip6C1byl0 { 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; }
#qNma1pizJ37IzmcEtzeEWnwghnmFRZ42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oAm4HgsU2rTI7m9Q001fKDFwQnbGFJpL { 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; }
#AFIp18JxBmMVtHGV8IzJXIgCNuU6qeUp { 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; }
#vxhBSC2fHDQq3mhk3WsQbVwtXgbw2nlT { 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; }
#k5med0PMARoKSG24TQ5oKVIEJwAeq8Qv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bb0MUZ9top1or0RNpP53d4nVFP3BovOs { 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; }
#NLsOwXoXg7ogqhsPcf29saLWJPSXc0Jf { 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; }
#dad9m8sCnrkm47AR1GTBfqa8VHs9ucbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iIaMmKlyTO2L1T2Kkka9dXWpg127lKWc { 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; }#iIaMmKlyTO2L1T2Kkka9dXWpg127lKWc.adaptive-delivery-prevent-bg, #iIaMmKlyTO2L1T2Kkka9dXWpg127lKWc.lazyload, #iIaMmKlyTO2L1T2Kkka9dXWpg127lKWc.lazyloading { background-image: none; }
#xCQiZtvxeXCq6E7aSN8BJ33Wmm33ufzp { 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; }#xCQiZtvxeXCq6E7aSN8BJ33Wmm33ufzp.adaptive-delivery-prevent-bg, #xCQiZtvxeXCq6E7aSN8BJ33Wmm33ufzp.lazyload, #xCQiZtvxeXCq6E7aSN8BJ33Wmm33ufzp.lazyloading { background-image: none; }
#RGPMcmgENwRpheRwvCvDB3Io2r7HLme8 { 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; }#RGPMcmgENwRpheRwvCvDB3Io2r7HLme8.adaptive-delivery-prevent-bg, #RGPMcmgENwRpheRwvCvDB3Io2r7HLme8.lazyload, #RGPMcmgENwRpheRwvCvDB3Io2r7HLme8.lazyloading { background-image: none; }
#TCCaBlWOXeIts3Cte98zLIXdenzcT2JH { 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; }
#hZmfR2dxriEmIzNeU6WZtiy86dBA0a0T { 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; }
#B4RvHEwbhZ0ngK7RfCTak0paLsynx0sa { 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; }
#hqhwS74A2Zv7lW77alcxkfC6Mx1Kbw07 { 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; }
#cOsQqQC03gR4h6BT48ziAhCCt1fiPzLh { 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; }
#gXnIpRdkvS0qZZnnzVqLPVdRgFXVdJsD { 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; }
#TVX0lku2VRUDXToW9crXwOTxK1bFNInm { 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; }
#Vb4uTNFzodOzl2OatQDdMkktJeXXUs8U { 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; }
#PNs9MKk9iAco3n21kHnBnWNVuwSNEfoq { 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; }
#KkaeHqGvSbToCbAEGGyQOcGeXsa852aq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bFnWcnvgX8cz5hrA8o2TnyFOprX53pyA { 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; }
#MkDgwapTEQG4Ch5kNLqwgOtJzTySWrlF { 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; }
#UoywrmZCGhI1dgcqmv6gdl1i02STF87s { 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; }
#RHTGrty54bZZAtdSLke6qgHrmih1ndOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lwGnJV44VzP1Ickn0MCREl0a42kAoVdo { 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.9375rem;left:31.6875rem;display:block; }#lwGnJV44VzP1Ickn0MCREl0a42kAoVdo.adaptive-delivery-prevent-bg, #lwGnJV44VzP1Ickn0MCREl0a42kAoVdo.lazyload, #lwGnJV44VzP1Ickn0MCREl0a42kAoVdo.lazyloading { background-image: none; }
#rrtNB2pBvW7doS4eXInJJfcPciDo73Ht { 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; }#rrtNB2pBvW7doS4eXInJJfcPciDo73Ht.adaptive-delivery-prevent-bg, #rrtNB2pBvW7doS4eXInJJfcPciDo73Ht.lazyload, #rrtNB2pBvW7doS4eXInJJfcPciDo73Ht.lazyloading { background-image: none; }
#EQPrI4CbZzmTbIqtr1VmTNso1Ut7pDP8 { 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:49.0625rem;left:33.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVXKpTbetT17bA9XV5n8B5XlkIqPEisc { 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; }#BVXKpTbetT17bA9XV5n8B5XlkIqPEisc.adaptive-delivery-prevent-bg, #BVXKpTbetT17bA9XV5n8B5XlkIqPEisc.lazyload, #BVXKpTbetT17bA9XV5n8B5XlkIqPEisc.lazyloading { background-image: none; }
#USmTrUbKmd3AvWnfEhVo3v7JP0MTu3IQ { 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:44.0625rem;left:34.0625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#phuXH1T4FrEA6kx8ZzLeHBLtcalmQSFz { 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; }
#qS8LQuqEf0KvkPbiSXRlt0WDvEd8MJ82 { 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.4375rem;left:35.375rem;display:block; }
#scxI6N2sDsns00rlbBVROheqhJBuLN0i { 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.3125rem;left:34.4375rem;display:block; }
#TdROVIyTZx8R2nOHw6BAo1mouy7q2q2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k9tbQIDneFcbQlP5DkNGkbUIEOrAL1Mg { 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; }
#iRkw8EyNhBzruauJIpF8CUN4QSuzfpIF { 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.6875rem;left:33.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRTnRGpCGQNP50ggF6R0eTVLgLongLTL { 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; }
#dDrETWvv3ReJNqnk1dV6KBlGyzEd37NU { 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; }
#LTdt9hn7RHGhRsTHku1TpAKHlwQVksXQ { 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; }
#JwBdvIRNzIyJuX3UVe6UCiLTUG6hpyo0 { 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; }#JwBdvIRNzIyJuX3UVe6UCiLTUG6hpyo0.adaptive-delivery-prevent-bg, #JwBdvIRNzIyJuX3UVe6UCiLTUG6hpyo0.lazyload, #JwBdvIRNzIyJuX3UVe6UCiLTUG6hpyo0.lazyloading { background-image: none; }
#LttCmGO5ACaqJ8cEUH9giXrdF7dr9EV6 { 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; }
#hkLmRTiHcktN1FKla3E5egK6LoAktZ1R { 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; }
#N1lsCw8RVkvLeSDwlVKi8nortDt5u5yr { 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; }
#QWV4CDpnMOl2dJzHKPvF2mbPVOGKhFh1 { 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; }
#gcbLSAZ4ztIVlkCmQvRJK0X7BnGKTX9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JVNRILil3Wx4Qc3yoEIVt0Py4FqckCA8 { 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; }
#QW7C5PGE5x1lJGoUEN6p3ktHxFtXlBOm { 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; }#QW7C5PGE5x1lJGoUEN6p3ktHxFtXlBOm.adaptive-delivery-prevent-bg, #QW7C5PGE5x1lJGoUEN6p3ktHxFtXlBOm.lazyload, #QW7C5PGE5x1lJGoUEN6p3ktHxFtXlBOm.lazyloading { background-image: none; }
#ykWbnx5UBc0EzHqd4yNroiwOqkTCqZtp { 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; }
#U8JtEOIapZxviVm1bvg3apu3PUDDTJWI { 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; }
#vfEI5ITIT88TnNu9JkVQO4wrQ8pRgbvV { 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; }
#QTTBptNpVCSN5qE1EvEfQOO1JSCEyL7S { 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; }
#bJb4Dcev9wWTbyhPPX1R5PG0a690ylv9 { 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; }
#ADrD2oDgx7TxpVfJdLBhILuXTX34ykm3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TTXCPZ7ux4D85aKht3eDrV2IZP3rSa4r { 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.5625rem;left:5.875rem;display:block; }#TTXCPZ7ux4D85aKht3eDrV2IZP3rSa4r.adaptive-delivery-prevent-bg, #TTXCPZ7ux4D85aKht3eDrV2IZP3rSa4r.lazyload, #TTXCPZ7ux4D85aKht3eDrV2IZP3rSa4r.lazyloading { background-image: none; }
#RSs3qgQ8u4wsgT59Tzt5CAryXUzQal5I { 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.75rem;left:7.3125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvvhUMst5Iv7a5DPcfO2aDmEF2HHTOPZ { 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:63rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUVN6hlC3QxNwlWVDv4DQRaKnfl4TFng { 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.75rem;left:9.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNFoJHVJBITZi4ulIsRDFU9zvBBXkqmo { 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.3125rem;left:9.625rem;display:block; }
#IKpeqcpA56ud0u9TU6ixQpKE20AcVlbM { 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.875rem;left:9.125rem;display:block; }
#GkTKbpN7nmIrdgBFxGsCWhkpLDf05iwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AfX9znZJ2v0dG0Gnl8Ib6bPQd53Wg84u { 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.56201171875rem;left:55.264892578125rem;display:block; }#AfX9znZJ2v0dG0Gnl8Ib6bPQd53Wg84u.adaptive-delivery-prevent-bg, #AfX9znZJ2v0dG0Gnl8Ib6bPQd53Wg84u.lazyload, #AfX9znZJ2v0dG0Gnl8Ib6bPQd53Wg84u.lazyloading { background-image: none; }
#BimX0VJN70xJPOMargdrVgovDgCfEVZw { 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:63.123779296875rem;left:56.905517578125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgfFDLZSFuetXVchTv0Ni0K1qMDTVUkH { 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:68.15380859375rem;left:58.624267578125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTGKdg27DTyXKq9yp2zFQTNQMmLAvyml { 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.6875rem;left:59.0625rem;display:block; }
#vJRBagwvLsNsLOvyDCBt9b3hIBMN0NLv { 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:71.561279296875rem;left:58.045654296875rem;display:block; }
#wezTbPgOzRHfk5F9ZZ2m3uTQklNotn4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TTBcU8Tt53mV3OPBhDG0I1vsXVZ9bHTU { 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.25rem;left:30.3125rem;display:block; }#TTBcU8Tt53mV3OPBhDG0I1vsXVZ9bHTU.adaptive-delivery-prevent-bg, #TTBcU8Tt53mV3OPBhDG0I1vsXVZ9bHTU.lazyload, #TTBcU8Tt53mV3OPBhDG0I1vsXVZ9bHTU.lazyloading { background-image: none; }
#RFXNP7EHmmqMXrAI1NTTK5h44T8Ju3CR { color:#1799eb;display:block;width:11.4978125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100124;line-height:1.3;letter-spacing:0;top:59.4375rem;left:31.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PiyLx01rTcRwrvLBTlb37GkIiZxA0TOx { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100125;line-height:1.3;letter-spacing:0;top:63.1875rem;left:31.625rem;height:3.4130875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ik8RQwKu2P27mmhKkwcazm4BQnIkzVEk { 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.62451171875rem;left:33.57666015625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uh6oKOxsGXS9NUJ0Ku07QUm3Lx119ZvD { 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.0947265625rem;left:34.03076171875rem;display:block; }
#lt7Kgml1SaimcBO8MRpEwZMu4C8oxapV { 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.8740234375rem;left:33.09326171875rem;display:block; }
#VRuXkHqFR6qd6sdyCGVbzvvgIheawwKy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai { 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; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai.adaptive-delivery-prevent-bg, #Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai.lazyload, #Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai.lazyloading { background-image: none; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row .container { background-color: transparent; background-image: none; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row .container > .video-iframe-container { display: none; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .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); }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row > .video-iframe-container { display: none; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .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); }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row .container { border-width: 0; border-radius: 0; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:block; }#aOg5a1FsdiCqtXZgEE0uMy8KuQRSkm7H { 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; }
#HUlQCdH0fvRDUk6Jgnthnc9bf0r3u5RT { 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; }
#bxgDufRdGKrJU1KzwEuezieA0Tz56L7n { 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; }#bxgDufRdGKrJU1KzwEuezieA0Tz56L7n.adaptive-delivery-prevent-bg, #bxgDufRdGKrJU1KzwEuezieA0Tz56L7n.lazyload, #bxgDufRdGKrJU1KzwEuezieA0Tz56L7n.lazyloading { background-image: none; }
#vIWTxhr7seSPpxZkCkFOLFi0a7A9KPPE { 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; }
#SegyFrDBnrhN5BGLGSSrlbBmS5vRId4U { 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; }
#gZ7CUpcKwC5GVtQoRxCwtJVHrm12ZDRi { 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; }
#brnAQ1wMD0qGT0EKaQ5PRIiAlTaGeUKT { 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; }
#NaynTMuq7EE2SCl7LT0RrTyTbII9vCer { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R06ipMRtxNZmFPDWudwFHCL7LeRfAI8t { 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; }#R06ipMRtxNZmFPDWudwFHCL7LeRfAI8t.adaptive-delivery-prevent-bg, #R06ipMRtxNZmFPDWudwFHCL7LeRfAI8t.lazyload, #R06ipMRtxNZmFPDWudwFHCL7LeRfAI8t.lazyloading { background-image: none; }
#nnDCZCKNTza2V7JG3wgeEwCsb8O1NSA6 { 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; }
#gEsGJ1B4mS0uDHDuTFwTEXfk78HvSI58 { 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; }
#JFEuTkekPZ72W4TsW19FnVAK5sEpSahc { 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; }
#x1FSVRi9DylhZ4A6uvefRKklZ8wztVog { 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; }
#vLBZbgzAdFbQJTWO1hKzQIshsP8S2G2D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fkLT2ZPTeUlLaXSnfb8sotNHLCgiaDkc { 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; }#fkLT2ZPTeUlLaXSnfb8sotNHLCgiaDkc.adaptive-delivery-prevent-bg, #fkLT2ZPTeUlLaXSnfb8sotNHLCgiaDkc.lazyload, #fkLT2ZPTeUlLaXSnfb8sotNHLCgiaDkc.lazyloading { background-image: none; }
#IXN3HNheGPvSVq7g0nUK1Mnc1OvGAP1b { 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; }
#CipuecU1eiZtTs2KlyA5QkT9ow67nb1z { 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; }
#cEt7VqWAQT5Z5iJXGKPLRL0qe33UTqOI { 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; }
#grzx5hZTHB2I4yJ7lpn0pPTdVRLRcQWR { 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; }#grzx5hZTHB2I4yJ7lpn0pPTdVRLRcQWR.adaptive-delivery-prevent-bg, #grzx5hZTHB2I4yJ7lpn0pPTdVRLRcQWR.lazyload, #grzx5hZTHB2I4yJ7lpn0pPTdVRLRcQWR.lazyloading { background-image: none; }
#s00fVI0D5AhwBmoT539iyeCnirFALPHe { 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; }
#MWoWvpvFDGXRnG8STaM5Rph1FmydtmTq { 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; }
#fU8PQTukWn1Lb2GG19FZaDqJTcfn9Tcu { 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; }
#UwJAIq88OX5S1oR77bzplT2McSS86oDT { 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; }
#iXaWtTEUQFTgqN50xTOEGQdF1oaTTAMg { 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; }
#LPvpOU5PpTTIOoRdsPJhif3TaF7ISPs3 { 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; }
#JpTkVAu6RBDEtaE5mXCnVXcROy7F6C9N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TAMSvoyKDf51WlZr6W5dww2e5vT59tuO { 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; }
#ZacBrFy4ZsL3CqwXmaKWZcHgqOURRCVd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#icpGuKenRJeabvgcBcdJlHhqJWD49lTD { 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; }
#OUFoRGxZLGarbGyq4Q2K2hVq800ySwgz { 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; }
#IWsKCxznXVOtFQNm4opUDeQ07slZL6Nx { 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; }#IWsKCxznXVOtFQNm4opUDeQ07slZL6Nx.adaptive-delivery-prevent-bg, #IWsKCxznXVOtFQNm4opUDeQ07slZL6Nx.lazyload, #IWsKCxznXVOtFQNm4opUDeQ07slZL6Nx.lazyloading { background-image: none; }
#enpxyyMc6J4nGdFePGx7WRp759vqkNp5 { 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; }
#KguEwxTAimvGidWFozTa2pCPqkTFUIHc { 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; }
#LnkLTNCRL18TUaTatHRKkGBfti9QIen3 { 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; }
#CyKIQvWNfxs80vw8B00deZGBTfTsII1x { 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; }
#WmkkmJpaLhVkFk2VrTT3rO2udQpwhiJ0 { 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; }
#MtAyeDRz3JuTgpgxTi0f6PF0q3dAVWwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N7R8cA2gaGHhoMJizDqXCxSp16I4iLSM { 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; }#N7R8cA2gaGHhoMJizDqXCxSp16I4iLSM.adaptive-delivery-prevent-bg, #N7R8cA2gaGHhoMJizDqXCxSp16I4iLSM.lazyload, #N7R8cA2gaGHhoMJizDqXCxSp16I4iLSM.lazyloading { background-image: none; }
#ODeHeMBHWXoM14M6TsKWURWsq9Nw8xPd { 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; }
#MfJnbXwDLwex3AP1IXsfCLEmSEEG3XnZ { 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; }
#Daz2rl0H1NEbp7xP6VSlmyPtTuIWn9EQ { 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; }
#zua4tfDmvyTlTbFpbnctNWrCawZD46T7 { 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; }
#AxqJcNGutTi6wBLDTsDbh6KsucZ3TZZv { 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; }
#twtiWUKmorCBAKLqsHaeAaBlyTniMR8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fdw78yzs9Cf02Nf73XwogRKn77JUDUdh { 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; }#fdw78yzs9Cf02Nf73XwogRKn77JUDUdh.adaptive-delivery-prevent-bg, #fdw78yzs9Cf02Nf73XwogRKn77JUDUdh.lazyload, #fdw78yzs9Cf02Nf73XwogRKn77JUDUdh.lazyloading { background-image: none; }
#viLVVT56MNZ76xOXvg0Tf4pcV3JWP2yb { 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; }
#KIO6sBgkMyG5sF5bP0LcM0OTTdQFB7br { 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; }
#T5upTN7REh3F26tLddBM7Fa55h08yks7 { 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; }
#ywNRIodInS1NT5Rp5rTdqbphvf9TFGvD { 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; }
#cR7cJCAu3Xb2A4ncgxee9eGZJuxiT8c9 { 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; }
#TFBv35Qco72xOichKkGkhXiqNAearrK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DcV6KgabGE0pTPD784cnxIW4w0i5XSbP { 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; }
#lclmeDs9XJHJPxILrAKQmUVPtw6yWDQR { 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; }
#CJVn5sWkQGIuu3yErnXHDebWXaswTOS5 { 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; }
#N2AGXS9ewxJ8lWdxqZz08qctTSQfWm1B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UCpEUIPVvbx5mCyuTkmHGaPXul73wv7E { 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; }#UCpEUIPVvbx5mCyuTkmHGaPXul73wv7E.adaptive-delivery-prevent-bg, #UCpEUIPVvbx5mCyuTkmHGaPXul73wv7E.lazyload, #UCpEUIPVvbx5mCyuTkmHGaPXul73wv7E.lazyloading { background-image: none; }
#D6sPJHBZLtG4Ml0TKpKWepQ6QnnCaU2k { 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; }
#fNTTsrubPtEwH5NZ2tPc9tVrqyL7ZbXs { 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; }
#T4RynDaONOcPPdP6OJ8EPPnRkeIZtenU { 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; }
#F8G8uDETF1lDbreEFHsAsBbkBSaX6CU1 { 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; }
#WgIg3Jm0IJFmUfcJTmxMBTKwmpofNdn7 { 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; }#WgIg3Jm0IJFmUfcJTmxMBTKwmpofNdn7.adaptive-delivery-prevent-bg, #WgIg3Jm0IJFmUfcJTmxMBTKwmpofNdn7.lazyload, #WgIg3Jm0IJFmUfcJTmxMBTKwmpofNdn7.lazyloading { background-image: none; }
#LcaJHKwKpe8uGAE99goByeMxwym02gNr { 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; }
#DVwTvgagKSiFSE3HrFmOp7q769sMc9qu { 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; }
#dpMQo2tVD3ycXvfmOkaFgBca4r2BbgTn { 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; }
#RPq6C2JKqkyLtIvbXhqzLkNq2FqB07cU { 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; }
#BrhiCXv1qUc2R1xECHE3K9NrWZsidxUV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ak7RSgpfXQJNZhqwTRgOpDXFtXleZWJ4 { 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; }#ak7RSgpfXQJNZhqwTRgOpDXFtXleZWJ4.adaptive-delivery-prevent-bg, #ak7RSgpfXQJNZhqwTRgOpDXFtXleZWJ4.lazyload, #ak7RSgpfXQJNZhqwTRgOpDXFtXleZWJ4.lazyloading { background-image: none; }
#mxe5xEhlFX5KbSNAD3eCHRwJZezflCSR { 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; }
#ewwBBxQyTKUefWTtUL9panx66EU4TrbG { 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; }
#LyX7zBKHMcZr7wLGsJB2eoIIZAvJMXeT { 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; }
#agwEBCH2IzkPAxx5HKGMSNItX9AbumDB { 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; }
#nLiKhpp7SKEAc3IvCrdnf8WhmOFWyuVJ { 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; }
#laqZ381GB0gXOfaFOFxJny1URbwe12G2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M08UDwzvTOlcPC7LpNb8eQLuu7fSvNnR { 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; }
#gxL7avxR6Z4ugqKtPonePZqIWPUnrVw6 { 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; }
#Kb1v0A9Jiq8TLL0VzTz4rGbmTkUI5R9I { 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; }
#hpmVBCcv6SoMflrcSVbZXLfzOdrO5JAg { 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; }
#Iicb5dav57Uw2aGz1GRhd6pb49afLhXU { 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; }
#PgkLlDXxrFQeNS6oAXXq6yJ5GnnWWTSW { 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; }
#hrR9L52KZ0b6knkiH2JThpr8mImOVKr5 { 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; }
#zgmW1lIbWJ3TLRMZuA9dL3qpmLdguXBT { 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; }
#uus1EPXmcma69JIZ2HBq73xXU0R0lGDI { 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; }
#WAGp4nNir6dXMxgpHcTf8z4y5vdsxnSN { 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; }
#PcTNf3bnqJuTDH6JTqPGEoszAmf6hKLS { 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; }
#GzgpTHTuML9KbLwJzgscFMkoaEbgNeoJ { 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; }
#Rki8LIE0oSJfTb5ZzuBZJZb0Tgnds1oG { 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; }
#lpQQWeOHJNWaWVJssTXrXRS7iDclyfMP { 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; }
#wP3ezi4fJhHiGuJ0XOiVrWHHVrb7JHVc { 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; }
#SbiusNiyKy2pgsIdIucdAwF8x6ugoNwm { 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; }
#VaaLixv5k6eugioTPkL5NweJHA4XOOLD { 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; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD.adaptive-delivery-prevent-bg, #VaaLixv5k6eugioTPkL5NweJHA4XOOLD.lazyload, #VaaLixv5k6eugioTPkL5NweJHA4XOOLD.lazyloading { background-image: none; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row .container { background-color: transparent; background-image: none; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row .container > .video-iframe-container { display: none; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .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); }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row > .video-iframe-container { display: none; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .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); }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row .container { border-width: 0; border-radius: 0; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row .container { font-size:0.875rem;font-family:arial;height:108.625rem;width:75rem;position:relative;display:block; }#QatTboHkDsh2TU8zgqlTxS1qcMaZLgrW { 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; }
#eMWvpGhEyEdHHOfg9bFznytzns7hpxK2 { 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; }
#FxTt3sTyhBhsqT2lznXm9ASWDogmapWX { 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; }#FxTt3sTyhBhsqT2lznXm9ASWDogmapWX.adaptive-delivery-prevent-bg, #FxTt3sTyhBhsqT2lznXm9ASWDogmapWX.lazyload, #FxTt3sTyhBhsqT2lznXm9ASWDogmapWX.lazyloading { background-image: none; }
#m9nXqDE6XMpyzrgXOABVGxOJc0xHZoPD { 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; }
#UNLOr3R5clH5Ps9WgVEKDHr3UiFk2mnn { 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; }
#RwJ5IJxOG47luDoMZ8irm0oFAyXpAC6U { 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; }
#A1o8GcIsy7HNneReaFbzlR7SOOwtmNAB { 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; }
#SVBAfEVrTdJlgpc3Pa7Vp9sdEilpcpe6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qpoRvE6UIyhaBb6DFvIhUtVg0fVXASUq { 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; }
#boyLAIvJmmpH7C9yXc0SWxFkHnSfcT9o { 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; }#boyLAIvJmmpH7C9yXc0SWxFkHnSfcT9o.adaptive-delivery-prevent-bg, #boyLAIvJmmpH7C9yXc0SWxFkHnSfcT9o.lazyload, #boyLAIvJmmpH7C9yXc0SWxFkHnSfcT9o.lazyloading { background-image: none; }
#GF2hceT6qJBocS1xTNAMJrmnFDnRu3mg { 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; }
#vziQTNHrv40PdxlETi8bkQLZ0DF62FFa { 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; }
#q0f6NCOC4asVtUE1p0aWIZuPW5b7LT2n { 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; }
#Z7UJpZIgTeLrbOS3xGEXB4Ban2mAA7hd { 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; }
#pAaAlWgsxdHiuTkd05dIatP0T0dxMqEZ { 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; }
#Je8lWoWXWHxvkSzXahfhb1Fsd24BTsyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pNmpTSfGPT8qOODFk2Py885lHgm3yMB2 { 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; }#pNmpTSfGPT8qOODFk2Py885lHgm3yMB2.adaptive-delivery-prevent-bg, #pNmpTSfGPT8qOODFk2Py885lHgm3yMB2.lazyload, #pNmpTSfGPT8qOODFk2Py885lHgm3yMB2.lazyloading { background-image: none; }
#X9n5FwaWH3vz3F6CRGhETZmi5X4qsfQN { 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; }
#yxi44mNyf92Wuh0m0DMbBil61JKJyTzk { 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; }
#pReHRdp2QTkpFQT49CR9oqdo9ouXZhN9 { 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; }
#DAaLlpPgt76vNFrEPXTBATSLtzJI3mOR { 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; }
#PWDEgHz6BX0R27idV0A2HaHcbif0A0M4 { 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; }
#azsAGv7lhEKaSKbx2cAssEBaoiPEOKIv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BOJbW6L3LXdnXvQCr9dZASWM9vDnwO87 { 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; }#BOJbW6L3LXdnXvQCr9dZASWM9vDnwO87.adaptive-delivery-prevent-bg, #BOJbW6L3LXdnXvQCr9dZASWM9vDnwO87.lazyload, #BOJbW6L3LXdnXvQCr9dZASWM9vDnwO87.lazyloading { background-image: none; }
#WeccJyEGT5iLeKtrGFNwglRdRywNrPsF { 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; }
#L6iwFCu4276Ir6wWe4F0FyyFTlV0HVU4 { 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; }
#ffmI8ir55QOCwUT4wk7BLnTTT7RQ0kI8 { 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; }
#JSf8Mz1N9VOF3TZK56mhV2ncU1hKrovs { 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; }
#AnFLpfeoDPU2x5v06BApb5Bhz52OLGXi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ADl6QKoWtpdA4SG5A30euXeInqSFXS9r { 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; }
#f4Vzu7HmzVPBuSNc344BFbK2u4yMRQsA { 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; }
#T2kRScGCULeTxQb60Tu73LLUDpByPxcG { 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; }
#bdmzqabEQodPXDDWgoR4kr0h5CfDTBaq { 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; }#bdmzqabEQodPXDDWgoR4kr0h5CfDTBaq.adaptive-delivery-prevent-bg, #bdmzqabEQodPXDDWgoR4kr0h5CfDTBaq.lazyload, #bdmzqabEQodPXDDWgoR4kr0h5CfDTBaq.lazyloading { background-image: none; }
#plZTr3vhFChqDc9mE9oV74ITaNsIMllK { 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; }
#RECGTDDcv1qD8togZ4ywDPiiKXXcTsZT { 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; }
#K69iCET117T97ZufGhZasCXZPvPidXLz { 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; }
#J2HbTvvirpGMboenUM0ns5JXDImapG9v { 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; }
#XnsqnGdI2qR3SZxSUapvGIumWdnuTlg2 { 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; }
#lP1V8lcEhTOSLxoiSnPbNURN8QXvNNFu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ow9Ap6pEeBTlv9OecUT2l3l7gFt1LETg { 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; }#ow9Ap6pEeBTlv9OecUT2l3l7gFt1LETg.adaptive-delivery-prevent-bg, #ow9Ap6pEeBTlv9OecUT2l3l7gFt1LETg.lazyload, #ow9Ap6pEeBTlv9OecUT2l3l7gFt1LETg.lazyloading { background-image: none; }
#EattTXbcnrxD2WN6I7cFtRN9Lp1plkKd { 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; }
#SD2gCc6ZoIW5rw3DpDO51Fv3t3m2TAvl { 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; }
#yOtRcCTKP5V2R5uKlfQEX13Kg6ln2ZEo { 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; }
#gqz0lHQsTgRuc7FpsBzx8ctK4OIi2l49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N7x2Hdv4XOpTXu2tKgcM9TFgKzRR2QBM { 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; }
#P3GBDOquI7W8zxfVVB6tupPGKNNZdRaJ { 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; }
#mitAbHWHmbxOC2SR6cPTatZUwwME8MT3 { 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; }#mitAbHWHmbxOC2SR6cPTatZUwwME8MT3.adaptive-delivery-prevent-bg, #mitAbHWHmbxOC2SR6cPTatZUwwME8MT3.lazyload, #mitAbHWHmbxOC2SR6cPTatZUwwME8MT3.lazyloading { background-image: none; }
#E1gTuJ8Vy9sDu8Ba5M9ydncRd0DMQvow { 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; }
#S745dGt5fJpCahHfl65fWuFItvh599TN { 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; }
#o2N0wWzTDxnuohdTPaa0Mqgq2l1qEaoG { 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; }
#i3h3CFeFhxwrPmOatPthZklJggiOeqlD { 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; }
#AaBLePEKT0XOQsMklMKlbZ15i8LmAOS3 { 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; }
#obGIELmCdshz2bODmRkRBynCnOR5SxcE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zkzZrXBHTRS48VQtXTy2rVE0HlS1gRrC { 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; }#zkzZrXBHTRS48VQtXTy2rVE0HlS1gRrC.adaptive-delivery-prevent-bg, #zkzZrXBHTRS48VQtXTy2rVE0HlS1gRrC.lazyload, #zkzZrXBHTRS48VQtXTy2rVE0HlS1gRrC.lazyloading { background-image: none; }
#x7qylRREZs5B0bkr5gul2QDAvC9qaftI { 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; }
#MzIXkKmqXbAxMcUXq2zF9QG2QmE0R3PF { 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; }
#wdwoSaWeMbccPyOTfKrO0P1u5PD4DOuN { 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; }
#gRdOgqScsCqUbhBLqZwN0Mn1N0eyTaKC { 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; }
#TIB3LMZEGE636tumWXWxg9Nm3JMCZGkK { 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; }
#NO2nRc6FzF9l7wSJOeMtWzrWz5sOPm64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#diivB45TOh4awqVqJcdJIhmdclAH0yKH { 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; }#diivB45TOh4awqVqJcdJIhmdclAH0yKH.adaptive-delivery-prevent-bg, #diivB45TOh4awqVqJcdJIhmdclAH0yKH.lazyload, #diivB45TOh4awqVqJcdJIhmdclAH0yKH.lazyloading { background-image: none; }
#znbJB1R48gGbMeebsfp82UCEJmVpfA7I { 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; }
#n2C9mOExiBV8PxMZybsTZrombJglciUn { 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; }
#kb9mJQqfHRwdHCk80n3ADuIJelbkmrel { 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; }
#dtZ6fbAfcXhh8pU5zv7b8PO88nBb7LpZ { 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; }
#XMPrVqg6U6v2cHW6oTTWQTXUXq1nve8e { 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; }
#UmDL5VNqlGfk9NTaxXU5qoCQ5bkVEAit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o3gqDSTihpwIGPGSeBT4bOWbiOtwMRtN { 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; }#o3gqDSTihpwIGPGSeBT4bOWbiOtwMRtN.adaptive-delivery-prevent-bg, #o3gqDSTihpwIGPGSeBT4bOWbiOtwMRtN.lazyload, #o3gqDSTihpwIGPGSeBT4bOWbiOtwMRtN.lazyloading { background-image: none; }
#G1uWwKaM9zRf2pHLOQUcJ442oRxleSp9 { 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; }
#Mwq9lS1xrrJSVhxrAo4ST16gJAdaHVTP { 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; }
#HP5zJ6mDl487a5n21Cs3DHf9Z79Xbpdc { 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; }
#c0zu2cVpsMgssxnX80EFe06Kx0dAg7PS { 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; }
#h3IoSCbncfFFPliShp7s5D7N82TBcBag { 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; }
#OF9sQn14w0THmI6sfBTUadp5lnzTwRoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RrlE3uR06JHScJSkhIBwJawuS65qfELu { 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; }#RrlE3uR06JHScJSkhIBwJawuS65qfELu.adaptive-delivery-prevent-bg, #RrlE3uR06JHScJSkhIBwJawuS65qfELu.lazyload, #RrlE3uR06JHScJSkhIBwJawuS65qfELu.lazyloading { background-image: none; }
#Hx34QPc2JEnuoxbeShIeZamWwanKT2ys { 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; }
#fBRA2PaQfLTSmJ1MbsI72w1bVq4dqvRg { 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; }
#rT2cvzVnmMVgZVpStVZHKFAGXuTGp2sR { 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; }
#hmIkO9WZVV3vwqGX2zCouSidySnUII4G { 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; }
#wPEK5PRgf6EIEdmu1dxCRCTTT5ksTDBS { 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; }
#IJwiCkrKQvTl03O7T5c1XRRuy1W5vLTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IJfbOeOEOOz6AITOFIoeyR0Jiw9nJ7V5 { 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; }#IJfbOeOEOOz6AITOFIoeyR0Jiw9nJ7V5.adaptive-delivery-prevent-bg, #IJfbOeOEOOz6AITOFIoeyR0Jiw9nJ7V5.lazyload, #IJfbOeOEOOz6AITOFIoeyR0Jiw9nJ7V5.lazyloading { background-image: none; }
#ZlUu2IhtbKA24VUSzDzxggdsyl1FtoKB { 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; }
#s6F9IuieIF5sNRvQXwnv7F7V1stl06XX { 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; }
#WpLa51hETlkvn334LJSp9yUOkeTCXV8y { 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; }
#xFDNBrIavXtIUFqT1alBKVG2IsF7fgyb { 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; }
#UKDk7bMlFmk5yeRsP99Sa80T7WRRxR6U { 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; }
#pn9eUcg2MGptLdPdmtOWrScuuAq0fKKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UxNRvHRxfpgwNFOWpZnEtvmzBrHJ5JGL { 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; }#UxNRvHRxfpgwNFOWpZnEtvmzBrHJ5JGL.adaptive-delivery-prevent-bg, #UxNRvHRxfpgwNFOWpZnEtvmzBrHJ5JGL.lazyload, #UxNRvHRxfpgwNFOWpZnEtvmzBrHJ5JGL.lazyloading { background-image: none; }
#CgcWzkTXOzaih0MCkhKAalTMiVqJJhl1 { 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; }
#OBu3plDvovmNffqgbiJh5fMqJqkvfLnK { 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; }
#icJssmZSfSxTyTU01OL9KI81ls2cXThd { 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; }
#HoCoDiGRXZQUEwUDRUDywQyMSnH2SwG3 { 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; }
#Ttr2hg8TP1rqJXSXHTq3kapup6pN8soF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NxZ5hTHJZhoZXeyvmGsl6aev3LKO5ES8 { 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; }
#rFPTbTqcC7m4qB1nnZNppmP1CCg11l4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qwIDfdWP5cwMLaqOkAPCrqJOcPXsW38U { 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; }
#dZd87Rgb3a6ATcWDd9fiCb54iok6m731 { 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; }#dZd87Rgb3a6ATcWDd9fiCb54iok6m731.adaptive-delivery-prevent-bg, #dZd87Rgb3a6ATcWDd9fiCb54iok6m731.lazyload, #dZd87Rgb3a6ATcWDd9fiCb54iok6m731.lazyloading { background-image: none; }
#sPcFxIS0iTngggGEhfJy75izoHlKcKTP { 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; }
#lH1NJ1ScGKnEDC2b10U7Msb4NBFzqKkM { 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; }
#gpesu4ygHrn5ZkBiqIsHBk2MnQ7RPvSx { 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; }
#ev5C8TFgZ6nq3vWsvvxGAtptsL01o1AS { 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; }
#al7IeH1A5br05JTPU8808MoklywC7w6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cOLn6n9SN80zDMEp7UyNxyA8GPr3QvVh { 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; }#cOLn6n9SN80zDMEp7UyNxyA8GPr3QvVh.adaptive-delivery-prevent-bg, #cOLn6n9SN80zDMEp7UyNxyA8GPr3QvVh.lazyload, #cOLn6n9SN80zDMEp7UyNxyA8GPr3QvVh.lazyloading { background-image: none; }
#KEfJ57PURgUdQpQsu5UFcW0wQGMVwGeq { 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; }
#Q2VH83vu4LwVk9iFekh3DCXaXaFHBb1h { 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; }
#qGHAU09mV30Goynruiet7iQ5ekHThe5K { 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; }
#LqznI2rlrFROVTf69itWSft0DSip5RzC { 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; }
#FAywniD1rLSAJmU84pkgSS0fW9KFWXID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MSfhkdpH91S4dQliiyD5H7Trzll4akr7 { 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; }#MSfhkdpH91S4dQliiyD5H7Trzll4akr7.adaptive-delivery-prevent-bg, #MSfhkdpH91S4dQliiyD5H7Trzll4akr7.lazyload, #MSfhkdpH91S4dQliiyD5H7Trzll4akr7.lazyloading { background-image: none; }
#ALvffN00md5HVNwIiFGEzJpS4slUlK6t { 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; }
#Wtd7mPK2SDAlSyzUPD8XvlA9oaRw8lEn { 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; }
#mssUNvF8gR7f42FucrOTGLTTfTMXRRkE { 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; }
#aQIUs2oPfeEWrrCtfsxXApH7souQADNQ { 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; }
#fqAA9ger59ZUvlMyQcwJWStgwOOUzwpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xKqg1r0TtXW0mUBxaodT3KToAo3TFPZh { 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; }
#KyEEdOzVaXsADl2wqvwVrqH8bexHW0ne { 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; }#KyEEdOzVaXsADl2wqvwVrqH8bexHW0ne.adaptive-delivery-prevent-bg, #KyEEdOzVaXsADl2wqvwVrqH8bexHW0ne.lazyload, #KyEEdOzVaXsADl2wqvwVrqH8bexHW0ne.lazyloading { background-image: none; }
#RGr3MI8wxwscsbe3fG5IgBiUHhTPERvR { 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; }
#ARAmnI8RWkkkbQ8SX4TPLtUK7VTCv2bU { 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; }
#BN3uJDdcHqLcry9fucz6gilu5NcobLqH { 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; }
#ktmeXHNtUQ3TSdoRL3aELkwUQ8mfrK9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kqOGeOU9HfqHw83v0iq9UIP745ZZvOeM { 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; }
#Bo10XZd9nSkBrhw4agCuCTJyQrOxA6Oe { 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; }
#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 { 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; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99.adaptive-delivery-prevent-bg, #mWCTmHSkDSXFKDds6f7d34c07m0sBz99.lazyload, #mWCTmHSkDSXFKDds6f7d34c07m0sBz99.lazyloading { background-image: none; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row .container { background-color: transparent; background-image: none; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row .container > .video-iframe-container { display: none; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .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); }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row > .video-iframe-container { display: none; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .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); }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row .container { border-width: 0; border-radius: 0; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#Vv41XwUKMs7799sXiT9oJwUKXDuRO8l0 { 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; }
#k5oXSHpzPAEXv667Imu4T4327PPhCTGm { 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; }
#L1hdEi3UCEEIDpGAaQ8vq1TCIEBtx4CA { 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; }#L1hdEi3UCEEIDpGAaQ8vq1TCIEBtx4CA.adaptive-delivery-prevent-bg, #L1hdEi3UCEEIDpGAaQ8vq1TCIEBtx4CA.lazyload, #L1hdEi3UCEEIDpGAaQ8vq1TCIEBtx4CA.lazyloading { background-image: none; }
#PRxkE7uwm18qEky8UH8X3KV4muMwmCSA { 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; }
#qgyaDAOpQf0G53woboEQz8eJO3gEkGUR { 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; }
#KC9sNodfDXT7HKAt1QRC0dz7dqgOiFKr { 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; }
#t9C8p1gcvpN6swcJPTq2nFlhAMwmNNWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MZnt9pnQWBIQCBqXJPUdmAHHbPNtl9kf { 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; }
#TsPNDB3Cu1DohOAgyvt9HLfKKynCnNuH { 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; }
#p1kL3ZHXIKu45GCftghZsHeXuv3AUoqT { 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; }#p1kL3ZHXIKu45GCftghZsHeXuv3AUoqT.adaptive-delivery-prevent-bg, #p1kL3ZHXIKu45GCftghZsHeXuv3AUoqT.lazyload, #p1kL3ZHXIKu45GCftghZsHeXuv3AUoqT.lazyloading { background-image: none; }
#JnaqnrFHt1rTHoA9trhl9KiLvuGnxooc { 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; }
#wkFsSpwHHyGHz9ACCwtwQTBu4NQcFMO2 { 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; }
#KqhpzBd5ld7rTOS80AgSdwMJ9I0LQip7 { 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; }
#ogx3iu85g4NcpeR3uUoFMBLCBXqTfxO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JVJVC7sKlrUaPprZsX0XksyVQnaRlOa1 { 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; }#JVJVC7sKlrUaPprZsX0XksyVQnaRlOa1.adaptive-delivery-prevent-bg, #JVJVC7sKlrUaPprZsX0XksyVQnaRlOa1.lazyload, #JVJVC7sKlrUaPprZsX0XksyVQnaRlOa1.lazyloading { background-image: none; }
#yfM7kSzSAi3DlmO6dy5KoJDk6csWpDqy { 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; }
#b0plE3IUHFPSkoPbSIIel0rDn7wWXZuH { 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; }
#m8CinuJ7p63ZqhPdrD0yTtcoe7LVIkbu { 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; }
#eLxgRJ7JT0gFe3iithfVkDDgenNn37BT { 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; }
#A7oHlVrTtX3tZyDZ8Xn4iXvDvn4pevET { 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; }
#G24urza43yJo2q1FnH7tznCNeh8ER7th { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cNsZWNod1kTUiUqEbaWelRWKLpMIieCW { 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; }
#Uu7RRZ4Th9sTsaxw5hC5u1fkozbw33me { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#viybT2GhlGa7RNTtExHLZ92nPy3SaUko { 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; }
#VybyxJKK7UmaVfQIW4qy3S57lcR9DilJ { 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; }
#qml7V78P1a1EimlKZVngBqA3xHU5lVVO { 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; }
#cUgtPI4Z8sQ1fEbSeAPmLpoKrz7ceZSO { 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; }
#TezTXhQ7WwNCKUwWbBsu4oRbVcmkSx55 { 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; }#TezTXhQ7WwNCKUwWbBsu4oRbVcmkSx55.adaptive-delivery-prevent-bg, #TezTXhQ7WwNCKUwWbBsu4oRbVcmkSx55.lazyload, #TezTXhQ7WwNCKUwWbBsu4oRbVcmkSx55.lazyloading { background-image: none; }
#cixa5kSAF0T6BzmAD3hhvxxKmiyGp7U2 { 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; }
#HbaO3PIAX6QhaeG9TWf6KBEbHh7y4IcT { 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; }
#hGB4HlnD4XECSM7BUD06n5NTv7MBM5aM { 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; }
#sgnqAK5TX8eFBX8EtveWf9p6geKT5FM2 { 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; }
#THk575pPWokzRJeZgiU0anItWDg5yuGa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bxrTFoZmOo2H3nwkBqMtTKNfQZnGQOlA { 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; }#bxrTFoZmOo2H3nwkBqMtTKNfQZnGQOlA.adaptive-delivery-prevent-bg, #bxrTFoZmOo2H3nwkBqMtTKNfQZnGQOlA.lazyload, #bxrTFoZmOo2H3nwkBqMtTKNfQZnGQOlA.lazyloading { background-image: none; }
#Q5E8uweta063OW4nmMEZPen21VyrPuDf { 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; }
#knJBEgseeNVecltM32ZkW0uDm5Br1Q0o { 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; }
#voPQN9SLPBf8wh7Cxls4wAqg4OAFFkCc { 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; }
#NxR2fi5QK8Jrh3ykcksR2SpJeb3QCbgR { 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; }
#b8iU4HE9Hreb66FRrFTXBdaL8TTrnqlZ { 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; }
#WLLfslieqFw4PH38bHGxs50xKopZs4Ft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z8Fiya9lsxgDmxxkeRSLTAR6y048o1k8 { 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; }#z8Fiya9lsxgDmxxkeRSLTAR6y048o1k8.adaptive-delivery-prevent-bg, #z8Fiya9lsxgDmxxkeRSLTAR6y048o1k8.lazyload, #z8Fiya9lsxgDmxxkeRSLTAR6y048o1k8.lazyloading { background-image: none; }
#cGH5eQzK9LtVZBuVFLlwew4sZRniDI7k { 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; }
#h8wmdiefUkL77t2ZQoEdeu4D3uTZG6Ah { 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; }
#UQWBMVgVl0CRDkfEFkXu2SCHFriw1rIy { 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; }
#lTtT7WilZyXzQ97l2MWy84PMrfHBxGNa { 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; }
#LfQhO2xRSDG38thfKUaQ3Iu7ziJCKRzJ { 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; }
#pOQUH5GE92VGySS6qe8DwRpoRL5X0TPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Is7X5mkplstbFbIkwcmlFUmRhP1B1DV9 { 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; }#Is7X5mkplstbFbIkwcmlFUmRhP1B1DV9.adaptive-delivery-prevent-bg, #Is7X5mkplstbFbIkwcmlFUmRhP1B1DV9.lazyload, #Is7X5mkplstbFbIkwcmlFUmRhP1B1DV9.lazyloading { background-image: none; }
#IC37T0kKC6Fd5GIRvHztAX2znSq49OgC { 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; }
#kVm7cHgWCoNhlcEKJi3J5htMvPczZO9i { 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; }
#o3t9Lk9FshG3yayyJWHFamAQ2UL1TEuV { 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; }
#MdMgCNBVd4KEqbl35GucA26y8n01dmyh { 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; }
#tJTZvuFiJKz9gr2q0nwTBdXHz0QIDila { 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; }
#i7X7HTL1SQuLxaFsPHy2JVBsbavLSKqZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IJfc5CK8F6gIH14BpCOfO8liwMXQ5JGO { 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; }#IJfc5CK8F6gIH14BpCOfO8liwMXQ5JGO.adaptive-delivery-prevent-bg, #IJfc5CK8F6gIH14BpCOfO8liwMXQ5JGO.lazyload, #IJfc5CK8F6gIH14BpCOfO8liwMXQ5JGO.lazyloading { background-image: none; }
#D7W5MhaOBB8fAPQuxakia8tyi8aDvGRJ { 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; }
#kzrJrHQPpWQyEIy0PoTlNQkaSkJudOgr { 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; }
#MgLKmT94Uva2hzc3aAfqaMEiUGmPhOVt { 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; }
#WI7lptQ66FD2btRNBJbDTHgiVkcD3Dg4 { 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; }
#Sk9FJ6R3v9Tu3eKxgtbv2J4yNdzVPxum { 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; }
#ghJ14KnV11Oh9obAaJKaZy1vT1N6IJ4F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 { 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; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6.adaptive-delivery-prevent-bg, #Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6.lazyload, #Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6.lazyloading { background-image: none; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row .container { background-color: transparent; background-image: none; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row .container > .video-iframe-container { display: none; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .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); }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row > .video-iframe-container { display: none; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .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); }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row .container { border-width: 0; border-radius: 0; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row .container { font-size:0.875rem;font-family:arial;height:109.1875rem;width:75rem;position:relative;display:block; }#f0PDR3ATRh7fQvXAHT33eJwPcEklLvgW { 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; }
#cBsE3Z5uGgJJnvZAtQB9BHSDC1IymKgx { 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; }
#sBkHXxxanVZVHfLu1cNKUe35iqsa3n1D { 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; }
#iHLwSrSF5cWvffGTcHT8PHbuilkB3rw9 { 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; }#iHLwSrSF5cWvffGTcHT8PHbuilkB3rw9.adaptive-delivery-prevent-bg, #iHLwSrSF5cWvffGTcHT8PHbuilkB3rw9.lazyload, #iHLwSrSF5cWvffGTcHT8PHbuilkB3rw9.lazyloading { background-image: none; }
#dpmpKSsFtshZdyKn5kTtV0JGGNDwy0Uk { 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; }
#fQp0FfzRPGHQWky3HkOO6RgoVmr7ykV7 { 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; }
#fRhuTB5CbF9VKOu8GB5p3wlfnTrZ6mvJ { 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; }
#PmdRd05vBxJXfrKrr48y5NWVo0UtmCDT { 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; }
#ZpiXtfuJrnHPFLFh53iLwZ28TcVHwT9P { 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; }
#w8OOL8nF7eqiXZPT6c2UUp5CfM6yqZR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qlM4341wMaNIHaDbMWZNco0PeoNp702D { 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; }
#Gb7uQLTGH58NxGTATLQXZDkrEM0bFrRR { 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:9.812rem;width:13.18725rem;top:46.1875rem;left:60.5625rem;display:block; }#Gb7uQLTGH58NxGTATLQXZDkrEM0bFrRR.adaptive-delivery-prevent-bg, #Gb7uQLTGH58NxGTATLQXZDkrEM0bFrRR.lazyload, #Gb7uQLTGH58NxGTATLQXZDkrEM0bFrRR.lazyloading { background-image: none; }
#LqaEuyP27ZC2VLCgq3h0nPxwkMcaB4y9 { 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.8125rem;left:61.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8bIexr3oyJSOPr5CDS8zX4H083hAchx { 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.75rem;left:63.6875rem;display:block; }
#amyZqAFsQC9f6shIguuquxSohLUut0zL { 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.3125rem;left:64.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEQSp0EAKvGZhGN0Lnmm8Dk8gDbmUTlm { 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.8125rem;left:62.8125rem;display:block; }
#gPkbgSWMPWUoH7pBM6AzFIZJRHo6P5kE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ot4DMf1GCnlmGyU7xo2d2krrAigE8pKw { 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.0625rem;width:13.5rem;top:46.1875rem;left:45.8125rem;display:block; }#Ot4DMf1GCnlmGyU7xo2d2krrAigE8pKw.adaptive-delivery-prevent-bg, #Ot4DMf1GCnlmGyU7xo2d2krrAigE8pKw.lazyload, #Ot4DMf1GCnlmGyU7xo2d2krrAigE8pKw.lazyloading { background-image: none; }
#ULH5Iq30birL5tS9bT8RzzeWkbRagxFw { 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:48.0625rem;left:47.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUOCvXnfJ3sSrXwUn3yJxKgT5OeeKpNm { 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.8125rem;left:49.5rem;display:block; }
#T4gEZCln81m7v61IVS65TnHf5w5M5vrS { 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.375rem;left:50.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdqiudPsc17V1zFmW3BaNwbzGt5mvPTk { 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.875rem;left:48.625rem;display:block; }
#TSdGiATxkkFJFDcNwcRvlJpFW7oSydb2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BHLpJlSEae922yg1wlgJeKAdURa8wWP5 { 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:10rem;width:13.4375rem;top:46.1875rem;left:30.8125rem;display:block; }#BHLpJlSEae922yg1wlgJeKAdURa8wWP5.adaptive-delivery-prevent-bg, #BHLpJlSEae922yg1wlgJeKAdURa8wWP5.lazyload, #BHLpJlSEae922yg1wlgJeKAdURa8wWP5.lazyloading { background-image: none; }
#rMIikrJD9Cy914GRyK60q8NmQoEpGPav { 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:48.0625rem;left:31.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hfVzcRs6kF4PnXWpWpMc18raK4suT15f { 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.8125rem;left:33.625rem;display:block; }
#d3s1wTuC39CAirdGtO4AThKwELv9enDO { 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.5rem;left:34.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsGMzex7nSlgGbku4TxoFKGLcTCVkRNR { 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.875rem;left:32.75rem;display:block; }
#o2rSX787r03ipUhTGJJMlIRvKukWHIBO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xxD9gCWNZ6Cdf8niPQIyRFCpQCUGOqFv { 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:9.56175rem;width:12.8125rem;top:46.5625rem;left:15.5rem;display:block; }#xxD9gCWNZ6Cdf8niPQIyRFCpQCUGOqFv.adaptive-delivery-prevent-bg, #xxD9gCWNZ6Cdf8niPQIyRFCpQCUGOqFv.lazyload, #xxD9gCWNZ6Cdf8niPQIyRFCpQCUGOqFv.lazyloading { background-image: none; }
#hJ0vT3DgAwvnpwvZmefhc0x0zGP9eByE { 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:48.125rem;left:16.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PzeIQff6iszcQpOWPsXXeDpK4ooJTPsz { 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.875rem;left:18.4375rem;display:block; }
#s3D6vU01SxG3SixwEaXDzUZyDJ8USRdH { 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.4375rem;left:19.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpgPuqDQpMZXeOTH7yiSxmccSSiEaf6H { 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.9375rem;left:17.5625rem;display:block; }
#d9Qwqyh5WXlvlnPeJ03mk5Tu9hTUr2B6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UNz4SZRobqQcW9c8JOtAV2w4wsICxrv0 { 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; }
#XztJtvhGW0RgJl79afr2gFbu13TTiCos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PBTMbrwSU3zzRDyklJ8XcmHEawoOFqGo { 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; }#PBTMbrwSU3zzRDyklJ8XcmHEawoOFqGo.adaptive-delivery-prevent-bg, #PBTMbrwSU3zzRDyklJ8XcmHEawoOFqGo.lazyload, #PBTMbrwSU3zzRDyklJ8XcmHEawoOFqGo.lazyloading { background-image: none; }
#vG8KeqmIhrAxE4xNU5pmMaX8SrxbT9KA { 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; }
#i1UrQr7qaM7fuIOD6365dfoGPTtsReMT { 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; }
#Dzw6Qsa9qON7InGTzB9p3S2zTCtqK81I { 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; }
#RxetJtQ6shR0rZXPxeHSi8ur7bxJJqE6 { 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; }
#xSbNTymcEHITD2eSSrk3puy9nbDFWWkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pwZuc5NLCCcHSKXKry9PEdCN0dQiTAkt { 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; }
#p1dwFeBZHNss54fxMmTq3fWW2b8UywfC { 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; }
#UmS4GdymusAtwdGvWTXMbLLUWnuHKZKH { 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; }#UmS4GdymusAtwdGvWTXMbLLUWnuHKZKH.adaptive-delivery-prevent-bg, #UmS4GdymusAtwdGvWTXMbLLUWnuHKZKH.lazyload, #UmS4GdymusAtwdGvWTXMbLLUWnuHKZKH.lazyloading { background-image: none; }
#LFh7u74tAPL103IahTo8AO1vAaR3Xa5Z { 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; }
#X2vrZvATDaTtSqUCykf9dzklM5NEIgbL { 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; }
#QpVfxMyHOo1ndmEcLK8Mr5o2J9FJQwTb { 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; }
#HkOGZmRPV04FPPZuz2V1CflhsepA1ECs { 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; }
#AZ0g1XvPMvWUD7X4GS12echkl0A0TXvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SEBm9RiQrFGagh8IFwLTTgoIepIMiT5E { 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; }
#AndEszTFtdKKMOtcPQvy4THTL5cLTwxb { 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; }
#ToaC47tev3xayRkAAIe007wGhpGmeGJi { 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; }
#OF0E8RzcL8UrBGvBRW2dtHaThXPs3FRX { 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; }#OF0E8RzcL8UrBGvBRW2dtHaThXPs3FRX.adaptive-delivery-prevent-bg, #OF0E8RzcL8UrBGvBRW2dtHaThXPs3FRX.lazyload, #OF0E8RzcL8UrBGvBRW2dtHaThXPs3FRX.lazyloading { background-image: none; }
#fVbL1kPtSU691tvPFA4aALdHFPTccUI8 { 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; }
#VLxhPpMKeZfluc5OTRglpOS4LT26ROK7 { 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; }
#OeWVKaDN5prTTK1fHa5Cfv8kZVy7SlPm { 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; }
#rGv5IFZqkaLP5o4wF117OTcuNPisfdH7 { 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; }#rGv5IFZqkaLP5o4wF117OTcuNPisfdH7.adaptive-delivery-prevent-bg, #rGv5IFZqkaLP5o4wF117OTcuNPisfdH7.lazyload, #rGv5IFZqkaLP5o4wF117OTcuNPisfdH7.lazyloading { background-image: none; }
#TyADuwT5OTTqGHBEcFqZTNcaXICgg5Kw { 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; }
#Q9aMFkPTR0Ni0ExZql3Rn7zT6wZC8EAh { 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; }
#SSVthbDlQayegnJgKHKMJlJe6nmG6uql { 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; }
#LmmuaEOkh6H08hKzdEeKx3PCFwdLHTsy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b8EHkZwxXNvw6aIctI2BVLUp3K6g3hqF { 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; }
#Z9u8wn5nc43A3L6rZUy1tkUd3KDU7npm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RK7VTfakOOmdTdUC5h2ng2km5rs5nyn3 { 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; }#RK7VTfakOOmdTdUC5h2ng2km5rs5nyn3.adaptive-delivery-prevent-bg, #RK7VTfakOOmdTdUC5h2ng2km5rs5nyn3.lazyload, #RK7VTfakOOmdTdUC5h2ng2km5rs5nyn3.lazyloading { background-image: none; }
#ZSixidwHmeFXMFdIxEvGsPOpLus03VRP { 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; }
#dtba0Uk1AD18iLhSZEH7BZTQgqEgr1oG { 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; }
#WqTzB4mgRdUmGimHa3qAKXp7T5AoTVgR { 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; }
#a3eG9vPzFuq7TLdXTii2J6UofXTuMDFd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rlHp6dnV4yn2EPh3RmhL1UwdETvJaNFz { 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; }
#bCKRF2ou5UTlTtsu2a4EHS23QA5rqcpZ { 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; }#bCKRF2ou5UTlTtsu2a4EHS23QA5rqcpZ.adaptive-delivery-prevent-bg, #bCKRF2ou5UTlTtsu2a4EHS23QA5rqcpZ.lazyload, #bCKRF2ou5UTlTtsu2a4EHS23QA5rqcpZ.lazyloading { background-image: none; }
#CMRUZVao8gn7E4b1z7sQL6rDXO7NTJzl { 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; }
#hZ4XH77ffXZP2RaQb9zk4J5KI39OTDBJ { 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; }
#DpGwqZD5tpplH1OrwEoPNWAFdpzRh3WQ { 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; }
#QKl52WDx3CFod5iW96ClHJMaTzfP59eW { 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; }
#sRr3MAhVbWMz6rerVJZ2r4w5HPOiV4Aw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s9zLFeGga5sFaGqV8vIJ30EZHQZf9FdJ { 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; }
#l7PUqgEhPt7oR4mygh1uc4zCW4eSDkPD { 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; }#l7PUqgEhPt7oR4mygh1uc4zCW4eSDkPD.adaptive-delivery-prevent-bg, #l7PUqgEhPt7oR4mygh1uc4zCW4eSDkPD.lazyload, #l7PUqgEhPt7oR4mygh1uc4zCW4eSDkPD.lazyloading { background-image: none; }
#XXawobepf2rA3sMu3ypnFtmMVGBMr6Cw { 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; }
#nOZwANQN1CtReTA6pUF3pi83taHc39m4 { 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; }
#VlUe6617MUcEepbivZFGGJqDIbtL8Z2I { 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; }
#dZJvUyMcCl6E76WWvHgHzIxsKksBG0WM { 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; }
#X6rEBCM4yGkxrK7GnTi0H3Voke0WwNpr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u1eT2vSc5KBJUfeuVT8IxJXB0qNmb6TM { 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; }#u1eT2vSc5KBJUfeuVT8IxJXB0qNmb6TM.adaptive-delivery-prevent-bg, #u1eT2vSc5KBJUfeuVT8IxJXB0qNmb6TM.lazyload, #u1eT2vSc5KBJUfeuVT8IxJXB0qNmb6TM.lazyloading { background-image: none; }
#VBezBScW8A5P0qPCFN5Qek688iFMpKDu { 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; }
#kvMydQxcKwIT4gdwDEqKlswSzIp8w1iL { 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; }#kvMydQxcKwIT4gdwDEqKlswSzIp8w1iL.adaptive-delivery-prevent-bg, #kvMydQxcKwIT4gdwDEqKlswSzIp8w1iL.lazyload, #kvMydQxcKwIT4gdwDEqKlswSzIp8w1iL.lazyloading { background-image: none; }
#oh2hdkf3FkBHJdZ8eIIcV5gUhKqCwDF5 { 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; }
#wfuGo7xnRGFewEsfZ9MowpR30eXqDV3Q { 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; }
#ocLMlsxzUCugcn3ZFT2UcZrxLXXGp9h5 { 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; }
#JfHRG1WUmET2tnMn4PRHTJnsHq2Jenky { 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; }
#HnRJWSl3CiDhDMzZnagTCRVlSzUg1bWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nD0MG8aJkRdtFFvE4KiGIUFUElPJCTni { 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; }#nD0MG8aJkRdtFFvE4KiGIUFUElPJCTni.adaptive-delivery-prevent-bg, #nD0MG8aJkRdtFFvE4KiGIUFUElPJCTni.lazyload, #nD0MG8aJkRdtFFvE4KiGIUFUElPJCTni.lazyloading { background-image: none; }
#DFyHrSnOiTnTvv6lZhTeGdBwyW9hLesR { 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; }
#ptaoMEDPcykO8hW8tWdpwRhs7Ey9KHcp { 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; }
#Pkno89ZM9LyBvIghM0PCwXLaJXXnMOP5 { 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; }
#PV83udIt06ETUZpzQGHs9E8TtfAyuO9J { 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; }
#oVDLNoZGxJTSfFTXmBtStq1BQT2OyJEv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DOTWbrI4unIR77dsJSlSKCm1fbmrpH2q { 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; }#DOTWbrI4unIR77dsJSlSKCm1fbmrpH2q.adaptive-delivery-prevent-bg, #DOTWbrI4unIR77dsJSlSKCm1fbmrpH2q.lazyload, #DOTWbrI4unIR77dsJSlSKCm1fbmrpH2q.lazyloading { background-image: none; }
#zcLKD2COaDSWTBUkw41Cmemw4l0us3ei { 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; }
#AQZiwqKhEcdJcl03gUR5qLlCu3kfBIsH { 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; }
#ExCisxOJyHSRPuBeFXDTkn5wDgWgTsAu { 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; }
#ghR4mmaHaETkcCyBaDWgif1hhVtEAOaf { 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; }
#ChD7JqbDBpm2UNxIZH4kmK5bQfdLIBpP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rhC8PDxRhn5ARboJzfwG1mPqLO6F65Ml { 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; }
#ii2GwBKZU8kC2QVXHL3LXvAkiM5uHmce { 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; }#ii2GwBKZU8kC2QVXHL3LXvAkiM5uHmce.adaptive-delivery-prevent-bg, #ii2GwBKZU8kC2QVXHL3LXvAkiM5uHmce.lazyload, #ii2GwBKZU8kC2QVXHL3LXvAkiM5uHmce.lazyloading { background-image: none; }
#V5svp1ZRwekc45mIHvQMXgaxSVKuXsz3 { 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; }
#HGT5grssqGbL1ReD5bENWCSelFc6dPuI { 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; }
#qCXe24dJCBnala2dsOPdxD0yNahpkJOs { 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; }
#VeSTaAHFSXA1QkToXsXf608PSLhsXqmE { 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; }
#Sdaw5db3ThEi8ZI18Jb7PUlKl9oiKlKt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gZIAMTdZuP5qBzyIfELLq7ZTWWSRK8Ed { 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; }#gZIAMTdZuP5qBzyIfELLq7ZTWWSRK8Ed.adaptive-delivery-prevent-bg, #gZIAMTdZuP5qBzyIfELLq7ZTWWSRK8Ed.lazyload, #gZIAMTdZuP5qBzyIfELLq7ZTWWSRK8Ed.lazyloading { background-image: none; }
#wguJJbhDfzzF9PdN4Kgshk9r12umGQJ7 { 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; }
#hL2CkC0UPTRUdyZ81TQe5WI2OhNTEopG { 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; }
#g7qGNZgqVFOiETWOgvaW903FATMDKTzH { 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; }
#vcbCW2iOHhflx4w4VyBxb0mpOnzPQu5D { 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; }
#CuWu40X3BMd6oRPTh9ref0izPyggOmwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yA1osLw7oHyTCerqEuysnDemtu88UAZc { 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; }#yA1osLw7oHyTCerqEuysnDemtu88UAZc.adaptive-delivery-prevent-bg, #yA1osLw7oHyTCerqEuysnDemtu88UAZc.lazyload, #yA1osLw7oHyTCerqEuysnDemtu88UAZc.lazyloading { background-image: none; }
#hHAc1Wre21Sc2oEoVLvRwQtK6a5gRnxE { 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; }
#bBtJBnK9qAKSfRsLUDLZSUxoZBxLIU2q { 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; }
#oycJ9AiXf16XeQn08XCnNyeP3FlbrT3E { 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; }
#ZRr9ScNnTWGBPa0kToS9uyffaI72fwp5 { 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; }
#v8rvBarX3Xsm9EhvlSOpnqWtbOqRsAvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IEzeTi6exOJf8s6ea35KavbEX1VQH2pl { 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; }#IEzeTi6exOJf8s6ea35KavbEX1VQH2pl.adaptive-delivery-prevent-bg, #IEzeTi6exOJf8s6ea35KavbEX1VQH2pl.lazyload, #IEzeTi6exOJf8s6ea35KavbEX1VQH2pl.lazyloading { background-image: none; }
#SonLDT8BZsQlpI2AFhz7If52erJzwfvt { 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; }
#yccAkeFUGJ6CQ1KE7y5UeEuOLcpzeJdt { 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; }
#IaDQ9b1Z1CLTIRT7uOctmmdVvX23VKkI { 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; }
#OHy7rJfcSv6hw1HiZEgnfkPBCKFTrB9J { 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; }
#fATZTJquOz3DI8na0NFghuy3bupDCq2m { 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.999755859375rem;left:61.37451171875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQzhw5lXktkEnbeRF4TD6efTl0G05UpE { 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; }
#UPNr3mZDFl9QD59o6EmnhdAEE3yiNE1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T79AJTdtLQxAChwGxNvs6IORZ0IuoxdQ { 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:9.56175rem;width:12.8125rem;top:46.5625rem;left:1.1875rem;display:block; }#T79AJTdtLQxAChwGxNvs6IORZ0IuoxdQ.adaptive-delivery-prevent-bg, #T79AJTdtLQxAChwGxNvs6IORZ0IuoxdQ.lazyload, #T79AJTdtLQxAChwGxNvs6IORZ0IuoxdQ.lazyloading { background-image: none; }
#comzTcLGTlTfKg2oLO1zFPURmkWmQVC2 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:48.125rem;left:2rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRua9GBQWavb7RbahZtTDlkJSoTUgyil { 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:53.875rem;left:4.125rem;display:block; }
#zSFdwARIW84sltkQaaWKeXMbzQFx96OX { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:54.4375rem;left:4.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsTq2252pVTBK5NCS6lvTnXc6aKdqxJ1 { 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:100085;text-align:center;text-align-last:center;top:57.9375rem;left:3.25rem;display:block; }
#G8k2zXwDLp9wmUKyzkq9b1mB2Jh1mnvJ { 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) { #n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 { display:block; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 {display:block;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #L8kPBE0x3pV7yNAxtBfHtz2qx8zfOpMx {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #Z1kSsdDmVR4kdOikxtwVsJ3i32gyG8eU {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #ogymaEeAEtnacbTxvzansCQzTc4Ca9aT {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #CL88w5S1AfEy5GE7rSVUcPwPe30CkZuh {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #SEP4zIeZeT5P4HQlGEToLi2owrTZ8e6K {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #OdZTo2bywOWB2cV35cN5sibZ35uPWh9x {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #sVyQmrZv3DXNnwidwVvO9E5zKwFhUfTt {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #nKSkhcDLcM9uIQPIxKNVKOw61578WFyA {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #eu1L1AhJghdbPSE8BImTQMiH72Dl1OiM {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #bAoV9EFbkAv91wSTUDkzKTur2se6l5s9 {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #U1pP2sqeBcxEqNTR9svWd24PNR8OfUke {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #r6XGSTBvSJtCVKqw9VHmIcRGUeudo9p9 {  }
 }@media only screen and (max-width: 763px) { #azwNDKDpAIJVsJWzH633BXWKcJ2hyLw3 { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #UdWFraTlXrNw5T9Nc7SDdxhHqzdBZUVS {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #NTrZCMl7dxBrac2Sv2a3PQwQ8c8GcGAE {  }
 }@media only screen and (max-width: 763px) { #IK7d1rkHy3HgQT2p3M6VdxkwXv6BKkc6 { 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) { #IspxPVGu4IqDIhg0bCKOiTM5Fh01dPbO { top:0rem;left:7.375rem;width:33rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHZg78EGEdyRrBe6DAzlZQn4NRF7G8Dd { top:3.125rem;left:17.5625rem;width:25.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPcINvNkqBMFpgJqrXaT8kbwgzTkCvZ8 { width:17.5rem;height:3.4375rem;top:15.8125rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFg8l4vL06z56V3V9gleSOn36EVKq8pD { display:block; }
 }@media only screen and (max-width: 763px) { #hDbw1C3539NszpfArHwHh4iBeOF0Cs4I { width:17.5rem;height:3.4375rem;top:17.1875rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZ10Klx4ADPTKI6T1zvtAN0vTWRn4fgg { display:block; }
 }@media only screen and (max-width: 763px) { #hWSBHgGnfOOJJQvbWqNAl4sBbGZiXDgX { 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) { #DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V { display:block; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEoMrtIQqAo0LJ548zIOwSePgXizHBSE { 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) { #QrFvndvwCmMw3PgO8bhxvt0NSsJS7ypV { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUtBoDIfiuyXFoaOb6uSPyr4P11tKKnV { width:14.375rem;height:10.6875rem;top:3.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMXuK65uJKmx338cFCprWWxdTTPsppNw { width:11rem;height:1.625rem;top:5.5rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF4k28SaXUJrO55gV6BmZ2Q8sPr4Olib { width:14.375rem;height:10.6875rem;top:3.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb7a01AOFHMouofc1dWeCyDs2uzTT0Jv { width:6.875rem;height:2.875rem;top:12.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvTtZcBVTproTQqK1gW5oRNANvDeDFS { 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) { #WP2TmLAIWmGdU7tRuN0ry8Ihd2TPhmTs { width:6.875rem;height:2.875rem;top:12.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf1MvNtvSTAa0UfComX9xvKA1cEf9MB6 { width:11rem;height:1.625rem;top:13.5rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5yvr1mt6OSZ004SN3rr2Kw8kNslaK6B { 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) { #DLpLVGiKZM58xIH1WbHUORqciEm3ZWsT { width:10rem;height:2.875rem;top:8rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTpqltrk6VqvUviOMvzkVHX37C7tBfCE { 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) { #wgCfaluT94TKwdG0eQgn0GdC4IUu6B9R { width:8.75rem;height:2.6875rem;top:16.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtK6Qz5k3ryUkK2zqwDo0l7OUfGT4RmR { display:block; }
 }@media only screen and (max-width: 763px) { #stvCOwVI5ZpHsQ4N5oI8fBbAd3TVzfha { width:8.75rem;height:2.6875rem;top:16.75rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCnzkcGyRLim5bQMyvoQOIRxIJCt7AAy { display:block; }
 }@media only screen and (max-width: 763px) { #UTk9lpEtSDbdr5UCvu2kBUgJOWTmM2OK { width:14.375rem;height:10.6875rem;top:3.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KALTKaLe5GCsoM09O7V1uiNmZgGS6QN4 { 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) { #Umw4QTZxuSdE7bxlpkp1dpOhvFO8LFiL { width:11.75rem;height:2.5rem;top:7.875rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uynWBxtQf6LBziAxprqSafguokuz8SVU { width:6.875rem;height:2.875rem;top:12.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeIzVvxVWzxWEGr4LhybepTMPz1tgynb { 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) { #Wd1VL8BmETSHbFbRBrflO96Edwx99QZr { width:8.75rem;height:2.6875rem;top:16.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0L6qL9wyU4Hu67FyKcZuwuuvPEQEP95 { display:block; }
 }@media only screen and (max-width: 763px) { #wxcGLqgTSTW8RzT741vRIc58Uc3VwEeA { width:14.375rem;height:10.6875rem;top:21.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrkk4Lo4Hskr1bVxydpuZw6yVEIgSJvJ { 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) { #MTugC91eMiIxGysllZQfpvC7NnMeJTAN { width:11.75rem;height:2.25rem;top:26.5rem;left:36rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZID4G1aTIirwtLEcghdoVq5uKpFQpLQB { width:6.875rem;height:2.875rem;top:29.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTb8f7ngOG6gEuGiwwyI4pVCQL91GEqM { 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) { #FTyAZfPUaLl80XzR7eWwBAI16uSJ06QP { width:8.75rem;height:2.6875rem;top:33.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvcSynE2akoaTTm9Rh5u9oeSxm37tn1E { display:block; }
 }@media only screen and (max-width: 763px) { #SpTPN4eO2XXk4tpl2sJuiqcQCf8WJI0P { 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) { #Rb2vsnTS18TXc48PFxzNhlElRS6np2NL { 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) { #P5XXmiNlAlLrJUxxgEomDzkssEVphTOF { width:14.375rem;height:10.6875rem;top:21.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2E0OhAnH7hXETS73thqNKs8WVhTs6Tb { width:10.4375rem;height:1.625rem;top:22.875rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohKv9XyhKhCemgx2lOh4gm99OEWyHOHP { width:11.75rem;height:3.875rem;top:25.6875rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apGz0yGGCCEt6yfS6PSQvpx2y6fM7tny { width:6.875rem;height:2.875rem;top:30.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzNe9CmursMkvEZyXUeFKDDJJipS6gns { 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) { #xrO9TQuaQTdrUVt4WflfKh0uZzUmZrQx { width:6.875rem;height:1.625rem;top:31rem;left:31.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4SXGihKAcpQBWQqyuMhxerabs4XUGGy { 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) { #r9zTDXqDcVtmHxqDiBRwVm8VzRXo5HzR { width:8.75rem;height:2.6875rem;top:34.125rem;left:30.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8LWguPeaMbzDaznDazMW9ORHnUEXCTQ { display:block; }
 }@media only screen and (max-width: 763px) { #onIIRZHDui0q1XC6TbvltKuq6SV6FbA5 { width:14.375rem;height:10.6875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WewI58K3nV2sFeWtCEJi0Xf2vxClPFWT { width:11rem;height:1.625rem;top:22.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXh3FdtXZtc5LC6BAaJZdT9ZP5EeOpqa { width:6.875rem;height:2.875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrJ62XaBWU4E2PEfC4LA6dvD1AaEHgTi { width:11.875rem;height:2.4375rem;top:25.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO9wTp1O2WnrPAwx8rtvlx3aF8XAOGFl { width:5.625rem;height:1.75rem;top:30.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6LfbT5AeERcBkrNhmgQnLCBr0d4KxEv { width:8.75rem;height:2.6875rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGdoV2LF1bVmXkFh3QL8INJ5GITwQctU { display:block; }
 }@media only screen and (max-width: 763px) { #vayl9u0KGqC5c3hpOizoXuEXCIieHs9r { width:14.375rem;height:10.6875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9rNxXPpX1itbkAcrIbgqoZXUNHTmpSH { width:11rem;height:1.625rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GibLCxgFMIfGmHN5rJN31BqvsBo2zZzl { width:11.875rem;height:3.5rem;top:7.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKcD4lX4F5dmJCbnidTfi3XIMqryvr9g { width:6.875rem;height:2.875rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7QS0fWxuhQQdlWlVACJOByVJyWD7uMw { width:6.875rem;height:1.625rem;top:13.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuKLecXbAbQEtthRb58o6cp1th2mKxRz { width:8.75rem;height:2.6875rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f80Ox4hlcTlP5LA0NTnbqdX39lTKAraX { display:block; }
 }@media only screen and (max-width: 763px) { #RN4TRz6gWlweZTRGfRZfAOQ87Qbm87Ab { width:14.375rem;height:10.6875rem;top:39.5rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUBfN7CnbA8LMuuAyb6QxR8OCZpeivCw { 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) { #Wvwo0Lrb1hQhBKHTh2THAmUdlgZBM2Ty { 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) { #rR8sAEuILuT0G6AtLg0ZyGTyDpanufBu { width:6.875rem;height:2.875rem;top:48.25rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2OUo7rBtReBF2gn61RXzCmMnp9g1UbA { 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) { #TX3PemgqyntJlskU4s9xD7FoDHFgmA2C { 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) { #uad2FuvO2MVvJJxRCsRNdwqL1LsXkfsv { 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) { #OKeU0pXOVfC9HEzTUVGr5xpV4K0vmzD1 { width:8.75rem;height:2.6875rem;top:52.4375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8hOi9rHhznk3t6dcaDGshCvEu3Z12TB { display:block; }
 }@media only screen and (max-width: 763px) { #Tghoosqh1TqSa2RTuPmTivcS48Pk9Ds3 { width:14.375rem;height:10.6875rem;top:21.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqxESNLLWUXUXqfTox5fDuGRlvJLx3h3 { 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) { #TVHCim6HBr7Ku45ZTeATGVdrIESpAiDU { width:11.75rem;height:2.25rem;top:26rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVTr6NxsCOGN5axxNVesy5Zmhvle9UoX { width:6.875rem;height:2.875rem;top:29.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exBSNrd32uNLla79gR1myTZ3FdqTkZcR { 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) { #ZdTvLVZtH4rU2fOPz5IA0m1DBTXoasul { 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) { #mp0Tntc0wa9yOmJaO8UhMmIhdePvSzLq { width:5.125rem;height:1.75rem;top:30.5rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEnohma1CDAXXKZ9CmmGvV6En680PneX { width:8.75rem;height:2.6875rem;top:34.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbRrItKgsc2nNSTr3k5qi3QPy8Lirlrc { display:block; }
 }@media only screen and (max-width: 763px) { #DloD4XCKW0wTPzZx920fKcT4ww7E4PGB { width:5.625rem;height:1.75rem;top:130.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eK2pAmcyCWcOEF41nimM4nbcKNnvlN97 { 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) { #M3t3xuViJIfvhc1U76N6FTTVhSnSsEB4 { width:14.375rem;height:10.6875rem;top:39.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6qcntd7vWoOMNrGDGPyTP52t4q5yxuK { 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) { #ScFhIHalHg15SwxXMoJzSoLhyMJw6D2N { width:11.75rem;height:2.25rem;top:44.8125rem;left:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFmq7fgyDCmk1aTU6q3wXd9hQhTAaGFy { 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) { #VnCe45pPOmelJL7dXmNNP3mqgtdPwM63 { width:8.75rem;height:2.6875rem;top:52.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIDX6b1p3zrdT155GOrkbBLQrKIcCEDp { display:block; }
 }@media only screen and (max-width: 763px) { #tKalmOBd9oU3XmmHmqr5M7lTVikGNUE6 { width:6.875rem;height:2.875rem;top:48.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXkKwHPieQWyiemZJqS1SqG86Q7eFTD7 { 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) { #gIOTC1eKKCunxGD459sIZR6Rg4Cr6EoB { 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) { #enILgZc4yL7BPbmkD9oDh9UPwLSz4Wl9 { width:14.375rem;height:11.5rem;top:39.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRbh4d1qEqNmo3ImTTtpUMQ9opBFySEz { 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) { #GDaS6FEPfOUyumtRJvaEb4xHML3mrTky { 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) { #L9szr3I8r8l7BJV9C7XAtEVKz7P8PgT5 { width:6.875rem;height:2.875rem;top:49.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqurIl8xrTbG2FyZGcbZnG88PXWS9I2i { width:7.5rem;height:1.1875rem;top:50.0625rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTUVKIO2Z3vSgxEQImpvfeoiE0vuM4cW { 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) { #pxoN0NA7thyK0mpNAZqEMeh7btpGro8K { 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) { #W0x6qgQhUsLn9ztyXMEDHJ7hEPmyWZ5K { width:8.75rem;height:2.6875rem;top:52.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgJ7mHc7262Gbeh9aqcAvaA0ZsU8N903 { display:block; }
 }@media only screen and (max-width: 763px) { #GozwO00BaSV1kOUhqURztcmn6TCyd1Kl { width:14.375rem;height:11.5rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0epEUB9UtouFXwMccuKI2Rl1qNItK8P { width:11.1875rem;height:2.75rem;top:40.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUhtkwIgic5ITo4CRvBSbHeQ0Uw7Mc6T { width:11.75rem;height:2.875rem;top:44.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #npvosD93q7GWwGtbHWOHEdquSZu93ewb { width:6.875rem;height:2.875rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcEO1Soo6lu1IgLJ5rR5CZuwokPKvyBI { width:7.5rem;height:1.1875rem;top:49.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpbTPcsrIkWcp2qv7ceQTIoHottxxDN4 { width:6.875rem;height:1.625rem;top:49.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwJf8qwE4xIdtwDVHgFGcTMLIRLN1liy { width:8.75rem;height:2.6875rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFBR4BOs1VFQ53NShEVoQ2zLcd9ewIyG { display:block; }
 }@media only screen and (max-width: 763px) { #WZiPdECXU4vn7pTVLG9zRaGTFokd7tSO { width:5.125rem;height:1.75rem;top:48.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukFQCquc2f6TUPzsMTm7FKCmIGQ2oXbN { width:14.375rem;height:11.5rem;top:58.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdT7klpkB5TAK9z0W3WDtAqDkTBwsOL0 { 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) { #vu12GXcT7EE9ToIBSweoqS38nZeaGoyt { width:11.6875rem;height:2.9375rem;top:64.3125rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O12BCfGmn6k4A41d1WtGzEhSbfWw3qSQ { width:6.875rem;height:2.875rem;top:67.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpfkHiVurTRovkxEu9mW6N4dB9T2gmgc { 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) { #u26f0kk1ohDBhU2bk5e5oZlRsIuw90Ol { 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) { #x58nXBO0mw9CvTOCR8GvxTTAkOAsp8Oz { width:8.75rem;height:2.6875rem;top:71.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1Hm68wI0NTiVITnhLUaCHhhRkySpneo { display:block; }
 }@media only screen and (max-width: 763px) { #BVGwvSLOlfGmLrULXlkFIAqcCtPU8TxN { 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) { #zamhFMJtiFSw1f36uaCsJmO08hKqWXoK { width:14.375rem;height:11.5rem;top:58.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIv2368o2vMn8s7yNgdQS1TrdNkTAnD { width:11.1875rem;height:2.75rem;top:60rem;left:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9esUSCdsQAmbPnRCtTdKHXH6OoMaadd { 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) { #pr2IvDHJo2WMAv4MRTAnWFI3b4vT7FUW { width:6.875rem;height:2.875rem;top:67.9375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Rmqb8robWhES06EvUP40cBGgrAnGFL { 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) { #fusxlFoZU4FtZmyFMeTkIbGniMd5FPQT { 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) { #aFzJFgSPbuz4zgdBN2SWftypqp6zwTcm { width:8.75rem;height:2.6875rem;top:71.6875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS7fgtQtIXcgyl7BkNibZRydpwrxVUEd { display:block; }
 }@media only screen and (max-width: 763px) { #l1Di4Ne5RF42B5SI9DSNTJN9II75RNfB { 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) { #xvDPMUJh9wyzenzDQVCzLy8NwK95QuU4 { width:14.375rem;height:11.5rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da23UAiMn0A1bwETZk3sU6o4pZiunVua { width:11.1875rem;height:2.75rem;top:62.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLGqEUHVNKyDHb027LLmmFgN5tsZIQ8b { width:6.875rem;height:2.875rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt5fP70VyJpHawwqJusz56s2F2OxLl9c { width:7.5rem;height:1.1875rem;top:69.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbvDa31Tl9eLguBDA149a7G1yxb0nwIS { width:6.875rem;height:1.625rem;top:68.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ZPoSMlK46QoxJvcPqQBM1mgu1wLTmg { width:8.75rem;height:2.6875rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdtILy3JG9Q01lHhwhbCl0RX5hOwTCW5 { display:block; }
 }@media only screen and (max-width: 763px) { #VDuoBCppL2PHfMUOzRD8ndUm04T0oX8A { width:5.125rem;height:1.75rem;top:68rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5lkkWiPZVy5W66TGSdZW0dg4QmEpH1t { 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) { #VrCGU2HxdegE63F8gidTfZbU2sbezXTK { width:5.625rem;height:1.75rem;top:178.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9AQ6TUl0EbxeIk75hBrty621yRToKp1 { width:8.75rem;height:2.6875rem;top:34.125rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7xQLSVSQNa2EriIhoDQwI6WJAniwrEw { display:block; }
 }@media only screen and (max-width: 763px) { #y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 { display:block; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsAkAA0Ksz1hUFVB9WPSStmhzT7NKcCz { 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) { #y3pdxWfTqEozHpa54tibHagJnRgVU59H { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSob37TiI7JryKhtZCWKvZ1Gx9nldz0 { 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) { #JE8HWDFsbQiComcvaLlq0nkpLVXRXLlH { width:6.875rem;height:2.875rem;top:13.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFlQIsKwigOGJ5nRFRE8wLkoETb2JlKf { width:8.75rem;height:2.6875rem;top:16.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0PCtJiMxmVs8JX0q9vEEft00mHmGUA5 { display:block; }
 }@media only screen and (max-width: 763px) { #u1sGI7zf8duLBPFWp2iCMT5SD2s21FkT { width:14.375rem;height:10.6875rem;top:3.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axZv7Hs88aTIUVC2xpqCEPrv907gMVmf { width:10rem;height:3.5625rem;top:7.9375rem;left:28.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd2TbZT5POOUPfxUQ2SVvwG037UGRGAH { width:11rem;height:1.625rem;top:5.3125rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVdPxhry4TUUh8kT2bPuSoXd72zcIqsh { width:6.875rem;height:2.875rem;top:12.75rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQGsNQBAvSdMKhSkx8r1eHz6QTiCfe3i { 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) { #oykEgh6JyhIw29WSbRUkdSJBKTunzBz4 { width:8.75rem;height:2.6875rem;top:16.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTc3hvqxQxX0Zn0xId6ZtqRuCS4ICdzB { display:block; }
 }@media only screen and (max-width: 763px) { #NBfx9dPpsXfTnLTgzRW5DyCzNXmHQofT { width:6.875rem;height:2.875rem;top:11.25rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtTy9NaTOrTvC3JAZBUJftbIwd029fUs { width:8.75rem;height:2.6875rem;top:14.75rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUnLNWgyJD6TwERlSaXavGTof5ExWWRh { display:block; }
 }@media only screen and (max-width: 763px) { #HsH7rSivyPTm4R1BzITcD2Ix1ysEKwNO { width:8.75rem;height:2.6875rem;top:14.75rem;left:28.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGTG7feCTzw2JLU2uqWgWBIJmorBvFeT { display:block; }
 }@media only screen and (max-width: 763px) { #eOSVudRnDSlAvZERDJiJu5nFeUXtAy4l { width:14.375rem;height:10.6875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMNe5hTGbrEduUn9ZPU1BWK1U7HLan5U { width:10.4375rem;height:1.4375rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfbHRHUp38Dg2L3AbpXL89vbGNm50m0k { width:12.5rem;height:2.4375rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVGWlyu8ZFUtF5iIeeyIT4bNP8EeEFwd { width:6.875rem;height:2.875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpMNsgpT7X1DW0OADcR931ZP7lBMoW8k { width:5.125rem;height:1.75rem;top:13.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBVcncyDN5zcF6bc1N6EwFtPmzcdxQl { width:8.75rem;height:2.6875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOTMK5Q12CKB8LxiqnBqgu2TpFVbEinx { display:block; }
 }@media only screen and (max-width: 763px) { #uLxMT31m80rgqDaZRwF9TF0sAymPqB2X { width:14.375rem;height:10.6875rem;top:45.9375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V77ofP3TCaKE3TW0VqdEmeTofrwgVgpd { 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) { #bPUpKOFk7btDseOJ0vyyoG9Crt8Ofpao { width:6.875rem;height:2.875rem;top:55.0625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2grPgJFEGGTyQrVI7gJAwZCtN0bfxHy { 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) { #a4QgrfTzEITT2v0XCRIz5UnT227vmuZQ { width:8.75rem;height:2.6875rem;top:58.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgDXRfJAwWeKRLO1x0wtzZrElSMIR9lg { display:block; }
 }@media only screen and (max-width: 763px) { #af2MtCaFVwv8W12G584hB0ySbMEQM8SR { 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) { #QxSMmMo2ON2p6Zn2a48JUXzJu6SwLTOx { width:14.375rem;height:10.6875rem;top:45.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv01yAa4Hmh82J0dZT6EikuWAtBuomZB { 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) { #h1HLuKzyc61hQ1tPTTuUSVJw5SqkaS8R { 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) { #XaZNxW5hRQozmO0N1Qr6Ghn6TzzGbCHn { width:6.875rem;height:2.875rem;top:54.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyoFJE9yb77E2TS1bBSm8UwwOEdlJ2k9 { 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) { #QfkmkTeyyHumH9PHXIdGf1s6nQ6ck9ux { width:8.75rem;height:2.6875rem;top:58.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNmCDvneXUTbifzhZhrpdIs7hn0Jr3tk { display:block; }
 }@media only screen and (max-width: 763px) { #tfr60Rct6TCoknNm2TyvZCKZbJCozVCf { width:14.375rem;height:10.6875rem;top:4rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8D0RADHIBGMUboKqqtiWRCVZwszBdrp { 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) { #wNEPPaNJZccMvCTKa72J3IFvRtDAgJXp { 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) { #izHdrbkVHp6IpKBOeE2N2QSs0lyqH1mw { width:6.875rem;height:2.875rem;top:13.125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVPwtnNF119AdviW3JGxp9d9TFO7qKnS { width:11rem;height:1.625rem;top:13.6875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWcTWtaA10h06Byqb15yfAue1NeRgGIW { width:8.75rem;height:2.6875rem;top:16.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLmde7lvyr5r7OdE4Hu8P7OLe2hcLukW { display:block; }
 }@media only screen and (max-width: 763px) { #JlgQrDQdTg2q2SFzRf6fSdh8iHC6NMtW { width:8.75rem;height:2.6875rem;top:32.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDZZEViiH9x8fQ6VcyHgBUsLzySxMXcl { display:block; }
 }@media only screen and (max-width: 763px) { #rFKmsfgAGiVna2ZkI1OCx6dCFK66b7dC { 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) { #ypcm4f2DTrZJHAmcIfX2U9hoFCSqgKnt { width:6.875rem;height:2.875rem;top:11.25rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXoCzoc3FmwEJVMTWZsAuuqxt5TWpyvF { width:14.375rem;height:10.6875rem;top:3.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovO64cwSKT8e2dVtJTuBWNkg58nPkw00 { 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) { #cUELrnSu3pwkww1SZ4O7uT22OFtzWAig { 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) { #WGq2fDyLBVs643xaRJKFbUs8ziMcD8TV { top:0rem;left:17.625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWfuxw8Ql6Xq4rKtfIA89SctLKk1LRh0 { 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) { #Ouh4D74vFDKo2a3WyLEuqi4FclcVazax { width:14.375rem;height:10.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NixbCTlebyd07gmvLMhvJe6yuAKDd9ov { width:11.0625rem;height:3.0625rem;top:46.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1TEA0hxwW2SB8VtS0grhO9vkecKB6Tt { width:12.5625rem;height:4.0625rem;top:49.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPTszlUr91rCqm25pCTsQdimr4nA0nHz { width:6.875rem;height:2.875rem;top:54.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLC8DBZkV22GDe5dkraahkpd6nA9CzJM { width:6.875rem;height:1.625rem;top:55.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRcLqLXXXN5Puuwoa0vcfdkBTXdZOJiC { width:8.75rem;height:2.6875rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbHfVn3FnGRmekIkbm36F7FfWsQGseGl { display:block; }
 }@media only screen and (max-width: 763px) { #t4vmFHUhTTZawD7712wC70VIMy2hSIMZ { width:7.5rem;height:1.1875rem;top:53rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIp63MkQf2FkdPNaA2RwUOVr1vLf2O51 { 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) { #IxJE6miHdhcw8lIaOkL5Lo4CHuDLKUch { width:14.375rem;height:10.6875rem;top:24.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTBheA8BWRZxysSPLrMxbD51GWB9JMn { width:11.4375rem;height:1.625rem;top:26.125rem;left:18rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttdRHuutpsXMItNTkEB8NMiuMgBSHwmq { 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) { #zaywauzg6vwKOGMaVsRq8TX2ZSt39Ao9 { width:6.875rem;height:2.875rem;top:33.5rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXlrGt3gI7MhltC34Ob2IKnlNxHdgTUn { width:11rem;height:1.625rem;top:34.0625rem;left:18.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqrx2A4s9vyRkK01CVctWEEhrFb3TZCT { width:8.75rem;height:2.6875rem;top:37.3125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFeROKz3TbAehFgH6m42m3RplIVe9czO { display:block; }
 }@media only screen and (max-width: 763px) { #nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T { display:block; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1VE4gvZFK08TKNoJdRe4GWbzgxaqfRv { 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) { #yxO80LFfo4uBI6EdFMUZ1MTwNHTzGTMg { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS6OB4mIgyoOhRkoGwsqTQAm18nxnbKT { width:14.375rem;height:10.6875rem;top:1.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgU8D8Uetphls7viC6ffT7zDvwEe7XVd { 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) { #xyWxSU62UkKnIuttv19zIEOGysMkyD8c { width:11.875rem;height:3.875rem;top:6rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8MTCK6ObSqBdO8qMuLRZseCObdDuk2P { width:6.875rem;height:2.875rem;top:10.875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl12Zo0bhgTVJ2M3lvP7IfCxQLunKfyl { 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) { #UabtlmRTkL37Tdvcale9dT0vnQEVW0kV { width:8.75rem;height:2.6875rem;top:14.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCbOhTZ0T4kUKh1CRgGdnyxh2h5UKPA { display:block; }
 }@media only screen and (max-width: 763px) { #FLxMl7hu4JM0ygASwSGGd1ghBFuvRvWH { width:14.375rem;height:10.6875rem;top:1.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqT1lFn4TptfZGLpc2yd3Jl8FuXrXlnh { 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) { #rS94VBxcfdSTW6UDtxPGEvPSNCgDT7Wa { 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) { #HPn34S97unarAXNEFlyprTpOX3kXihpc { width:6.875rem;height:2.875rem;top:10.9375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuX7KkfTPGxPBr0ZWSTkAPb6XIoPzRR9 { 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) { #ZR44dBFUv8QklsOb6n15182sKgTvllzn { width:8.75rem;height:2.6875rem;top:14.8125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg85pScPaI6i3HosyEXG7kPw5ylyPfob { display:block; }
 }@media only screen and (max-width: 763px) { #NpGZw0uCufWGZJXziziZFndEz3kITPBu { width:11rem;height:1.5625rem;top:22.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTAbokfuAlxgwb9cPCqKuDKVI9yOQwu { width:10rem;height:3.875rem;top:25.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaUuvrwlcg7ETtToklyebRtWdzc05LAy { width:14.375rem;height:10.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swMisNPBimPuLm1HhbaXU6xTTK6wDFNR { width:11rem;height:1.5625rem;top:30.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTcOvsxIkDmHlOLC0OqKi9mcSO82RT7E { width:6.875rem;height:2.875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB2mtvy8L4VZgotxyy5yRTIuMFXeZkLt { width:8.75rem;height:2.6875rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaiv7QPilR8O5suzOwHwtuNN2icMRr6e { display:block; }
 }@media only screen and (max-width: 763px) { #pEWmwTnBOLQ2Rl9iTEP557lOXu9VscOT { width:14.375rem;height:10.6875rem;top:1.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThZfyIbtByVErFhI8kq2lEHqnh1JfW2q { width:11.4375rem;height:1.5625rem;top:42rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvapk51kxgd2yToGm3DaOWUTVPPvfR8 { width:11.875rem;height:2.5625rem;top:44.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVxTeuoxShrQAS4TquZK26sN411hr65n { width:6.875rem;height:2.875rem;top:10.875rem;left:14.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gynprDTB5JeaqOx6RqSNxpIMMXVvX0gr { width:7.5rem;height:1.5625rem;top:49.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faltX1LpICuIZbmSw2c0fPEOiTEmTsfp { width:8.75rem;height:2.6875rem;top:14.75rem;left:12.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac8rITalWR8Re2wxTvJrU8Pd1a9BfU9I { display:block; }
 }@media only screen and (max-width: 763px) { #eT28aanB4olcTZBRFNnbBd9cKRC29Ogc { width:6.875rem;height:2.875rem;top:29.6875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm1u3p0VOlyBGfx0i9vxMTo9TDPQITve { 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) { #sR8hlQ5hSq8MwsHnwI1xUOJip6C1byl0 { width:8.75rem;height:2.6875rem;top:33.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNma1pizJ37IzmcEtzeEWnwghnmFRZ42 { display:block; }
 }@media only screen and (max-width: 763px) { #oAm4HgsU2rTI7m9Q001fKDFwQnbGFJpL { width:6.875rem;height:2.875rem;top:29.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFIp18JxBmMVtHGV8IzJXIgCNuU6qeUp { width:7.5rem;height:1.5625rem;top:30.375rem;left:13.624755859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxhBSC2fHDQq3mhk3WsQbVwtXgbw2nlT { width:8.75rem;height:2.6875rem;top:33.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5med0PMARoKSG24TQ5oKVIEJwAeq8Qv { display:block; }
 }@media only screen and (max-width: 763px) { #Bb0MUZ9top1or0RNpP53d4nVFP3BovOs { width:6.875rem;height:2.875rem;top:28.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLsOwXoXg7ogqhsPcf29saLWJPSXc0Jf { width:8.75rem;height:2.6875rem;top:32.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dad9m8sCnrkm47AR1GTBfqa8VHs9ucbh { display:block; }
 }@media only screen and (max-width: 763px) { #iIaMmKlyTO2L1T2Kkka9dXWpg127lKWc { width:14.375rem;height:10.6875rem;top:20.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCQiZtvxeXCq6E7aSN8BJ33Wmm33ufzp { width:14.375rem;height:10.6875rem;top:20.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGPMcmgENwRpheRwvCvDB3Io2r7HLme8 { width:14.375rem;height:10.6875rem;top:19.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCCaBlWOXeIts3Cte98zLIXdenzcT2JH { width:11rem;height:1.625rem;top:29.4375rem;left:11.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZmfR2dxriEmIzNeU6WZtiy86dBA0a0T { 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) { #B4RvHEwbhZ0ngK7RfCTak0paLsynx0sa { width:11.875rem;height:2.5625rem;top:25.75rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqhwS74A2Zv7lW77alcxkfC6Mx1Kbw07 { width:10rem;height:5.1875rem;top:23.5rem;left:12.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOsQqQC03gR4h6BT48ziAhCCt1fiPzLh { 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) { #gXnIpRdkvS0qZZnnzVqLPVdRgFXVdJsD { 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) { #TVX0lku2VRUDXToW9crXwOTxK1bFNInm { width:11rem;height:3.25rem;top:20.0625rem;left:11.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb4uTNFzodOzl2OatQDdMkktJeXXUs8U { width:6.875rem;height:2.875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNs9MKk9iAco3n21kHnBnWNVuwSNEfoq { width:8.75rem;height:2.6875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkaeHqGvSbToCbAEGGyQOcGeXsa852aq { display:block; }
 }@media only screen and (max-width: 763px) { #bFnWcnvgX8cz5hrA8o2TnyFOprX53pyA { width:6.875rem;height:2.875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkDgwapTEQG4Ch5kNLqwgOtJzTySWrlF { width:7.5rem;height:1.5625rem;top:11.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoywrmZCGhI1dgcqmv6gdl1i02STF87s { width:8.75rem;height:2.6875rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHTGrty54bZZAtdSLke6qgHrmih1ndOJ { display:block; }
 }@media only screen and (max-width: 763px) { #lwGnJV44VzP1Ickn0MCREl0a42kAoVdo { width:14.375rem;height:10.6875rem;top:39.9375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrtNB2pBvW7doS4eXInJJfcPciDo73Ht { width:14.375rem;height:10.6875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQPrI4CbZzmTbIqtr1VmTNso1Ut7pDP8 { width:11rem;height:1.5625rem;top:49.0625rem;left:19.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXKpTbetT17bA9XV5n8B5XlkIqPEisc { width:14.375rem;height:10.6875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USmTrUbKmd3AvWnfEhVo3v7JP0MTu3IQ { width:10rem;height:3.875rem;top:44.0625rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phuXH1T4FrEA6kx8ZzLeHBLtcalmQSFz { width:12.8125rem;height:3.875rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS8LQuqEf0KvkPbiSXRlt0WDvEd8MJ82 { width:6.875rem;height:2.875rem;top:48.4375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scxI6N2sDsns00rlbBVROheqhJBuLN0i { width:8.75rem;height:2.6875rem;top:52.3125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdROVIyTZx8R2nOHw6BAo1mouy7q2q2s { display:block; }
 }@media only screen and (max-width: 763px) { #k9tbQIDneFcbQlP5DkNGkbUIEOrAL1Mg { width:11.5rem;height:2.875rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRkw8EyNhBzruauJIpF8CUN4QSuzfpIF { width:11rem;height:3.1875rem;top:40.6875rem;left:19.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRTnRGpCGQNP50ggF6R0eTVLgLongLTL { 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) { #dDrETWvv3ReJNqnk1dV6KBlGyzEd37NU { width:14.125rem;height:4rem;top:5.875rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTdt9hn7RHGhRsTHku1TpAKHlwQVksXQ { 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) { #JwBdvIRNzIyJuX3UVe6UCiLTUG6hpyo0 { width:14.375rem;height:10.6875rem;top:20.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LttCmGO5ACaqJ8cEUH9giXrdF7dr9EV6 { 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) { #hkLmRTiHcktN1FKla3E5egK6LoAktZ1R { width:10rem;height:3.375rem;top:25.9375rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1lsCw8RVkvLeSDwlVKi8nortDt5u5yr { width:6.875rem;height:2.875rem;top:29.75rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWV4CDpnMOl2dJzHKPvF2mbPVOGKhFh1 { width:8.75rem;height:2.6875rem;top:34.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcbLSAZ4ztIVlkCmQvRJK0X7BnGKTX9q { display:block; }
 }@media only screen and (max-width: 763px) { #JVNRILil3Wx4Qc3yoEIVt0Py4FqckCA8 { width:11rem;height:1.5625rem;top:30.5rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW7C5PGE5x1lJGoUEN6p3ktHxFtXlBOm { width:14.375rem;height:10.6875rem;top:39.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykWbnx5UBc0EzHqd4yNroiwOqkTCqZtp { width:11rem;height:3.1875rem;top:41.375rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8JtEOIapZxviVm1bvg3apu3PUDDTJWI { width:10rem;height:2.875rem;top:45.0625rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfEI5ITIT88TnNu9JkVQO4wrQ8pRgbvV { width:6.875rem;height:2.875rem;top:49.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTBptNpVCSN5qE1EvEfQOO1JSCEyL7S { width:11rem;height:1.5625rem;top:49.75rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJb4Dcev9wWTbyhPPX1R5PG0a690ylv9 { width:8.75rem;height:2.6875rem;top:52.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADrD2oDgx7TxpVfJdLBhILuXTX34ykm3 { display:block; }
 }@media only screen and (max-width: 763px) { #TTXCPZ7ux4D85aKht3eDrV2IZP3rSa4r { width:14.375rem;height:10.6875rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSs3qgQ8u4wsgT59Tzt5CAryXUzQal5I { width:11.4375rem;height:2.5625rem;top:59.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvvhUMst5Iv7a5DPcfO2aDmEF2HHTOPZ { width:11.875rem;height:3.625rem;top:63rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUVN6hlC3QxNwlWVDv4DQRaKnfl4TFng { width:7.5rem;height:1.5625rem;top:67.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNFoJHVJBITZi4ulIsRDFU9zvBBXkqmo { width:6.875rem;height:2.875rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKpeqcpA56ud0u9TU6ixQpKE20AcVlbM { width:8.75rem;height:2.6875rem;top:70.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTKbpN7nmIrdgBFxGsCWhkpLDf05iwn { display:block; }
 }@media only screen and (max-width: 763px) { #AfX9znZJ2v0dG0Gnl8Ib6bPQd53Wg84u { width:14.375rem;height:10.6875rem;top:58.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BimX0VJN70xJPOMargdrVgovDgCfEVZw { width:11.4375rem;height:1.5625rem;top:63.0625rem;left:36.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgfFDLZSFuetXVchTv0Ni0K1qMDTVUkH { width:7.5rem;height:1.5625rem;top:68.125rem;left:40.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGKdg27DTyXKq9yp2zFQTNQMmLAvyml { width:6.875rem;height:2.875rem;top:67.6875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJRBagwvLsNsLOvyDCBt9b3hIBMN0NLv { width:8.75rem;height:2.6875rem;top:71.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #wezTbPgOzRHfk5F9ZZ2m3uTQklNotn4f { display:block; }
 }@media only screen and (max-width: 763px) { #TTBcU8Tt53mV3OPBhDG0I1vsXVZ9bHTU { width:14.375rem;height:10.6875rem;top:58.25rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFXNP7EHmmqMXrAI1NTTK5h44T8Ju3CR { width:11.4375rem;height:3.625rem;top:59.4375rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiyLx01rTcRwrvLBTlb37GkIiZxA0TOx { width:11.875rem;height:3.375rem;top:63.1875rem;left:18rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik8RQwKu2P27mmhKkwcazm4BQnIkzVEk { width:7.5rem;height:1.5625rem;top:67.5625rem;left:19.95166015625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh6oKOxsGXS9NUJ0Ku07QUm3Lx119ZvD { width:6.875rem;height:2.875rem;top:67.0625rem;left:20.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt7Kgml1SaimcBO8MRpEwZMu4C8oxapV { width:8.75rem;height:2.6875rem;top:70.8125rem;left:19.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRuXkHqFR6qd6sdyCGVbzvvgIheawwKy { display:block; }
 }@media only screen and (max-width: 763px) { #Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai { display:block; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOg5a1FsdiCqtXZgEE0uMy8KuQRSkm7H { 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) { #HUlQCdH0fvRDUk6Jgnthnc9bf0r3u5RT { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxgDufRdGKrJU1KzwEuezieA0Tz56L7n { width:14.375rem;height:10.6875rem;top:6.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIWTxhr7seSPpxZkCkFOLFi0a7A9KPPE { 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) { #SegyFrDBnrhN5BGLGSSrlbBmS5vRId4U { width:11rem;height:1.625rem;top:16.1875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ7CUpcKwC5GVtQoRxCwtJVHrm12ZDRi { width:6.875rem;height:2.875rem;top:15.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brnAQ1wMD0qGT0EKaQ5PRIiAlTaGeUKT { width:8.75rem;height:2.6875rem;top:25.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaynTMuq7EE2SCl7LT0RrTyTbII9vCer { display:block; }
 }@media only screen and (max-width: 763px) { #R06ipMRtxNZmFPDWudwFHCL7LeRfAI8t { width:14.375rem;height:10.6875rem;top:6.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnDCZCKNTza2V7JG3wgeEwCsb8O1NSA6 { 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) { #gEsGJ1B4mS0uDHDuTFwTEXfk78HvSI58 { width:6.875rem;height:2.875rem;top:15.5625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFEuTkekPZ72W4TsW19FnVAK5sEpSahc { 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) { #x1FSVRi9DylhZ4A6uvefRKklZ8wztVog { width:8.75rem;height:2.6875rem;top:25.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLBZbgzAdFbQJTWO1hKzQIshsP8S2G2D { display:block; }
 }@media only screen and (max-width: 763px) { #fkLT2ZPTeUlLaXSnfb8sotNHLCgiaDkc { width:14.375rem;height:10.6875rem;top:5.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXN3HNheGPvSVq7g0nUK1Mnc1OvGAP1b { width:11rem;height:3.25rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CipuecU1eiZtTs2KlyA5QkT9ow67nb1z { width:11.875rem;height:2.375rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEt7VqWAQT5Z5iJXGKPLRL0qe33UTqOI { width:6.0625rem;height:2.9375rem;top:14.3125rem;left:13.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grzx5hZTHB2I4yJ7lpn0pPTdVRLRcQWR { width:14.375rem;height:11.1875rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s00fVI0D5AhwBmoT539iyeCnirFALPHe { width:6.875rem;height:1.375rem;top:16.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWoWvpvFDGXRnG8STaM5Rph1FmydtmTq { 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) { #fU8PQTukWn1Lb2GG19FZaDqJTcfn9Tcu { width:11rem;height:3.25rem;top:31rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJAIq88OX5S1oR77bzplT2McSS86oDT { width:5.5rem;height:2.9375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXaWtTEUQFTgqN50xTOEGQdF1oaTTAMg { 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) { #LPvpOU5PpTTIOoRdsPJhif3TaF7ISPs3 { width:8.75rem;height:2.6875rem;top:25.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTkVAu6RBDEtaE5mXCnVXcROy7F6C9N { display:block; }
 }@media only screen and (max-width: 763px) { #TAMSvoyKDf51WlZr6W5dww2e5vT59tuO { width:8.75rem;height:2.6875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZacBrFy4ZsL3CqwXmaKWZcHgqOURRCVd { display:block; }
 }@media only screen and (max-width: 763px) { #icpGuKenRJeabvgcBcdJlHhqJWD49lTD { 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) { #OUFoRGxZLGarbGyq4Q2K2hVq800ySwgz { 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) { #IWsKCxznXVOtFQNm4opUDeQ07slZL6Nx { width:14.375rem;height:10.6875rem;top:29.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enpxyyMc6J4nGdFePGx7WRp759vqkNp5 { width:11rem;height:3.25rem;top:31rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KguEwxTAimvGidWFozTa2pCPqkTFUIHc { width:11.1875rem;height:1.1875rem;top:35.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnkLTNCRL18TUaTatHRKkGBfti9QIen3 { width:6.875rem;height:2.875rem;top:38.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyKIQvWNfxs80vw8B00deZGBTfTsII1x { width:5.9375rem;height:1.625rem;top:39rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmkkmJpaLhVkFk2VrTT3rO2udQpwhiJ0 { width:8.75rem;height:2.6875rem;top:42.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtAyeDRz3JuTgpgxTi0f6PF0q3dAVWwD { display:block; }
 }@media only screen and (max-width: 763px) { #N7R8cA2gaGHhoMJizDqXCxSp16I4iLSM { width:14.375rem;height:10.6875rem;top:46.8125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODeHeMBHWXoM14M6TsKWURWsq9Nw8xPd { 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) { #MfJnbXwDLwex3AP1IXsfCLEmSEEG3XnZ { width:11rem;height:1.625rem;top:48rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Daz2rl0H1NEbp7xP6VSlmyPtTuIWn9EQ { width:6.875rem;height:2.875rem;top:55.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zua4tfDmvyTlTbFpbnctNWrCawZD46T7 { width:5.9375rem;height:1.625rem;top:56.5625rem;left:36rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxqJcNGutTi6wBLDTsDbh6KsucZ3TZZv { width:8.75rem;height:2.6875rem;top:59.75rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtiWUKmorCBAKLqsHaeAaBlyTniMR8F { display:block; }
 }@media only screen and (max-width: 763px) { #fdw78yzs9Cf02Nf73XwogRKn77JUDUdh { width:14.375rem;height:10.6875rem;top:46.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viLVVT56MNZ76xOXvg0Tf4pcV3JWP2yb { 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) { #KIO6sBgkMyG5sF5bP0LcM0OTTdQFB7br { width:11rem;height:1.625rem;top:48rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5upTN7REh3F26tLddBM7Fa55h08yks7 { width:6.875rem;height:2.875rem;top:55.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywNRIodInS1NT5Rp5rTdqbphvf9TFGvD { 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) { #cR7cJCAu3Xb2A4ncgxee9eGZJuxiT8c9 { width:8.75rem;height:2.6875rem;top:59.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFBv35Qco72xOichKkGkhXiqNAearrK2 { display:block; }
 }@media only screen and (max-width: 763px) { #DcV6KgabGE0pTPD784cnxIW4w0i5XSbP { 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) { #lclmeDs9XJHJPxILrAKQmUVPtw6yWDQR { width:6.875rem;height:2.875rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJVn5sWkQGIuu3yErnXHDebWXaswTOS5 { width:8.75rem;height:2.6875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2AGXS9ewxJ8lWdxqZz08qctTSQfWm1B { display:block; }
 }@media only screen and (max-width: 763px) { #UCpEUIPVvbx5mCyuTkmHGaPXul73wv7E { width:14.375rem;height:10.6875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6sPJHBZLtG4Ml0TKpKWepQ6QnnCaU2k { width:11rem;height:3.25rem;top:7.1875rem;left:8.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTTsrubPtEwH5NZ2tPc9tVrqyL7ZbXs { 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) { #T4RynDaONOcPPdP6OJ8EPPnRkeIZtenU { 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) { #F8G8uDETF1lDbreEFHsAsBbkBSaX6CU1 { width:11rem;height:3.25rem;top:31rem;left:27.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgIg3Jm0IJFmUfcJTmxMBTKwmpofNdn7 { width:14.375rem;height:10.6875rem;top:29.8125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcaJHKwKpe8uGAE99goByeMxwym02gNr { 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) { #DVwTvgagKSiFSE3HrFmOp7q769sMc9qu { width:6.875rem;height:2.875rem;top:38.375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpMQo2tVD3ycXvfmOkaFgBca4r2BbgTn { width:5.9375rem;height:1.625rem;top:39rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPq6C2JKqkyLtIvbXhqzLkNq2FqB07cU { width:8.75rem;height:2.6875rem;top:42.1875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrhiCXv1qUc2R1xECHE3K9NrWZsidxUV { display:block; }
 }@media only screen and (max-width: 763px) { #ak7RSgpfXQJNZhqwTRgOpDXFtXleZWJ4 { width:14.375rem;height:10.6875rem;top:29.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxe5xEhlFX5KbSNAD3eCHRwJZezflCSR { width:11rem;height:3.25rem;top:31rem;left:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewwBBxQyTKUefWTtUL9panx66EU4TrbG { 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) { #LyX7zBKHMcZr7wLGsJB2eoIIZAvJMXeT { width:6.875rem;height:2.875rem;top:38.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agwEBCH2IzkPAxx5HKGMSNItX9AbumDB { width:5.9375rem;height:1.625rem;top:39rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLiKhpp7SKEAc3IvCrdnf8WhmOFWyuVJ { width:8.75rem;height:2.6875rem;top:42.1875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laqZ381GB0gXOfaFOFxJny1URbwe12G2 { display:block; }
 }@media only screen and (max-width: 763px) { #M08UDwzvTOlcPC7LpNb8eQLuu7fSvNnR { width:5.875rem;height:2.9375rem;top:14.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxL7avxR6Z4ugqKtPonePZqIWPUnrVw6 { width:6.875rem;height:1.375rem;top:15rem;left:6.626953125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb1v0A9Jiq8TLL0VzTz4rGbmTkUI5R9I { top:15.9375rem;left:16.2197265625rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpmVBCcv6SoMflrcSVbZXLfzOdrO5JAg { width:5.5rem;height:2.9375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iicb5dav57Uw2aGz1GRhd6pb49afLhXU { width:6.875rem;height:1.375rem;top:16.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgkLlDXxrFQeNS6oAXXq6yJ5GnnWWTSW { top:16.9375rem;left:0rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrR9L52KZ0b6knkiH2JThpr8mImOVKr5 { width:6.875rem;height:2.875rem;top:38.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgmW1lIbWJ3TLRMZuA9dL3qpmLdguXBT { width:6.875rem;height:1.625rem;top:67.5rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uus1EPXmcma69JIZ2HBq73xXU0R0lGDI { top:52.75rem;left:4.6875rem;width:3rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAGp4nNir6dXMxgpHcTf8z4y5vdsxnSN { 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) { #PcTNf3bnqJuTDH6JTqPGEoszAmf6hKLS { top:52.75rem;left:4.6875rem;width:3rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzgpTHTuML9KbLwJzgscFMkoaEbgNeoJ { width:5.875rem;height:2.9375rem;top:14.3125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rki8LIE0oSJfTb5ZzuBZJZb0Tgnds1oG { width:6.875rem;height:1.625rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpQQWeOHJNWaWVJssTXrXRS7iDclyfMP { width:6.875rem;height:1.625rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wP3ezi4fJhHiGuJ0XOiVrWHHVrb7JHVc { top:19.125rem;left:0rem;width:8.6875rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbiusNiyKy2pgsIdIucdAwF8x6ugoNwm { top:19.1875rem;left:0rem;width:8.0625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaaLixv5k6eugioTPkL5NweJHA4XOOLD { display:block; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QatTboHkDsh2TU8zgqlTxS1qcMaZLgrW { 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) { #eMWvpGhEyEdHHOfg9bFznytzns7hpxK2 { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxTt3sTyhBhsqT2lznXm9ASWDogmapWX { width:14.375rem;height:10.6875rem;top:5.6875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9nXqDE6XMpyzrgXOABVGxOJc0xHZoPD { width:11rem;height:3.25rem;top:6rem;left:28.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNLOr3R5clH5Ps9WgVEKDHr3UiFk2mnn { width:6.875rem;height:2.875rem;top:14.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwJ5IJxOG47luDoMZ8irm0oFAyXpAC6U { 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) { #A1o8GcIsy7HNneReaFbzlR7SOOwtmNAB { width:8.75rem;height:2.6875rem;top:18.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBAfEVrTdJlgpc3Pa7Vp9sdEilpcpe6 { display:block; }
 }@media only screen and (max-width: 763px) { #qpoRvE6UIyhaBb6DFvIhUtVg0fVXASUq { 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) { #boyLAIvJmmpH7C9yXc0SWxFkHnSfcT9o { width:14.375rem;height:10.6875rem;top:48.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF2hceT6qJBocS1xTNAMJrmnFDnRu3mg { width:11rem;height:1rem;top:50.3125rem;left:36.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vziQTNHrv40PdxlETi8bkQLZ0DF62FFa { 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) { #q0f6NCOC4asVtUE1p0aWIZuPW5b7LT2n { width:6.875rem;height:2.875rem;top:57.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7UJpZIgTeLrbOS3xGEXB4Ban2mAA7hd { 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) { #pAaAlWgsxdHiuTkd05dIatP0T0dxMqEZ { width:8.75rem;height:2.6875rem;top:62.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je8lWoWXWHxvkSzXahfhb1Fsd24BTsyp { display:block; }
 }@media only screen and (max-width: 763px) { #pNmpTSfGPT8qOODFk2Py885lHgm3yMB2 { width:14.8125rem;height:11.0625rem;top:49.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9n5FwaWH3vz3F6CRGhETZmi5X4qsfQN { width:11rem;height:1.625rem;top:51rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxi44mNyf92Wuh0m0DMbBil61JKJyTzk { 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) { #pReHRdp2QTkpFQT49CR9oqdo9ouXZhN9 { width:6.875rem;height:2.875rem;top:58.9375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAaLlpPgt76vNFrEPXTBATSLtzJI3mOR { 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) { #PWDEgHz6BX0R27idV0A2HaHcbif0A0M4 { width:8.75rem;height:2.6875rem;top:62.75rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azsAGv7lhEKaSKbx2cAssEBaoiPEOKIv { display:block; }
 }@media only screen and (max-width: 763px) { #BOJbW6L3LXdnXvQCr9dZASWM9vDnwO87 { width:14.375rem;height:10.6875rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeccJyEGT5iLeKtrGFNwglRdRywNrPsF { width:11rem;height:1.625rem;top:50.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6iwFCu4276Ir6wWe4F0FyyFTlV0HVU4 { width:6.875rem;height:2.875rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffmI8ir55QOCwUT4wk7BLnTTT7RQ0kI8 { width:5.9375rem;height:1.625rem;top:59.9375rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSf8Mz1N9VOF3TZK56mhV2ncU1hKrovs { width:8.75rem;height:2.6875rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnFLpfeoDPU2x5v06BApb5Bhz52OLGXi { display:block; }
 }@media only screen and (max-width: 763px) { #ADl6QKoWtpdA4SG5A30euXeInqSFXS9r { 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) { #f4Vzu7HmzVPBuSNc344BFbK2u4yMRQsA { 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) { #T2kRScGCULeTxQb60Tu73LLUDpByPxcG { 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) { #bdmzqabEQodPXDDWgoR4kr0h5CfDTBaq { width:15.125rem;height:11.5rem;top:49.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #plZTr3vhFChqDc9mE9oV74ITaNsIMllK { width:11rem;height:1.625rem;top:51.5rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RECGTDDcv1qD8togZ4ywDPiiKXXcTsZT { width:11.1875rem;height:2.875rem;top:53.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K69iCET117T97ZufGhZasCXZPvPidXLz { width:6.875rem;height:2.875rem;top:59.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2HbTvvirpGMboenUM0ns5JXDImapG9v { width:5.9375rem;height:1.625rem;top:59.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnsqnGdI2qR3SZxSUapvGIumWdnuTlg2 { width:8.75rem;height:2.6875rem;top:63.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP1V8lcEhTOSLxoiSnPbNURN8QXvNNFu { display:block; }
 }@media only screen and (max-width: 763px) { #ow9Ap6pEeBTlv9OecUT2l3l7gFt1LETg { width:14.375rem;height:10.6875rem;top:5.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EattTXbcnrxD2WN6I7cFtRN9Lp1plkKd { width:11rem;height:3.25rem;top:6.0625rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD2gCc6ZoIW5rw3DpDO51Fv3t3m2TAvl { width:11.1875rem;height:3.625rem;top:10.125rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOtRcCTKP5V2R5uKlfQEX13Kg6ln2ZEo { width:8.75rem;height:2.6875rem;top:18.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqz0lHQsTgRuc7FpsBzx8ctK4OIi2l49 { display:block; }
 }@media only screen and (max-width: 763px) { #N7x2Hdv4XOpTXu2tKgcM9TFgKzRR2QBM { width:6.875rem;height:2.875rem;top:14.8125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3GBDOquI7W8zxfVVB6tupPGKNNZdRaJ { 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) { #mitAbHWHmbxOC2SR6cPTatZUwwME8MT3 { width:14.375rem;height:10.6875rem;top:6rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1gTuJ8Vy9sDu8Ba5M9ydncRd0DMQvow { width:11rem;height:3.25rem;top:7.1875rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S745dGt5fJpCahHfl65fWuFItvh599TN { 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) { #o2N0wWzTDxnuohdTPaa0Mqgq2l1qEaoG { width:6.875rem;height:2.875rem;top:15.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3h3CFeFhxwrPmOatPthZklJggiOeqlD { 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) { #AaBLePEKT0XOQsMklMKlbZ15i8LmAOS3 { width:8.75rem;height:2.6875rem;top:18.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obGIELmCdshz2bODmRkRBynCnOR5SxcE { display:block; }
 }@media only screen and (max-width: 763px) { #zkzZrXBHTRS48VQtXTy2rVE0HlS1gRrC { width:14.375rem;height:10.6875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7qylRREZs5B0bkr5gul2QDAvC9qaftI { width:11rem;height:3.25rem;top:6.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzIXkKmqXbAxMcUXq2zF9QG2QmE0R3PF { width:11.1875rem;height:1.4375rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdwoSaWeMbccPyOTfKrO0P1u5PD4DOuN { width:6.875rem;height:2.875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRdOgqScsCqUbhBLqZwN0Mn1N0eyTaKC { width:5.9375rem;height:1.625rem;top:15.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIB3LMZEGE636tumWXWxg9Nm3JMCZGkK { width:8.75rem;height:2.6875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO2nRc6FzF9l7wSJOeMtWzrWz5sOPm64 { display:block; }
 }@media only screen and (max-width: 763px) { #diivB45TOh4awqVqJcdJIhmdclAH0yKH { width:14.375rem;height:10.6875rem;top:70rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znbJB1R48gGbMeebsfp82UCEJmVpfA7I { width:11rem;height:1.625rem;top:71.1875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2C9mOExiBV8PxMZybsTZrombJglciUn { 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) { #kb9mJQqfHRwdHCk80n3ADuIJelbkmrel { width:6.875rem;height:2.875rem;top:79.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtZ6fbAfcXhh8pU5zv7b8PO88nBb7LpZ { 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) { #XMPrVqg6U6v2cHW6oTTWQTXUXq1nve8e { width:8.75rem;height:2.6875rem;top:84rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmDL5VNqlGfk9NTaxXU5qoCQ5bkVEAit { display:block; }
 }@media only screen and (max-width: 763px) { #o3gqDSTihpwIGPGSeBT4bOWbiOtwMRtN { width:14.375rem;height:11.75rem;top:70rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1uWwKaM9zRf2pHLOQUcJ442oRxleSp9 { width:11rem;height:3.25rem;top:72.25rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwq9lS1xrrJSVhxrAo4ST16gJAdaHVTP { 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) { #HP5zJ6mDl487a5n21Cs3DHf9Z79Xbpdc { width:6.875rem;height:2.875rem;top:80.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0zu2cVpsMgssxnX80EFe06Kx0dAg7PS { 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) { #h3IoSCbncfFFPliShp7s5D7N82TBcBag { width:8.75rem;height:2.6875rem;top:84rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF9sQn14w0THmI6sfBTUadp5lnzTwRoU { display:block; }
 }@media only screen and (max-width: 763px) { #RrlE3uR06JHScJSkhIBwJawuS65qfELu { width:14.375rem;height:11.9375rem;top:69.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx34QPc2JEnuoxbeShIeZamWwanKT2ys { width:11rem;height:3.25rem;top:71.8125rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBRA2PaQfLTSmJ1MbsI72w1bVq4dqvRg { 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) { #rT2cvzVnmMVgZVpStVZHKFAGXuTGp2sR { width:6.875rem;height:2.875rem;top:79.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmIkO9WZVV3vwqGX2zCouSidySnUII4G { width:5.9375rem;height:1.625rem;top:80.375rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPEK5PRgf6EIEdmu1dxCRCTTT5ksTDBS { width:8.75rem;height:2.6875rem;top:84rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJwiCkrKQvTl03O7T5c1XRRuy1W5vLTU { display:block; }
 }@media only screen and (max-width: 763px) { #IJfbOeOEOOz6AITOFIoeyR0Jiw9nJ7V5 { width:14.375rem;height:11.375rem;top:69.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlUu2IhtbKA24VUSzDzxggdsyl1FtoKB { width:11rem;height:3.25rem;top:71.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6F9IuieIF5sNRvQXwnv7F7V1stl06XX { width:11.1875rem;height:1.1875rem;top:75.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpLa51hETlkvn334LJSp9yUOkeTCXV8y { width:6.875rem;height:2.875rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFDNBrIavXtIUFqT1alBKVG2IsF7fgyb { width:5.9375rem;height:1.625rem;top:79.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKDk7bMlFmk5yeRsP99Sa80T7WRRxR6U { width:8.75rem;height:2.6875rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn9eUcg2MGptLdPdmtOWrScuuAq0fKKZ { display:block; }
 }@media only screen and (max-width: 763px) { #UxNRvHRxfpgwNFOWpZnEtvmzBrHJ5JGL { width:14.375rem;height:10.6875rem;top:88.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgcWzkTXOzaih0MCkhKAalTMiVqJJhl1 { width:11rem;height:1.6875rem;top:89.625rem;left:36.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBu3plDvovmNffqgbiJh5fMqJqkvfLnK { width:6.875rem;height:2.875rem;top:97.8125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJssmZSfSxTyTU01OL9KI81ls2cXThd { 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) { #HoCoDiGRXZQUEwUDRUDywQyMSnH2SwG3 { width:8.75rem;height:2.6875rem;top:102.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttr2hg8TP1rqJXSXHTq3kapup6pN8soF { display:block; }
 }@media only screen and (max-width: 763px) { #NxZ5hTHJZhoZXeyvmGsl6aev3LKO5ES8 { width:8.75rem;height:2.6875rem;top:62.6875rem;left:13.1259765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFPTbTqcC7m4qB1nnZNppmP1CCg11l4x { display:block; }
 }@media only screen and (max-width: 763px) { #qwIDfdWP5cwMLaqOkAPCrqJOcPXsW38U { 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) { #dZd87Rgb3a6ATcWDd9fiCb54iok6m731 { width:14.375rem;height:11.75rem;top:88.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPcFxIS0iTngggGEhfJy75izoHlKcKTP { width:11rem;height:2.75rem;top:92.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH1NJ1ScGKnEDC2b10U7Msb4NBFzqKkM { width:6.875rem;height:2.875rem;top:98.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpesu4ygHrn5ZkBiqIsHBk2MnQ7RPvSx { width:5.9375rem;height:1.625rem;top:99.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev5C8TFgZ6nq3vWsvvxGAtptsL01o1AS { width:8.75rem;height:2.6875rem;top:102.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #al7IeH1A5br05JTPU8808MoklywC7w6L { display:block; }
 }@media only screen and (max-width: 763px) { #cOLn6n9SN80zDMEp7UyNxyA8GPr3QvVh { width:14.375rem;height:12.25rem;top:88.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEfJ57PURgUdQpQsu5UFcW0wQGMVwGeq { width:11rem;height:2.5625rem;top:92.375rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2VH83vu4LwVk9iFekh3DCXaXaFHBb1h { width:6.875rem;height:2.875rem;top:99rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGHAU09mV30Goynruiet7iQ5ekHThe5K { width:5.9375rem;height:1.625rem;top:100rem;left:33.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqznI2rlrFROVTf69itWSft0DSip5RzC { width:8.75rem;height:2.6875rem;top:102.4375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAywniD1rLSAJmU84pkgSS0fW9KFWXID { display:block; }
 }@media only screen and (max-width: 763px) { #MSfhkdpH91S4dQliiyD5H7Trzll4akr7 { width:14.375rem;height:12.25rem;top:88.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALvffN00md5HVNwIiFGEzJpS4slUlK6t { width:11rem;height:3.875rem;top:89.625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtd7mPK2SDAlSyzUPD8XvlA9oaRw8lEn { width:6.875rem;height:2.875rem;top:99rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mssUNvF8gR7f42FucrOTGLTTfTMXRRkE { width:5.9375rem;height:1.625rem;top:100rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQIUs2oPfeEWrrCtfsxXApH7souQADNQ { width:8.75rem;height:2.6875rem;top:102.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqAA9ger59ZUvlMyQcwJWStgwOOUzwpH { display:block; }
 }@media only screen and (max-width: 763px) { #xKqg1r0TtXW0mUBxaodT3KToAo3TFPZh { width:11.1875rem;height:3.125rem;top:94rem;left:13.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyEEdOzVaXsADl2wqvwVrqH8bexHW0ne { width:14.375rem;height:10.6875rem;top:25.875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGr3MI8wxwscsbe3fG5IgBiUHhTPERvR { width:11rem;height:3.25rem;top:26.25rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARAmnI8RWkkkbQ8SX4TPLtUK7VTCv2bU { 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) { #BN3uJDdcHqLcry9fucz6gilu5NcobLqH { width:8.75rem;height:2.6875rem;top:38.8125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktmeXHNtUQ3TSdoRL3aELkwUQ8mfrK9r { display:block; }
 }@media only screen and (max-width: 763px) { #kqOGeOU9HfqHw83v0iq9UIP745ZZvOeM { width:6.875rem;height:2.875rem;top:35rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo10XZd9nSkBrhw4agCuCTJyQrOxA6Oe { 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) { #mWCTmHSkDSXFKDds6f7d34c07m0sBz99 { display:block; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vv41XwUKMs7799sXiT9oJwUKXDuRO8l0 { 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) { #k5oXSHpzPAEXv667Imu4T4327PPhCTGm { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1hdEi3UCEEIDpGAaQ8vq1TCIEBtx4CA { width:14.375rem;height:10.6875rem;top:5.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRxkE7uwm18qEky8UH8X3KV4muMwmCSA { width:11rem;height:3.25rem;top:6.375rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgyaDAOpQf0G53woboEQz8eJO3gEkGUR { 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) { #KC9sNodfDXT7HKAt1QRC0dz7dqgOiFKr { width:8.75rem;height:2.6875rem;top:17.9375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9C8p1gcvpN6swcJPTq2nFlhAMwmNNWU { display:block; }
 }@media only screen and (max-width: 763px) { #MZnt9pnQWBIQCBqXJPUdmAHHbPNtl9kf { 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) { #TsPNDB3Cu1DohOAgyvt9HLfKKynCnNuH { width:6.875rem;height:2.875rem;top:14.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1kL3ZHXIKu45GCftghZsHeXuv3AUoqT { width:14.375rem;height:10.6875rem;top:5.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnaqnrFHt1rTHoA9trhl9KiLvuGnxooc { width:6.875rem;height:2.875rem;top:13.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFsSpwHHyGHz9ACCwtwQTBu4NQcFMO2 { 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) { #KqhpzBd5ld7rTOS80AgSdwMJ9I0LQip7 { width:8.75rem;height:2.6875rem;top:17.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogx3iu85g4NcpeR3uUoFMBLCBXqTfxO6 { display:block; }
 }@media only screen and (max-width: 763px) { #JVJVC7sKlrUaPprZsX0XksyVQnaRlOa1 { width:14.375rem;height:10.6875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfM7kSzSAi3DlmO6dy5KoJDk6csWpDqy { width:13.125rem;height:3.625rem;top:9.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0plE3IUHFPSkoPbSIIel0rDn7wWXZuH { width:11.125rem;height:2.75rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8CinuJ7p63ZqhPdrD0yTtcoe7LVIkbu { width:6.875rem;height:2.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxgRJ7JT0gFe3iithfVkDDgenNn37BT { width:5.5rem;height:1.5625rem;top:14rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7oHlVrTtX3tZyDZ8Xn4iXvDvn4pevET { width:8.75rem;height:2.6875rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G24urza43yJo2q1FnH7tznCNeh8ER7th { display:block; }
 }@media only screen and (max-width: 763px) { #cNsZWNod1kTUiUqEbaWelRWKLpMIieCW { width:8.75rem;height:2.6875rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uu7RRZ4Th9sTsaxw5hC5u1fkozbw33me { display:block; }
 }@media only screen and (max-width: 763px) { #viybT2GhlGa7RNTtExHLZ92nPy3SaUko { width:11rem;height:3.25rem;top:6.375rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VybyxJKK7UmaVfQIW4qy3S57lcR9DilJ { 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) { #qml7V78P1a1EimlKZVngBqA3xHU5lVVO { top:1rem;left:14.15625rem;width:20.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUgtPI4Z8sQ1fEbSeAPmLpoKrz7ceZSO { width:11.1875rem;height:3rem;top:9.75rem;left:36.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TezTXhQ7WwNCKUwWbBsu4oRbVcmkSx55 { width:14.375rem;height:10.6875rem;top:5.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cixa5kSAF0T6BzmAD3hhvxxKmiyGp7U2 { width:11rem;height:2.75rem;top:6.375rem;left:36.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbaO3PIAX6QhaeG9TWf6KBEbHh7y4IcT { width:6.875rem;height:2.875rem;top:14.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGB4HlnD4XECSM7BUD06n5NTv7MBM5aM { width:5.9375rem;height:1.5625rem;top:15rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgnqAK5TX8eFBX8EtveWf9p6geKT5FM2 { width:8.75rem;height:2.6875rem;top:17.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #THk575pPWokzRJeZgiU0anItWDg5yuGa { display:block; }
 }@media only screen and (max-width: 763px) { #bxrTFoZmOo2H3nwkBqMtTKNfQZnGQOlA { width:14.375rem;height:10.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5E8uweta063OW4nmMEZPen21VyrPuDf { width:11.125rem;height:4.125rem;top:27.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knJBEgseeNVecltM32ZkW0uDm5Br1Q0o { width:13.125rem;height:3.625rem;top:31.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voPQN9SLPBf8wh7Cxls4wAqg4OAFFkCc { width:6.875rem;height:2.875rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxR2fi5QK8Jrh3ykcksR2SpJeb3QCbgR { width:5.5rem;height:1.5625rem;top:36.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8iU4HE9Hreb66FRrFTXBdaL8TTrnqlZ { width:8.75rem;height:2.6875rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLLfslieqFw4PH38bHGxs50xKopZs4Ft { display:block; }
 }@media only screen and (max-width: 763px) { #z8Fiya9lsxgDmxxkeRSLTAR6y048o1k8 { width:14.375rem;height:10.6875rem;top:27.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGH5eQzK9LtVZBuVFLlwew4sZRniDI7k { 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) { #h8wmdiefUkL77t2ZQoEdeu4D3uTZG6Ah { 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) { #UQWBMVgVl0CRDkfEFkXu2SCHFriw1rIy { width:6.875rem;height:2.875rem;top:35.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTtT7WilZyXzQ97l2MWy84PMrfHBxGNa { 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) { #LfQhO2xRSDG38thfKUaQ3Iu7ziJCKRzJ { width:8.75rem;height:2.6875rem;top:39rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOQUH5GE92VGySS6qe8DwRpoRL5X0TPT { display:block; }
 }@media only screen and (max-width: 763px) { #Is7X5mkplstbFbIkwcmlFUmRhP1B1DV9 { width:14.375rem;height:10.6875rem;top:27.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC37T0kKC6Fd5GIRvHztAX2znSq49OgC { width:11rem;height:3.1875rem;top:28.75rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVm7cHgWCoNhlcEKJi3J5htMvPczZO9i { 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) { #o3t9Lk9FshG3yayyJWHFamAQ2UL1TEuV { width:6.875rem;height:2.875rem;top:36.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdMgCNBVd4KEqbl35GucA26y8n01dmyh { 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) { #tJTZvuFiJKz9gr2q0nwTBdXHz0QIDila { width:8.75rem;height:2.6875rem;top:39.25rem;left:27.906982421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7X7HTL1SQuLxaFsPHy2JVBsbavLSKqZ { display:block; }
 }@media only screen and (max-width: 763px) { #IJfc5CK8F6gIH14BpCOfO8liwMXQ5JGO { width:14.375rem;height:10.6875rem;top:27.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7W5MhaOBB8fAPQuxakia8tyi8aDvGRJ { width:11rem;height:3.875rem;top:28.375rem;left:10.515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzrJrHQPpWQyEIy0PoTlNQkaSkJudOgr { 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) { #MgLKmT94Uva2hzc3aAfqaMEiUGmPhOVt { width:6.875rem;height:2.875rem;top:36.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI7lptQ66FD2btRNBJbDTHgiVkcD3Dg4 { 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) { #Sk9FJ6R3v9Tu3eKxgtbv2J4yNdzVPxum { width:8.75rem;height:2.6875rem;top:39.3125rem;left:11.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghJ14KnV11Oh9obAaJKaZy1vT1N6IJ4F { display:block; }
 }@media only screen and (max-width: 763px) { #Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 { display:block; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0PDR3ATRh7fQvXAHT33eJwPcEklLvgW { 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) { #cBsE3Z5uGgJJnvZAtQB9BHSDC1IymKgx { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBkHXxxanVZVHfLu1cNKUe35iqsa3n1D { width:6.875rem;height:2.875rem;top:11rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHLwSrSF5cWvffGTcHT8PHbuilkB3rw9 { width:13.25rem;height:9.875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmpKSsFtshZdyKn5kTtV0JGGNDwy0Uk { width:11.875rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQp0FfzRPGHQWky3HkOO6RgoVmr7ykV7 { width:11.125rem;height:1.625rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRhuTB5CbF9VKOu8GB5p3wlfnTrZ6mvJ { width:6.875rem;height:2.875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmdRd05vBxJXfrKrr48y5NWVo0UtmCDT { width:5.5rem;height:1.625rem;top:14.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpiXtfuJrnHPFLFh53iLwZ28TcVHwT9P { width:8.75rem;height:2.6875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8OOL8nF7eqiXZPT6c2UUp5CfM6yqZR9 { display:block; }
 }@media only screen and (max-width: 763px) { #qlM4341wMaNIHaDbMWZNco0PeoNp702D { 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) { #Gb7uQLTGH58NxGTATLQXZDkrEM0bFrRR { width:13.125rem;height:9.75rem;top:46.1875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqaEuyP27ZC2VLCgq3h0nPxwkMcaB4y9 { width:11.125rem;height:1.5625rem;top:48.8125rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8bIexr3oyJSOPr5CDS8zX4H083hAchx { width:6.875rem;height:2.875rem;top:53.75rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amyZqAFsQC9f6shIguuquxSohLUut0zL { width:5.5rem;height:1.5625rem;top:54.3125rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEQSp0EAKvGZhGN0Lnmm8Dk8gDbmUTlm { width:8.75rem;height:2.6875rem;top:57.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPkbgSWMPWUoH7pBM6AzFIZJRHo6P5kE { display:block; }
 }@media only screen and (max-width: 763px) { #Ot4DMf1GCnlmGyU7xo2d2krrAigE8pKw { width:13.4375rem;height:10rem;top:46.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULH5Iq30birL5tS9bT8RzzeWkbRagxFw { width:11.125rem;height:3.1875rem;top:48.0625rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUOCvXnfJ3sSrXwUn3yJxKgT5OeeKpNm { width:6.875rem;height:2.875rem;top:53.8125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gEZCln81m7v61IVS65TnHf5w5M5vrS { width:5.5rem;height:1.5625rem;top:54.375rem;left:36.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdqiudPsc17V1zFmW3BaNwbzGt5mvPTk { width:8.75rem;height:2.6875rem;top:57.875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdGiATxkkFJFDcNwcRvlJpFW7oSydb2 { display:block; }
 }@media only screen and (max-width: 763px) { #BHLpJlSEae922yg1wlgJeKAdURa8wWP5 { width:13.4375rem;height:10rem;top:46.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMIikrJD9Cy914GRyK60q8NmQoEpGPav { width:11.125rem;height:3.1875rem;top:48.0625rem;left:18.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfVzcRs6kF4PnXWpWpMc18raK4suT15f { width:6.875rem;height:2.875rem;top:53.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3s1wTuC39CAirdGtO4AThKwELv9enDO { width:5.5rem;height:1.5625rem;top:54.5rem;left:21.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsGMzex7nSlgGbku4TxoFKGLcTCVkRNR { width:8.75rem;height:2.6875rem;top:57.875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2rSX787r03ipUhTGJJMlIRvKukWHIBO { display:block; }
 }@media only screen and (max-width: 763px) { #xxD9gCWNZ6Cdf8niPQIyRFCpQCUGOqFv { width:12.8125rem;height:9.5rem;top:46.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ0vT3DgAwvnpwvZmefhc0x0zGP9eByE { width:11.125rem;height:3.1875rem;top:48.125rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzeIQff6iszcQpOWPsXXeDpK4ooJTPsz { width:6.875rem;height:2.875rem;top:53.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3D6vU01SxG3SixwEaXDzUZyDJ8USRdH { width:5.5rem;height:1.5625rem;top:54.4375rem;left:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpgPuqDQpMZXeOTH7yiSxmccSSiEaf6H { width:8.75rem;height:2.6875rem;top:57.9375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Qwqyh5WXlvlnPeJ03mk5Tu9hTUr2B6 { display:block; }
 }@media only screen and (max-width: 763px) { #UNz4SZRobqQcW9c8JOtAV2w4wsICxrv0 { width:8.75rem;height:2.6875rem;top:15.125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #XztJtvhGW0RgJl79afr2gFbu13TTiCos { display:block; }
 }@media only screen and (max-width: 763px) { #PBTMbrwSU3zzRDyklJ8XcmHEawoOFqGo { width:14.375rem;height:10.6875rem;top:4.75rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG8KeqmIhrAxE4xNU5pmMaX8SrxbT9KA { width:11rem;height:1.5625rem;top:6rem;left:33.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1UrQr7qaM7fuIOD6365dfoGPTtsReMT { width:6.875rem;height:2.875rem;top:13.375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzw6Qsa9qON7InGTzB9p3S2zTCtqK81I { 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) { #RxetJtQ6shR0rZXPxeHSi8ur7bxJJqE6 { width:8.75rem;height:2.6875rem;top:17.375rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSbNTymcEHITD2eSSrk3puy9nbDFWWkT { display:block; }
 }@media only screen and (max-width: 763px) { #pwZuc5NLCCcHSKXKry9PEdCN0dQiTAkt { top:40.625rem;left:14.625rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1dwFeBZHNss54fxMmTq3fWW2b8UywfC { top:1.3125rem;left:0rem;width:18.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmS4GdymusAtwdGvWTXMbLLUWnuHKZKH { width:13.625rem;height:9.5rem;top:5.375rem;left:1.7686243508522rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFh7u74tAPL103IahTo8AO1vAaR3Xa5Z { 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) { #X2vrZvATDaTtSqUCykf9dzklM5NEIgbL { width:11.875rem;height:5.1875rem;top:7.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpVfxMyHOo1ndmEcLK8Mr5o2J9FJQwTb { width:6.875rem;height:2.875rem;top:13.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkOGZmRPV04FPPZuz2V1CflhsepA1ECs { width:8.75rem;height:2.6875rem;top:17.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ0g1XvPMvWUD7X4GS12echkl0A0TXvI { display:block; }
 }@media only screen and (max-width: 763px) { #SEBm9RiQrFGagh8IFwLTTgoIepIMiT5E { 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) { #AndEszTFtdKKMOtcPQvy4THTL5cLTwxb { 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) { #ToaC47tev3xayRkAAIe007wGhpGmeGJi { top:62.875rem;left:16.5625rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF0E8RzcL8UrBGvBRW2dtHaThXPs3FRX { width:14.375rem;height:10.6875rem;top:67.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVbL1kPtSU691tvPFA4aALdHFPTccUI8 { 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) { #VLxhPpMKeZfluc5OTRglpOS4LT26ROK7 { width:6.875rem;height:2.875rem;top:75.4375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeWVKaDN5prTTK1fHa5Cfv8kZVy7SlPm { width:5.5rem;height:1.625rem;top:76rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGv5IFZqkaLP5o4wF117OTcuNPisfdH7 { width:14.375rem;height:10.6875rem;top:67.1875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyADuwT5OTTqGHBEcFqZTNcaXICgg5Kw { width:6.875rem;height:2.875rem;top:75.4375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9aMFkPTR0Ni0ExZql3Rn7zT6wZC8EAh { width:5.5rem;height:1.625rem;top:76rem;left:33.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSVthbDlQayegnJgKHKMJlJe6nmG6uql { width:8.75rem;height:2.6875rem;top:79.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmmuaEOkh6H08hKzdEeKx3PCFwdLHTsy { display:block; }
 }@media only screen and (max-width: 763px) { #b8EHkZwxXNvw6aIctI2BVLUp3K6g3hqF { width:8.75rem;height:2.6875rem;top:79.5rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9u8wn5nc43A3L6rZUy1tkUd3KDU7npm { display:block; }
 }@media only screen and (max-width: 763px) { #RK7VTfakOOmdTdUC5h2ng2km5rs5nyn3 { width:14.375rem;height:10.6875rem;top:67.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSixidwHmeFXMFdIxEvGsPOpLus03VRP { 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) { #dtba0Uk1AD18iLhSZEH7BZTQgqEgr1oG { width:6.875rem;height:2.875rem;top:75.4375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqTzB4mgRdUmGimHa3qAKXp7T5AoTVgR { width:8.75rem;height:2.6875rem;top:79.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3eG9vPzFuq7TLdXTii2J6UofXTuMDFd { display:block; }
 }@media only screen and (max-width: 763px) { #rlHp6dnV4yn2EPh3RmhL1UwdETvJaNFz { width:5.5rem;height:1.625rem;top:76rem;left:16.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCKRF2ou5UTlTtsu2a4EHS23QA5rqcpZ { width:14.375rem;height:10.6875rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMRUZVao8gn7E4b1z7sQL6rDXO7NTJzl { width:11.125rem;height:4.625rem;top:69.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ4XH77ffXZP2RaQb9zk4J5KI39OTDBJ { width:6.875rem;height:2.875rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpGwqZD5tpplH1OrwEoPNWAFdpzRh3WQ { width:5.5rem;height:1.625rem;top:76rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKl52WDx3CFod5iW96ClHJMaTzfP59eW { width:8.75rem;height:2.6875rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRr3MAhVbWMz6rerVJZ2r4w5HPOiV4Aw { display:block; }
 }@media only screen and (max-width: 763px) { #s9zLFeGga5sFaGqV8vIJ30EZHQZf9FdJ { 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) { #l7PUqgEhPt7oR4mygh1uc4zCW4eSDkPD { width:13.4375rem;height:10rem;top:5.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXawobepf2rA3sMu3ypnFtmMVGBMr6Cw { width:11rem;height:3.1875rem;top:6.375rem;left:36.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOZwANQN1CtReTA6pUF3pi83taHc39m4 { 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) { #VlUe6617MUcEepbivZFGGJqDIbtL8Z2I { width:6.875rem;height:2.875rem;top:13.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZJvUyMcCl6E76WWvHgHzIxsKksBG0WM { width:8.75rem;height:2.6875rem;top:17.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6rEBCM4yGkxrK7GnTi0H3Voke0WwNpr { display:block; }
 }@media only screen and (max-width: 763px) { #u1eT2vSc5KBJUfeuVT8IxJXB0qNmb6TM { width:14.375rem;height:10.6875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBezBScW8A5P0qPCFN5Qek688iFMpKDu { width:11.875rem;height:3.875rem;top:8.5625rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvMydQxcKwIT4gdwDEqKlswSzIp8w1iL { width:13.8125rem;height:9.625rem;top:5rem;left:17.0891819081rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh2hdkf3FkBHJdZ8eIIcV5gUhKqCwDF5 { 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) { #wfuGo7xnRGFewEsfZ9MowpR30eXqDV3Q { width:6.875rem;height:2.875rem;top:13.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocLMlsxzUCugcn3ZFT2UcZrxLXXGp9h5 { width:5.5rem;height:1.5625rem;top:14.125rem;left:21rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfHRG1WUmET2tnMn4PRHTJnsHq2Jenky { width:8.75rem;height:2.6875rem;top:17.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnRJWSl3CiDhDMzZnagTCRVlSzUg1bWp { display:block; }
 }@media only screen and (max-width: 763px) { #nD0MG8aJkRdtFFvE4KiGIUFUElPJCTni { width:13.25rem;height:9.25rem;top:23.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFyHrSnOiTnTvv6lZhTeGdBwyW9hLesR { 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) { #ptaoMEDPcykO8hW8tWdpwRhs7Ey9KHcp { width:6.875rem;height:2.875rem;top:31.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkno89ZM9LyBvIghM0PCwXLaJXXnMOP5 { 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) { #PV83udIt06ETUZpzQGHs9E8TtfAyuO9J { width:8.75rem;height:2.6875rem;top:35.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVDLNoZGxJTSfFTXmBtStq1BQT2OyJEv { display:block; }
 }@media only screen and (max-width: 763px) { #DOTWbrI4unIR77dsJSlSKCm1fbmrpH2q { width:13.1875rem;height:9.1875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcLKD2COaDSWTBUkw41Cmemw4l0us3ei { width:11.875rem;height:4.375rem;top:27rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQZiwqKhEcdJcl03gUR5qLlCu3kfBIsH { width:6.875rem;height:2.875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCisxOJyHSRPuBeFXDTkn5wDgWgTsAu { width:5.5rem;height:1.5625rem;top:33.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghR4mmaHaETkcCyBaDWgif1hhVtEAOaf { width:8.75rem;height:2.6875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChD7JqbDBpm2UNxIZH4kmK5bQfdLIBpP { display:block; }
 }@media only screen and (max-width: 763px) { #rhC8PDxRhn5ARboJzfwG1mPqLO6F65Ml { top:87.375rem;left:18.498046875rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii2GwBKZU8kC2QVXHL3LXvAkiM5uHmce { width:14.375rem;height:10.6875rem;top:91.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5svp1ZRwekc45mIHvQMXgaxSVKuXsz3 { 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) { #HGT5grssqGbL1ReD5bENWCSelFc6dPuI { width:6.875rem;height:2.875rem;top:99.3125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXe24dJCBnala2dsOPdxD0yNahpkJOs { 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) { #VeSTaAHFSXA1QkToXsXf608PSLhsXqmE { width:8.75rem;height:2.6875rem;top:103.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdaw5db3ThEi8ZI18Jb7PUlKl9oiKlKt { display:block; }
 }@media only screen and (max-width: 763px) { #gZIAMTdZuP5qBzyIfELLq7ZTWWSRK8Ed { width:14.375rem;height:10.6875rem;top:91.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wguJJbhDfzzF9PdN4Kgshk9r12umGQJ7 { 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) { #hL2CkC0UPTRUdyZ81TQe5WI2OhNTEopG { width:6.875rem;height:2.875rem;top:99.3125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7qGNZgqVFOiETWOgvaW903FATMDKTzH { 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) { #vcbCW2iOHhflx4w4VyBxb0mpOnzPQu5D { width:8.75rem;height:2.6875rem;top:103.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWu40X3BMd6oRPTh9ref0izPyggOmwp { display:block; }
 }@media only screen and (max-width: 763px) { #yA1osLw7oHyTCerqEuysnDemtu88UAZc { width:14.375rem;height:10.6875rem;top:91.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHAc1Wre21Sc2oEoVLvRwQtK6a5gRnxE { width:11.125rem;height:3.25rem;top:94.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBtJBnK9qAKSfRsLUDLZSUxoZBxLIU2q { width:6.875rem;height:2.875rem;top:99.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oycJ9AiXf16XeQn08XCnNyeP3FlbrT3E { 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) { #ZRr9ScNnTWGBPa0kToS9uyffaI72fwp5 { width:8.75rem;height:2.6875rem;top:104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8rvBarX3Xsm9EhvlSOpnqWtbOqRsAvs { display:block; }
 }@media only screen and (max-width: 763px) { #IEzeTi6exOJf8s6ea35KavbEX1VQH2pl { width:13.625rem;height:10.125rem;top:22.375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SonLDT8BZsQlpI2AFhz7If52erJzwfvt { width:11rem;height:1.625rem;top:23.625rem;left:36.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yccAkeFUGJ6CQ1KE7y5UeEuOLcpzeJdt { width:6.875rem;height:2.875rem;top:30.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaDQ9b1Z1CLTIRT7uOctmmdVvX23VKkI { 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) { #OHy7rJfcSv6hw1HiZEgnfkPBCKFTrB9J { 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) { #fATZTJquOz3DI8na0NFghuy3bupDCq2m { width:11.875rem;height:2.875rem;top:26.9375rem;left:35.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQzhw5lXktkEnbeRF4TD6efTl0G05UpE { width:8.75rem;height:2.6875rem;top:34.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPNr3mZDFl9QD59o6EmnhdAEE3yiNE1M { display:block; }
 }@media only screen and (max-width: 763px) { #T79AJTdtLQxAChwGxNvs6IORZ0IuoxdQ { width:12.8125rem;height:9.5rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #comzTcLGTlTfKg2oLO1zFPURmkWmQVC2 { width:11.125rem;height:3.1875rem;top:48.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRua9GBQWavb7RbahZtTDlkJSoTUgyil { width:6.875rem;height:2.875rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSFdwARIW84sltkQaaWKeXMbzQFx96OX { width:5.5rem;height:1.5625rem;top:54.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsTq2252pVTBK5NCS6lvTnXc6aKdqxJ1 { width:8.75rem;height:2.6875rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8k2zXwDLp9wmUKyzkq9b1mB2Jh1mnvJ { 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.4365234375rem;width:10.8125rem;height:1.8125rem;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.9504625rem;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.350875rem;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) { #n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 { display:block; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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) ; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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) ; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container:first-of-type{padding-top:0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container:last-of-type{padding-bottom:0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253  { width:16.1875rem;height:auto;top:23.4375rem;left:0.65625rem; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 {display:block;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 { width:16.1875rem;height:auto;top:23.4375rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #L8kPBE0x3pV7yNAxtBfHtz2qx8zfOpMx {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #Z1kSsdDmVR4kdOikxtwVsJ3i32gyG8eU {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #ogymaEeAEtnacbTxvzansCQzTc4Ca9aT {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #CL88w5S1AfEy5GE7rSVUcPwPe30CkZuh {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #SEP4zIeZeT5P4HQlGEToLi2owrTZ8e6K {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #OdZTo2bywOWB2cV35cN5sibZ35uPWh9x {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #sVyQmrZv3DXNnwidwVvO9E5zKwFhUfTt {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #nKSkhcDLcM9uIQPIxKNVKOw61578WFyA {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #eu1L1AhJghdbPSE8BImTQMiH72Dl1OiM {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #bAoV9EFbkAv91wSTUDkzKTur2se6l5s9 {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #U1pP2sqeBcxEqNTR9svWd24PNR8OfUke {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #r6XGSTBvSJtCVKqw9VHmIcRGUeudo9p9 {  }
 }@media only screen and (max-width: 763px) { #azwNDKDpAIJVsJWzH633BXWKcJ2hyLw3 { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #UdWFraTlXrNw5T9Nc7SDdxhHqzdBZUVS {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #NTrZCMl7dxBrac2Sv2a3PQwQ8c8GcGAE {  }
 }@media only screen and (max-width: 763px) { #IK7d1rkHy3HgQT2p3M6VdxkwXv6BKkc6 { 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) { #IspxPVGu4IqDIhg0bCKOiTM5Fh01dPbO { width:20rem;height:12.59278125rem;top:9.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHZg78EGEdyRrBe6DAzlZQn4NRF7G8Dd { 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) { #tPcINvNkqBMFpgJqrXaT8kbwgzTkCvZ8 { width:17.5rem;height:3.4375rem;top:133.6875rem;left:1.1875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #BFg8l4vL06z56V3V9gleSOn36EVKq8pD { display:block; }
 }@media only screen and (max-width: 763px) { #hDbw1C3539NszpfArHwHh4iBeOF0Cs4I { width:17.5rem;height:3.4375rem;top:138.375rem;left:1.1875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #UZ10Klx4ADPTKI6T1zvtAN0vTWRn4fgg { display:block; }
 }@media only screen and (max-width: 763px) { #hWSBHgGnfOOJJQvbWqNAl4sBbGZiXDgX { 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.9504625rem;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.8739375rem;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.8739375rem;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.8739375rem;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.1163rem;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.8739375rem;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.8739375rem;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) { #DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V { background-color:#ffffff;background-image:none;display:block; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row .container { background-color: transparent; background-image: none; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row .container > .video-iframe-container { display: none; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row > .video-iframe-container { display: none; }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .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); }#DGxtG9VNXJse8udzpAq5RWQk8SUKCH8V > .row .container { width:20rem;height:260.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEoMrtIQqAo0LJ548zIOwSePgXizHBSE { 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) { #QrFvndvwCmMw3PgO8bhxvt0NSsJS7ypV { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUtBoDIfiuyXFoaOb6uSPyr4P11tKKnV { 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; }#UUtBoDIfiuyXFoaOb6uSPyr4P11tKKnV.adaptive-delivery-prevent-bg, #UUtBoDIfiuyXFoaOb6uSPyr4P11tKKnV.lazyload, #UUtBoDIfiuyXFoaOb6uSPyr4P11tKKnV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TMXuK65uJKmx338cFCprWWxdTTPsppNw { 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) { #sF4k28SaXUJrO55gV6BmZ2Q8sPr4Olib { 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; }#sF4k28SaXUJrO55gV6BmZ2Q8sPr4Olib.adaptive-delivery-prevent-bg, #sF4k28SaXUJrO55gV6BmZ2Q8sPr4Olib.lazyload, #sF4k28SaXUJrO55gV6BmZ2Q8sPr4Olib.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kb7a01AOFHMouofc1dWeCyDs2uzTT0Jv { 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) { #XMvTtZcBVTproTQqK1gW5oRNANvDeDFS { 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) { #WP2TmLAIWmGdU7tRuN0ry8Ihd2TPhmTs { 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) { #Zf1MvNtvSTAa0UfComX9xvKA1cEf9MB6 { 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) { #Q5yvr1mt6OSZ004SN3rr2Kw8kNslaK6B { 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) { #DLpLVGiKZM58xIH1WbHUORqciEm3ZWsT { 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) { #xTpqltrk6VqvUviOMvzkVHX37C7tBfCE { 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) { #wgCfaluT94TKwdG0eQgn0GdC4IUu6B9R { width:8.75rem;height:2.6875rem;top:17.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtK6Qz5k3ryUkK2zqwDo0l7OUfGT4RmR { display:block; }
 }@media only screen and (max-width: 763px) { #stvCOwVI5ZpHsQ4N5oI8fBbAd3TVzfha { width:8.75rem;height:2.6875rem;top:34.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCnzkcGyRLim5bQMyvoQOIRxIJCt7AAy { display:block; }
 }@media only screen and (max-width: 763px) { #UTk9lpEtSDbdr5UCvu2kBUgJOWTmM2OK { 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; }#UTk9lpEtSDbdr5UCvu2kBUgJOWTmM2OK.adaptive-delivery-prevent-bg, #UTk9lpEtSDbdr5UCvu2kBUgJOWTmM2OK.lazyload, #UTk9lpEtSDbdr5UCvu2kBUgJOWTmM2OK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KALTKaLe5GCsoM09O7V1uiNmZgGS6QN4 { 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) { #Umw4QTZxuSdE7bxlpkp1dpOhvFO8LFiL { 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) { #uynWBxtQf6LBziAxprqSafguokuz8SVU { 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) { #VeIzVvxVWzxWEGr4LhybepTMPz1tgynb { 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) { #Wd1VL8BmETSHbFbRBrflO96Edwx99QZr { width:8.75rem;height:2.6875rem;top:66.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0L6qL9wyU4Hu67FyKcZuwuuvPEQEP95 { display:block; }
 }@media only screen and (max-width: 763px) { #wxcGLqgTSTW8RzT741vRIc58Uc3VwEeA { 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; }#wxcGLqgTSTW8RzT741vRIc58Uc3VwEeA.adaptive-delivery-prevent-bg, #wxcGLqgTSTW8RzT741vRIc58Uc3VwEeA.lazyload, #wxcGLqgTSTW8RzT741vRIc58Uc3VwEeA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zrkk4Lo4Hskr1bVxydpuZw6yVEIgSJvJ { 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) { #MTugC91eMiIxGysllZQfpvC7NnMeJTAN { 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) { #ZID4G1aTIirwtLEcghdoVq5uKpFQpLQB { 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) { #DTb8f7ngOG6gEuGiwwyI4pVCQL91GEqM { 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) { #FTyAZfPUaLl80XzR7eWwBAI16uSJ06QP { width:8.75rem;height:2.6875rem;top:116.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvcSynE2akoaTTm9Rh5u9oeSxm37tn1E { display:block; }
 }@media only screen and (max-width: 763px) { #SpTPN4eO2XXk4tpl2sJuiqcQCf8WJI0P { 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) { #Rb2vsnTS18TXc48PFxzNhlElRS6np2NL { 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) { #P5XXmiNlAlLrJUxxgEomDzkssEVphTOF { 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; }#P5XXmiNlAlLrJUxxgEomDzkssEVphTOF.adaptive-delivery-prevent-bg, #P5XXmiNlAlLrJUxxgEomDzkssEVphTOF.lazyload, #P5XXmiNlAlLrJUxxgEomDzkssEVphTOF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i2E0OhAnH7hXETS73thqNKs8WVhTs6Tb { 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) { #ohKv9XyhKhCemgx2lOh4gm99OEWyHOHP { 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) { #apGz0yGGCCEt6yfS6PSQvpx2y6fM7tny { 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) { #VzNe9CmursMkvEZyXUeFKDDJJipS6gns { 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) { #xrO9TQuaQTdrUVt4WflfKh0uZzUmZrQx { 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) { #a4SXGihKAcpQBWQqyuMhxerabs4XUGGy { 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) { #r9zTDXqDcVtmHxqDiBRwVm8VzRXo5HzR { width:8.75rem;height:2.6875rem;top:98.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8LWguPeaMbzDaznDazMW9ORHnUEXCTQ { display:block; }
 }@media only screen and (max-width: 763px) { #onIIRZHDui0q1XC6TbvltKuq6SV6FbA5 { 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; }#onIIRZHDui0q1XC6TbvltKuq6SV6FbA5.adaptive-delivery-prevent-bg, #onIIRZHDui0q1XC6TbvltKuq6SV6FbA5.lazyload, #onIIRZHDui0q1XC6TbvltKuq6SV6FbA5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WewI58K3nV2sFeWtCEJi0Xf2vxClPFWT { 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) { #mXh3FdtXZtc5LC6BAaJZdT9ZP5EeOpqa { 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) { #WrJ62XaBWU4E2PEfC4LA6dvD1AaEHgTi { 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) { #mO9wTp1O2WnrPAwx8rtvlx3aF8XAOGFl { 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) { #N6LfbT5AeERcBkrNhmgQnLCBr0d4KxEv { width:8.75rem;height:2.6875rem;top:82.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGdoV2LF1bVmXkFh3QL8INJ5GITwQctU { display:block; }
 }@media only screen and (max-width: 763px) { #vayl9u0KGqC5c3hpOizoXuEXCIieHs9r { 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; }#vayl9u0KGqC5c3hpOizoXuEXCIieHs9r.adaptive-delivery-prevent-bg, #vayl9u0KGqC5c3hpOizoXuEXCIieHs9r.lazyload, #vayl9u0KGqC5c3hpOizoXuEXCIieHs9r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B9rNxXPpX1itbkAcrIbgqoZXUNHTmpSH { 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) { #GibLCxgFMIfGmHN5rJN31BqvsBo2zZzl { 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) { #uKcD4lX4F5dmJCbnidTfi3XIMqryvr9g { 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) { #N7QS0fWxuhQQdlWlVACJOByVJyWD7uMw { 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) { #KuKLecXbAbQEtthRb58o6cp1th2mKxRz { width:8.75rem;height:2.6875rem;top:49.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f80Ox4hlcTlP5LA0NTnbqdX39lTKAraX { display:block; }
 }@media only screen and (max-width: 763px) { #RN4TRz6gWlweZTRGfRZfAOQ87Qbm87Ab { 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; }#RN4TRz6gWlweZTRGfRZfAOQ87Qbm87Ab.adaptive-delivery-prevent-bg, #RN4TRz6gWlweZTRGfRZfAOQ87Qbm87Ab.lazyload, #RN4TRz6gWlweZTRGfRZfAOQ87Qbm87Ab.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WUBfN7CnbA8LMuuAyb6QxR8OCZpeivCw { 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) { #Wvwo0Lrb1hQhBKHTh2THAmUdlgZBM2Ty { 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) { #rR8sAEuILuT0G6AtLg0ZyGTyDpanufBu { 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) { #h2OUo7rBtReBF2gn61RXzCmMnp9g1UbA { 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) { #TX3PemgqyntJlskU4s9xD7FoDHFgmA2C { 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) { #uad2FuvO2MVvJJxRCsRNdwqL1LsXkfsv { 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) { #OKeU0pXOVfC9HEzTUVGr5xpV4K0vmzD1 { width:8.75rem;height:2.6875rem;top:133.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8hOi9rHhznk3t6dcaDGshCvEu3Z12TB { display:block; }
 }@media only screen and (max-width: 763px) { #Tghoosqh1TqSa2RTuPmTivcS48Pk9Ds3 { 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; }#Tghoosqh1TqSa2RTuPmTivcS48Pk9Ds3.adaptive-delivery-prevent-bg, #Tghoosqh1TqSa2RTuPmTivcS48Pk9Ds3.lazyload, #Tghoosqh1TqSa2RTuPmTivcS48Pk9Ds3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TqxESNLLWUXUXqfTox5fDuGRlvJLx3h3 { 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) { #TVHCim6HBr7Ku45ZTeATGVdrIESpAiDU { 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) { #sVTr6NxsCOGN5axxNVesy5Zmhvle9UoX { 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) { #exBSNrd32uNLla79gR1myTZ3FdqTkZcR { 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) { #ZdTvLVZtH4rU2fOPz5IA0m1DBTXoasul { 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) { #mp0Tntc0wa9yOmJaO8UhMmIhdePvSzLq { 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) { #CEnohma1CDAXXKZ9CmmGvV6En680PneX { width:8.75rem;height:2.6875rem;top:149.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbRrItKgsc2nNSTr3k5qi3QPy8Lirlrc { display:block; }
 }@media only screen and (max-width: 763px) { #DloD4XCKW0wTPzZx920fKcT4ww7E4PGB { 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) { #eK2pAmcyCWcOEF41nimM4nbcKNnvlN97 { 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) { #M3t3xuViJIfvhc1U76N6FTTVhSnSsEB4 { 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; }#M3t3xuViJIfvhc1U76N6FTTVhSnSsEB4.adaptive-delivery-prevent-bg, #M3t3xuViJIfvhc1U76N6FTTVhSnSsEB4.lazyload, #M3t3xuViJIfvhc1U76N6FTTVhSnSsEB4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #E6qcntd7vWoOMNrGDGPyTP52t4q5yxuK { 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) { #ScFhIHalHg15SwxXMoJzSoLhyMJw6D2N { 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) { #RFmq7fgyDCmk1aTU6q3wXd9hQhTAaGFy { 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) { #VnCe45pPOmelJL7dXmNNP3mqgtdPwM63 { width:8.75rem;height:2.6875rem;top:219.0849609375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIDX6b1p3zrdT155GOrkbBLQrKIcCEDp { display:block; }
 }@media only screen and (max-width: 763px) { #tKalmOBd9oU3XmmHmqr5M7lTVikGNUE6 { 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) { #GXkKwHPieQWyiemZJqS1SqG86Q7eFTD7 { 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) { #gIOTC1eKKCunxGD459sIZR6Rg4Cr6EoB { 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) { #enILgZc4yL7BPbmkD9oDh9UPwLSz4Wl9 { 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; }#enILgZc4yL7BPbmkD9oDh9UPwLSz4Wl9.adaptive-delivery-prevent-bg, #enILgZc4yL7BPbmkD9oDh9UPwLSz4Wl9.lazyload, #enILgZc4yL7BPbmkD9oDh9UPwLSz4Wl9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CRbh4d1qEqNmo3ImTTtpUMQ9opBFySEz { 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) { #GDaS6FEPfOUyumtRJvaEb4xHML3mrTky { 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) { #L9szr3I8r8l7BJV9C7XAtEVKz7P8PgT5 { 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) { #LqurIl8xrTbG2FyZGcbZnG88PXWS9I2i { 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) { #lTUVKIO2Z3vSgxEQImpvfeoiE0vuM4cW { 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) { #pxoN0NA7thyK0mpNAZqEMeh7btpGro8K { 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) { #W0x6qgQhUsLn9ztyXMEDHJ7hEPmyWZ5K { width:8.75rem;height:2.6875rem;top:183.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgJ7mHc7262Gbeh9aqcAvaA0ZsU8N903 { display:block; }
 }@media only screen and (max-width: 763px) { #GozwO00BaSV1kOUhqURztcmn6TCyd1Kl { 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; }#GozwO00BaSV1kOUhqURztcmn6TCyd1Kl.adaptive-delivery-prevent-bg, #GozwO00BaSV1kOUhqURztcmn6TCyd1Kl.lazyload, #GozwO00BaSV1kOUhqURztcmn6TCyd1Kl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u0epEUB9UtouFXwMccuKI2Rl1qNItK8P { 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) { #dUhtkwIgic5ITo4CRvBSbHeQ0Uw7Mc6T { 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) { #npvosD93q7GWwGtbHWOHEdquSZu93ewb { 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) { #mcEO1Soo6lu1IgLJ5rR5CZuwokPKvyBI { 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) { #KpbTPcsrIkWcp2qv7ceQTIoHottxxDN4 { 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) { #HwJf8qwE4xIdtwDVHgFGcTMLIRLN1liy { width:8.75rem;height:2.6875rem;top:200.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFBR4BOs1VFQ53NShEVoQ2zLcd9ewIyG { display:block; }
 }@media only screen and (max-width: 763px) { #WZiPdECXU4vn7pTVLG9zRaGTFokd7tSO { 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) { #ukFQCquc2f6TUPzsMTm7FKCmIGQ2oXbN { 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; }#ukFQCquc2f6TUPzsMTm7FKCmIGQ2oXbN.adaptive-delivery-prevent-bg, #ukFQCquc2f6TUPzsMTm7FKCmIGQ2oXbN.lazyload, #ukFQCquc2f6TUPzsMTm7FKCmIGQ2oXbN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LdT7klpkB5TAK9z0W3WDtAqDkTBwsOL0 { 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) { #vu12GXcT7EE9ToIBSweoqS38nZeaGoyt { 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) { #O12BCfGmn6k4A41d1WtGzEhSbfWw3qSQ { 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) { #EpfkHiVurTRovkxEu9mW6N4dB9T2gmgc { 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) { #u26f0kk1ohDBhU2bk5e5oZlRsIuw90Ol { 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) { #x58nXBO0mw9CvTOCR8GvxTTAkOAsp8Oz { width:8.75rem;height:2.6875rem;top:273.9716796875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1Hm68wI0NTiVITnhLUaCHhhRkySpneo { display:block; }
 }@media only screen and (max-width: 763px) { #BVGwvSLOlfGmLrULXlkFIAqcCtPU8TxN { 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) { #zamhFMJtiFSw1f36uaCsJmO08hKqWXoK { 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; }#zamhFMJtiFSw1f36uaCsJmO08hKqWXoK.adaptive-delivery-prevent-bg, #zamhFMJtiFSw1f36uaCsJmO08hKqWXoK.lazyload, #zamhFMJtiFSw1f36uaCsJmO08hKqWXoK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NTIv2368o2vMn8s7yNgdQS1TrdNkTAnD { 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) { #R9esUSCdsQAmbPnRCtTdKHXH6OoMaadd { 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) { #pr2IvDHJo2WMAv4MRTAnWFI3b4vT7FUW { 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) { #z5Rmqb8robWhES06EvUP40cBGgrAnGFL { 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) { #fusxlFoZU4FtZmyFMeTkIbGniMd5FPQT { 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) { #aFzJFgSPbuz4zgdBN2SWftypqp6zwTcm { width:8.75rem;height:2.6875rem;top:256.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS7fgtQtIXcgyl7BkNibZRydpwrxVUEd { display:block; }
 }@media only screen and (max-width: 763px) { #l1Di4Ne5RF42B5SI9DSNTJN9II75RNfB { 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) { #xvDPMUJh9wyzenzDQVCzLy8NwK95QuU4 { 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; }#xvDPMUJh9wyzenzDQVCzLy8NwK95QuU4.adaptive-delivery-prevent-bg, #xvDPMUJh9wyzenzDQVCzLy8NwK95QuU4.lazyload, #xvDPMUJh9wyzenzDQVCzLy8NwK95QuU4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Da23UAiMn0A1bwETZk3sU6o4pZiunVua { 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) { #CLGqEUHVNKyDHb027LLmmFgN5tsZIQ8b { 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) { #Nt5fP70VyJpHawwqJusz56s2F2OxLl9c { 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) { #LbvDa31Tl9eLguBDA149a7G1yxb0nwIS { 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) { #I3ZPoSMlK46QoxJvcPqQBM1mgu1wLTmg { width:8.75rem;height:2.6875rem;top:237.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdtILy3JG9Q01lHhwhbCl0RX5hOwTCW5 { display:block; }
 }@media only screen and (max-width: 763px) { #VDuoBCppL2PHfMUOzRD8ndUm04T0oX8A { 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) { #b5lkkWiPZVy5W66TGSdZW0dg4QmEpH1t { 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) { #VrCGU2HxdegE63F8gidTfZbU2sbezXTK { 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) { #S9AQ6TUl0EbxeIk75hBrty621yRToKp1 { width:8.75rem;height:2.6875rem;top:166.5rem;left:5.625rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #R7xQLSVSQNa2EriIhoDQwI6WJAniwrEw { display:block; }
 }@media only screen and (max-width: 763px) { #y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row .container { background-color: transparent; background-image: none; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row .container > .video-iframe-container { display: none; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row > .video-iframe-container { display: none; }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .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); }#y6gkXHe1ha8ZLyqlLsxrpVeETJNlsLL7 > .row .container { width:20rem;height:144.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsAkAA0Ksz1hUFVB9WPSStmhzT7NKcCz { 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) { #y3pdxWfTqEozHpa54tibHagJnRgVU59H { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMSob37TiI7JryKhtZCWKvZ1Gx9nldz0 { 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) { #JE8HWDFsbQiComcvaLlq0nkpLVXRXLlH { 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) { #sFlQIsKwigOGJ5nRFRE8wLkoETb2JlKf { width:8.75rem;height:2.686525rem;top:69.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0PCtJiMxmVs8JX0q9vEEft00mHmGUA5 { display:block; }
 }@media only screen and (max-width: 763px) { #u1sGI7zf8duLBPFWp2iCMT5SD2s21FkT { 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; }#u1sGI7zf8duLBPFWp2iCMT5SD2s21FkT.adaptive-delivery-prevent-bg, #u1sGI7zf8duLBPFWp2iCMT5SD2s21FkT.lazyload, #u1sGI7zf8duLBPFWp2iCMT5SD2s21FkT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #axZv7Hs88aTIUVC2xpqCEPrv907gMVmf { 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) { #gd2TbZT5POOUPfxUQ2SVvwG037UGRGAH { 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) { #lVdPxhry4TUUh8kT2bPuSoXd72zcIqsh { 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) { #lQGsNQBAvSdMKhSkx8r1eHz6QTiCfe3i { 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) { #oykEgh6JyhIw29WSbRUkdSJBKTunzBz4 { width:8.75rem;height:2.6875rem;top:31.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTc3hvqxQxX0Zn0xId6ZtqRuCS4ICdzB { display:block; }
 }@media only screen and (max-width: 763px) { #NBfx9dPpsXfTnLTgzRW5DyCzNXmHQofT { 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) { #RtTy9NaTOrTvC3JAZBUJftbIwd029fUs { width:8.75rem;height:2.6875rem;top:134.25rem;left:4.5rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #uUnLNWgyJD6TwERlSaXavGTof5ExWWRh { display:block; }
 }@media only screen and (max-width: 763px) { #HsH7rSivyPTm4R1BzITcD2Ix1ysEKwNO { width:8.75rem;height:2.686525rem;top:64.5rem;left:5.8125rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #mGTG7feCTzw2JLU2uqWgWBIJmorBvFeT { display:block; }
 }@media only screen and (max-width: 763px) { #eOSVudRnDSlAvZERDJiJu5nFeUXtAy4l { 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; }#eOSVudRnDSlAvZERDJiJu5nFeUXtAy4l.adaptive-delivery-prevent-bg, #eOSVudRnDSlAvZERDJiJu5nFeUXtAy4l.lazyload, #eOSVudRnDSlAvZERDJiJu5nFeUXtAy4l.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MMNe5hTGbrEduUn9ZPU1BWK1U7HLan5U { 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) { #xfbHRHUp38Dg2L3AbpXL89vbGNm50m0k { 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) { #UVGWlyu8ZFUtF5iIeeyIT4bNP8EeEFwd { 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) { #ZpMNsgpT7X1DW0OADcR931ZP7lBMoW8k { 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) { #ZvBVcncyDN5zcF6bc1N6EwFtPmzcdxQl { width:8.75rem;height:2.6875rem;top:48.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOTMK5Q12CKB8LxiqnBqgu2TpFVbEinx { display:block; }
 }@media only screen and (max-width: 763px) { #uLxMT31m80rgqDaZRwF9TF0sAymPqB2X { 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; }#uLxMT31m80rgqDaZRwF9TF0sAymPqB2X.adaptive-delivery-prevent-bg, #uLxMT31m80rgqDaZRwF9TF0sAymPqB2X.lazyload, #uLxMT31m80rgqDaZRwF9TF0sAymPqB2X.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V77ofP3TCaKE3TW0VqdEmeTofrwgVgpd { 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) { #bPUpKOFk7btDseOJ0vyyoG9Crt8Ofpao { 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) { #J2grPgJFEGGTyQrVI7gJAwZCtN0bfxHy { 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) { #a4QgrfTzEITT2v0XCRIz5UnT227vmuZQ { width:8.75rem;height:2.6875rem;top:16.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgDXRfJAwWeKRLO1x0wtzZrElSMIR9lg { display:block; }
 }@media only screen and (max-width: 763px) { #af2MtCaFVwv8W12G584hB0ySbMEQM8SR { 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) { #QxSMmMo2ON2p6Zn2a48JUXzJu6SwLTOx { 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; }#QxSMmMo2ON2p6Zn2a48JUXzJu6SwLTOx.adaptive-delivery-prevent-bg, #QxSMmMo2ON2p6Zn2a48JUXzJu6SwLTOx.lazyload, #QxSMmMo2ON2p6Zn2a48JUXzJu6SwLTOx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yv01yAa4Hmh82J0dZT6EikuWAtBuomZB { 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) { #h1HLuKzyc61hQ1tPTTuUSVJw5SqkaS8R { 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) { #XaZNxW5hRQozmO0N1Qr6Ghn6TzzGbCHn { 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) { #xyoFJE9yb77E2TS1bBSm8UwwOEdlJ2k9 { 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) { #QfkmkTeyyHumH9PHXIdGf1s6nQ6ck9ux { width:8.75rem;height:2.6875rem;top:85.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNmCDvneXUTbifzhZhrpdIs7hn0Jr3tk { display:block; }
 }@media only screen and (max-width: 763px) { #tfr60Rct6TCoknNm2TyvZCKZbJCozVCf { 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; }#tfr60Rct6TCoknNm2TyvZCKZbJCozVCf.adaptive-delivery-prevent-bg, #tfr60Rct6TCoknNm2TyvZCKZbJCozVCf.lazyload, #tfr60Rct6TCoknNm2TyvZCKZbJCozVCf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N8D0RADHIBGMUboKqqtiWRCVZwszBdrp { 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) { #wNEPPaNJZccMvCTKa72J3IFvRtDAgJXp { 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) { #izHdrbkVHp6IpKBOeE2N2QSs0lyqH1mw { 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) { #dVPwtnNF119AdviW3JGxp9d9TFO7qKnS { 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) { #yWcTWtaA10h06Byqb15yfAue1NeRgGIW { width:8.75rem;height:2.686525rem;top:118.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLmde7lvyr5r7OdE4Hu8P7OLe2hcLukW { display:block; }
 }@media only screen and (max-width: 763px) { #JlgQrDQdTg2q2SFzRf6fSdh8iHC6NMtW { width:8.75rem;height:2.6875rem;top:101.875rem;left:5.625rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #eDZZEViiH9x8fQ6VcyHgBUsLzySxMXcl { display:block; }
 }@media only screen and (max-width: 763px) { #rFKmsfgAGiVna2ZkI1OCx6dCFK66b7dC { 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) { #ypcm4f2DTrZJHAmcIfX2U9hoFCSqgKnt { 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) { #WXoCzoc3FmwEJVMTWZsAuuqxt5TWpyvF { 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; }#WXoCzoc3FmwEJVMTWZsAuuqxt5TWpyvF.adaptive-delivery-prevent-bg, #WXoCzoc3FmwEJVMTWZsAuuqxt5TWpyvF.lazyload, #WXoCzoc3FmwEJVMTWZsAuuqxt5TWpyvF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ovO64cwSKT8e2dVtJTuBWNkg58nPkw00 { 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) { #cUELrnSu3pwkww1SZ4O7uT22OFtzWAig { 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) { #WGq2fDyLBVs643xaRJKFbUs8ziMcD8TV { 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) { #HWfuxw8Ql6Xq4rKtfIA89SctLKk1LRh0 { 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) { #Ouh4D74vFDKo2a3WyLEuqi4FclcVazax { 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; }#Ouh4D74vFDKo2a3WyLEuqi4FclcVazax.adaptive-delivery-prevent-bg, #Ouh4D74vFDKo2a3WyLEuqi4FclcVazax.lazyload, #Ouh4D74vFDKo2a3WyLEuqi4FclcVazax.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NixbCTlebyd07gmvLMhvJe6yuAKDd9ov { 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) { #r1TEA0hxwW2SB8VtS0grhO9vkecKB6Tt { 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) { #xPTszlUr91rCqm25pCTsQdimr4nA0nHz { 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) { #pLC8DBZkV22GDe5dkraahkpd6nA9CzJM { 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) { #VRcLqLXXXN5Puuwoa0vcfdkBTXdZOJiC { width:8.75rem;height:2.6875rem;top:58.375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbHfVn3FnGRmekIkbm36F7FfWsQGseGl { display:block; }
 }@media only screen and (max-width: 763px) { #t4vmFHUhTTZawD7712wC70VIMy2hSIMZ { 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) { #nIp63MkQf2FkdPNaA2RwUOVr1vLf2O51 { 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) { #IxJE6miHdhcw8lIaOkL5Lo4CHuDLKUch { 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; }#IxJE6miHdhcw8lIaOkL5Lo4CHuDLKUch.adaptive-delivery-prevent-bg, #IxJE6miHdhcw8lIaOkL5Lo4CHuDLKUch.lazyload, #IxJE6miHdhcw8lIaOkL5Lo4CHuDLKUch.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZGTBheA8BWRZxysSPLrMxbD51GWB9JMn { 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) { #ttdRHuutpsXMItNTkEB8NMiuMgBSHwmq { 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) { #zaywauzg6vwKOGMaVsRq8TX2ZSt39Ao9 { 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) { #sXlrGt3gI7MhltC34Ob2IKnlNxHdgTUn { 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) { #tqrx2A4s9vyRkK01CVctWEEhrFb3TZCT { width:8.75rem;height:2.6875rem;top:135.499025rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFeROKz3TbAehFgH6m42m3RplIVe9czO { display:block; }
 }@media only screen and (max-width: 763px) { #nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row .container { background-color: transparent; background-image: none; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row .container > .video-iframe-container { display: none; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row > .video-iframe-container { display: none; }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .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); }#nhTsZAolDuD8wiIm8LfXTHZ0nhBTEP3T > .row .container { width:20rem;height:251.30059814453rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1VE4gvZFK08TKNoJdRe4GWbzgxaqfRv { 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) { #yxO80LFfo4uBI6EdFMUZ1MTwNHTzGTMg { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MS6OB4mIgyoOhRkoGwsqTQAm18nxnbKT { 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; }#MS6OB4mIgyoOhRkoGwsqTQAm18nxnbKT.adaptive-delivery-prevent-bg, #MS6OB4mIgyoOhRkoGwsqTQAm18nxnbKT.lazyload, #MS6OB4mIgyoOhRkoGwsqTQAm18nxnbKT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FgU8D8Uetphls7viC6ffT7zDvwEe7XVd { 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) { #xyWxSU62UkKnIuttv19zIEOGysMkyD8c { 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) { #f8MTCK6ObSqBdO8qMuLRZseCObdDuk2P { 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) { #kl12Zo0bhgTVJ2M3lvP7IfCxQLunKfyl { 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) { #UabtlmRTkL37Tdvcale9dT0vnQEVW0kV { width:8.75rem;height:2.686525rem;top:46.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCbOhTZ0T4kUKh1CRgGdnyxh2h5UKPA { display:block; }
 }@media only screen and (max-width: 763px) { #FLxMl7hu4JM0ygASwSGGd1ghBFuvRvWH { 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; }#FLxMl7hu4JM0ygASwSGGd1ghBFuvRvWH.adaptive-delivery-prevent-bg, #FLxMl7hu4JM0ygASwSGGd1ghBFuvRvWH.lazyload, #FLxMl7hu4JM0ygASwSGGd1ghBFuvRvWH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iqT1lFn4TptfZGLpc2yd3Jl8FuXrXlnh { 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) { #rS94VBxcfdSTW6UDtxPGEvPSNCgDT7Wa { 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) { #HPn34S97unarAXNEFlyprTpOX3kXihpc { 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) { #iuX7KkfTPGxPBr0ZWSTkAPb6XIoPzRR9 { 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) { #ZR44dBFUv8QklsOb6n15182sKgTvllzn { width:8.75rem;height:2.6875rem;top:30.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg85pScPaI6i3HosyEXG7kPw5ylyPfob { display:block; }
 }@media only screen and (max-width: 763px) { #NpGZw0uCufWGZJXziziZFndEz3kITPBu { 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) { #JTTAbokfuAlxgwb9cPCqKuDKVI9yOQwu { 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) { #gaUuvrwlcg7ETtToklyebRtWdzc05LAy { 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; }#gaUuvrwlcg7ETtToklyebRtWdzc05LAy.adaptive-delivery-prevent-bg, #gaUuvrwlcg7ETtToklyebRtWdzc05LAy.lazyload, #gaUuvrwlcg7ETtToklyebRtWdzc05LAy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #swMisNPBimPuLm1HhbaXU6xTTK6wDFNR { 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) { #hTcOvsxIkDmHlOLC0OqKi9mcSO82RT7E { 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) { #UB2mtvy8L4VZgotxyy5yRTIuMFXeZkLt { width:8.75rem;height:2.6875rem;top:13.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaiv7QPilR8O5suzOwHwtuNN2icMRr6e { display:block; }
 }@media only screen and (max-width: 763px) { #pEWmwTnBOLQ2Rl9iTEP557lOXu9VscOT { 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; }#pEWmwTnBOLQ2Rl9iTEP557lOXu9VscOT.adaptive-delivery-prevent-bg, #pEWmwTnBOLQ2Rl9iTEP557lOXu9VscOT.lazyload, #pEWmwTnBOLQ2Rl9iTEP557lOXu9VscOT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ThZfyIbtByVErFhI8kq2lEHqnh1JfW2q { 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) { #TUvapk51kxgd2yToGm3DaOWUTVPPvfR8 { 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) { #XVxTeuoxShrQAS4TquZK26sN411hr65n { 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) { #gynprDTB5JeaqOx6RqSNxpIMMXVvX0gr { 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) { #faltX1LpICuIZbmSw2c0fPEOiTEmTsfp { width:8.75rem;height:2.6875rem;top:79.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac8rITalWR8Re2wxTvJrU8Pd1a9BfU9I { display:block; }
 }@media only screen and (max-width: 763px) { #eT28aanB4olcTZBRFNnbBd9cKRC29Ogc { 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) { #Lm1u3p0VOlyBGfx0i9vxMTo9TDPQITve { 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) { #sR8hlQ5hSq8MwsHnwI1xUOJip6C1byl0 { width:8.75rem;height:2.6875rem;top:62.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNma1pizJ37IzmcEtzeEWnwghnmFRZ42 { display:block; }
 }@media only screen and (max-width: 763px) { #oAm4HgsU2rTI7m9Q001fKDFwQnbGFJpL { 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) { #AFIp18JxBmMVtHGV8IzJXIgCNuU6qeUp { 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) { #vxhBSC2fHDQq3mhk3WsQbVwtXgbw2nlT { width:8.75rem;height:2.6875rem;top:95.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5med0PMARoKSG24TQ5oKVIEJwAeq8Qv { display:block; }
 }@media only screen and (max-width: 763px) { #Bb0MUZ9top1or0RNpP53d4nVFP3BovOs { 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) { #NLsOwXoXg7ogqhsPcf29saLWJPSXc0Jf { width:8.75rem;height:2.6875rem;top:144.75rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dad9m8sCnrkm47AR1GTBfqa8VHs9ucbh { display:block; }
 }@media only screen and (max-width: 763px) { #iIaMmKlyTO2L1T2Kkka9dXWpg127lKWc { 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; }#iIaMmKlyTO2L1T2Kkka9dXWpg127lKWc.adaptive-delivery-prevent-bg, #iIaMmKlyTO2L1T2Kkka9dXWpg127lKWc.lazyload, #iIaMmKlyTO2L1T2Kkka9dXWpg127lKWc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xCQiZtvxeXCq6E7aSN8BJ33Wmm33ufzp { 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; }#xCQiZtvxeXCq6E7aSN8BJ33Wmm33ufzp.adaptive-delivery-prevent-bg, #xCQiZtvxeXCq6E7aSN8BJ33Wmm33ufzp.lazyload, #xCQiZtvxeXCq6E7aSN8BJ33Wmm33ufzp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RGPMcmgENwRpheRwvCvDB3Io2r7HLme8 { 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; }#RGPMcmgENwRpheRwvCvDB3Io2r7HLme8.adaptive-delivery-prevent-bg, #RGPMcmgENwRpheRwvCvDB3Io2r7HLme8.lazyload, #RGPMcmgENwRpheRwvCvDB3Io2r7HLme8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TCCaBlWOXeIts3Cte98zLIXdenzcT2JH { 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) { #hZmfR2dxriEmIzNeU6WZtiy86dBA0a0T { 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) { #B4RvHEwbhZ0ngK7RfCTak0paLsynx0sa { 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) { #hqhwS74A2Zv7lW77alcxkfC6Mx1Kbw07 { 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) { #cOsQqQC03gR4h6BT48ziAhCCt1fiPzLh { 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) { #gXnIpRdkvS0qZZnnzVqLPVdRgFXVdJsD { 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) { #TVX0lku2VRUDXToW9crXwOTxK1bFNInm { 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) { #Vb4uTNFzodOzl2OatQDdMkktJeXXUs8U { 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) { #PNs9MKk9iAco3n21kHnBnWNVuwSNEfoq { width:8.75rem;height:2.687325rem;top:127.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkaeHqGvSbToCbAEGGyQOcGeXsa852aq { display:block; }
 }@media only screen and (max-width: 763px) { #bFnWcnvgX8cz5hrA8o2TnyFOprX53pyA { 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) { #MkDgwapTEQG4Ch5kNLqwgOtJzTySWrlF { 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) { #UoywrmZCGhI1dgcqmv6gdl1i02STF87s { width:8.75rem;height:2.6875rem;top:143.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHTGrty54bZZAtdSLke6qgHrmih1ndOJ { display:block; }
 }@media only screen and (max-width: 763px) { #lwGnJV44VzP1Ickn0MCREl0a42kAoVdo { 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; }#lwGnJV44VzP1Ickn0MCREl0a42kAoVdo.adaptive-delivery-prevent-bg, #lwGnJV44VzP1Ickn0MCREl0a42kAoVdo.lazyload, #lwGnJV44VzP1Ickn0MCREl0a42kAoVdo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rrtNB2pBvW7doS4eXInJJfcPciDo73Ht { 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; }#rrtNB2pBvW7doS4eXInJJfcPciDo73Ht.adaptive-delivery-prevent-bg, #rrtNB2pBvW7doS4eXInJJfcPciDo73Ht.lazyload, #rrtNB2pBvW7doS4eXInJJfcPciDo73Ht.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EQPrI4CbZzmTbIqtr1VmTNso1Ut7pDP8 { 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) { #BVXKpTbetT17bA9XV5n8B5XlkIqPEisc { 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; }#BVXKpTbetT17bA9XV5n8B5XlkIqPEisc.adaptive-delivery-prevent-bg, #BVXKpTbetT17bA9XV5n8B5XlkIqPEisc.lazyload, #BVXKpTbetT17bA9XV5n8B5XlkIqPEisc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #USmTrUbKmd3AvWnfEhVo3v7JP0MTu3IQ { 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) { #phuXH1T4FrEA6kx8ZzLeHBLtcalmQSFz { 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) { #qS8LQuqEf0KvkPbiSXRlt0WDvEd8MJ82 { 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) { #scxI6N2sDsns00rlbBVROheqhJBuLN0i { width:8.75rem;height:2.6875rem;top:111.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdROVIyTZx8R2nOHw6BAo1mouy7q2q2s { display:block; }
 }@media only screen and (max-width: 763px) { #k9tbQIDneFcbQlP5DkNGkbUIEOrAL1Mg { 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) { #iRkw8EyNhBzruauJIpF8CUN4QSuzfpIF { 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) { #xRTnRGpCGQNP50ggF6R0eTVLgLongLTL { 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) { #dDrETWvv3ReJNqnk1dV6KBlGyzEd37NU { 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) { #LTdt9hn7RHGhRsTHku1TpAKHlwQVksXQ { 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) { #JwBdvIRNzIyJuX3UVe6UCiLTUG6hpyo0 { 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; }#JwBdvIRNzIyJuX3UVe6UCiLTUG6hpyo0.adaptive-delivery-prevent-bg, #JwBdvIRNzIyJuX3UVe6UCiLTUG6hpyo0.lazyload, #JwBdvIRNzIyJuX3UVe6UCiLTUG6hpyo0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LttCmGO5ACaqJ8cEUH9giXrdF7dr9EV6 { 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) { #hkLmRTiHcktN1FKla3E5egK6LoAktZ1R { 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) { #N1lsCw8RVkvLeSDwlVKi8nortDt5u5yr { 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) { #QWV4CDpnMOl2dJzHKPvF2mbPVOGKhFh1 { width:8.75rem;height:2.6875rem;top:161.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcbLSAZ4ztIVlkCmQvRJK0X7BnGKTX9q { display:block; }
 }@media only screen and (max-width: 763px) { #JVNRILil3Wx4Qc3yoEIVt0Py4FqckCA8 { 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) { #QW7C5PGE5x1lJGoUEN6p3ktHxFtXlBOm { 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; }#QW7C5PGE5x1lJGoUEN6p3ktHxFtXlBOm.adaptive-delivery-prevent-bg, #QW7C5PGE5x1lJGoUEN6p3ktHxFtXlBOm.lazyload, #QW7C5PGE5x1lJGoUEN6p3ktHxFtXlBOm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ykWbnx5UBc0EzHqd4yNroiwOqkTCqZtp { 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) { #U8JtEOIapZxviVm1bvg3apu3PUDDTJWI { 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) { #vfEI5ITIT88TnNu9JkVQO4wrQ8pRgbvV { 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) { #QTTBptNpVCSN5qE1EvEfQOO1JSCEyL7S { 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) { #bJb4Dcev9wWTbyhPPX1R5PG0a690ylv9 { width:8.75rem;height:2.6875rem;top:196.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADrD2oDgx7TxpVfJdLBhILuXTX34ykm3 { display:block; }
 }@media only screen and (max-width: 763px) { #TTXCPZ7ux4D85aKht3eDrV2IZP3rSa4r { 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; }#TTXCPZ7ux4D85aKht3eDrV2IZP3rSa4r.adaptive-delivery-prevent-bg, #TTXCPZ7ux4D85aKht3eDrV2IZP3rSa4r.lazyload, #TTXCPZ7ux4D85aKht3eDrV2IZP3rSa4r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RSs3qgQ8u4wsgT59Tzt5CAryXUzQal5I { 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) { #RvvhUMst5Iv7a5DPcfO2aDmEF2HHTOPZ { 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) { #MUVN6hlC3QxNwlWVDv4DQRaKnfl4TFng { 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) { #dNFoJHVJBITZi4ulIsRDFU9zvBBXkqmo { 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) { #IKpeqcpA56ud0u9TU6ixQpKE20AcVlbM { width:8.75rem;height:2.6875rem;top:226.5185546875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTKbpN7nmIrdgBFxGsCWhkpLDf05iwn { display:block; }
 }@media only screen and (max-width: 763px) { #AfX9znZJ2v0dG0Gnl8Ib6bPQd53Wg84u { 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; }#AfX9znZJ2v0dG0Gnl8Ib6bPQd53Wg84u.adaptive-delivery-prevent-bg, #AfX9znZJ2v0dG0Gnl8Ib6bPQd53Wg84u.lazyload, #AfX9znZJ2v0dG0Gnl8Ib6bPQd53Wg84u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BimX0VJN70xJPOMargdrVgovDgCfEVZw { 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) { #BgfFDLZSFuetXVchTv0Ni0K1qMDTVUkH { 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) { #mTGKdg27DTyXKq9yp2zFQTNQMmLAvyml { 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) { #vJRBagwvLsNsLOvyDCBt9b3hIBMN0NLv { width:8.75rem;height:2.6875rem;top:230.4560546875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wezTbPgOzRHfk5F9ZZ2m3uTQklNotn4f { display:block; }
 }@media only screen and (max-width: 763px) { #TTBcU8Tt53mV3OPBhDG0I1vsXVZ9bHTU { width:14.375rem;height:10.6875rem;top:234.3935546875rem;left:2.8125rem;background-color:#ffffff;background-image:url("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; }#TTBcU8Tt53mV3OPBhDG0I1vsXVZ9bHTU.adaptive-delivery-prevent-bg, #TTBcU8Tt53mV3OPBhDG0I1vsXVZ9bHTU.lazyload, #TTBcU8Tt53mV3OPBhDG0I1vsXVZ9bHTU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RFXNP7EHmmqMXrAI1NTTK5h44T8Ju3CR { width:11.4375rem;height:0;top:235.5810546875rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiyLx01rTcRwrvLBTlb37GkIiZxA0TOx { width:11.875rem;height:0;top:239.3310546875rem;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) { #ik8RQwKu2P27mmhKkwcazm4BQnIkzVEk { width:7.5rem;height:0;top:243.76779174805rem;left:6.0765609741211rem;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) { #uh6oKOxsGXS9NUJ0Ku07QUm3Lx119ZvD { width:6.875rem;height:2.875rem;top:243.23809814453rem;left:6.5304679870606rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lt7Kgml1SaimcBO8MRpEwZMu4C8oxapV { width:8.75rem;height:2.6875rem;top:247.36309814453rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRuXkHqFR6qd6sdyCGVbzvvgIheawwKy { display:block; }
 }@media only screen and (max-width: 763px) { #Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row .container { background-color: transparent; background-image: none; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row .container > .video-iframe-container { display: none; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row > .video-iframe-container { display: none; }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .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); }#Z8fBpnK5bnQmuJyVuak7GQIbbfinSMai > .row .container { width:20rem;height:182.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOg5a1FsdiCqtXZgEE0uMy8KuQRSkm7H { 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) { #HUlQCdH0fvRDUk6Jgnthnc9bf0r3u5RT { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxgDufRdGKrJU1KzwEuezieA0Tz56L7n { 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; }#bxgDufRdGKrJU1KzwEuezieA0Tz56L7n.adaptive-delivery-prevent-bg, #bxgDufRdGKrJU1KzwEuezieA0Tz56L7n.lazyload, #bxgDufRdGKrJU1KzwEuezieA0Tz56L7n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vIWTxhr7seSPpxZkCkFOLFi0a7A9KPPE { 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) { #SegyFrDBnrhN5BGLGSSrlbBmS5vRId4U { 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) { #gZ7CUpcKwC5GVtQoRxCwtJVHrm12ZDRi { 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) { #brnAQ1wMD0qGT0EKaQ5PRIiAlTaGeUKT { width:8.75rem;height:2.68663125rem;top:18.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaynTMuq7EE2SCl7LT0RrTyTbII9vCer { display:block; }
 }@media only screen and (max-width: 763px) { #R06ipMRtxNZmFPDWudwFHCL7LeRfAI8t { 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; }#R06ipMRtxNZmFPDWudwFHCL7LeRfAI8t.adaptive-delivery-prevent-bg, #R06ipMRtxNZmFPDWudwFHCL7LeRfAI8t.lazyload, #R06ipMRtxNZmFPDWudwFHCL7LeRfAI8t.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nnDCZCKNTza2V7JG3wgeEwCsb8O1NSA6 { 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) { #gEsGJ1B4mS0uDHDuTFwTEXfk78HvSI58 { 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) { #JFEuTkekPZ72W4TsW19FnVAK5sEpSahc { 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) { #x1FSVRi9DylhZ4A6uvefRKklZ8wztVog { width:8.75rem;height:2.6862rem;top:93rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLBZbgzAdFbQJTWO1hKzQIshsP8S2G2D { display:block; }
 }@media only screen and (max-width: 763px) { #fkLT2ZPTeUlLaXSnfb8sotNHLCgiaDkc { 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; }#fkLT2ZPTeUlLaXSnfb8sotNHLCgiaDkc.adaptive-delivery-prevent-bg, #fkLT2ZPTeUlLaXSnfb8sotNHLCgiaDkc.lazyload, #fkLT2ZPTeUlLaXSnfb8sotNHLCgiaDkc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IXN3HNheGPvSVq7g0nUK1Mnc1OvGAP1b { 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) { #CipuecU1eiZtTs2KlyA5QkT9ow67nb1z { 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) { #cEt7VqWAQT5Z5iJXGKPLRL0qe33UTqOI { 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) { #grzx5hZTHB2I4yJ7lpn0pPTdVRLRcQWR { 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; }#grzx5hZTHB2I4yJ7lpn0pPTdVRLRcQWR.adaptive-delivery-prevent-bg, #grzx5hZTHB2I4yJ7lpn0pPTdVRLRcQWR.lazyload, #grzx5hZTHB2I4yJ7lpn0pPTdVRLRcQWR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #s00fVI0D5AhwBmoT539iyeCnirFALPHe { 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) { #MWoWvpvFDGXRnG8STaM5Rph1FmydtmTq { 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) { #fU8PQTukWn1Lb2GG19FZaDqJTcfn9Tcu { 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) { #UwJAIq88OX5S1oR77bzplT2McSS86oDT { 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) { #iXaWtTEUQFTgqN50xTOEGQdF1oaTTAMg { 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) { #LPvpOU5PpTTIOoRdsPJhif3TaF7ISPs3 { width:8.75rem;height:2.6875rem;top:57rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTkVAu6RBDEtaE5mXCnVXcROy7F6C9N { display:block; }
 }@media only screen and (max-width: 763px) { #TAMSvoyKDf51WlZr6W5dww2e5vT59tuO { width:8.75rem;height:2.6875rem;top:38.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZacBrFy4ZsL3CqwXmaKWZcHgqOURRCVd { display:block; }
 }@media only screen and (max-width: 763px) { #icpGuKenRJeabvgcBcdJlHhqJWD49lTD { 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) { #OUFoRGxZLGarbGyq4Q2K2hVq800ySwgz { 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) { #IWsKCxznXVOtFQNm4opUDeQ07slZL6Nx { 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; }#IWsKCxznXVOtFQNm4opUDeQ07slZL6Nx.adaptive-delivery-prevent-bg, #IWsKCxznXVOtFQNm4opUDeQ07slZL6Nx.lazyload, #IWsKCxznXVOtFQNm4opUDeQ07slZL6Nx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #enpxyyMc6J4nGdFePGx7WRp759vqkNp5 { 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) { #KguEwxTAimvGidWFozTa2pCPqkTFUIHc { 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) { #LnkLTNCRL18TUaTatHRKkGBfti9QIen3 { 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) { #CyKIQvWNfxs80vw8B00deZGBTfTsII1x { 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) { #WmkkmJpaLhVkFk2VrTT3rO2udQpwhiJ0 { width:8.75rem;height:2.6875rem;top:110.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtAyeDRz3JuTgpgxTi0f6PF0q3dAVWwD { display:block; }
 }@media only screen and (max-width: 763px) { #N7R8cA2gaGHhoMJizDqXCxSp16I4iLSM { 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; }#N7R8cA2gaGHhoMJizDqXCxSp16I4iLSM.adaptive-delivery-prevent-bg, #N7R8cA2gaGHhoMJizDqXCxSp16I4iLSM.lazyload, #N7R8cA2gaGHhoMJizDqXCxSp16I4iLSM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ODeHeMBHWXoM14M6TsKWURWsq9Nw8xPd { 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) { #MfJnbXwDLwex3AP1IXsfCLEmSEEG3XnZ { 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) { #Daz2rl0H1NEbp7xP6VSlmyPtTuIWn9EQ { 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) { #zua4tfDmvyTlTbFpbnctNWrCawZD46T7 { 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) { #AxqJcNGutTi6wBLDTsDbh6KsucZ3TZZv { width:8.75rem;height:2.6875rem;top:145.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtiWUKmorCBAKLqsHaeAaBlyTniMR8F { display:block; }
 }@media only screen and (max-width: 763px) { #fdw78yzs9Cf02Nf73XwogRKn77JUDUdh { 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; }#fdw78yzs9Cf02Nf73XwogRKn77JUDUdh.adaptive-delivery-prevent-bg, #fdw78yzs9Cf02Nf73XwogRKn77JUDUdh.lazyload, #fdw78yzs9Cf02Nf73XwogRKn77JUDUdh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #viLVVT56MNZ76xOXvg0Tf4pcV3JWP2yb { 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) { #KIO6sBgkMyG5sF5bP0LcM0OTTdQFB7br { 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) { #T5upTN7REh3F26tLddBM7Fa55h08yks7 { 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) { #ywNRIodInS1NT5Rp5rTdqbphvf9TFGvD { 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) { #cR7cJCAu3Xb2A4ncgxee9eGZJuxiT8c9 { width:8.75rem;height:2.6875rem;top:128.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFBv35Qco72xOichKkGkhXiqNAearrK2 { display:block; }
 }@media only screen and (max-width: 763px) { #DcV6KgabGE0pTPD784cnxIW4w0i5XSbP { 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) { #lclmeDs9XJHJPxILrAKQmUVPtw6yWDQR { 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) { #CJVn5sWkQGIuu3yErnXHDebWXaswTOS5 { width:8.75rem;height:2.6875rem;top:75.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2AGXS9ewxJ8lWdxqZz08qctTSQfWm1B { display:block; }
 }@media only screen and (max-width: 763px) { #UCpEUIPVvbx5mCyuTkmHGaPXul73wv7E { 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; }#UCpEUIPVvbx5mCyuTkmHGaPXul73wv7E.adaptive-delivery-prevent-bg, #UCpEUIPVvbx5mCyuTkmHGaPXul73wv7E.lazyload, #UCpEUIPVvbx5mCyuTkmHGaPXul73wv7E.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D6sPJHBZLtG4Ml0TKpKWepQ6QnnCaU2k { 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) { #fNTTsrubPtEwH5NZ2tPc9tVrqyL7ZbXs { 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) { #T4RynDaONOcPPdP6OJ8EPPnRkeIZtenU { 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) { #F8G8uDETF1lDbreEFHsAsBbkBSaX6CU1 { 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) { #WgIg3Jm0IJFmUfcJTmxMBTKwmpofNdn7 { 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; }#WgIg3Jm0IJFmUfcJTmxMBTKwmpofNdn7.adaptive-delivery-prevent-bg, #WgIg3Jm0IJFmUfcJTmxMBTKwmpofNdn7.lazyload, #WgIg3Jm0IJFmUfcJTmxMBTKwmpofNdn7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LcaJHKwKpe8uGAE99goByeMxwym02gNr { 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) { #DVwTvgagKSiFSE3HrFmOp7q769sMc9qu { 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) { #dpMQo2tVD3ycXvfmOkaFgBca4r2BbgTn { 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) { #RPq6C2JKqkyLtIvbXhqzLkNq2FqB07cU { width:8.75rem;height:2.6875rem;top:162.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrhiCXv1qUc2R1xECHE3K9NrWZsidxUV { display:block; }
 }@media only screen and (max-width: 763px) { #ak7RSgpfXQJNZhqwTRgOpDXFtXleZWJ4 { 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; }#ak7RSgpfXQJNZhqwTRgOpDXFtXleZWJ4.adaptive-delivery-prevent-bg, #ak7RSgpfXQJNZhqwTRgOpDXFtXleZWJ4.lazyload, #ak7RSgpfXQJNZhqwTRgOpDXFtXleZWJ4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mxe5xEhlFX5KbSNAD3eCHRwJZezflCSR { 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) { #ewwBBxQyTKUefWTtUL9panx66EU4TrbG { 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) { #LyX7zBKHMcZr7wLGsJB2eoIIZAvJMXeT { 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) { #agwEBCH2IzkPAxx5HKGMSNItX9AbumDB { 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) { #nLiKhpp7SKEAc3IvCrdnf8WhmOFWyuVJ { width:8.75rem;height:2.6875rem;top:178.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laqZ381GB0gXOfaFOFxJny1URbwe12G2 { display:block; }
 }@media only screen and (max-width: 763px) { #M08UDwzvTOlcPC7LpNb8eQLuu7fSvNnR { 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) { #gxL7avxR6Z4ugqKtPonePZqIWPUnrVw6 { 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) { #Kb1v0A9Jiq8TLL0VzTz4rGbmTkUI5R9I { width:3rem;height:0.25rem;top:201.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpmVBCcv6SoMflrcSVbZXLfzOdrO5JAg { 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) { #Iicb5dav57Uw2aGz1GRhd6pb49afLhXU { 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) { #PgkLlDXxrFQeNS6oAXXq6yJ5GnnWWTSW { width:3rem;height:0.25rem;top:195.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrR9L52KZ0b6knkiH2JThpr8mImOVKr5 { 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) { #zgmW1lIbWJ3TLRMZuA9dL3qpmLdguXBT { 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) { #uus1EPXmcma69JIZ2HBq73xXU0R0lGDI { width:3rem;height:0.25rem;top:69.8125rem;left:14rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #WAGp4nNir6dXMxgpHcTf8z4y5vdsxnSN { 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) { #PcTNf3bnqJuTDH6JTqPGEoszAmf6hKLS { width:3rem;height:0.25rem;top:33rem;left:14.125rem;z-index:100096;display:block; }
 }@media only screen and (max-width: 763px) { #GzgpTHTuML9KbLwJzgscFMkoaEbgNeoJ { 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) { #Rki8LIE0oSJfTb5ZzuBZJZb0Tgnds1oG { 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) { #lpQQWeOHJNWaWVJssTXrXRS7iDclyfMP { 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) { #wP3ezi4fJhHiGuJ0XOiVrWHHVrb7JHVc { width:8.6875rem;height:2.0625rem;top:35.1875rem;left:6.4375rem;z-index:100200;display:none; }
 }@media only screen and (max-width: 763px) { #SbiusNiyKy2pgsIdIucdAwF8x6ugoNwm { 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) { #VaaLixv5k6eugioTPkL5NweJHA4XOOLD { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row .container { background-color: transparent; background-image: none; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row .container > .video-iframe-container { display: none; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row > .video-iframe-container { display: none; }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .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); }#VaaLixv5k6eugioTPkL5NweJHA4XOOLD > .row .container { width:20rem;height:276.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QatTboHkDsh2TU8zgqlTxS1qcMaZLgrW { 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) { #eMWvpGhEyEdHHOfg9bFznytzns7hpxK2 { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxTt3sTyhBhsqT2lznXm9ASWDogmapWX { 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; }#FxTt3sTyhBhsqT2lznXm9ASWDogmapWX.adaptive-delivery-prevent-bg, #FxTt3sTyhBhsqT2lznXm9ASWDogmapWX.lazyload, #FxTt3sTyhBhsqT2lznXm9ASWDogmapWX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m9nXqDE6XMpyzrgXOABVGxOJc0xHZoPD { 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) { #UNLOr3R5clH5Ps9WgVEKDHr3UiFk2mnn { 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) { #RwJ5IJxOG47luDoMZ8irm0oFAyXpAC6U { 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) { #A1o8GcIsy7HNneReaFbzlR7SOOwtmNAB { width:8.75rem;height:2.6875rem;top:110.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBAfEVrTdJlgpc3Pa7Vp9sdEilpcpe6 { display:block; }
 }@media only screen and (max-width: 763px) { #qpoRvE6UIyhaBb6DFvIhUtVg0fVXASUq { 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) { #boyLAIvJmmpH7C9yXc0SWxFkHnSfcT9o { 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; }#boyLAIvJmmpH7C9yXc0SWxFkHnSfcT9o.adaptive-delivery-prevent-bg, #boyLAIvJmmpH7C9yXc0SWxFkHnSfcT9o.lazyload, #boyLAIvJmmpH7C9yXc0SWxFkHnSfcT9o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GF2hceT6qJBocS1xTNAMJrmnFDnRu3mg { 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) { #vziQTNHrv40PdxlETi8bkQLZ0DF62FFa { 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) { #q0f6NCOC4asVtUE1p0aWIZuPW5b7LT2n { 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) { #Z7UJpZIgTeLrbOS3xGEXB4Ban2mAA7hd { 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) { #pAaAlWgsxdHiuTkd05dIatP0T0dxMqEZ { width:8.75rem;height:2.6875rem;top:92.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je8lWoWXWHxvkSzXahfhb1Fsd24BTsyp { display:block; }
 }@media only screen and (max-width: 763px) { #pNmpTSfGPT8qOODFk2Py885lHgm3yMB2 { 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; }#pNmpTSfGPT8qOODFk2Py885lHgm3yMB2.adaptive-delivery-prevent-bg, #pNmpTSfGPT8qOODFk2Py885lHgm3yMB2.lazyload, #pNmpTSfGPT8qOODFk2Py885lHgm3yMB2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #X9n5FwaWH3vz3F6CRGhETZmi5X4qsfQN { 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) { #yxi44mNyf92Wuh0m0DMbBil61JKJyTzk { 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) { #pReHRdp2QTkpFQT49CR9oqdo9ouXZhN9 { 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) { #DAaLlpPgt76vNFrEPXTBATSLtzJI3mOR { 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) { #PWDEgHz6BX0R27idV0A2HaHcbif0A0M4 { width:8.75rem;height:2.6875rem;top:146.5rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #azsAGv7lhEKaSKbx2cAssEBaoiPEOKIv { display:block; }
 }@media only screen and (max-width: 763px) { #BOJbW6L3LXdnXvQCr9dZASWM9vDnwO87 { 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; }#BOJbW6L3LXdnXvQCr9dZASWM9vDnwO87.adaptive-delivery-prevent-bg, #BOJbW6L3LXdnXvQCr9dZASWM9vDnwO87.lazyload, #BOJbW6L3LXdnXvQCr9dZASWM9vDnwO87.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WeccJyEGT5iLeKtrGFNwglRdRywNrPsF { 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) { #L6iwFCu4276Ir6wWe4F0FyyFTlV0HVU4 { 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) { #ffmI8ir55QOCwUT4wk7BLnTTT7RQ0kI8 { 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) { #JSf8Mz1N9VOF3TZK56mhV2ncU1hKrovs { width:8.75rem;height:2.6875rem;top:128.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnFLpfeoDPU2x5v06BApb5Bhz52OLGXi { display:block; }
 }@media only screen and (max-width: 763px) { #ADl6QKoWtpdA4SG5A30euXeInqSFXS9r { 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) { #f4Vzu7HmzVPBuSNc344BFbK2u4yMRQsA { 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) { #T2kRScGCULeTxQb60Tu73LLUDpByPxcG { 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) { #bdmzqabEQodPXDDWgoR4kr0h5CfDTBaq { 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; }#bdmzqabEQodPXDDWgoR4kr0h5CfDTBaq.adaptive-delivery-prevent-bg, #bdmzqabEQodPXDDWgoR4kr0h5CfDTBaq.lazyload, #bdmzqabEQodPXDDWgoR4kr0h5CfDTBaq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #plZTr3vhFChqDc9mE9oV74ITaNsIMllK { 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) { #RECGTDDcv1qD8togZ4ywDPiiKXXcTsZT { 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) { #K69iCET117T97ZufGhZasCXZPvPidXLz { 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) { #J2HbTvvirpGMboenUM0ns5JXDImapG9v { 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) { #XnsqnGdI2qR3SZxSUapvGIumWdnuTlg2 { width:8.75rem;height:2.6875rem;top:36.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP1V8lcEhTOSLxoiSnPbNURN8QXvNNFu { display:block; }
 }@media only screen and (max-width: 763px) { #ow9Ap6pEeBTlv9OecUT2l3l7gFt1LETg { 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; }#ow9Ap6pEeBTlv9OecUT2l3l7gFt1LETg.adaptive-delivery-prevent-bg, #ow9Ap6pEeBTlv9OecUT2l3l7gFt1LETg.lazyload, #ow9Ap6pEeBTlv9OecUT2l3l7gFt1LETg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EattTXbcnrxD2WN6I7cFtRN9Lp1plkKd { 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) { #SD2gCc6ZoIW5rw3DpDO51Fv3t3m2TAvl { 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) { #yOtRcCTKP5V2R5uKlfQEX13Kg6ln2ZEo { width:8.75rem;height:2.6875rem;top:18.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqz0lHQsTgRuc7FpsBzx8ctK4OIi2l49 { display:block; }
 }@media only screen and (max-width: 763px) { #N7x2Hdv4XOpTXu2tKgcM9TFgKzRR2QBM { 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) { #P3GBDOquI7W8zxfVVB6tupPGKNNZdRaJ { 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) { #mitAbHWHmbxOC2SR6cPTatZUwwME8MT3 { 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; }#mitAbHWHmbxOC2SR6cPTatZUwwME8MT3.adaptive-delivery-prevent-bg, #mitAbHWHmbxOC2SR6cPTatZUwwME8MT3.lazyload, #mitAbHWHmbxOC2SR6cPTatZUwwME8MT3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #E1gTuJ8Vy9sDu8Ba5M9ydncRd0DMQvow { 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) { #S745dGt5fJpCahHfl65fWuFItvh599TN { 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) { #o2N0wWzTDxnuohdTPaa0Mqgq2l1qEaoG { 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) { #i3h3CFeFhxwrPmOatPthZklJggiOeqlD { 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) { #AaBLePEKT0XOQsMklMKlbZ15i8LmAOS3 { width:8.75rem;height:2.6875rem;top:71.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obGIELmCdshz2bODmRkRBynCnOR5SxcE { display:block; }
 }@media only screen and (max-width: 763px) { #zkzZrXBHTRS48VQtXTy2rVE0HlS1gRrC { 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; }#zkzZrXBHTRS48VQtXTy2rVE0HlS1gRrC.adaptive-delivery-prevent-bg, #zkzZrXBHTRS48VQtXTy2rVE0HlS1gRrC.lazyload, #zkzZrXBHTRS48VQtXTy2rVE0HlS1gRrC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x7qylRREZs5B0bkr5gul2QDAvC9qaftI { 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) { #MzIXkKmqXbAxMcUXq2zF9QG2QmE0R3PF { 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) { #wdwoSaWeMbccPyOTfKrO0P1u5PD4DOuN { 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) { #gRdOgqScsCqUbhBLqZwN0Mn1N0eyTaKC { 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) { #TIB3LMZEGE636tumWXWxg9Nm3JMCZGkK { width:8.75rem;height:2.6875rem;top:54.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO2nRc6FzF9l7wSJOeMtWzrWz5sOPm64 { display:block; }
 }@media only screen and (max-width: 763px) { #diivB45TOh4awqVqJcdJIhmdclAH0yKH { 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; }#diivB45TOh4awqVqJcdJIhmdclAH0yKH.adaptive-delivery-prevent-bg, #diivB45TOh4awqVqJcdJIhmdclAH0yKH.lazyload, #diivB45TOh4awqVqJcdJIhmdclAH0yKH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #znbJB1R48gGbMeebsfp82UCEJmVpfA7I { 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) { #n2C9mOExiBV8PxMZybsTZrombJglciUn { 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) { #kb9mJQqfHRwdHCk80n3ADuIJelbkmrel { 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) { #dtZ6fbAfcXhh8pU5zv7b8PO88nBb7LpZ { 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) { #XMPrVqg6U6v2cHW6oTTWQTXUXq1nve8e { width:8.75rem;height:2.6875rem;top:164.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmDL5VNqlGfk9NTaxXU5qoCQ5bkVEAit { display:block; }
 }@media only screen and (max-width: 763px) { #o3gqDSTihpwIGPGSeBT4bOWbiOtwMRtN { 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; }#o3gqDSTihpwIGPGSeBT4bOWbiOtwMRtN.adaptive-delivery-prevent-bg, #o3gqDSTihpwIGPGSeBT4bOWbiOtwMRtN.lazyload, #o3gqDSTihpwIGPGSeBT4bOWbiOtwMRtN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #G1uWwKaM9zRf2pHLOQUcJ442oRxleSp9 { 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) { #Mwq9lS1xrrJSVhxrAo4ST16gJAdaHVTP { 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) { #HP5zJ6mDl487a5n21Cs3DHf9Z79Xbpdc { 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) { #c0zu2cVpsMgssxnX80EFe06Kx0dAg7PS { 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) { #h3IoSCbncfFFPliShp7s5D7N82TBcBag { width:8.75rem;height:2.6875rem;top:146.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF9sQn14w0THmI6sfBTUadp5lnzTwRoU { display:block; }
 }@media only screen and (max-width: 763px) { #RrlE3uR06JHScJSkhIBwJawuS65qfELu { 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; }#RrlE3uR06JHScJSkhIBwJawuS65qfELu.adaptive-delivery-prevent-bg, #RrlE3uR06JHScJSkhIBwJawuS65qfELu.lazyload, #RrlE3uR06JHScJSkhIBwJawuS65qfELu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hx34QPc2JEnuoxbeShIeZamWwanKT2ys { 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) { #fBRA2PaQfLTSmJ1MbsI72w1bVq4dqvRg { 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) { #rT2cvzVnmMVgZVpStVZHKFAGXuTGp2sR { 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) { #hmIkO9WZVV3vwqGX2zCouSidySnUII4G { 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) { #wPEK5PRgf6EIEdmu1dxCRCTTT5ksTDBS { width:8.75rem;height:2.6875rem;top:147.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJwiCkrKQvTl03O7T5c1XRRuy1W5vLTU { display:block; }
 }@media only screen and (max-width: 763px) { #IJfbOeOEOOz6AITOFIoeyR0Jiw9nJ7V5 { 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; }#IJfbOeOEOOz6AITOFIoeyR0Jiw9nJ7V5.adaptive-delivery-prevent-bg, #IJfbOeOEOOz6AITOFIoeyR0Jiw9nJ7V5.lazyload, #IJfbOeOEOOz6AITOFIoeyR0Jiw9nJ7V5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZlUu2IhtbKA24VUSzDzxggdsyl1FtoKB { 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) { #s6F9IuieIF5sNRvQXwnv7F7V1stl06XX { 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) { #WpLa51hETlkvn334LJSp9yUOkeTCXV8y { 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) { #xFDNBrIavXtIUFqT1alBKVG2IsF7fgyb { 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) { #UKDk7bMlFmk5yeRsP99Sa80T7WRRxR6U { width:8.75rem;height:2.6875rem;top:181.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn9eUcg2MGptLdPdmtOWrScuuAq0fKKZ { display:block; }
 }@media only screen and (max-width: 763px) { #UxNRvHRxfpgwNFOWpZnEtvmzBrHJ5JGL { 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; }#UxNRvHRxfpgwNFOWpZnEtvmzBrHJ5JGL.adaptive-delivery-prevent-bg, #UxNRvHRxfpgwNFOWpZnEtvmzBrHJ5JGL.lazyload, #UxNRvHRxfpgwNFOWpZnEtvmzBrHJ5JGL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CgcWzkTXOzaih0MCkhKAalTMiVqJJhl1 { 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) { #OBu3plDvovmNffqgbiJh5fMqJqkvfLnK { 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) { #icJssmZSfSxTyTU01OL9KI81ls2cXThd { 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) { #HoCoDiGRXZQUEwUDRUDywQyMSnH2SwG3 { width:8.75rem;height:2.6875rem;top:199.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttr2hg8TP1rqJXSXHTq3kapup6pN8soF { display:block; }
 }@media only screen and (max-width: 763px) { #NxZ5hTHJZhoZXeyvmGsl6aev3LKO5ES8 { width:8.75rem;height:2.6875rem;top:225.1875rem;left:6.5625rem;z-index:100094;display:none; }
 }@media only screen and (max-width: 763px) { #rFPTbTqcC7m4qB1nnZNppmP1CCg11l4x { display:block; }
 }@media only screen and (max-width: 763px) { #qwIDfdWP5cwMLaqOkAPCrqJOcPXsW38U { 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) { #dZd87Rgb3a6ATcWDd9fiCb54iok6m731 { 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; }#dZd87Rgb3a6ATcWDd9fiCb54iok6m731.adaptive-delivery-prevent-bg, #dZd87Rgb3a6ATcWDd9fiCb54iok6m731.lazyload, #dZd87Rgb3a6ATcWDd9fiCb54iok6m731.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sPcFxIS0iTngggGEhfJy75izoHlKcKTP { 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) { #lH1NJ1ScGKnEDC2b10U7Msb4NBFzqKkM { 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) { #gpesu4ygHrn5ZkBiqIsHBk2MnQ7RPvSx { 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) { #ev5C8TFgZ6nq3vWsvvxGAtptsL01o1AS { width:8.75rem;height:2.6875rem;top:254.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #al7IeH1A5br05JTPU8808MoklywC7w6L { display:block; }
 }@media only screen and (max-width: 763px) { #cOLn6n9SN80zDMEp7UyNxyA8GPr3QvVh { 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; }#cOLn6n9SN80zDMEp7UyNxyA8GPr3QvVh.adaptive-delivery-prevent-bg, #cOLn6n9SN80zDMEp7UyNxyA8GPr3QvVh.lazyload, #cOLn6n9SN80zDMEp7UyNxyA8GPr3QvVh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KEfJ57PURgUdQpQsu5UFcW0wQGMVwGeq { 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) { #Q2VH83vu4LwVk9iFekh3DCXaXaFHBb1h { 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) { #qGHAU09mV30Goynruiet7iQ5ekHThe5K { 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) { #LqznI2rlrFROVTf69itWSft0DSip5RzC { width:8.75rem;height:2.6875rem;top:273.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAywniD1rLSAJmU84pkgSS0fW9KFWXID { display:block; }
 }@media only screen and (max-width: 763px) { #MSfhkdpH91S4dQliiyD5H7Trzll4akr7 { 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; }#MSfhkdpH91S4dQliiyD5H7Trzll4akr7.adaptive-delivery-prevent-bg, #MSfhkdpH91S4dQliiyD5H7Trzll4akr7.lazyload, #MSfhkdpH91S4dQliiyD5H7Trzll4akr7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ALvffN00md5HVNwIiFGEzJpS4slUlK6t { 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) { #Wtd7mPK2SDAlSyzUPD8XvlA9oaRw8lEn { 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) { #mssUNvF8gR7f42FucrOTGLTTfTMXRRkE { 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) { #aQIUs2oPfeEWrrCtfsxXApH7souQADNQ { width:8.75rem;height:2.6875rem;top:234.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqAA9ger59ZUvlMyQcwJWStgwOOUzwpH { display:block; }
 }@media only screen and (max-width: 763px) { #xKqg1r0TtXW0mUBxaodT3KToAo3TFPZh { 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) { #KyEEdOzVaXsADl2wqvwVrqH8bexHW0ne { 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; }#KyEEdOzVaXsADl2wqvwVrqH8bexHW0ne.adaptive-delivery-prevent-bg, #KyEEdOzVaXsADl2wqvwVrqH8bexHW0ne.lazyload, #KyEEdOzVaXsADl2wqvwVrqH8bexHW0ne.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RGr3MI8wxwscsbe3fG5IgBiUHhTPERvR { 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) { #ARAmnI8RWkkkbQ8SX4TPLtUK7VTCv2bU { 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) { #BN3uJDdcHqLcry9fucz6gilu5NcobLqH { width:8.75rem;height:2.6875rem;top:216.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktmeXHNtUQ3TSdoRL3aELkwUQ8mfrK9r { display:block; }
 }@media only screen and (max-width: 763px) { #kqOGeOU9HfqHw83v0iq9UIP745ZZvOeM { 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) { #Bo10XZd9nSkBrhw4agCuCTJyQrOxA6Oe { 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) { #mWCTmHSkDSXFKDds6f7d34c07m0sBz99 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row .container { background-color: transparent; background-image: none; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row .container > .video-iframe-container { display: none; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row > .video-iframe-container { display: none; }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .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); }#mWCTmHSkDSXFKDds6f7d34c07m0sBz99 > .row .container { width:20rem;height:126.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vv41XwUKMs7799sXiT9oJwUKXDuRO8l0 { 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) { #k5oXSHpzPAEXv667Imu4T4327PPhCTGm { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1hdEi3UCEEIDpGAaQ8vq1TCIEBtx4CA { 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; }#L1hdEi3UCEEIDpGAaQ8vq1TCIEBtx4CA.adaptive-delivery-prevent-bg, #L1hdEi3UCEEIDpGAaQ8vq1TCIEBtx4CA.lazyload, #L1hdEi3UCEEIDpGAaQ8vq1TCIEBtx4CA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PRxkE7uwm18qEky8UH8X3KV4muMwmCSA { 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) { #qgyaDAOpQf0G53woboEQz8eJO3gEkGUR { 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) { #KC9sNodfDXT7HKAt1QRC0dz7dqgOiFKr { width:8.75rem;height:2.6875rem;top:15.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9C8p1gcvpN6swcJPTq2nFlhAMwmNNWU { display:block; }
 }@media only screen and (max-width: 763px) { #MZnt9pnQWBIQCBqXJPUdmAHHbPNtl9kf { 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) { #TsPNDB3Cu1DohOAgyvt9HLfKKynCnNuH { 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) { #p1kL3ZHXIKu45GCftghZsHeXuv3AUoqT { 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; }#p1kL3ZHXIKu45GCftghZsHeXuv3AUoqT.adaptive-delivery-prevent-bg, #p1kL3ZHXIKu45GCftghZsHeXuv3AUoqT.lazyload, #p1kL3ZHXIKu45GCftghZsHeXuv3AUoqT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JnaqnrFHt1rTHoA9trhl9KiLvuGnxooc { 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) { #wkFsSpwHHyGHz9ACCwtwQTBu4NQcFMO2 { 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) { #KqhpzBd5ld7rTOS80AgSdwMJ9I0LQip7 { width:8.75rem;height:2.6875rem;top:32.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogx3iu85g4NcpeR3uUoFMBLCBXqTfxO6 { display:block; }
 }@media only screen and (max-width: 763px) { #JVJVC7sKlrUaPprZsX0XksyVQnaRlOa1 { 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; }#JVJVC7sKlrUaPprZsX0XksyVQnaRlOa1.adaptive-delivery-prevent-bg, #JVJVC7sKlrUaPprZsX0XksyVQnaRlOa1.lazyload, #JVJVC7sKlrUaPprZsX0XksyVQnaRlOa1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yfM7kSzSAi3DlmO6dy5KoJDk6csWpDqy { 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) { #b0plE3IUHFPSkoPbSIIel0rDn7wWXZuH { 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) { #m8CinuJ7p63ZqhPdrD0yTtcoe7LVIkbu { 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) { #eLxgRJ7JT0gFe3iithfVkDDgenNn37BT { 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) { #A7oHlVrTtX3tZyDZ8Xn4iXvDvn4pevET { width:8.75rem;height:2.6875rem;top:27.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G24urza43yJo2q1FnH7tznCNeh8ER7th { display:block; }
 }@media only screen and (max-width: 763px) { #cNsZWNod1kTUiUqEbaWelRWKLpMIieCW { width:8.75rem;height:2.6875rem;top:50.25rem;left:5.625rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #Uu7RRZ4Th9sTsaxw5hC5u1fkozbw33me { display:block; }
 }@media only screen and (max-width: 763px) { #viybT2GhlGa7RNTtExHLZ92nPy3SaUko { 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) { #VybyxJKK7UmaVfQIW4qy3S57lcR9DilJ { 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) { #qml7V78P1a1EimlKZVngBqA3xHU5lVVO { width:20rem;height:2.51855625rem;top:0.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUgtPI4Z8sQ1fEbSeAPmLpoKrz7ceZSO { 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) { #TezTXhQ7WwNCKUwWbBsu4oRbVcmkSx55 { 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; }#TezTXhQ7WwNCKUwWbBsu4oRbVcmkSx55.adaptive-delivery-prevent-bg, #TezTXhQ7WwNCKUwWbBsu4oRbVcmkSx55.lazyload, #TezTXhQ7WwNCKUwWbBsu4oRbVcmkSx55.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cixa5kSAF0T6BzmAD3hhvxxKmiyGp7U2 { 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) { #HbaO3PIAX6QhaeG9TWf6KBEbHh7y4IcT { 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) { #hGB4HlnD4XECSM7BUD06n5NTv7MBM5aM { 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) { #sgnqAK5TX8eFBX8EtveWf9p6geKT5FM2 { width:8.75rem;height:2.6875rem;top:67.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THk575pPWokzRJeZgiU0anItWDg5yuGa { display:block; }
 }@media only screen and (max-width: 763px) { #bxrTFoZmOo2H3nwkBqMtTKNfQZnGQOlA { 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; }#bxrTFoZmOo2H3nwkBqMtTKNfQZnGQOlA.adaptive-delivery-prevent-bg, #bxrTFoZmOo2H3nwkBqMtTKNfQZnGQOlA.lazyload, #bxrTFoZmOo2H3nwkBqMtTKNfQZnGQOlA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q5E8uweta063OW4nmMEZPen21VyrPuDf { 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) { #knJBEgseeNVecltM32ZkW0uDm5Br1Q0o { 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) { #voPQN9SLPBf8wh7Cxls4wAqg4OAFFkCc { 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) { #NxR2fi5QK8Jrh3ykcksR2SpJeb3QCbgR { 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) { #b8iU4HE9Hreb66FRrFTXBdaL8TTrnqlZ { width:8.75rem;height:2.6875rem;top:85.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLLfslieqFw4PH38bHGxs50xKopZs4Ft { display:block; }
 }@media only screen and (max-width: 763px) { #z8Fiya9lsxgDmxxkeRSLTAR6y048o1k8 { 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; }#z8Fiya9lsxgDmxxkeRSLTAR6y048o1k8.adaptive-delivery-prevent-bg, #z8Fiya9lsxgDmxxkeRSLTAR6y048o1k8.lazyload, #z8Fiya9lsxgDmxxkeRSLTAR6y048o1k8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cGH5eQzK9LtVZBuVFLlwew4sZRniDI7k { 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) { #h8wmdiefUkL77t2ZQoEdeu4D3uTZG6Ah { 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) { #UQWBMVgVl0CRDkfEFkXu2SCHFriw1rIy { 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) { #lTtT7WilZyXzQ97l2MWy84PMrfHBxGNa { 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) { #LfQhO2xRSDG38thfKUaQ3Iu7ziJCKRzJ { width:8.75rem;height:2.6875rem;top:171.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOQUH5GE92VGySS6qe8DwRpoRL5X0TPT { display:block; }
 }@media only screen and (max-width: 763px) { #Is7X5mkplstbFbIkwcmlFUmRhP1B1DV9 { 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; }#Is7X5mkplstbFbIkwcmlFUmRhP1B1DV9.adaptive-delivery-prevent-bg, #Is7X5mkplstbFbIkwcmlFUmRhP1B1DV9.lazyload, #Is7X5mkplstbFbIkwcmlFUmRhP1B1DV9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IC37T0kKC6Fd5GIRvHztAX2znSq49OgC { 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) { #kVm7cHgWCoNhlcEKJi3J5htMvPczZO9i { 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) { #o3t9Lk9FshG3yayyJWHFamAQ2UL1TEuV { 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) { #MdMgCNBVd4KEqbl35GucA26y8n01dmyh { 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) { #tJTZvuFiJKz9gr2q0nwTBdXHz0QIDila { width:8.75rem;height:2.6875rem;top:122.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7X7HTL1SQuLxaFsPHy2JVBsbavLSKqZ { display:block; }
 }@media only screen and (max-width: 763px) { #IJfc5CK8F6gIH14BpCOfO8liwMXQ5JGO { 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; }#IJfc5CK8F6gIH14BpCOfO8liwMXQ5JGO.adaptive-delivery-prevent-bg, #IJfc5CK8F6gIH14BpCOfO8liwMXQ5JGO.lazyload, #IJfc5CK8F6gIH14BpCOfO8liwMXQ5JGO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D7W5MhaOBB8fAPQuxakia8tyi8aDvGRJ { 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) { #kzrJrHQPpWQyEIy0PoTlNQkaSkJudOgr { 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) { #MgLKmT94Uva2hzc3aAfqaMEiUGmPhOVt { 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) { #WI7lptQ66FD2btRNBJbDTHgiVkcD3Dg4 { 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) { #Sk9FJ6R3v9Tu3eKxgtbv2J4yNdzVPxum { width:8.75rem;height:2.6875rem;top:103.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghJ14KnV11Oh9obAaJKaZy1vT1N6IJ4F { display:block; }
 }@media only screen and (max-width: 763px) { #Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row .container { background-color: transparent; background-image: none; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row .container > .video-iframe-container { display: none; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row > .video-iframe-container { display: none; }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .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); }#Io3aPecCZFEOcOV3Av8i60oRv1CJPiC6 > .row .container { width:20rem;height:377rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0PDR3ATRh7fQvXAHT33eJwPcEklLvgW { 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) { #cBsE3Z5uGgJJnvZAtQB9BHSDC1IymKgx { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBkHXxxanVZVHfLu1cNKUe35iqsa3n1D { 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) { #iHLwSrSF5cWvffGTcHT8PHbuilkB3rw9 { 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; }#iHLwSrSF5cWvffGTcHT8PHbuilkB3rw9.adaptive-delivery-prevent-bg, #iHLwSrSF5cWvffGTcHT8PHbuilkB3rw9.lazyload, #iHLwSrSF5cWvffGTcHT8PHbuilkB3rw9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dpmpKSsFtshZdyKn5kTtV0JGGNDwy0Uk { 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) { #fQp0FfzRPGHQWky3HkOO6RgoVmr7ykV7 { 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) { #fRhuTB5CbF9VKOu8GB5p3wlfnTrZ6mvJ { 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) { #PmdRd05vBxJXfrKrr48y5NWVo0UtmCDT { 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) { #ZpiXtfuJrnHPFLFh53iLwZ28TcVHwT9P { width:8.75rem;height:2.6875rem;top:37.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8OOL8nF7eqiXZPT6c2UUp5CfM6yqZR9 { display:block; }
 }@media only screen and (max-width: 763px) { #qlM4341wMaNIHaDbMWZNco0PeoNp702D { 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) { #Gb7uQLTGH58NxGTATLQXZDkrEM0bFrRR { 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; }#Gb7uQLTGH58NxGTATLQXZDkrEM0bFrRR.adaptive-delivery-prevent-bg, #Gb7uQLTGH58NxGTATLQXZDkrEM0bFrRR.lazyload, #Gb7uQLTGH58NxGTATLQXZDkrEM0bFrRR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LqaEuyP27ZC2VLCgq3h0nPxwkMcaB4y9 { 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) { #p8bIexr3oyJSOPr5CDS8zX4H083hAchx { 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) { #amyZqAFsQC9f6shIguuquxSohLUut0zL { 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) { #oEQSp0EAKvGZhGN0Lnmm8Dk8gDbmUTlm { width:8.75rem;height:2.6875rem;top:73.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPkbgSWMPWUoH7pBM6AzFIZJRHo6P5kE { display:block; }
 }@media only screen and (max-width: 763px) { #Ot4DMf1GCnlmGyU7xo2d2krrAigE8pKw { 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; }#Ot4DMf1GCnlmGyU7xo2d2krrAigE8pKw.adaptive-delivery-prevent-bg, #Ot4DMf1GCnlmGyU7xo2d2krrAigE8pKw.lazyload, #Ot4DMf1GCnlmGyU7xo2d2krrAigE8pKw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ULH5Iq30birL5tS9bT8RzzeWkbRagxFw { 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) { #LUOCvXnfJ3sSrXwUn3yJxKgT5OeeKpNm { 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) { #T4gEZCln81m7v61IVS65TnHf5w5M5vrS { 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) { #JdqiudPsc17V1zFmW3BaNwbzGt5mvPTk { width:8.75rem;height:2.6875rem;top:92.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdGiATxkkFJFDcNwcRvlJpFW7oSydb2 { display:block; }
 }@media only screen and (max-width: 763px) { #BHLpJlSEae922yg1wlgJeKAdURa8wWP5 { 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; }#BHLpJlSEae922yg1wlgJeKAdURa8wWP5.adaptive-delivery-prevent-bg, #BHLpJlSEae922yg1wlgJeKAdURa8wWP5.lazyload, #BHLpJlSEae922yg1wlgJeKAdURa8wWP5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rMIikrJD9Cy914GRyK60q8NmQoEpGPav { 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) { #hfVzcRs6kF4PnXWpWpMc18raK4suT15f { 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) { #d3s1wTuC39CAirdGtO4AThKwELv9enDO { 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) { #bsGMzex7nSlgGbku4TxoFKGLcTCVkRNR { width:8.75rem;height:2.6875rem;top:211.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2rSX787r03ipUhTGJJMlIRvKukWHIBO { display:block; }
 }@media only screen and (max-width: 763px) { #xxD9gCWNZ6Cdf8niPQIyRFCpQCUGOqFv { 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; }#xxD9gCWNZ6Cdf8niPQIyRFCpQCUGOqFv.adaptive-delivery-prevent-bg, #xxD9gCWNZ6Cdf8niPQIyRFCpQCUGOqFv.lazyload, #xxD9gCWNZ6Cdf8niPQIyRFCpQCUGOqFv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hJ0vT3DgAwvnpwvZmefhc0x0zGP9eByE { 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) { #PzeIQff6iszcQpOWPsXXeDpK4ooJTPsz { 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) { #s3D6vU01SxG3SixwEaXDzUZyDJ8USRdH { 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) { #kpgPuqDQpMZXeOTH7yiSxmccSSiEaf6H { width:8.75rem;height:2.6875rem;top:228rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Qwqyh5WXlvlnPeJ03mk5Tu9hTUr2B6 { display:block; }
 }@media only screen and (max-width: 763px) { #UNz4SZRobqQcW9c8JOtAV2w4wsICxrv0 { width:8.75rem;height:2.686525rem;top:56.625rem;left:5.625rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #XztJtvhGW0RgJl79afr2gFbu13TTiCos { display:block; }
 }@media only screen and (max-width: 763px) { #PBTMbrwSU3zzRDyklJ8XcmHEawoOFqGo { 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; }#PBTMbrwSU3zzRDyklJ8XcmHEawoOFqGo.adaptive-delivery-prevent-bg, #PBTMbrwSU3zzRDyklJ8XcmHEawoOFqGo.lazyload, #PBTMbrwSU3zzRDyklJ8XcmHEawoOFqGo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vG8KeqmIhrAxE4xNU5pmMaX8SrxbT9KA { 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) { #i1UrQr7qaM7fuIOD6365dfoGPTtsReMT { 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) { #Dzw6Qsa9qON7InGTzB9p3S2zTCtqK81I { 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) { #RxetJtQ6shR0rZXPxeHSi8ur7bxJJqE6 { width:8.75rem;height:2.6875rem;top:20.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSbNTymcEHITD2eSSrk3puy9nbDFWWkT { display:block; }
 }@media only screen and (max-width: 763px) { #pwZuc5NLCCcHSKXKry9PEdCN0dQiTAkt { width:20rem;height:2.51855625rem;top:196.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1dwFeBZHNss54fxMmTq3fWW2b8UywfC { 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) { #UmS4GdymusAtwdGvWTXMbLLUWnuHKZKH { 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; }#UmS4GdymusAtwdGvWTXMbLLUWnuHKZKH.adaptive-delivery-prevent-bg, #UmS4GdymusAtwdGvWTXMbLLUWnuHKZKH.lazyload, #UmS4GdymusAtwdGvWTXMbLLUWnuHKZKH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LFh7u74tAPL103IahTo8AO1vAaR3Xa5Z { 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) { #X2vrZvATDaTtSqUCykf9dzklM5NEIgbL { 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) { #QpVfxMyHOo1ndmEcLK8Mr5o2J9FJQwTb { 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) { #HkOGZmRPV04FPPZuz2V1CflhsepA1ECs { width:8.75rem;height:2.6875rem;top:85.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ0g1XvPMvWUD7X4GS12echkl0A0TXvI { display:block; }
 }@media only screen and (max-width: 763px) { #SEBm9RiQrFGagh8IFwLTTgoIepIMiT5E { 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) { #AndEszTFtdKKMOtcPQvy4THTL5cLTwxb { 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) { #ToaC47tev3xayRkAAIe007wGhpGmeGJi { width:20rem;height:2.51855625rem;top:234.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF0E8RzcL8UrBGvBRW2dtHaThXPs3FRX { 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; }#OF0E8RzcL8UrBGvBRW2dtHaThXPs3FRX.adaptive-delivery-prevent-bg, #OF0E8RzcL8UrBGvBRW2dtHaThXPs3FRX.lazyload, #OF0E8RzcL8UrBGvBRW2dtHaThXPs3FRX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fVbL1kPtSU691tvPFA4aALdHFPTccUI8 { 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) { #VLxhPpMKeZfluc5OTRglpOS4LT26ROK7 { 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) { #OeWVKaDN5prTTK1fHa5Cfv8kZVy7SlPm { 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) { #rGv5IFZqkaLP5o4wF117OTcuNPisfdH7 { 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; }#rGv5IFZqkaLP5o4wF117OTcuNPisfdH7.adaptive-delivery-prevent-bg, #rGv5IFZqkaLP5o4wF117OTcuNPisfdH7.lazyload, #rGv5IFZqkaLP5o4wF117OTcuNPisfdH7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TyADuwT5OTTqGHBEcFqZTNcaXICgg5Kw { 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) { #Q9aMFkPTR0Ni0ExZql3Rn7zT6wZC8EAh { 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) { #SSVthbDlQayegnJgKHKMJlJe6nmG6uql { width:8.75rem;height:2.6875rem;top:265.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmmuaEOkh6H08hKzdEeKx3PCFwdLHTsy { display:block; }
 }@media only screen and (max-width: 763px) { #b8EHkZwxXNvw6aIctI2BVLUp3K6g3hqF { width:8.75rem;height:2.6875rem;top:281.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9u8wn5nc43A3L6rZUy1tkUd3KDU7npm { display:block; }
 }@media only screen and (max-width: 763px) { #RK7VTfakOOmdTdUC5h2ng2km5rs5nyn3 { 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; }#RK7VTfakOOmdTdUC5h2ng2km5rs5nyn3.adaptive-delivery-prevent-bg, #RK7VTfakOOmdTdUC5h2ng2km5rs5nyn3.lazyload, #RK7VTfakOOmdTdUC5h2ng2km5rs5nyn3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZSixidwHmeFXMFdIxEvGsPOpLus03VRP { 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) { #dtba0Uk1AD18iLhSZEH7BZTQgqEgr1oG { 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) { #WqTzB4mgRdUmGimHa3qAKXp7T5AoTVgR { width:8.75rem;height:2.6875rem;top:249.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3eG9vPzFuq7TLdXTii2J6UofXTuMDFd { display:block; }
 }@media only screen and (max-width: 763px) { #rlHp6dnV4yn2EPh3RmhL1UwdETvJaNFz { 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) { #bCKRF2ou5UTlTtsu2a4EHS23QA5rqcpZ { 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; }#bCKRF2ou5UTlTtsu2a4EHS23QA5rqcpZ.adaptive-delivery-prevent-bg, #bCKRF2ou5UTlTtsu2a4EHS23QA5rqcpZ.lazyload, #bCKRF2ou5UTlTtsu2a4EHS23QA5rqcpZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CMRUZVao8gn7E4b1z7sQL6rDXO7NTJzl { 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) { #hZ4XH77ffXZP2RaQb9zk4J5KI39OTDBJ { 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) { #DpGwqZD5tpplH1OrwEoPNWAFdpzRh3WQ { 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) { #QKl52WDx3CFod5iW96ClHJMaTzfP59eW { width:8.75rem;height:2.6875rem;top:297.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRr3MAhVbWMz6rerVJZ2r4w5HPOiV4Aw { display:block; }
 }@media only screen and (max-width: 763px) { #s9zLFeGga5sFaGqV8vIJ30EZHQZf9FdJ { 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) { #l7PUqgEhPt7oR4mygh1uc4zCW4eSDkPD { 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; }#l7PUqgEhPt7oR4mygh1uc4zCW4eSDkPD.adaptive-delivery-prevent-bg, #l7PUqgEhPt7oR4mygh1uc4zCW4eSDkPD.lazyload, #l7PUqgEhPt7oR4mygh1uc4zCW4eSDkPD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XXawobepf2rA3sMu3ypnFtmMVGBMr6Cw { 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) { #nOZwANQN1CtReTA6pUF3pi83taHc39m4 { 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) { #VlUe6617MUcEepbivZFGGJqDIbtL8Z2I { 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) { #dZJvUyMcCl6E76WWvHgHzIxsKksBG0WM { width:8.75rem;height:2.6875rem;top:17.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6rEBCM4yGkxrK7GnTi0H3Voke0WwNpr { display:block; }
 }@media only screen and (max-width: 763px) { #u1eT2vSc5KBJUfeuVT8IxJXB0qNmb6TM { 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; }#u1eT2vSc5KBJUfeuVT8IxJXB0qNmb6TM.adaptive-delivery-prevent-bg, #u1eT2vSc5KBJUfeuVT8IxJXB0qNmb6TM.lazyload, #u1eT2vSc5KBJUfeuVT8IxJXB0qNmb6TM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VBezBScW8A5P0qPCFN5Qek688iFMpKDu { 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) { #kvMydQxcKwIT4gdwDEqKlswSzIp8w1iL { 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; }#kvMydQxcKwIT4gdwDEqKlswSzIp8w1iL.adaptive-delivery-prevent-bg, #kvMydQxcKwIT4gdwDEqKlswSzIp8w1iL.lazyload, #kvMydQxcKwIT4gdwDEqKlswSzIp8w1iL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oh2hdkf3FkBHJdZ8eIIcV5gUhKqCwDF5 { 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) { #wfuGo7xnRGFewEsfZ9MowpR30eXqDV3Q { 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) { #ocLMlsxzUCugcn3ZFT2UcZrxLXXGp9h5 { 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) { #JfHRG1WUmET2tnMn4PRHTJnsHq2Jenky { width:8.75rem;height:2.6875rem;top:128.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnRJWSl3CiDhDMzZnagTCRVlSzUg1bWp { display:block; }
 }@media only screen and (max-width: 763px) { #nD0MG8aJkRdtFFvE4KiGIUFUElPJCTni { 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; }#nD0MG8aJkRdtFFvE4KiGIUFUElPJCTni.adaptive-delivery-prevent-bg, #nD0MG8aJkRdtFFvE4KiGIUFUElPJCTni.lazyload, #nD0MG8aJkRdtFFvE4KiGIUFUElPJCTni.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DFyHrSnOiTnTvv6lZhTeGdBwyW9hLesR { 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) { #ptaoMEDPcykO8hW8tWdpwRhs7Ey9KHcp { 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) { #Pkno89ZM9LyBvIghM0PCwXLaJXXnMOP5 { 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) { #PV83udIt06ETUZpzQGHs9E8TtfAyuO9J { width:8.75rem;height:2.6875rem;top:109.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVDLNoZGxJTSfFTXmBtStq1BQT2OyJEv { display:block; }
 }@media only screen and (max-width: 763px) { #DOTWbrI4unIR77dsJSlSKCm1fbmrpH2q { 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; }#DOTWbrI4unIR77dsJSlSKCm1fbmrpH2q.adaptive-delivery-prevent-bg, #DOTWbrI4unIR77dsJSlSKCm1fbmrpH2q.lazyload, #DOTWbrI4unIR77dsJSlSKCm1fbmrpH2q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zcLKD2COaDSWTBUkw41Cmemw4l0us3ei { 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) { #AQZiwqKhEcdJcl03gUR5qLlCu3kfBIsH { 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) { #ExCisxOJyHSRPuBeFXDTkn5wDgWgTsAu { 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) { #ghR4mmaHaETkcCyBaDWgif1hhVtEAOaf { width:8.75rem;height:2.6875rem;top:304.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChD7JqbDBpm2UNxIZH4kmK5bQfdLIBpP { display:block; }
 }@media only screen and (max-width: 763px) { #rhC8PDxRhn5ARboJzfwG1mPqLO6F65Ml { width:20rem;height:2.51855625rem;top:309.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii2GwBKZU8kC2QVXHL3LXvAkiM5uHmce { 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; }#ii2GwBKZU8kC2QVXHL3LXvAkiM5uHmce.adaptive-delivery-prevent-bg, #ii2GwBKZU8kC2QVXHL3LXvAkiM5uHmce.lazyload, #ii2GwBKZU8kC2QVXHL3LXvAkiM5uHmce.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V5svp1ZRwekc45mIHvQMXgaxSVKuXsz3 { 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) { #HGT5grssqGbL1ReD5bENWCSelFc6dPuI { 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) { #qCXe24dJCBnala2dsOPdxD0yNahpkJOs { 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) { #VeSTaAHFSXA1QkToXsXf608PSLhsXqmE { width:8.75rem;height:2.6875rem;top:324.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdaw5db3ThEi8ZI18Jb7PUlKl9oiKlKt { display:block; }
 }@media only screen and (max-width: 763px) { #gZIAMTdZuP5qBzyIfELLq7ZTWWSRK8Ed { 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; }#gZIAMTdZuP5qBzyIfELLq7ZTWWSRK8Ed.adaptive-delivery-prevent-bg, #gZIAMTdZuP5qBzyIfELLq7ZTWWSRK8Ed.lazyload, #gZIAMTdZuP5qBzyIfELLq7ZTWWSRK8Ed.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wguJJbhDfzzF9PdN4Kgshk9r12umGQJ7 { 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) { #hL2CkC0UPTRUdyZ81TQe5WI2OhNTEopG { 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) { #g7qGNZgqVFOiETWOgvaW903FATMDKTzH { 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) { #vcbCW2iOHhflx4w4VyBxb0mpOnzPQu5D { width:8.75rem;height:2.6875rem;top:341.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWu40X3BMd6oRPTh9ref0izPyggOmwp { display:block; }
 }@media only screen and (max-width: 763px) { #yA1osLw7oHyTCerqEuysnDemtu88UAZc { 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; }#yA1osLw7oHyTCerqEuysnDemtu88UAZc.adaptive-delivery-prevent-bg, #yA1osLw7oHyTCerqEuysnDemtu88UAZc.lazyload, #yA1osLw7oHyTCerqEuysnDemtu88UAZc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hHAc1Wre21Sc2oEoVLvRwQtK6a5gRnxE { 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) { #bBtJBnK9qAKSfRsLUDLZSUxoZBxLIU2q { 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) { #oycJ9AiXf16XeQn08XCnNyeP3FlbrT3E { 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) { #ZRr9ScNnTWGBPa0kToS9uyffaI72fwp5 { width:8.75rem;height:2.6875rem;top:357.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8rvBarX3Xsm9EhvlSOpnqWtbOqRsAvs { display:block; }
 }@media only screen and (max-width: 763px) { #IEzeTi6exOJf8s6ea35KavbEX1VQH2pl { 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; }#IEzeTi6exOJf8s6ea35KavbEX1VQH2pl.adaptive-delivery-prevent-bg, #IEzeTi6exOJf8s6ea35KavbEX1VQH2pl.lazyload, #IEzeTi6exOJf8s6ea35KavbEX1VQH2pl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SonLDT8BZsQlpI2AFhz7If52erJzwfvt { 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) { #yccAkeFUGJ6CQ1KE7y5UeEuOLcpzeJdt { 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) { #IaDQ9b1Z1CLTIRT7uOctmmdVvX23VKkI { 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) { #OHy7rJfcSv6hw1HiZEgnfkPBCKFTrB9J { 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) { #fATZTJquOz3DI8na0NFghuy3bupDCq2m { 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) { #CQzhw5lXktkEnbeRF4TD6efTl0G05UpE { width:8.75rem;height:2.6875rem;top:34.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPNr3mZDFl9QD59o6EmnhdAEE3yiNE1M { display:block; }
 }@media only screen and (max-width: 763px) { #T79AJTdtLQxAChwGxNvs6IORZ0IuoxdQ { width:12.8125rem;height:9.5rem;top:361.625rem;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; }#T79AJTdtLQxAChwGxNvs6IORZ0IuoxdQ.adaptive-delivery-prevent-bg, #T79AJTdtLQxAChwGxNvs6IORZ0IuoxdQ.lazyload, #T79AJTdtLQxAChwGxNvs6IORZ0IuoxdQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #comzTcLGTlTfKg2oLO1zFPURmkWmQVC2 { width:11.125rem;height:0;top:363.1875rem;left:4.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) { #ZRua9GBQWavb7RbahZtTDlkJSoTUgyil { width:6.875rem;height:2.875rem;top:368.9375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zSFdwARIW84sltkQaaWKeXMbzQFx96OX { width:5.5rem;height:0;top:369.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) { #AsTq2252pVTBK5NCS6lvTnXc6aKdqxJ1 { width:8.75rem;height:2.6875rem;top:373.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8k2zXwDLp9wmUKyzkq9b1mB2Jh1mnvJ { 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.0877125rem;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; }
 }