.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 > .video-iframe-container {  }#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 > .video-iframe-container {  }#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.38574375rem;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; }
#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { 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; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { background-color: transparent; background-image: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .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); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { border-width: 0; border-radius: 0; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container {  }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-form-header {  }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width: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) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width: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) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width: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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:18.3125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.125rem;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.31175rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:20.12109375rem;left:2.685546875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.3125rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.31175rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:20.12109375rem;left:2.685546875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM { position:relative; }
#QgiGIU0agU4heTVRaMvTFCkLcM8vVBTx { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 { position:relative; }
#FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { 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; }
#xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { 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.55566875rem;text-align:center;text-align-last:center;display:block; }
#TJqWpp6IsTIc6anbUEoHGRsKTDxSTlVv { 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; }
#DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { 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; }
#JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { 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; }
#vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z23Xv2thMU8spLCAwSKksVGhpy1d1M8y { 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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row > .video-iframe-container {  }#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.60449375rem;font-style:normal;text-align:center;text-align-last:center;margin-top: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.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top: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.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top: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; }
#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.3125rem;left:55.1875rem;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.3125rem;left:44.0625rem;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.3125rem;left:33rem;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.3125rem;left:21.875rem;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.0625rem;left:45.0625rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;margin-top: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.1875rem;left:55.9375rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top: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.125rem;left:34.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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.8125rem;left:22.5625rem;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.3125rem;left:10.8125rem;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.1875rem;left:12.3125rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top: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; }
#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.1875rem;left:55.375rem;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.3125rem;left:33rem;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.375rem;left:10.8125rem;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:17rem;left:44.3125rem;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 > .video-iframe-container {  }#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.923825rem;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; }
#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.adaptive-delivery-prevent-bg, #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.lazyload, #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.lazyloading { background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { background-color: transparent; background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { border-width: 0; border-radius: 0; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container {  }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { font-size:0.875rem;font-family:arial;height:79.3125rem;width:75rem;position:relative;display:block; }#UKPnWU1AimI9G4tQTkARJBil3Jzh9K0a { 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; }
#svk22avPUK7zSgempfQ7aIuREVOtkg8n { 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; }
#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top 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; }#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.adaptive-delivery-prevent-bg, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyload, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyloading { background-image: none; }
#gvaqh5tpna0ucwFvC1kfgKNN2uPKsip7 { 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; }
#L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ { 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; }#L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.adaptive-delivery-prevent-bg, #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.lazyload, #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.lazyloading { background-image: none; }
#T7l4Dhoh1BlPDnMKuKgU2e5iqMfX2hov { 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; }
#IZSehGpRxTOnEFGnxgXMFQ4BTdywV2rB { 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; }
#zrt1MdAIA0BD7Ny6gyCueiiOy5yW8dzD { 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; }
#o6Uez2Seh0oZnoaHksCX9JnK5IFpaXOc { 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; }
#aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:8.125rem;left:59.5rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbPCPaZ0yuVJCqkgpHJfasyoH03g4CoQ { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmTXd20Ve3CeIcEr00syklh2KbBHJpZu { 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; }
#fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { 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; }
#k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ViPuxDZMxNBNkQLQ18p442XVgVumBhXA { 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; }
#bF8Oliev3QcPGEysxceCrfN4uMWgn5zu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Lb4JiaAlitv21e0cPemd8CiS8NuAAZST { 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; }#Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.adaptive-delivery-prevent-bg, #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.lazyload, #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.lazyloading { background-image: none; }
#fgeSadPOVZJKMBnR47m26aEcFB5RhPnw { 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; }
#PLt1hU2i6NL7CUmw1Qvx2peqKrbKQdlS { 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; }
#ZasAR3wKTPnLcnLGeJdJL85C5hfsxLp4 { 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; }
#ghpIpDsixJHCcCSPz6D7m645QxOQBDcS { 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; }
#qQt7KxW4isTdHrisEfUF32g8GuWy7NC3 { 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; }
#J7OvvHV4DQGyvlJVq8bd2kOXlCJBHTOd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sMyNHvkJELbhoDCMeJzdZpT53kZWkePM { 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; }#sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.adaptive-delivery-prevent-bg, #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.lazyload, #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.lazyloading { background-image: none; }
#cWxD4btzAalWOD3sZs10K1sHrSh3rTP9 { 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; }
#bveNOdgvfSMpeO12ktMdd7xgvZR6hCx2 { 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.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3QURi01oBO62pyVTS7oSsm7PUOED8aI { 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; }
#Kk9kFfTCX0NDM2RdwmuhR3D97ziqg09F { 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; }
#XdcSS0vtpnfPTlFltqykATqzm9mX46lu { 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; }
#aQbRazzbDwvzpyetcI2gncUPBEGQ28BU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zB8txuiNmivlFEo6xFxlMbiFyz7b6x8s { 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; }
#KOhakoBz9P4g8TFILOHkmJN5VLNZBhyV { 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; }
#CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i { 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; }#CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.adaptive-delivery-prevent-bg, #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.lazyload, #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.lazyloading { background-image: none; }
#VTNbR5eXJkMKgGnMZNbOKcBetb9G9Rp5 { 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; }
#sJo1a9MvgSPdnbJyCoAwWZXhCM6Lgk2k { 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; }
#qwu6sghOXQ6u5XuBauWKL1mEhpUvqIUU { 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; }
#NoQDkLdkJcZD8KVlfd1PndfDBp2ZSiTe { 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; }
#o4xAtcD4v0ma0v77F1Pr7cfQuBRDMd8r { 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; }
#FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:31.4375rem;left:42.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akuCTi8tU1ovvPEcErqk7b5dTqRhcpeu { 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; }
#okyPHTP4fr7R1F050ZMzPii8IN8BKC3B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fnykHGEDghRWsXJSylLySQna6o9ClvKq { 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; }#fnykHGEDghRWsXJSylLySQna6o9ClvKq.adaptive-delivery-prevent-bg, #fnykHGEDghRWsXJSylLySQna6o9ClvKq.lazyload, #fnykHGEDghRWsXJSylLySQna6o9ClvKq.lazyloading { background-image: none; }
#bT0BUt6ty5xAeoqwD4UkENp1XnfVIvtm { 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; }
#TNbTeZFSuvT4zmCNsiNpm1NLAixytnTN { 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; }
#iyb8LFAhBsyfHbQ5W7uqwGBUNfntF1fv { 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; }
#gXVNxPkE40WFVi8EG7QCutJDf3rmzLhK { 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; }
#NOTXlGNCwtibxQ8ttCQOuK8mWedT37W6 { 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; }
#eZr2Cfg0miL3DILFiZeZBtF5vnZFq92q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SdoolIz9VG4r0ihofKZinNmBmgtD8QTF { 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; }#SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.adaptive-delivery-prevent-bg, #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.lazyload, #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.lazyloading { background-image: none; }
#qxLHQAwaFWgurbepGSP2aE9MeybnDJs8 { 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; }
#BN1SDMmHNCr5SXQQT2X2Th9OOWS6D4cg { 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; }
#yGuDMtuo0R3wTRKkrytklzGZzVG4p0xb { 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; }
#TDweqfnGnZfSIan0IXwnMNqs7KXSMgRA { 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; }
#NKfGXZKM1TxnufCdIbM3xzImNmrTwwHC { 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; }
#wCg0QS2yDxSxw8qdgMqoohUALm2AychH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy { 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; }#wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.adaptive-delivery-prevent-bg, #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.lazyload, #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.lazyloading { background-image: none; }
#TnlmSPTqNbhGP0ngFeZsUVgEzHmsCdKh { 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; }
#xcZxvS9604VhVdD6QMNqA0qxfiXEVNOd { 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.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1VDU2va6ZX25LkxCVIAVGxzk495gSaF { 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; }
#PCoqHKWkwlD8nEasvQyIEMUULmOaudpX { 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; }
#rviwQs17KZxNCudWATzkqpO1iwanXmc1 { 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; }
#nDU2bq7VzTMXPsyD0tESWBvN5VTk2twe { 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; }
#EKN7apx8PNsvRcgz5GOZLRy04VliP9A0 { 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; }
#TEpioFSQlqZZyfwmZzGcogwLfQAK7TeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp { 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; }#JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.adaptive-delivery-prevent-bg, #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.lazyload, #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.lazyloading { background-image: none; }
#Un5WGqAe7X1Hh5kTHqBAHbtfcB7TXC6B { 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:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iUQ5k9VXCslrTAe5I8KhlcGN367y5Xf6 { 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.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2LTVTbnJWqBpEBHe1ap6TzMTOBnvIyO { 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; }
#yHKt7TsqODkn13iKaCgxcTCI9HzIOoQB { 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; }
#eQKe9OaMiT2G4az2Q8qd5NUnPSshNLrM { 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; }
#QoiBzfsN1W79SkBlMlcW9xK6Lsd3OTEr { 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; }
#RyKAVL2AuZ6TUCtw9e0AqORMNodsvfob { 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; }
#khp2CIQmmwF6rbglCVtDx6Kq3wX5yGdm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V8t5vDqwndnd2hSnNvZJikWU0Z7z6iFK { 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; }
#g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { 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.5rem;left:31.25rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV { 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; }#c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.adaptive-delivery-prevent-bg, #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.lazyload, #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.lazyloading { background-image: none; }
#s8HlD0v3oDIQD5iyCdw5H249XfrLHpkd { 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; }
#yAlmHpTDcQ4ytN0ZEhDK78Gk1D4RWaPy { 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.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxKMk8E5RDDN7kBQlaAcVNJTSHHDIfOu { 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; }
#rVng9evf0SlROD1BRS5ycovA21g07fKR { 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; }
#wTdi9Tciimn5akea9hUHEc98pnfcckHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TSeqycV594etfhTWA49VrbF6WSAiITN4 { 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; }
#v8h7fG0IFstnD9uVxfNSVfMS4p2OibsG { 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; }
#va4QqZDqB3goXZQz5n2MSJTdHDdepmTN { 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; }
#xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK { 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; }#xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.adaptive-delivery-prevent-bg, #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.lazyload, #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.lazyloading { background-image: none; }
#y6IHtm9bLTFRny5P59Vx2840ZUnLStGQ { 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; }
#hx8NxD2wayVP8fQ4zx74NrypIzwlBRTx { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAAsRm97yCsURn54zkhVDbgFz4Bhxy1h { 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; }
#rnE9ctUrXCMZhdCueoGlcSNGk70FLatI { 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; }
#DEZdILEKsqXIbgTtF5aZIfKXaulkzoIv { 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; }
#UW2ENZDGkLD693D19dFRnf3AxtxdcemR { 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; }
#eER4UgkH7yxSpmS8cXMbmE9zqGbVLv39 { 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; }
#A7BHCZ361iOOy5hlhpatt7DxKCoJ0qpc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hedJ27RDduc6UpowKuT4DnlPR5vK3bzC { 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; }#hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.adaptive-delivery-prevent-bg, #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.lazyload, #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.lazyloading { background-image: none; }
#uhuHfx3ASSvLSPDoUvZcSRIgsO1LlLUU { 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; }
#mFeu3p9PU5kfus8W3bMcmAZkiXWAQX11 { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cknOid0GlmL2oJcnBhUrLHQHJDQkZ0F7 { 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; }
#gri78w4vQwrP5xVVCxxvBTVpdQFMqBVO { 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; }
#FuagRVwUJIypRo4XHVTU5N3hFlM8bFCd { 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; }
#EsmVDd2TUC0acT2iBa40U9bnECVerFPT { 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; }
#KcaMvI2EyUU47569UbG6WZGqfpmo1gsI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ww8QvUdmT00b2s9uEs78g7bJkslGiyE7 { 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; }
#rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU { 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; }#rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.adaptive-delivery-prevent-bg, #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.lazyload, #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.lazyloading { background-image: none; }
#uyfzeP0w6xdIKo4JrkkIt8Nm7MhEZIBZ { 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; }
#abDWzhgBm08xO7H4WgLPUws48ImEThEJ { 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; }
#ccQBiT66K3uxrBsaL1SSAmpEQwITMVgS { 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; }
#tgtoWDMJ9GqXikxSvosNeVT75r3DmAg4 { 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; }
#D8VVN2yiQ1oRfw3otlnsEZ0XTPh4bcPB { 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; }
#UW4wsRysBpR5oHF5p2d25qCyUaQXSQaD { 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; }
#hsePsTTUqaZkIHk6F5300SBrETAh1EQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sbOI5ZgxowP4ATodtOQnJMRcbXIa2mw2 { 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; }
#KpmkI80Mlenau02BzbnsosMmOKR2QGTq { 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; }#KpmkI80Mlenau02BzbnsosMmOKR2QGTq.adaptive-delivery-prevent-bg, #KpmkI80Mlenau02BzbnsosMmOKR2QGTq.lazyload, #KpmkI80Mlenau02BzbnsosMmOKR2QGTq.lazyloading { background-image: none; }
#KUG3cfEbdlPaInDtKs7g8TTdHroVsIbu { 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; }
#Ed3beXaeGRS8RJJmVibKGu4lfJ5IEW6F { 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; }
#QPmJB7VaAbMqNyMM6m3JRHmkW9yBsV8P { 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; }
#PVm8yDTo2tUsDRAyRmVzIF6n7vfzTQoS { 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; }
#eECLFd4ki4TXiOtnhwD4dMz7rBcLTACb { 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; }
#PTtuIQkttd0kle1UP7X7TKs69v5nHwri { 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; }
#oqRJ2ApRRCtlotlE5isH8VLGiVx81o8e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dW0FkkkgyDcF3xrPpy6d28ELRPDollAu { 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; }
#wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ { 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; }#wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.adaptive-delivery-prevent-bg, #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.lazyload, #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.lazyloading { background-image: none; }
#nn9L1T8LPtBAI4hWzJv8GDDzmophOfcr { 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; }
#vsQrXL3VNAmIXc4cPV66uM2MMMJhwPyu { 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; }
#x5Otu3FghUA2K89TtmlOFmu4t5DLi7Id { 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; }
#CcXdqtUSUzzBv6nIECb8TUhrTKJSoWD0 { 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; }
#ze44gABV7FZQWAw7kJGAxwSLkxbwIkJD { 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; }
#Jf6Iwi9AxuyZ0QlhwEQAxn0U5Mhi1eob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o2u9GtbP3yAuQ8v413SGgnH2NFKkQeiB { 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; }
#xbTigeGkg9My38kaaxeX4hEhN6vvyiga { 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; }
#mssT0D5B8TDtdIZ1LStrigaXyfJpLAJT { 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; }
#RhhfRfqZOwsXVDmxgm9lixA0Wa90ALRt { 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; }
#MccAl2VHSdivSp9No2iGbLgDLvxT0Mch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu { 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; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu.adaptive-delivery-prevent-bg, #dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu.lazyload, #dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu.lazyloading { background-image: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { background-color: transparent; background-image: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container > .video-iframe-container { display: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .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); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row > .video-iframe-container { display: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .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); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { border-width: 0; border-radius: 0; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row > .video-iframe-container {  }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#qfpeZgeJAqnRkxLhuAkUEVxnFMNpgn4f { 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; }
#lQanB6Rna42sAxD02Qds5JyHESPlVZCa { 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; }
#XzTA9tRONJe8WmA5TE1bnLkhUUwGz9DI { 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; }
#zXkbW3FKnGG0kLXa49mxE691buQLMRqV { 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; }
#F467pCm4IwHpvg7CBoWAfKMTWvKnlrVa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bVlQwaJegqWiAaLXxS8WNyR98cJvMWwn { 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; }
#td1A7tX31aAR8INh98GJK9cSgHHha24a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD { 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:6.625rem;left:30.4375rem;display:block; }#CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.adaptive-delivery-prevent-bg, #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.lazyload, #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.lazyloading { background-image: none; }
#fCIDQgTHXxxekNQPyFRPmyX4pzSqx5td { 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:7.75rem;left:32.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTkqbOhVs9wJm9xlK67TohmZ1aomHK5z { 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:15.75rem;left:34.125rem;display:block; }
#JPMTnXnIDviPH1fHADDVHP4BrxwI8qZU { 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:16.375rem;left:35rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qv6Fx0432Te746uxTypST0tbz935GTTa { 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:19.5625rem;left:33.25rem;display:block; }
#z3QgnPJMXguiLlaFk3A83loR8Ri6SSir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A6dP9TOc6qbDRQcxhFmZo6hLcuSql11k { 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:11.625rem;left:31.6875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE { 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:6.625rem;left:56.25rem;display:block; }#Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.adaptive-delivery-prevent-bg, #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.lazyload, #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.lazyloading { background-image: none; }
#a6SBu2pew2b7588yeZg54vSXCgB4qWQl { 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:7.25rem;left:58.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Da5BtZGryr7ISyO29r8wMLV6aAhqtiS0 { 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:10.125rem;left:57.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAwwG2a74TFc8J2Uze7Wuup6ndmX3bWC { 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:15.25rem;left:60.0625rem;display:block; }
#WSKTgrRIa1UsQKkt9PlOEzp9Eaz5IO9l { 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:15.875rem;left:60.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#as087ToSVvB1kbVaIGlXvz39TomAUEhA { 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:18.9375rem;left:59.0625rem;display:block; }
#ircaKMtFTxa9EOM2pK6fb31eIIIC1QBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iXiA6LOmCDZstK4ev1lnTvEAB2lUBra1 { 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; }
#bDukTwIzKPWNvGQOUZFQtyLK2knoGWFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oIG6eA6Z7mQBcZf89oqphcLAm2bnIWoN { 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; }
#I9S45cs0lKpMWigP68Oq8N5ptdwUu6DQ { 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; }
#p6MOtDE9ez8WIZo2Uq0epC1uJ286ShzR { 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:0;text-align:center;text-align-last:center;display:none; }
#eG2O8R4hXEnBxRBBkmTXJkSAqyMgNQ0H { 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:2.125rem;left:31.375rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y { 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:6.0625rem;left:4.375rem;display:block; }#HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.adaptive-delivery-prevent-bg, #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.lazyload, #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.lazyloading { background-image: none; }
#tioKUsfk2FUV1TLG84MmfSIRHltBME4c { 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:6.75rem;left:5.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wm5I0gyR58qcTw5ifle544PXR8W1wmn7 { 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:10rem;left:5.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQ86uboM8H3nvmEz3VVTqekOiUtnipTO { 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:15.25rem;left:8.125rem;display:block; }
#XyqTiWuL42XxgKHtDRDoEitWM69mWgR2 { 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:15.875rem;left:8.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llRv8pmlshJSFPwPOVxklqfOQrtWfvwX { 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:19.0625rem;left:7.1875rem;display:block; }
#c65mCHZmLv8XP7LlVV9sZFvLWsVHtgl7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GgnzumDupSl7WzoGCM8rhTzF45tzUJfn { 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:13.6875rem;left:20.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1TQkxtNkBqDxPgDGqgJ7Hm8fuy9hJyr { 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:13.3125rem;left:23.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 { 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; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6.adaptive-delivery-prevent-bg, #EgquDebTdhJApcKNM5PnN9rKTrx1T7k6.lazyload, #EgquDebTdhJApcKNM5PnN9rKTrx1T7k6.lazyloading { background-image: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { background-color: transparent; background-image: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container > .video-iframe-container { display: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .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); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row > .video-iframe-container { display: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .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); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { border-width: 0; border-radius: 0; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row > .video-iframe-container {  }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { font-size:0.875rem;font-family:arial;height:93.4375rem;width:75rem;position:relative;display:block; }#TZWuHGWysDJLqKzssNs60BaHuTXRQ5N1 { 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; }
#lKzsGGQS2xATcfN9iL0mlFMLud2edUnT { 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; }
#oaSd0wwPWlO88AurQu5ia5n28gaxwEUo { 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; }#oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.adaptive-delivery-prevent-bg, #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.lazyload, #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.lazyloading { background-image: none; }
#rmVI5LUzf5cpTHOcQfiXco3iZKt4ILg5 { 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; }
#MD1bLT3PRsKLO44CAWqElzAxAB6ZOvzg { 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; }
#TT6XcD5R1GcbQcck28qptAqlgpSJQeTl { 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; }
#z0kATsQ8INmPPXTHVXTHGlpdSucTvH8p { 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; }
#q3oUScmTIk72mrG6kJdB6BNFJAZRkRrx { 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; }
#BU0iuIh4N7A0DargmqTiH2Og4lIZOylu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK { 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; }#JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.adaptive-delivery-prevent-bg, #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.lazyload, #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.lazyloading { background-image: none; }
#KHKE1rL9rSuyBN6TN5bvitnGtEKvuGeG { 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; }
#hXSFMU2zdwg7FVxqIB8ahX7SPtJZTN9l { 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.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KClQzSdpdk0dyZIyK40uCXMoVzsV4NPh { 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; }
#yCunvsXyGWatVZaX3HG4J2FMFTlBdFS7 { 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; }
#OHgULZfkqgaeIfV1QZZLBtqZLSLzDq9G { 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; }
#EHkJ6MDe2lpxvCQJNir6BmmnRmPZ3k9V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MhQkoQnGmXFfhiEf2JR0hAlfRzMK8To3 { 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; }
#zvv40IiXMNb0v9TivGti0QftT1bROTkE { 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; }
#TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5 { 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; }#TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.adaptive-delivery-prevent-bg, #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.lazyload, #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.lazyloading { background-image: none; }
#wNpUlJ9GO1rwqzfFQMGRtehHuXZmgdPp { 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; }
#JopQ23wks3kRffsIvqI3dHNLTi46GFAU { 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; }
#SNSUTdKp3a1LA39nWOuNTKO7AW1IThbI { 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; }
#TsUfDhTNf6o2oPTZHt60NoOala80H1e0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wqI7i863ZmzRiwlODU3gKedBOfGoqVLx { 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; }#wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.adaptive-delivery-prevent-bg, #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.lazyload, #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.lazyloading { background-image: none; }
#pyIsRl2Z7WWeIHeps1DmbTMwNPH7vVDH { 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; }
#ADMrK4tTuFwdKUuQFibASTHHEco9f59A { 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; }
#oyRvnuJ8WJEbIcKkbpBMTmwbnlps0w27 { 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; }
#MbGbqcvDWxEncykNQniTJ3r0AiXePK8n { 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; }
#md1s6SN4cf33GBQiMrKHbzfLJRAun6Tu { 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; }
#QQA88ohcQs5TI7L9sAU2ZetWP00bCU9K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xi5UTfAi2bH6atlD3uNV6iDDcU4O6ruL { 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; }
#aQCsGVHXSPZJ7gr3bnbSJVtJieQvxEPg { 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; }
#IqCW16BulJ5rsTcdevfU750a06ebqV8R { 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; }
#c6y4oQv3DGnDnvN5FIcOEh9BfxtOT8Mz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WhkzivvafeAQMUuwG5rgaKsRDvkTFI1L { 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; }
#t0pOiO6QHfkpk96tTtyQoPdvrdAuAXeT { 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; }
#QptX0A2tf6vRM3bfUKCQdQ7KvKE90NT0 { 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; }
#wtAeJAFPFr7hPnvt8shwdWnFcDdxJLSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RfrLFglQ04roeaaiBTrfNDbpEtFgchPI { 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; }
#d0JZ0oT6hRw43LTfuw5V6ATQ4T01pL4T { 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; }
#oIsFHC1RoQsWdTA5p4RdIJgqOM6JvIx5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c { 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; }#rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.adaptive-delivery-prevent-bg, #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.lazyload, #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.lazyloading { background-image: none; }
#tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6 { 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; }#tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.adaptive-delivery-prevent-bg, #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.lazyload, #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.lazyloading { background-image: none; }
#IvL4GX6McZRT6F05OHXo3ILT5W2J297I { 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; }#IvL4GX6McZRT6F05OHXo3ILT5W2J297I.adaptive-delivery-prevent-bg, #IvL4GX6McZRT6F05OHXo3ILT5W2J297I.lazyload, #IvL4GX6McZRT6F05OHXo3ILT5W2J297I.lazyloading { background-image: none; }
#fyESW0RBshwMosJ78u17beSSO3wOhhi2 { 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; }
#CbOn1DtPiP8mkAkW70mGyEiVw8VPr6lK { 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; }
#LBn0zQFCu0Kq9ON3Xzv8xBZ1c6NpdTIH { 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; }
#ITnaWV7HB6Okx69vsOhQp2OB2iFZrnkV { 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; }
#nRyy9T8Li7CVHzyphsCO819ONPt2XwHB { 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; }
#yVkxzgZZvoIGS99WTVwFdXkmhvfQHPad { 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.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMkRqCWKGcTpStGZu6ZCA0qRAe7bW58c { 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; }
#F2THqyhOTqxKnChCPE7DXVbsZA9IiU4J { 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; }
#SvWXbchlarlZozhvZBvihVmHyS8zUkxG { 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; }
#grri71mMVM4zFegLQxXpHx754sAvoorv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fvkHnNuAhtNvLIIvxZeh9g0pXVefxdLk { 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; }
#i2RMh0R4q7hmVHQbJ3TnKAMCGgHxMp21 { 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; }
#eBV2mhzdIRLbQHE0SOMVaJk0nnldksqN { 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; }
#PldDbD62qyMW1cyy34cdkECKAiwllZW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F { 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:40.5625rem;left:31.6875rem;display:block; }#l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.adaptive-delivery-prevent-bg, #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.lazyload, #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.lazyloading { background-image: none; }
#E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad { 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; }#E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.adaptive-delivery-prevent-bg, #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.lazyload, #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.lazyloading { background-image: none; }
#ZpvrrlHuA7iSa7Wx0C0svmuNEmKdN257 { 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.6875rem;left:33.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zoapG8LPdicoTK3IQrfOyDdlPyR18mLr { 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; }#zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.adaptive-delivery-prevent-bg, #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.lazyload, #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.lazyloading { background-image: none; }
#xnPPvNCJm1HJi7MJaDz3CyUM0hbT23AP { 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.6875rem;left:34.0625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JzviQHalFSzxIh5go5yeShcI3PVhu4Ay { 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; }
#UACi4tVLw1ozq0P998QhVed5SXUGL9EG { 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:49.0625rem;left:35.375rem;display:block; }
#yaIQzodfWNMySEvre8BdWRCrFZcSh3un { 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.9375rem;left:34.4375rem;display:block; }
#DNFFzJU1f1vVT5HAwnm9O2iDA8GUCnuB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MDtTdgB6CPFUADM5ZspRcVlg0MEcmKfJ { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DmaSFV9fWTMyNZQbN47QE4XtvscciSTd { 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:41.3125rem;left:33.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wg3dbMvnTOnFwkCO7c8nRTZTwill1Sol { 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.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1H155THZpCSOQxFGrzs2AGK5UgHcsLV { 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.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#coRKE46ty3VIaeMVQlCTDULfdBSW2lRR { 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; }
#aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr { 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; }#aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.adaptive-delivery-prevent-bg, #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.lazyload, #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.lazyloading { background-image: none; }
#gCQT3vUz8QhnkRMkLJ19EUnN2yQIu6On { 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; }
#XhnC4CxKOOdxnu4RrAMaWTHGzIeka2rM { 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.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyI61mSkKlNs0xvgH5PJuZ15rNsAvFTZ { 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; }
#R9BrUIZsWpbsnTWdiaTbeIphGoBL9OA9 { 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; }
#B9BTV1W3AMM76x6wpcAgsfmcVAhACw50 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lqdT5RJBwrWsXttqHo8FqrwwgtN7ZLNL { 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; }
#TT9IrDui4lIOkGRvzuPfxkl0PivotLZm { 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:40.5625rem;left:54.9375rem;display:block; }#TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.adaptive-delivery-prevent-bg, #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.lazyload, #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.lazyloading { background-image: none; }
#B4UpMuBvSnbHNwVvXQxTskJOH96vgsdh { 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:42rem;left:56.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5g3TQJgMcL9Zm87nKac4MFtvHFsnTi4 { 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.75rem;left:57.25rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT7nk2T1JIgK7R1ATBsykdGSF9n0oAxC { 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:50rem;left:59.375rem;display:block; }
#UcNIMaQyhpPwvHZMEG4LHwnhJRNTTRH7 { 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:50.6875rem;left:57.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tErIOZE0e4qzsKBK5OCNhZhwtMtDEqiR { 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:100107;text-align:center;text-align-last:center;top:53.8125rem;left:58.5625rem;display:block; }
#lQX1TRiTM79C0JSTtF3mud0pmMGFURbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uov8isoyTl6yRAv868HzWEpkZCJLTTxi { 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:58rem;left:4.5rem;display:block; }#uov8isoyTl6yRAv868HzWEpkZCJLTTxi.adaptive-delivery-prevent-bg, #uov8isoyTl6yRAv868HzWEpkZCJLTTxi.lazyload, #uov8isoyTl6yRAv868HzWEpkZCJLTTxi.lazyloading { background-image: none; }
#AOB11yOolXKpGew6592TLE6uy4MuDxNc { 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.1875rem;left:6rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOA392RUKFhi93Vwp8NwKqouI4gTPkaW { 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:62.4375rem;left:5.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6HTD9ERNozbe0UVlkO7Z1vR8Gn8UcMF { 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.1875rem;left:8.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v0snngqNRzqqceqp71ovU6fW5QdDD7RC { 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:66.75rem;left:8.3125rem;display:block; }
#Tmg3lEC5JnTwTN0i1p7Fis2Mqvo2rFlv { 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.3125rem;left:7.8125rem;display:block; }
#CABB6sCLGQxN3JWaSUdK5x0fzm8VOoGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s { 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:59.1875rem;left:54.9375rem;display:block; }#RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.adaptive-delivery-prevent-bg, #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.lazyload, #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.lazyloading { background-image: none; }
#VMoWx7pvmt92F07p82ZArTSJWmwl7hIZ { 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.4375rem;left:56.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPrabisOGFUW6b08km5cEr3PpfqxOExN { 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.9375rem;left:58.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#le6Tz2F5txfZhwBBI2iR35F09U6WAsEL { 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:68.3125rem;left:59.1875rem;display:block; }
#btZ0zEogoTQhdFue76hB2zVN4x6wse1D { 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:72.0625rem;left:58.5625rem;display:block; }
#WrLA0thbKhGBTCU0Fgav4Ik68hWNPaPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qraOichXXwMBtvvPyZcSBNcy5JdFQdGv { 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.7470625rem;width:14.375rem;top:57.998046875rem;left:30.3125rem;display:block; }#qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.adaptive-delivery-prevent-bg, #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.lazyload, #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.lazyloading { background-image: none; }
#zmyKPVmHFasrq1DFDf5dSVDT6TaPhwti { 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.93456875rem;width:6.9348125rem;top:67.1875rem;left:34.03076171875rem;display:block; }
#bInotif0pW0l3sFr6oRX2xNBlN0STTP6 { color:#1799eb;display:block;width:12.87475rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;top:62.4365234375rem;left:31.060791015625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JILg72Z3yWi0h1NBpuZ1Z7zZedXItDIR { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:59.0234375rem;left:31.749267578125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2yBbyKNf6JhLJ3HWNPWFasMXBK8n5cD { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;top:67.403564453125rem;left:33.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqBt4Bdl9i6VeMi4ach4M7u6Vao3FdN4 { 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.749025rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:71.246337890625rem;left:33.09326171875rem;display:block; }
#UwtfNfZfoh1opGALpN93nwOO1zpRBOuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TSNS5XiKUZ6a9qfyAsrJRnxG3PebU42a { 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.7480625rem;width:14.375rem;top:76.625rem;left:31.6875rem;display:block; }#TSNS5XiKUZ6a9qfyAsrJRnxG3PebU42a.adaptive-delivery-prevent-bg, #TSNS5XiKUZ6a9qfyAsrJRnxG3PebU42a.lazyload, #TSNS5XiKUZ6a9qfyAsrJRnxG3PebU42a.lazyloading { background-image: none; }
#yUeTBglAN91BE4F0bmZw2EOVwsSwrFdb { color:#1799eb;display:block;width:11.4970625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100129;line-height:1.3;letter-spacing:0;top:80.1875rem;left:33.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsdQH4DiuFECJTsWpa9sDpqFgu9UsvzS { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100127;line-height:1.3;letter-spacing:0;top:86.5rem;left:34.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9SzALJXemJU2vGWnCh5fLev1MMTEa7u { position:absolute;display:block;z-index:100102;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:85.0625rem;left:35.25rem;display:block; }
#T3LawKr6Vcoz8XZ6BQyTTaWfb9kTSzoL { 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:100124;text-align:center;text-align-last:center;top:89.4375rem;left:35.0634765625rem;display:block; }
#D00hzrSHsdo1k0MzvtlSH5X8VULE5eDP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 { 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; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5.adaptive-delivery-prevent-bg, #wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5.lazyload, #wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5.lazyloading { background-image: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { background-color: transparent; background-image: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container > .video-iframe-container { display: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .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); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row > .video-iframe-container { display: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .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); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { border-width: 0; border-radius: 0; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row > .video-iframe-container {  }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:block; }#y57h9cldACEtU88By5I7Xbd0ECGiHzwT { 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; }
#koxvB7VQDnOX0zgrkMAgypT7eEulwKlc { 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; }
#x2aQUnKmubJotpWILvr9sET2rS4KUhhK { 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; }#x2aQUnKmubJotpWILvr9sET2rS4KUhhK.adaptive-delivery-prevent-bg, #x2aQUnKmubJotpWILvr9sET2rS4KUhhK.lazyload, #x2aQUnKmubJotpWILvr9sET2rS4KUhhK.lazyloading { background-image: none; }
#DymicZnlSa7Eypb1lirs0iNkxlIy3Dc4 { 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; }
#JHKCI77vdAeB9734f3zvypFta0TVFxMb { 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; }
#omqvaJNPMDrMWcwQ3iRbT7XmWCDy7MSF { 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; }
#qnk5Per32RLD26J7iX5N7ntN89QbtBJC { 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; }
#F7othyAtcaFPeBvlEnTaTJpvqANFu33d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cbf4UqBx4ctzIUgXzmmAzveoB5odon6g { 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; }#cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.adaptive-delivery-prevent-bg, #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.lazyload, #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.lazyloading { background-image: none; }
#c863gFQ5iSnwSFvhazkVlt8erK8FbbhF { 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; }
#omxlUnTns2gHlHTi84MT8HUBppxiwZd0 { 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; }
#HMgp3WINmDpLCKwwzeqrsbNVweSFI8BD { 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; }
#T2kdRKLUfmaoewTs7e0k18mLAsWabVgu { 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; }
#Hx3av6dTd35fufwxyNNmbeyoXaplnRVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF { 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:6.5rem;left:21rem;display:block; }#GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.adaptive-delivery-prevent-bg, #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.lazyload, #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.lazyloading { background-image: none; }
#ENNVqymzF74bbzpJZWgkCBbdH8xhc8od { 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; }
#OWMk9He7khS80DISTwiWTW8PPFxNJOZx { 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; }
#VBszvTm08XkZNNCOgAZhyrScVOnshOxG { 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:15.5625rem;left:27.125rem;display:block; }
#BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1 { 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; }#BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.adaptive-delivery-prevent-bg, #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.lazyload, #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.lazyloading { background-image: none; }
#IJZkTuhL6xZlUkNTFxaPbuiei68EI7UI { 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; }
#hu7C0T8sAvtt7Q1T75m2TOU0dkLlzOmx { 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; }
#OsnVxtU15IrndohER40s4J36DyWxMLPw { 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; }
#iiqy4IrIdeGJsT1f9D8X6ou73VCBXdQa { 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; }
#kS0oUBFXl6f8xKqXheLTDOnKoxMR8LrI { 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; }
#VcH3DiqHAoHWdWagWcTC49sXMhk3t4HT { 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; }
#wvNp9Ob5y0W10OeQPETIU67x5Sf1FLgH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sWtZnpbpC1wGTP0VnnOzeC6qQBSIqJag { 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; }
#Xq56IJa8UpSszEsvuAMw7p6Wr5tFKqdc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#geisbBFOd1Cy76PcMqTdblrtFeTqXByN { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lsag3kcBEHI1h5CKxbT2wuNFpE7zW3OT { 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; }
#TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ { 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; }#TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.adaptive-delivery-prevent-bg, #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.lazyload, #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.lazyloading { background-image: none; }
#S0CKIiwzTpT1i72UqOZwZ5zgstzc8gdS { 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; }
#WvWLK5OBqqdL0VDcTJieGx15bqVcyTqI { 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; }
#KT5CgxibtnFprKTxvyXuVw1zy472PxWQ { 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; }
#m7DAbEa7JvxgI0l2aMhtk8kCDeA2uROz { 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; }
#Jzu4RCVNLVrSDrS7tkqi1V1Dq16oUIU7 { 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; }
#QMGqtWTBbAtXLXKzSpkqc2Ra4opLt3pm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV { 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; }#OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.adaptive-delivery-prevent-bg, #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.lazyload, #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.lazyloading { background-image: none; }
#N5GIKcCkqd4dXcpoTSGutluotN0SX8uX { 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; }
#tXixdTAumiNs8L8DadLxv43BCTGnK7Sw { 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; }
#qrtzM0JUFpbsP9JvL7zugAfc6xxfHP3U { 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; }
#iSbGeOuKMvy1PTvzlat3TR3I5wNzfLCr { 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; }
#g6sJ2SpNS2kpGSK2T9DS9e8ZZDZ8wkUA { 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; }
#Jc3eOQe6qdBX5H35mnJ271eIbLsBVTdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6 { 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; }#LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.adaptive-delivery-prevent-bg, #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.lazyload, #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.lazyloading { background-image: none; }
#wnINlepXH2qOgEriDT2fUkbaK5hIJodO { 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; }
#PzNnnWtxepQO0d2JTBqtopnv3SUA6ZJ6 { 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; }
#tm7yAr803Tae8pwuHNcTHZ5m0dNIZ7Zv { 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; }
#gC4mTDtTmDXSxDqdqrwN2HI2q2H5lT0G { 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; }
#G0UxW6bkzJGb7Mw9QEMTQBr5czhE0L1H { 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; }
#X1u7M0x3Az2HhQcLeyNuaF7q3gghgCpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vtq2oOTpNaJg1PoBXFKxNQehry6HaTou { 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; }
#TnHm1KoIrglb0mODPhP7hN58hgp9thUu { 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; }
#vqL2CM8uhn6gfT35ne33OQMX4eUxli5O { 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; }
#zToPSlkTuFFCyAqrw7ATrFAXSKWQXH6W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ { 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; }#NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.adaptive-delivery-prevent-bg, #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.lazyload, #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.lazyloading { background-image: none; }
#TGOTxBWuanB097n0llq5X7QTxXGeTX58 { 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:8.375rem;left:22.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHyFwXH9TvVKh3EtTs0M0pfLMqUv9py5 { 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:12.8125rem;left:21.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJGqxUR3cnHKG3VixM0HzUFLpOer4bBs { 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:16.375rem;left:26.6875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oouSQxtvKGSqkvnDI6MtgfmTc4NIuZkJ { 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; }
#nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT { 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; }#nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.adaptive-delivery-prevent-bg, #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.lazyload, #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.lazyloading { background-image: none; }
#hv0xeaQmxVWJgDtr0oFXifghIh99LTTF { 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; }
#CnRpMthuxo42gmRWJoBxywh2CIrxOKM7 { 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; }
#Bguba0Z3kQDLbO6b43Gfwi79DVsHTDrI { 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; }
#eansvNPkZR9rTkINGCNK9ITCbl6VfyEr { 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; }
#eTNr0KF1JW3sPdARGU11as9z9BQILT9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UF5zxEPrLMR3wmdM669qso9tI8FsP6GB { 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; }#UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.adaptive-delivery-prevent-bg, #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.lazyload, #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.lazyloading { background-image: none; }
#U7mJJI6vJZcsE0tzBsE2UeQsHnK7RDVI { 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; }
#zMOyEMVpk6nTo7XqeN4NXDsBh7z5hQfE { 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; }
#mhV7NmtL0Hl0L3it3dNUPrp3kPyePD7F { 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; }
#hFaboOepVXtpcJ2GsqppgtdP8yCWG27O { 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; }
#Eh5p4emsTMGuQq5U09GqXJNUeu0cuuRA { 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; }
#SyxGm0TCaWErahqKUnENaFOTZKQpItbQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x86bo5Hu7KMBxdmW4OOpOvTXm4irQCQ2 { 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:15.5625rem;left:21rem;display:block; }
#bPudHdCE2i2lKe1lP2qp7T62BLHxciNO { 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:16.25rem;left:20.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gk8oTJETivPh1vPFK9pd7T2TN7Za6zDA { 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:17.125rem;left:29.875rem;display:block; }
#opQXut1qE26truSueOzGqa75eVT1dvn4 { 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; }
#BowX7qPb5W2q7MU31aGK6Hc0dlTZgpsO { 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; }
#ievWU4m4TscUCUAq6tTCT6xOt0XpVXw5 { 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; }
#Gl7TGfBUPt0vAwHUy70uDXi11UtNme6E { 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; }
#JIcXXxSJ5u8Z67RFomDkuG0r4TLq2i12 { 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; }
#tk88Sl49UH2IaoTdAitUxKRer5nrJG01 { 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; }
#rxwX89N5cTL3LqEPkFHanQeZBvoWa3n6 { 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; }
#iOpSQhzHIdloncbbLyVDb5UWdVfgaOPc { 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; }
#gccHPmFVaKFrJCXEM83pATlXzrVcXwTd { 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; }
#UZmhp4natTgd6A0Pgnkd2FcCoKdITCoO { 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; }
#tOA6IWvtFTLOHg4LrDXkkLFBth3d0bKF { 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; }
#WiG0oAw2eBuuOnxfr8X3M5KnpqtV0G2Z { 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; }
#ToGuL0Jip8BnbAho8pe1kmLDoWZ6vUMs { 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; }
#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat { 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; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat.adaptive-delivery-prevent-bg, #gGnKwk2ykfhtyasOpCQK3APyUuzkUGat.lazyload, #gGnKwk2ykfhtyasOpCQK3APyUuzkUGat.lazyloading { background-image: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { background-color: transparent; background-image: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container > .video-iframe-container { display: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .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); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row > .video-iframe-container { display: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .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); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { border-width: 0; border-radius: 0; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row > .video-iframe-container {  }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { font-size:0.875rem;font-family:arial;height:108.625rem;width:75rem;position:relative;display:block; }#UME3SwWWw4n5uH5QQlLFrRa8bgAZ7U1a { 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; }
#NToJSuNWmo6CqLyNC50fvnqUklqMG6Sb { 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; }
#dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd { 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; }#dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.adaptive-delivery-prevent-bg, #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.lazyload, #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.lazyloading { background-image: none; }
#ZqRUO5rDfqwO45TEkTSDmyEQgOPKrWFa { 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; }
#er6puDLAOd1XV8x4BfHrlufh1OR7ZC8M { 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; }
#esG1WAuMcG77SzvUlbzRWMR4kOoT9c41 { 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; }
#D9m9FvMqATvriF7cxJKsyUKroTAFnJUi { 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; }
#n0XzW2tAeGumL4TPnRcihPSkJPt00pKx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qswkws4kCabwmqpIyeCGwNpz0vdBRk2i { 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.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MS27uhxqelgg0A79bx0T1d2dNIKEOBgs { 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; }#MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.adaptive-delivery-prevent-bg, #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.lazyload, #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.lazyloading { background-image: none; }
#JA91kOPN6sTbubSA2oswwBlWmT7AcsUX { 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; }
#tUUh7dwKSTvgSynARae8ZWCpp2nL3Fc6 { 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; }
#b7cxe1zlrE9GCLX3Bvy2Ez9Kn3gESAeQ { 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; }
#J5diumNmxE4JX1ZE2pv3DJ52tnIqT8vf { 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; }
#x5ef5TyTmx0DU6DBTqlcMBhOBWCsf5ch { 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; }
#HdWvxG6lsTBm8B9GlELganerCb497ie3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rQogsLMzTLf5XkWAkTPWwWMmec2cagT0 { 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; }#rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.adaptive-delivery-prevent-bg, #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.lazyload, #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.lazyloading { background-image: none; }
#C1Euug8XfgEidWgQWIfNqeXD3quKlbK3 { 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; }
#UhpADtdbsvKdMvXq763ZPSCLpS4V1cK6 { 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; }
#M55a71y5XH081Q4u5H8oZuhusdMiVgpU { 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; }
#RkqgICy6mOFTdsokH2NGghdF1VgqtdfG { 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; }
#ioz7rTO73rvbEGx9gdxS2dN3rrTtRoEC { 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; }
#RZXWZR3FEfQXrXVRalb3rZBOl8vreNvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE { 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; }#A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.adaptive-delivery-prevent-bg, #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.lazyload, #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.lazyloading { background-image: none; }
#wmtCJBVs0l324w6nBTsEczXgLM92GUqp { 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; }
#l6fPXUeFsrrvFRWCgaW35U56vzG3caet { 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; }
#oeqVhgdJab4JP3xpuBNvZEtByZXEqeam { 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; }
#kk4ffTzDvtEO8lmNzeD7C133SnLsqCkK { 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; }
#xZXMR9rvPLQbEuqzGTqSbkIC2SpxeX14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iX91ECKm2ykeVmNClloL71iKyyRIM6TJ { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZI0R5q6sAISTFcB84BWH6bfBtlqkl1z { 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:1.125rem;left:27.875rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#i9sfGSPs3dFni2rzKpnVwcFgbgzFuHPH { 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; }
#xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1 { 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; }#xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.adaptive-delivery-prevent-bg, #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.lazyload, #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.lazyloading { background-image: none; }
#ULwpBNo9UiP6xeHWUdOq2JOc4fdNTeSy { 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; }
#ObpqCOWll9Vhzp21yWuZxI7ptAeV8gA6 { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0VtCp3d1pbbZa9ddxRA3TDohvzrx1V1 { 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; }
#qXafhHGTO9cAm1GZ84TLdtdXKL9KNfZ4 { 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; }
#ePGpEzRcd4KTDszevtdixTggPQpBgOQz { 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; }
#nrdnAkXT6v7cvdOx04967DJByButiv7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag { 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; }#xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.adaptive-delivery-prevent-bg, #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.lazyload, #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.lazyloading { background-image: none; }
#xPZiiQTLteqe1AhTTEU5ZH3qJcT1762Q { 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; }
#Bi1K3eTo77yMsagt1Qc4FeapuDfeq7T3 { 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; }
#obNUoUz9Qq6CwD06MKPFyzC5vcIeTXDx { 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; }
#osZKcxfz8y96193MrauctInvxHBDEuRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T9sONBg59mAzdmPxSKUNM2EgIa9cOQaQ { 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; }
#BTrGUkQwGwyiO2fyik6c12XsHAnywyBk { 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; }
#fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv { 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; }#fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.adaptive-delivery-prevent-bg, #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.lazyload, #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.lazyloading { background-image: none; }
#kiNR5M4prXF0bc5hiOR89Jk3ut83aba6 { 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; }
#atlaqhPCnlbZSg2fvnPgKDfQTRybvpyU { 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; }
#LKWRo6BneTvRB8pSOKnDDwUb2dfLrCdb { 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; }
#F7ovG5eSKFieN0TJ6PqGVwW3CynEVmRZ { 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; }
#o8vtnSV8cBkdTgGSMAUkX3OVxKzrTp1z { 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; }
#W7cQRMuiGTre2nB3drHkmoig4eeeTM98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8 { 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; }#IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.adaptive-delivery-prevent-bg, #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.lazyload, #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.lazyloading { background-image: none; }
#WySeOIqEC8eawSdwRoaCKCEnJll7J4L8 { 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; }
#BskPu09tzE7fCdvzTTILbPadwZF6wkrb { 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; }
#mm6kUvtO19EpBsJOAwVeLtzSXU29VTnq { 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; }
#qEmGvpnqgBgshhBT4BcTExU1zftmC66B { 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; }
#US7bbzORhOsiyr6nLFukdiEExTAEOBTG { 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; }
#OFqVxvy6cTVZ6xQLb8tWCBXQBTQREbHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm { 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; }#NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.adaptive-delivery-prevent-bg, #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.lazyload, #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.lazyloading { background-image: none; }
#TTsIbarZXU6RwC7aLFvukGhLdIy4aN7R { 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; }
#KBTcZkAew9dsKqBlZDl90PUgHNsbHbd0 { 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; }
#g4novQ4pyu7vuKxxw2zwW8APfFvBNhUw { 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; }
#Pnr2JEcs5OTbHoTiTMpA37JBxDP2cyTb { 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; }
#LUQcXpf1px9MuiSQUEVToFvuLUqv6nla { 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; }
#EirMoQiMaLPpIp4S3u3N1VzpLbHETwVf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hnS7Jebpp4pERbDBiK107wyDM84Umf4T { 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; }#hnS7Jebpp4pERbDBiK107wyDM84Umf4T.adaptive-delivery-prevent-bg, #hnS7Jebpp4pERbDBiK107wyDM84Umf4T.lazyload, #hnS7Jebpp4pERbDBiK107wyDM84Umf4T.lazyloading { background-image: none; }
#BauFXVTEOronDkyOdHNW9L07b9ERXrl6 { 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; }
#cqTdxR0dverTZD3cF1XlwllPuSzaVTfo { 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; }
#CF7AHdiPapeXr8917eLstlS2iFJefJd1 { 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; }
#IvBzXu04qBBt4g8BtdQ8hz3TQq1KMCQf { 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; }
#RT2ppgxFDZgVyAV2k1TlkCgGRMbWs7EF { 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; }
#uyzPXvnpaQOyrEcxPq26GNWanCp39OZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f { 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; }#xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.adaptive-delivery-prevent-bg, #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.lazyload, #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.lazyloading { background-image: none; }
#XTwiO3boTSVhO4MgTdpVoldeoNTr54Gv { 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; }
#pFkKKCiAnZU1XTLnfVViVT9xaTT64cWv { 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; }
#ZsSd6KHkyPd8T7UMxvOFfQbSpeN5MEE3 { 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; }
#bTEzkauN5RFdOwNeeDUmP292dJorTcls { 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; }
#ZDupt0k04EUCMnVCFgywFWi3ZcTqK49K { 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; }
#bABpxrzdP9HMhb1wvaozeQPFucFHHFHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hocRTKGnQpVxhrQZESHQzoCeQPzymfX1 { 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; }#hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.adaptive-delivery-prevent-bg, #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.lazyload, #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.lazyloading { background-image: none; }
#XDy8w6nQxVy7eRTcfFyQ2MBKTX2h9pvf { 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; }
#tEA8MHZ0E84do4y0LwsKH24rqIPS07mf { 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; }
#er1ECLdI9SuxlobZIdfASRrMSu4Kwl7m { 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; }
#Eu9IoGVa9NSa40MN4xf4oQqQyfQxrm1w { 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; }
#p8E6xQW1aqMnudis8GXWq7KgLwqFqeNx { 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; }
#xHInJPMc2U5wcnOda4oe1p543Pa9PzL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX { 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; }#ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.adaptive-delivery-prevent-bg, #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.lazyload, #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.lazyloading { background-image: none; }
#MaTP3lsKDhuLL5y6RyZvBBZqhdAFelGD { 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; }
#l9FRvvGebnvFBGBhiJo72UF9GZsf3A2S { 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; }
#TukCe9FhA6bid1re1TtpZkWBxPBd3Vaf { 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; }
#sN5T64xfw4rqpxkUnZ71hkJ2K36sp2DW { 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; }
#qDi7vyIvzn0KU66sKGKplKPVOMww5mEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PMa4CQuhyrhsIbzKkG1ITUF2PhtaFR8x { 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; }
#vqnUVJi6qyzHkv60GZE8eWcpODNxi9c9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kGpegBUezP0qHxMVi3TV0UQZWJMvUSL9 { 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.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo { 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; }#T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.adaptive-delivery-prevent-bg, #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.lazyload, #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.lazyloading { background-image: none; }
#Tft95Ekb9vGOt0WO40ByKkMWXBy3bzbv { 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; }
#KWkvp4F5DeHa20tCPuGsxterrQRe7iUm { 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; }
#a1U7uztOcPq2RmKNaSpokwtnHPuK1K91 { 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; }
#V4WDAyI9yPrJOudK1OMlbnuiNUUWTRRs { 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; }
#cA5wgHWHCQoaPrqRlupiQgWiC3qzHnby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS { 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; }#XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.adaptive-delivery-prevent-bg, #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.lazyload, #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.lazyloading { background-image: none; }
#mHKr5LG1xXHMNpCIbzy5BTGOz4kXME6P { 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; }
#QE8OU36PGIFrTwBccFBUzPcut71BGSe9 { 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; }
#TIIwiR33g57xBw05J11x5XVCDoMWDoAl { 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; }
#mtOsv1fVyAZuCtC0LxhcxrqEv0OL6oUy { 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; }
#LUHLJOwZyN8801MMs4ZTPcUmyrmJpX3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g { 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; }#k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.adaptive-delivery-prevent-bg, #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.lazyload, #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.lazyloading { background-image: none; }
#WNJ6JystoLqTDwmxg8UpGAGWkSIlEuTQ { 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; }
#mgNWJfkJweIcOKST3zPflSxmcBJTS1Tl { 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; }
#ph1b6C5rT0Ub5gIndIwDHiliftsDyRs8 { 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; }
#DthqO7tXzflATbhLMmpoooMs0T35Tn0O { 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; }
#VckJOoyEmKyckm2Kwvq76tlEVvU9uTJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rQOEN8oJtPV8SNakpTnRRSTWn0vmpuH9 { 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.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMPl348rGvGnJ4EdgTFAcUW0TqB7rN34 { 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; }#aMPl348rGvGnJ4EdgTFAcUW0TqB7rN34.adaptive-delivery-prevent-bg, #aMPl348rGvGnJ4EdgTFAcUW0TqB7rN34.lazyload, #aMPl348rGvGnJ4EdgTFAcUW0TqB7rN34.lazyloading { background-image: none; }
#T1vSggusZcPiJK1cepzorp9W4xmPl26T { 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; }
#sTwTJKSGt3HzbyyIfzypbOa5p4pXms3n { 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; }
#SLbbuh6yLJmTFOTbn3VfqqJCDIGe1p8W { 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; }
#tgvILQT3TrwDCH9IISKFTlcwpqaksN20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NSXEo1dMZcIiFACSsbB5X0XeFNG9WcIb { 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; }
#SeFqX2Asms5toIcRaZTgbbZtJE5Qx1eI { 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; }
#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo { 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; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo.adaptive-delivery-prevent-bg, #pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo.lazyload, #pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo.lazyloading { background-image: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { background-color: transparent; background-image: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container > .video-iframe-container { display: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .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); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row > .video-iframe-container { display: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .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); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { border-width: 0; border-radius: 0; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row > .video-iframe-container {  }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#uDZvbMxhoDZZbOQWua0oc1n52z2HboGC { 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; }
#kygsiQbrXbf1CoDUSIWfQfMRlZh2wOrr { 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; }
#MZpnHqomAOTCrQscbrlf37veCfSTLJSa { 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; }#MZpnHqomAOTCrQscbrlf37veCfSTLJSa.adaptive-delivery-prevent-bg, #MZpnHqomAOTCrQscbrlf37veCfSTLJSa.lazyload, #MZpnHqomAOTCrQscbrlf37veCfSTLJSa.lazyloading { background-image: none; }
#mHHQN9wHETe1Tr1VQrCuTG86UXcGh8Im { 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; }
#aMUOWVktUCngWct494ByBiwO7qyPkLAI { 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; }
#WpX2yI1ifShrApIT2mWmwyRHTnIWIgTz { 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; }
#ORWwBoODQg0UiefsLT4kCoTHKO0aPWRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t6K6DwOM7ivpnolIs8G45TyzIaiqupJI { 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; }
#Asfio2y0i5cF2A8MzDvK6flwui1KxrHO { 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; }
#FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2 { 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; }#FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.adaptive-delivery-prevent-bg, #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.lazyload, #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.lazyloading { background-image: none; }
#xTPaZBkeWNmf0cyZtCD6PdOu4WBnoNmM { 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; }
#e70vvi85UdksVePNwriU0Ss69pglwlDi { 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; }
#ISTxCvgQPLPudxSG5rlzdyq5L75p4pgQ { 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; }
#pH8CaPwx4sDSVDlwqyCx2VgMLDEGwD1E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a9yDHw6lasfLQqIPFasfiJKwisl9ck6b { 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; }#a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.adaptive-delivery-prevent-bg, #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.lazyload, #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.lazyloading { background-image: none; }
#cmhnkxBwnvTBO2KlhQAFSIh0TttAXtcx { 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.921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tl3dt8WsHS6uO5i2I1czQtbUSS2EoT7k { 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; }
#CpUkRVmZAtUN2mpABMG4wTB0Z5Q3z7Ll { 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; }
#E2Hq06fsTnBQJM8Vyal3l2fs0fMvgG2K { 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; }
#BSGwh0wWSgm2XAKwUp8Qn1O2BwMqwnGZ { 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; }
#zEQTOfc9u9LONwwLLkGXqzVTixu0TsRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tSFKazJByvloeT7bbmqg7le0SpqzeNu3 { 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; }
#TPl2TsqcOaAzb9WEZzK5GeQu5HvdTbWQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MVvny0IeEFtzFbUcL7nGJ4vkKfs6E2ss { 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; }
#QTDKg5nynTX8A2uhDetTIb7oWQnALGqf { 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; }
#TiH5Lg6xPV5235s5LuWQTFxCCCBTfdIO { 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; }
#rwU6ZytKSopJGtEIKfsespeeyuT0q4wU { 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.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtxEtE70GE8hmboyBzzTMWzfbQKLkONo { 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; }#xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.adaptive-delivery-prevent-bg, #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.lazyload, #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.lazyloading { background-image: none; }
#Oa49n1v3y5tn7DlbTuu5rX9peG3Jg5tz { 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; }
#EfFHwl94pwLyIZELRSkymJg2TTuIK0Ex { 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; }
#fKsCGwdQ8TSaM0FrqHTyEEWKyx7FKS9G { 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; }
#SXw49q6b8l2Ednw8TsWDEkxp7f5rE0tZ { 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; }
#c9KU6pX9hboEbbFrkduda4bAsqN4MOHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p3I9ASubH2r77SMW27JQn1ec1ITsuFKy { 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; }#p3I9ASubH2r77SMW27JQn1ec1ITsuFKy.adaptive-delivery-prevent-bg, #p3I9ASubH2r77SMW27JQn1ec1ITsuFKy.lazyload, #p3I9ASubH2r77SMW27JQn1ec1ITsuFKy.lazyloading { background-image: none; }
#RI4fZ2SnDq1v72tBHTEHumMZTzPUBvgE { 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; }
#tIOhnOZfPpDyyJIf0sVIxt5DnzFkByy1 { 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.921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MUTo7PzDBz4qwDZ9B8VcJElRQhLB1GHK { 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; }
#LuqnnwKqLiJx7LZ3Stk9Iv2M6gUuh3zx { 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; }
#CltIFdQCpIFzXZMu6Qxi6XVuocxhGJ6T { 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; }
#Iysxx5VtN4bFSMR2PFPdluhuEvHNV8PT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bOdCnQQePBpoFfGK1g8xtpB2Ui9IBDl7 { 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; }#bOdCnQQePBpoFfGK1g8xtpB2Ui9IBDl7.adaptive-delivery-prevent-bg, #bOdCnQQePBpoFfGK1g8xtpB2Ui9IBDl7.lazyload, #bOdCnQQePBpoFfGK1g8xtpB2Ui9IBDl7.lazyloading { background-image: none; }
#xK39TtgIrwrRGbkP8T1TbvbQCeAQ3AFx { 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; }
#ytsRcIhPFt2ShRTyBwRaWAEl4f1oxL2Z { 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.19140625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pb0CIkeHFyqZ8IcakEpnbK7lICxrpzyZ { 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; }
#DgVuLxblKrvp5ORZZEDZxmWukpIbqAM5 { 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; }
#ZiSOGMbMqXg7uSOcrbOITR8T6zfC01xh { 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; }
#WkVtKpEU2E2yn0w7qcwWqVPTbTmHpdpD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b5a3pSXn4awqvw3pi4WJioha7OZUcfbb { 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; }#b5a3pSXn4awqvw3pi4WJioha7OZUcfbb.adaptive-delivery-prevent-bg, #b5a3pSXn4awqvw3pi4WJioha7OZUcfbb.lazyload, #b5a3pSXn4awqvw3pi4WJioha7OZUcfbb.lazyloading { background-image: none; }
#wrCrikHCi7Zrzo7Txb8V4eyQd86TQuvx { 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; }
#sM5CsqfxHN8xVUNtU6hUcnGL61X44U6p { 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; }
#nxwetOKKTyXLl9KqDx0cNo7dmT59ZiDC { 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; }
#vWgoX6gtwDLBXRcFZf4x6NLqhzFsiEkc { 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; }
#t2f3RHdyKxFKFZUwLFQ90hXevJaufTiV { 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; }
#E6bF07LlLBxbJu80rSX7Ao2SgyZeWTev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MS3c96LpZDv5FcXdrLEIDk6WvDQ4maQg { 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; }#MS3c96LpZDv5FcXdrLEIDk6WvDQ4maQg.adaptive-delivery-prevent-bg, #MS3c96LpZDv5FcXdrLEIDk6WvDQ4maQg.lazyload, #MS3c96LpZDv5FcXdrLEIDk6WvDQ4maQg.lazyloading { background-image: none; }
#axwCwzhNKWqyChO0lxdzQy1LWJEqfvZE { 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; }
#JaBqzz0zZJ9GT22nGu4moNKNJ2X3SUPN { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVCNGI9xm8sZl8yI1GcAXf8VzTXGVsCQ { 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; }
#V1drsoBncJ5tU2xhXFwRZL19wmpIfA3f { 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; }
#WfPZaBELzlWPf9T6Zb6BCcOmUkw5qEre { 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; }
#rhCJahVbNWwLl9pcx45F3vIvV9dBi1ba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J80i2kFpfIIf7eR30GruyokJXEUBr6zT { 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; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT.adaptive-delivery-prevent-bg, #J80i2kFpfIIf7eR30GruyokJXEUBr6zT.lazyload, #J80i2kFpfIIf7eR30GruyokJXEUBr6zT.lazyloading { background-image: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { background-color: transparent; background-image: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container > .video-iframe-container { display: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .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); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row > .video-iframe-container { display: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .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); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { border-width: 0; border-radius: 0; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row > .video-iframe-container {  }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { font-size:0.875rem;font-family:arial;height:81.0625rem;width:75rem;position:relative;display:block; }#HCcna4hazLcxrhomcfhm4lJdg4RWJmlc { 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; }
#Bmie0Obt3HSHbmaBcEtrlthLD27MdABC { 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; }
#QmOh0UCNyrD33eylS9BTwWvzwllDyqHO { 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; }
#Q2JfW8rGoCecfDz5kFOEalm72JfULh7u { 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; }#Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.adaptive-delivery-prevent-bg, #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.lazyload, #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.lazyloading { background-image: none; }
#JLTHpbGOEkF4p15AvUZ8NCeEw6zgL7Gi { 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; }
#GS2kOEmtLywTJZgJKugf3q8W4SGDk53T { 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; }
#b4m0IkrC8TIfETKzyAPvPmuets37SLcB { 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; }
#i4sFRetk2sBVkFyNtFyykEeZXP7LZR8D { 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; }
#tnT89k1niXTGy3iaSMZDCnqkU8tQn2FK { 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; }
#vTwpDg14pD7IyHtyWaPE9kBt2JgIsziB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d01ygP0Cl8ui4vd90gxu1mzGkxw1pvhR { 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; }
#kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz { 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.6875rem;width:12.99925rem;top:45.9375rem;left:60.1875rem;display:block; }#kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.adaptive-delivery-prevent-bg, #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.lazyload, #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.lazyloading { background-image: none; }
#neVlko2CbQBTz9uKdaJN5EzKyga5GBhy { 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:47.6875rem;left:61.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwqLuifDSZv0U5hgIIRwrqbUzsTg12UC { 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.93456875rem;width:6.9360625rem;top:53.187255859375rem;left:63.216552734375rem;display:block; }
#hPOzZG0epyrZnu8z1GAUhTKT21FFTqn5 { color:#ffffff;display:block;width:5.5603rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:54.078369140625rem;left:63.90380859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzyXXxoC4KDkbQfSpG5OWbfNuoBzTgeT { 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:57.811279296875rem;left:62.279052734375rem;display:block; }
#AATzHXSWPc5vGAlAqmeBpTlETvmbAIPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT { 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:9.87425rem;width:13.2495rem;top:45.9375rem;left:45.375rem;display:block; }#CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.adaptive-delivery-prevent-bg, #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.lazyload, #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.lazyloading { background-image: none; }
#XSnTmszR7FSXKeSOdcQFlcWeVr4pxAd9 { 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:48rem;left:46.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oaaec10xbFhDWB7fpCLNgqumiyTwcIeP { 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.75rem;left:48.5rem;display:block; }
#fDrA6NAiklMaZ3hBCQIk1Ihxgx2Tx39H { 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.3125rem;left:49.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7uuKpcCdDc511xmrQ1artMQhA4ANfTx { 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.8125rem;left:47.625rem;display:block; }
#RPF2WNwGbrxhKVZ5NfDLK1x5cTwXVdio { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE { 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:9.875rem;width:13.25rem;top:45.9375rem;left:30.875rem;display:block; }#lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.adaptive-delivery-prevent-bg, #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.lazyload, #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.lazyloading { background-image: none; }
#hRBLt0n8WtLlyE5IF39LugGxsH0N36Ac { color:#1799eb;display:block;width:11.1853125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:47.999267578125rem;left:31.90673828125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnDfbDqrDJiiXzblPodT4cDGMe3kkiGq { 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.93456875rem;width:6.9360625rem;top:53.26416015625rem;left:34.03076171875rem;display:block; }
#uu7Laa3nnW7fLe7qt3lSc8FNn3FPQ4TT { color:#ffffff;display:block;width:5.5603rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:54.078369140625rem;left:34.718017578125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMsO2MMerT90oCcuu1Jz1TlVid4gazfV { 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:100075;text-align:center;text-align-last:center;top:57.88818359375rem;left:33.09326171875rem;display:block; }
#rMQStWyxgUC61QnIX6T2LfsA3TSDWiWa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3 { 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:45.9375rem;left:15.5rem;display:block; }#UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.adaptive-delivery-prevent-bg, #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.lazyload, #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.lazyloading { background-image: none; }
#uhaoPlUGfCWb8Brcf3oBi09bvIUUlpOX { color:#1799eb;display:block;width:11.1853125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:47.999267578125rem;left:16.312255859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTrlpPR55NdK7QsyBMaFnpLbUw5yIICO { 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.5625rem;left:18.375rem;display:block; }
#R5mtoaTwTWAGxhRLwSmIb0TAohbWvCGp { 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.125rem;left:19.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQz6iznRKO1mV61VnxMrVXOW7uvWwTPo { 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:100080;text-align:center;text-align-last:center;top:57.808837890625rem;left:17.498779296875rem;display:block; }
#ESoFiBtC5ulToEbmvk9inDTQ2AdLD8J2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gab3HtrxrXQk0iGTbekiKvJUWw8GA2NQ { 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; }
#uP02Rzs63k36qlyJAN79RK32ToA81DF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f { 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; }#nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.adaptive-delivery-prevent-bg, #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.lazyload, #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.lazyloading { background-image: none; }
#O2kVEvBo893Jzn7sVuRMciG467Qh5dEe { 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; }
#WencWhFa69TUmO1bhLzTJBAPhOxo9mFM { 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; }
#iHUmw26E4NRTC7VyiWeppki1C2TVNBnz { 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; }
#kmCZtSTCOczgxEInRoyCIeWP4FmiKSck { 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; }
#quqdQXu3GphEedhk7JhB97Cg6TqgvZKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kPyFHlcrM7N30SHh3nN3cBdQ5T9TwuNU { 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; }
#PTPw9gQZRXJxo6VGUxbnTqLSkhy3U5dD { 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; }
#cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk { 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; }#cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.adaptive-delivery-prevent-bg, #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.lazyload, #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.lazyloading { background-image: none; }
#JwTILC3etqhPeQevnUTWAkVgpgTdRHWe { 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; }
#Asp79A4pDrVWQsq5oS74t0ZfQKb7D66F { 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.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fypvJK1xQVVzJq48i22gTMSwGoscZkTA { 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; }
#yc3GtGB18fEzCRZxK8PVyooAGzSvN4Og { 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; }
#SXTqRQyTPvPC5oIar52HpB6EGVh1TTtQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KZc881Puc9wsJGTE5E6420yslr3LimBu { 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; }
#K5AmMcArdAn4lVzE8IiOaTWQ1nVpX4LO { 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; }
#W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT { 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; }#W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.adaptive-delivery-prevent-bg, #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.lazyload, #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.lazyloading { background-image: none; }
#WbJ4tzgKPZp3i2MyL460GTTfItQqFBEp { 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; }
#R8qqcDTAmW37PJlsDysoZiruHzV3bliw { 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; }
#rhcdyVtJpS6Z3mNDPtpnDLDgROsrROFa { 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; }
#TgoueJJea1L81746pq0PmXfQK22bm5h7 { 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; }
#pFaczcbPoHZKhllJ7tphHWTIKlWpMP0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF { 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; }#RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.adaptive-delivery-prevent-bg, #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.lazyload, #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.lazyloading { background-image: none; }
#OO1sWLQMeRFoaMeOEK3fkWLfwrOJ7uAN { 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; }
#XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW { 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; }#XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.adaptive-delivery-prevent-bg, #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.lazyload, #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.lazyloading { background-image: none; }
#bRAr4FNBD97sBJX1DtWtG0sPq6Ew29sc { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZMlyqnXbrDzhnwzFy44Ss0HoRxNGto4 { 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; }
#R66tSrePnSxBH8K7tBQorKUyZ4ZhswXz { 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; }
#tyRcb1WPfWRn6RqcXnhsK23whKt35RJe { 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; }
#HZ9UkPhsvmBbfBgeZOGK6skzDttvtHy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN { 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; }#oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.adaptive-delivery-prevent-bg, #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.lazyload, #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.lazyloading { background-image: none; }
#H8mE7IPQHI2NFWM3MtSU8MySH5u6KpM9 { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i73lSTnBeXlVCr4mVqTGJ3f0sm3r3pky { 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; }
#pnVylz65baCXnwBU3lgLETKwaqRr2kol { 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; }
#XgGuHqTdTvs10AtayIIewn125WMIrLaT { 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; }
#KT3RDvIdFTkBIp5ATMKg82cFTekl0CbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TDzptLBNbasXdCf0hEtm4vgc5FO7rini { 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; }#TDzptLBNbasXdCf0hEtm4vgc5FO7rini.adaptive-delivery-prevent-bg, #TDzptLBNbasXdCf0hEtm4vgc5FO7rini.lazyload, #TDzptLBNbasXdCf0hEtm4vgc5FO7rini.lazyloading { background-image: none; }
#C6IZ0f3QWugiqEsPrs6Jp5WmKWeKzzdR { 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.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVSnlCR3r9WbCex2zpCMs8t5vQycOekH { 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; }
#eTUdKpH9PceTrm0NTQe1ioQbi9L0IwCr { 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; }
#cyILlCv5RFTi7hRqtx5eXULOBTtHfqyM { 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; }
#vWduOUn6ONzQ8lQqkGmEK4HqTA9lbXSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi { 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; }#Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.adaptive-delivery-prevent-bg, #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.lazyload, #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.lazyloading { background-image: none; }
#Xy3bgPTLtMUs2cmvmcESy6DTK0PvPC6q { color:#1799eb;display:block;width:11.058375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100104;line-height:1.3;letter-spacing:0;top:23.0615234375rem;left:60.999755859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIeUZOMEWWboUnwE3l9Xgsr2w38H9TMu { 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; }
#N09eMVT2Du52Zl4MqRhooN50uvyHNMFE { 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; }
#r851RHpo2qIuCKB75swvIaTaTX7T9gq2 { 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.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNLzN1lCGIkyee8T91XXdJMTNAz7A89n { 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.787109375rem;left:60.999755859375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPJkvnygggHMy6WbLr8WGwh0wWAxyrk6 { 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; }
#aHGBiBqybyh9nWDU9s5bCyNuGRt3fvMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Lm5bI8zlwMM7FtAGSedbqFl9zhXoW7Hy { 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.0625rem;left:1.1875rem;display:block; }#Lm5bI8zlwMM7FtAGSedbqFl9zhXoW7Hy.adaptive-delivery-prevent-bg, #Lm5bI8zlwMM7FtAGSedbqFl9zhXoW7Hy.lazyload, #Lm5bI8zlwMM7FtAGSedbqFl9zhXoW7Hy.lazyloading { background-image: none; }
#ElF6QUoZ3C9Dn7Lxer9docd26uD5iWyn { color:#1799eb;display:block;width:11.1853125rem;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; }
#ATc6xI9PE1ClJeO32pubWDandrUtMWUq { 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.6875rem;left:4.0625rem;display:block; }
#GhEZuWcvJyeGTUIOTcqGm497KF9btHa9 { 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.25rem;left:4.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUZi1f5SezdXPDwclurLzW6WNvi6DaAz { 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:100085;text-align:center;text-align-last:center;top:57.9375rem;left:3.1875rem;display:block; }
#zdLZP4gMb8RvolyWPCTn7Q3EiNbJoWrK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nuxSWBxElJhXUmAp7iUAWgDv7IVUbdr4 { 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:10rem;width:13.5rem;top:64.779296875rem;left:30.9375rem;display:block; }#nuxSWBxElJhXUmAp7iUAWgDv7IVUbdr4.adaptive-delivery-prevent-bg, #nuxSWBxElJhXUmAp7iUAWgDv7IVUbdr4.lazyload, #nuxSWBxElJhXUmAp7iUAWgDv7IVUbdr4.lazyloading { background-image: none; }
#B8PVd3dAyTnroJe7cfPqwZc9AJEPTK7g { 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:67.9375rem;left:31.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZM36EzhEgos4Vi07MQzfuk6frrZriJx4 { 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.93359375rem;width:6.9355625rem;top:73.0625rem;left:34.6875rem;display:block; }
#T1tda4AZne4rnKCkkubn4iiQOcLqpJxs { color:#ffffff;display:block;width:5.55956875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:73.75rem;left:35.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r1iwRowBenmAkEkuo0qDPDkKT6uz6oB4 { 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.8095625rem;height:2.74706875rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:77.05859375rem;left:34.3427734375rem;display:block; }
#dgi3ksKQr9R9Q6RVog6r8t0CN5LKbNaJ { 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 > .video-iframe-container {  }#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) { #DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #QgiGIU0agU4heTVRaMvTFCkLcM8vVBTx { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { top:0rem;left:7.375rem;width:33rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqWpp6IsTIc6anbUEoHGRsKTDxSTlVv { top:3.125rem;left:17.5625rem;width:25.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { width:17.5rem;height:3.4375rem;top:15.8125rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block; }
 }@media only screen and (max-width: 763px) { #lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { width:17.5rem;height:3.4375rem;top:17.1875rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block; }
 }@media only screen and (max-width: 763px) { #Z23Xv2thMU8spLCAwSKksVGhpy1d1M8y { 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) { #G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { top:17.3125rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { top:17.3125rem;left:30.4375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { top:17.3125rem;left:19.375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { top:17.3125rem;left:8.25rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1XF3m95zeGnPT147iCcCMTRGFUfCog { width:7rem;height:5.5625rem;top:19.0625rem;left:31.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { width:7.5rem;height:5.3125rem;top:19.1875rem;left:40.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { width:6rem;height:5.5625rem;top:19.125rem;left:20.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5qAluefVugVwFKCie8ZLkTowsE2eiF { width:7.125rem;height:6.0625rem;top:18.8125rem;left:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { top:17.3125rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { width:6rem;height:5.3125rem;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) { #QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { width:8.8125rem;height:8.8125rem;top:17.1875rem;left:38.9375rem;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.3125rem;left:19.375rem;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.375rem;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:30.6875rem;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) { #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 { display:block; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKPnWU1AimI9G4tQTkARJBil3Jzh9K0a { 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) { #svk22avPUK7zSgempfQ7aIuREVOtkg8n { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { width:14.375rem;height:10.6875rem;top:3.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvaqh5tpna0ucwFvC1kfgKNN2uPKsip7 { width:11rem;height:1.625rem;top:5.5rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ { width:14.375rem;height:10.6875rem;top:3.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7l4Dhoh1BlPDnMKuKgU2e5iqMfX2hov { width:6.875rem;height:2.875rem;top:12.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZSehGpRxTOnEFGnxgXMFQ4BTdywV2rB { 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) { #zrt1MdAIA0BD7Ny6gyCueiiOy5yW8dzD { width:6.875rem;height:2.875rem;top:12.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Uez2Seh0oZnoaHksCX9JnK5IFpaXOc { width:11rem;height:1.625rem;top:13.5rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { 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) { #SbPCPaZ0yuVJCqkgpHJfasyoH03g4CoQ { width:10rem;height:2.875rem;top:8rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmTXd20Ve3CeIcEr00syklh2KbBHJpZu { 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) { #fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { width:8.75rem;height:2.6875rem;top:16.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #ViPuxDZMxNBNkQLQ18p442XVgVumBhXA { width:8.75rem;height:2.6875rem;top:16.75rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF8Oliev3QcPGEysxceCrfN4uMWgn5zu { display:block; }
 }@media only screen and (max-width: 763px) { #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST { width:14.375rem;height:10.6875rem;top:3.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgeSadPOVZJKMBnR47m26aEcFB5RhPnw { 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) { #PLt1hU2i6NL7CUmw1Qvx2peqKrbKQdlS { width:11.75rem;height:2.5rem;top:7.875rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZasAR3wKTPnLcnLGeJdJL85C5hfsxLp4 { width:6.875rem;height:2.875rem;top:12.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghpIpDsixJHCcCSPz6D7m645QxOQBDcS { 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) { #qQt7KxW4isTdHrisEfUF32g8GuWy7NC3 { width:8.75rem;height:2.6875rem;top:16.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7OvvHV4DQGyvlJVq8bd2kOXlCJBHTOd { display:block; }
 }@media only screen and (max-width: 763px) { #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM { width:14.375rem;height:10.6875rem;top:21.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWxD4btzAalWOD3sZs10K1sHrSh3rTP9 { 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) { #bveNOdgvfSMpeO12ktMdd7xgvZR6hCx2 { width:11.75rem;height:2.25rem;top:26.5rem;left:36rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3QURi01oBO62pyVTS7oSsm7PUOED8aI { width:6.875rem;height:2.875rem;top:29.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk9kFfTCX0NDM2RdwmuhR3D97ziqg09F { 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) { #XdcSS0vtpnfPTlFltqykATqzm9mX46lu { width:8.75rem;height:2.6875rem;top:33.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQbRazzbDwvzpyetcI2gncUPBEGQ28BU { display:block; }
 }@media only screen and (max-width: 763px) { #zB8txuiNmivlFEo6xFxlMbiFyz7b6x8s { 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) { #KOhakoBz9P4g8TFILOHkmJN5VLNZBhyV { 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) { #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i { width:14.375rem;height:10.6875rem;top:21.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTNbR5eXJkMKgGnMZNbOKcBetb9G9Rp5 { width:10.4375rem;height:1.625rem;top:22.875rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJo1a9MvgSPdnbJyCoAwWZXhCM6Lgk2k { width:11.75rem;height:3.875rem;top:25.6875rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwu6sghOXQ6u5XuBauWKL1mEhpUvqIUU { width:6.875rem;height:2.875rem;top:30.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoQDkLdkJcZD8KVlfd1PndfDBp2ZSiTe { 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) { #o4xAtcD4v0ma0v77F1Pr7cfQuBRDMd8r { width:6.875rem;height:1.625rem;top:31rem;left:31.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { 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) { #akuCTi8tU1ovvPEcErqk7b5dTqRhcpeu { width:8.75rem;height:2.6875rem;top:34.125rem;left:30.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okyPHTP4fr7R1F050ZMzPii8IN8BKC3B { display:block; }
 }@media only screen and (max-width: 763px) { #fnykHGEDghRWsXJSylLySQna6o9ClvKq { width:14.375rem;height:10.6875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT0BUt6ty5xAeoqwD4UkENp1XnfVIvtm { width:11rem;height:1.625rem;top:22.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNbTeZFSuvT4zmCNsiNpm1NLAixytnTN { width:6.875rem;height:2.875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyb8LFAhBsyfHbQ5W7uqwGBUNfntF1fv { width:11.875rem;height:2.4375rem;top:25.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXVNxPkE40WFVi8EG7QCutJDf3rmzLhK { width:5.625rem;height:1.75rem;top:30.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOTXlGNCwtibxQ8ttCQOuK8mWedT37W6 { width:8.75rem;height:2.6875rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZr2Cfg0miL3DILFiZeZBtF5vnZFq92q { display:block; }
 }@media only screen and (max-width: 763px) { #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF { width:14.375rem;height:10.6875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxLHQAwaFWgurbepGSP2aE9MeybnDJs8 { width:11rem;height:1.625rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN1SDMmHNCr5SXQQT2X2Th9OOWS6D4cg { width:11.875rem;height:3.5rem;top:7.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGuDMtuo0R3wTRKkrytklzGZzVG4p0xb { width:6.875rem;height:2.875rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDweqfnGnZfSIan0IXwnMNqs7KXSMgRA { width:6.875rem;height:1.625rem;top:13.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKfGXZKM1TxnufCdIbM3xzImNmrTwwHC { width:8.75rem;height:2.6875rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCg0QS2yDxSxw8qdgMqoohUALm2AychH { display:block; }
 }@media only screen and (max-width: 763px) { #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy { width:14.375rem;height:10.6875rem;top:39.5rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnlmSPTqNbhGP0ngFeZsUVgEzHmsCdKh { 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) { #xcZxvS9604VhVdD6QMNqA0qxfiXEVNOd { 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) { #E1VDU2va6ZX25LkxCVIAVGxzk495gSaF { width:6.875rem;height:2.875rem;top:48.25rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCoqHKWkwlD8nEasvQyIEMUULmOaudpX { 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) { #rviwQs17KZxNCudWATzkqpO1iwanXmc1 { 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) { #nDU2bq7VzTMXPsyD0tESWBvN5VTk2twe { 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) { #EKN7apx8PNsvRcgz5GOZLRy04VliP9A0 { width:8.75rem;height:2.6875rem;top:52.4375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEpioFSQlqZZyfwmZzGcogwLfQAK7TeW { display:block; }
 }@media only screen and (max-width: 763px) { #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp { width:14.375rem;height:10.6875rem;top:21.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un5WGqAe7X1Hh5kTHqBAHbtfcB7TXC6B { 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) { #iUQ5k9VXCslrTAe5I8KhlcGN367y5Xf6 { width:11.75rem;height:2.25rem;top:26rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2LTVTbnJWqBpEBHe1ap6TzMTOBnvIyO { width:6.875rem;height:2.875rem;top:29.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHKt7TsqODkn13iKaCgxcTCI9HzIOoQB { 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) { #eQKe9OaMiT2G4az2Q8qd5NUnPSshNLrM { 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) { #QoiBzfsN1W79SkBlMlcW9xK6Lsd3OTEr { width:5.125rem;height:1.75rem;top:30.5rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyKAVL2AuZ6TUCtw9e0AqORMNodsvfob { width:8.75rem;height:2.6875rem;top:34.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khp2CIQmmwF6rbglCVtDx6Kq3wX5yGdm { display:block; }
 }@media only screen and (max-width: 763px) { #V8t5vDqwndnd2hSnNvZJikWU0Z7z6iFK { width:5.625rem;height:1.75rem;top:130.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { top:0.5rem;left:17.625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV { width:14.375rem;height:10.6875rem;top:39.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HlD0v3oDIQD5iyCdw5H249XfrLHpkd { 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) { #yAlmHpTDcQ4ytN0ZEhDK78Gk1D4RWaPy { width:11.75rem;height:2.25rem;top:44.8125rem;left:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKMk8E5RDDN7kBQlaAcVNJTSHHDIfOu { 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) { #rVng9evf0SlROD1BRS5ycovA21g07fKR { width:8.75rem;height:2.6875rem;top:52.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTdi9Tciimn5akea9hUHEc98pnfcckHR { display:block; }
 }@media only screen and (max-width: 763px) { #TSeqycV594etfhTWA49VrbF6WSAiITN4 { width:6.875rem;height:2.875rem;top:48.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8h7fG0IFstnD9uVxfNSVfMS4p2OibsG { 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) { #va4QqZDqB3goXZQz5n2MSJTdHDdepmTN { 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) { #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK { width:14.375rem;height:11.5rem;top:39.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6IHtm9bLTFRny5P59Vx2840ZUnLStGQ { 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) { #hx8NxD2wayVP8fQ4zx74NrypIzwlBRTx { 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) { #LAAsRm97yCsURn54zkhVDbgFz4Bhxy1h { width:6.875rem;height:2.875rem;top:49.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnE9ctUrXCMZhdCueoGlcSNGk70FLatI { width:7.5rem;height:1.1875rem;top:50.0625rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZdILEKsqXIbgTtF5aZIfKXaulkzoIv { 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) { #UW2ENZDGkLD693D19dFRnf3AxtxdcemR { 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) { #eER4UgkH7yxSpmS8cXMbmE9zqGbVLv39 { width:8.75rem;height:2.6875rem;top:52.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7BHCZ361iOOy5hlhpatt7DxKCoJ0qpc { display:block; }
 }@media only screen and (max-width: 763px) { #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC { width:14.375rem;height:11.5rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhuHfx3ASSvLSPDoUvZcSRIgsO1LlLUU { width:11.1875rem;height:2.75rem;top:40.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFeu3p9PU5kfus8W3bMcmAZkiXWAQX11 { width:11.75rem;height:2.875rem;top:44.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cknOid0GlmL2oJcnBhUrLHQHJDQkZ0F7 { width:6.875rem;height:2.875rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gri78w4vQwrP5xVVCxxvBTVpdQFMqBVO { width:7.5rem;height:1.1875rem;top:49.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuagRVwUJIypRo4XHVTU5N3hFlM8bFCd { width:6.875rem;height:1.625rem;top:49.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsmVDd2TUC0acT2iBa40U9bnECVerFPT { width:8.75rem;height:2.6875rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcaMvI2EyUU47569UbG6WZGqfpmo1gsI { display:block; }
 }@media only screen and (max-width: 763px) { #Ww8QvUdmT00b2s9uEs78g7bJkslGiyE7 { width:5.125rem;height:1.75rem;top:48.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU { width:14.375rem;height:11.5rem;top:58.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyfzeP0w6xdIKo4JrkkIt8Nm7MhEZIBZ { 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) { #abDWzhgBm08xO7H4WgLPUws48ImEThEJ { width:11.6875rem;height:2.9375rem;top:64.3125rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccQBiT66K3uxrBsaL1SSAmpEQwITMVgS { width:6.875rem;height:2.875rem;top:67.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgtoWDMJ9GqXikxSvosNeVT75r3DmAg4 { 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) { #D8VVN2yiQ1oRfw3otlnsEZ0XTPh4bcPB { 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) { #UW4wsRysBpR5oHF5p2d25qCyUaQXSQaD { width:8.75rem;height:2.6875rem;top:71.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsePsTTUqaZkIHk6F5300SBrETAh1EQQ { display:block; }
 }@media only screen and (max-width: 763px) { #sbOI5ZgxowP4ATodtOQnJMRcbXIa2mw2 { 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) { #KpmkI80Mlenau02BzbnsosMmOKR2QGTq { width:14.375rem;height:11.5rem;top:58.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUG3cfEbdlPaInDtKs7g8TTdHroVsIbu { width:11.1875rem;height:2.75rem;top:60rem;left:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3beXaeGRS8RJJmVibKGu4lfJ5IEW6F { 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) { #QPmJB7VaAbMqNyMM6m3JRHmkW9yBsV8P { width:6.875rem;height:2.875rem;top:67.9375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVm8yDTo2tUsDRAyRmVzIF6n7vfzTQoS { 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) { #eECLFd4ki4TXiOtnhwD4dMz7rBcLTACb { 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) { #PTtuIQkttd0kle1UP7X7TKs69v5nHwri { width:8.75rem;height:2.6875rem;top:71.6875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqRJ2ApRRCtlotlE5isH8VLGiVx81o8e { display:block; }
 }@media only screen and (max-width: 763px) { #dW0FkkkgyDcF3xrPpy6d28ELRPDollAu { 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) { #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ { width:14.375rem;height:11.5rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9L1T8LPtBAI4hWzJv8GDDzmophOfcr { width:11.1875rem;height:2.75rem;top:62.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQrXL3VNAmIXc4cPV66uM2MMMJhwPyu { width:6.875rem;height:2.875rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Otu3FghUA2K89TtmlOFmu4t5DLi7Id { width:7.5rem;height:1.1875rem;top:69.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcXdqtUSUzzBv6nIECb8TUhrTKJSoWD0 { width:6.875rem;height:1.625rem;top:68.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze44gABV7FZQWAw7kJGAxwSLkxbwIkJD { width:8.75rem;height:2.6875rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf6Iwi9AxuyZ0QlhwEQAxn0U5Mhi1eob { display:block; }
 }@media only screen and (max-width: 763px) { #o2u9GtbP3yAuQ8v413SGgnH2NFKkQeiB { width:5.125rem;height:1.75rem;top:68rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTigeGkg9My38kaaxeX4hEhN6vvyiga { 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) { #mssT0D5B8TDtdIZ1LStrigaXyfJpLAJT { width:5.625rem;height:1.75rem;top:178.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhhfRfqZOwsXVDmxgm9lixA0Wa90ALRt { width:8.75rem;height:2.6875rem;top:34.125rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MccAl2VHSdivSp9No2iGbLgDLvxT0Mch { display:block; }
 }@media only screen and (max-width: 763px) { #dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu { display:block; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfpeZgeJAqnRkxLhuAkUEVxnFMNpgn4f { 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) { #lQanB6Rna42sAxD02Qds5JyHESPlVZCa { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTA9tRONJe8WmA5TE1bnLkhUUwGz9DI { width:6.875rem;height:2.875rem;top:11.25rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXkbW3FKnGG0kLXa49mxE691buQLMRqV { width:8.75rem;height:2.6875rem;top:14.75rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F467pCm4IwHpvg7CBoWAfKMTWvKnlrVa { display:block; }
 }@media only screen and (max-width: 763px) { #bVlQwaJegqWiAaLXxS8WNyR98cJvMWwn { width:8.75rem;height:2.6875rem;top:14.75rem;left:28.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #td1A7tX31aAR8INh98GJK9cSgHHha24a { display:block; }
 }@media only screen and (max-width: 763px) { #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD { width:14.375rem;height:10.6875rem;top:6.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCIDQgTHXxxekNQPyFRPmyX4pzSqx5td { width:10.9375rem;height:3.25rem;top:7.75rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkqbOhVs9wJm9xlK67TohmZ1aomHK5z { width:6.875rem;height:2.875rem;top:15.75rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPMTnXnIDviPH1fHADDVHP4BrxwI8qZU { width:5.125rem;height:1.75rem;top:16.375rem;left:21.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv6Fx0432Te746uxTypST0tbz935GTTa { width:8.75rem;height:2.6875rem;top:19.5625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3QgnPJMXguiLlaFk3A83loR8Ri6SSir { display:block; }
 }@media only screen and (max-width: 763px) { #A6dP9TOc6qbDRQcxhFmZo6hLcuSql11k { width:11.875rem;height:2.875rem;top:11.625rem;left:18.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE { width:14.375rem;height:10.6875rem;top:6.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6SBu2pew2b7588yeZg54vSXCgB4qWQl { width:10.4375rem;height:1.625rem;top:7.25rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5BtZGryr7ISyO29r8wMLV6aAhqtiS0 { width:11.875rem;height:1.4375rem;top:10.125rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAwwG2a74TFc8J2Uze7Wuup6ndmX3bWC { width:6.875rem;height:2.875rem;top:15.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSKTgrRIa1UsQKkt9PlOEzp9Eaz5IO9l { width:5.125rem;height:1.75rem;top:15.875rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #as087ToSVvB1kbVaIGlXvz39TomAUEhA { width:8.75rem;height:2.6875rem;top:18.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ircaKMtFTxa9EOM2pK6fb31eIIIC1QBp { display:block; }
 }@media only screen and (max-width: 763px) { #iXiA6LOmCDZstK4ev1lnTvEAB2lUBra1 { width:8.75rem;height:2.6875rem;top:32.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDukTwIzKPWNvGQOUZFQtyLK2knoGWFe { display:block; }
 }@media only screen and (max-width: 763px) { #oIG6eA6Z7mQBcZf89oqphcLAm2bnIWoN { 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) { #I9S45cs0lKpMWigP68Oq8N5ptdwUu6DQ { width:6.875rem;height:2.875rem;top:11.25rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6MOtDE9ez8WIZo2Uq0epC1uJ286ShzR { top:0rem;left:17.625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG2O8R4hXEnBxRBBkmTXJkSAqyMgNQ0H { top:2.125rem;left:17.75rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y { width:14.375rem;height:10.6875rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tioKUsfk2FUV1TLG84MmfSIRHltBME4c { width:11.0625rem;height:3.0625rem;top:6.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5I0gyR58qcTw5ifle544PXR8W1wmn7 { width:12.5625rem;height:4.0625rem;top:10rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ86uboM8H3nvmEz3VVTqekOiUtnipTO { width:6.875rem;height:2.875rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyqTiWuL42XxgKHtDRDoEitWM69mWgR2 { width:6.875rem;height:1.625rem;top:15.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llRv8pmlshJSFPwPOVxklqfOQrtWfvwX { width:8.75rem;height:2.6875rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c65mCHZmLv8XP7LlVV9sZFvLWsVHtgl7 { display:block; }
 }@media only screen and (max-width: 763px) { #GgnzumDupSl7WzoGCM8rhTzF45tzUJfn { width:7.5rem;height:1.1875rem;top:13.6875rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1TQkxtNkBqDxPgDGqgJ7Hm8fuy9hJyr { width:6.875rem;height:1.625rem;top:13.3125rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 { display:block; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZWuHGWysDJLqKzssNs60BaHuTXRQ5N1 { 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) { #lKzsGGQS2xATcfN9iL0mlFMLud2edUnT { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo { width:14.375rem;height:10.6875rem;top:1.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmVI5LUzf5cpTHOcQfiXco3iZKt4ILg5 { 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) { #MD1bLT3PRsKLO44CAWqElzAxAB6ZOvzg { width:11.875rem;height:3.875rem;top:6rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6XcD5R1GcbQcck28qptAqlgpSJQeTl { width:6.875rem;height:2.875rem;top:10.875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0kATsQ8INmPPXTHVXTHGlpdSucTvH8p { 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) { #q3oUScmTIk72mrG6kJdB6BNFJAZRkRrx { width:8.75rem;height:2.6875rem;top:14.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU0iuIh4N7A0DargmqTiH2Og4lIZOylu { display:block; }
 }@media only screen and (max-width: 763px) { #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK { width:14.375rem;height:10.6875rem;top:1.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHKE1rL9rSuyBN6TN5bvitnGtEKvuGeG { 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) { #hXSFMU2zdwg7FVxqIB8ahX7SPtJZTN9l { 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) { #KClQzSdpdk0dyZIyK40uCXMoVzsV4NPh { width:6.875rem;height:2.875rem;top:10.9375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCunvsXyGWatVZaX3HG4J2FMFTlBdFS7 { 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) { #OHgULZfkqgaeIfV1QZZLBtqZLSLzDq9G { width:8.75rem;height:2.6875rem;top:14.8125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHkJ6MDe2lpxvCQJNir6BmmnRmPZ3k9V { display:block; }
 }@media only screen and (max-width: 763px) { #MhQkoQnGmXFfhiEf2JR0hAlfRzMK8To3 { width:11rem;height:1.5625rem;top:22.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvv40IiXMNb0v9TivGti0QftT1bROTkE { width:10rem;height:3.875rem;top:25.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5 { width:14.375rem;height:10.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNpUlJ9GO1rwqzfFQMGRtehHuXZmgdPp { width:11rem;height:1.5625rem;top:30.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JopQ23wks3kRffsIvqI3dHNLTi46GFAU { width:6.875rem;height:2.875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNSUTdKp3a1LA39nWOuNTKO7AW1IThbI { width:8.75rem;height:2.6875rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsUfDhTNf6o2oPTZHt60NoOala80H1e0 { display:block; }
 }@media only screen and (max-width: 763px) { #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx { width:14.375rem;height:10.6875rem;top:1.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyIsRl2Z7WWeIHeps1DmbTMwNPH7vVDH { width:11.4375rem;height:1.5625rem;top:42rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADMrK4tTuFwdKUuQFibASTHHEco9f59A { width:11.875rem;height:2.5625rem;top:44.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyRvnuJ8WJEbIcKkbpBMTmwbnlps0w27 { width:6.875rem;height:2.875rem;top:10.875rem;left:14.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbGbqcvDWxEncykNQniTJ3r0AiXePK8n { width:7.5rem;height:1.5625rem;top:49.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #md1s6SN4cf33GBQiMrKHbzfLJRAun6Tu { width:8.75rem;height:2.6875rem;top:14.75rem;left:12.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQA88ohcQs5TI7L9sAU2ZetWP00bCU9K { display:block; }
 }@media only screen and (max-width: 763px) { #Xi5UTfAi2bH6atlD3uNV6iDDcU4O6ruL { width:6.875rem;height:2.875rem;top:29.6875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQCsGVHXSPZJ7gr3bnbSJVtJieQvxEPg { 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) { #IqCW16BulJ5rsTcdevfU750a06ebqV8R { width:8.75rem;height:2.6875rem;top:33.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6y4oQv3DGnDnvN5FIcOEh9BfxtOT8Mz { display:block; }
 }@media only screen and (max-width: 763px) { #WhkzivvafeAQMUuwG5rgaKsRDvkTFI1L { width:6.875rem;height:2.875rem;top:29.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0pOiO6QHfkpk96tTtyQoPdvrdAuAXeT { 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) { #QptX0A2tf6vRM3bfUKCQdQ7KvKE90NT0 { width:8.75rem;height:2.6875rem;top:33.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtAeJAFPFr7hPnvt8shwdWnFcDdxJLSb { display:block; }
 }@media only screen and (max-width: 763px) { #RfrLFglQ04roeaaiBTrfNDbpEtFgchPI { width:6.875rem;height:2.875rem;top:28.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0JZ0oT6hRw43LTfuw5V6ATQ4T01pL4T { width:8.75rem;height:2.6875rem;top:32.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIsFHC1RoQsWdTA5p4RdIJgqOM6JvIx5 { display:block; }
 }@media only screen and (max-width: 763px) { #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c { width:14.375rem;height:10.6875rem;top:20.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6 { width:14.375rem;height:10.6875rem;top:20.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvL4GX6McZRT6F05OHXo3ILT5W2J297I { width:14.375rem;height:10.6875rem;top:19.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyESW0RBshwMosJ78u17beSSO3wOhhi2 { width:11rem;height:1.625rem;top:29.4375rem;left:11.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbOn1DtPiP8mkAkW70mGyEiVw8VPr6lK { 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) { #LBn0zQFCu0Kq9ON3Xzv8xBZ1c6NpdTIH { width:11.875rem;height:2.5625rem;top:25.75rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITnaWV7HB6Okx69vsOhQp2OB2iFZrnkV { width:10rem;height:5.1875rem;top:23.5rem;left:12.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRyy9T8Li7CVHzyphsCO819ONPt2XwHB { 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) { #yVkxzgZZvoIGS99WTVwFdXkmhvfQHPad { 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) { #SMkRqCWKGcTpStGZu6ZCA0qRAe7bW58c { width:11rem;height:3.25rem;top:20.0625rem;left:11.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2THqyhOTqxKnChCPE7DXVbsZA9IiU4J { width:6.875rem;height:2.875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvWXbchlarlZozhvZBvihVmHyS8zUkxG { width:8.75rem;height:2.6875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grri71mMVM4zFegLQxXpHx754sAvoorv { display:block; }
 }@media only screen and (max-width: 763px) { #fvkHnNuAhtNvLIIvxZeh9g0pXVefxdLk { width:6.875rem;height:2.875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2RMh0R4q7hmVHQbJ3TnKAMCGgHxMp21 { width:7.5rem;height:1.5625rem;top:11.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBV2mhzdIRLbQHE0SOMVaJk0nnldksqN { width:8.75rem;height:2.6875rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PldDbD62qyMW1cyy34cdkECKAiwllZW1 { display:block; }
 }@media only screen and (max-width: 763px) { #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F { width:14.375rem;height:10.6875rem;top:40.5625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad { width:14.375rem;height:10.6875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpvrrlHuA7iSa7Wx0C0svmuNEmKdN257 { width:11rem;height:1.5625rem;top:49.6875rem;left:19.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr { width:14.375rem;height:10.6875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnPPvNCJm1HJi7MJaDz3CyUM0hbT23AP { width:10rem;height:3.875rem;top:44.6875rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzviQHalFSzxIh5go5yeShcI3PVhu4Ay { width:12.8125rem;height:3.875rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UACi4tVLw1ozq0P998QhVed5SXUGL9EG { width:6.875rem;height:2.875rem;top:49.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaIQzodfWNMySEvre8BdWRCrFZcSh3un { width:8.75rem;height:2.6875rem;top:52.9375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNFFzJU1f1vVT5HAwnm9O2iDA8GUCnuB { display:block; }
 }@media only screen and (max-width: 763px) { #MDtTdgB6CPFUADM5ZspRcVlg0MEcmKfJ { width:11.5rem;height:2.875rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmaSFV9fWTMyNZQbN47QE4XtvscciSTd { width:11rem;height:3.1875rem;top:41.3125rem;left:19.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3dbMvnTOnFwkCO7c8nRTZTwill1Sol { 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) { #E1H155THZpCSOQxFGrzs2AGK5UgHcsLV { width:14.125rem;height:4rem;top:5.875rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coRKE46ty3VIaeMVQlCTDULfdBSW2lRR { 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) { #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr { width:14.375rem;height:10.6875rem;top:20.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQT3vUz8QhnkRMkLJ19EUnN2yQIu6On { 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) { #XhnC4CxKOOdxnu4RrAMaWTHGzIeka2rM { width:10rem;height:3.375rem;top:25.9375rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyI61mSkKlNs0xvgH5PJuZ15rNsAvFTZ { width:6.875rem;height:2.875rem;top:29.75rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9BrUIZsWpbsnTWdiaTbeIphGoBL9OA9 { width:8.75rem;height:2.6875rem;top:34.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9BTV1W3AMM76x6wpcAgsfmcVAhACw50 { display:block; }
 }@media only screen and (max-width: 763px) { #lqdT5RJBwrWsXttqHo8FqrwwgtN7ZLNL { width:11rem;height:1.5625rem;top:30.5rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm { width:14.375rem;height:10.6875rem;top:40.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4UpMuBvSnbHNwVvXQxTskJOH96vgsdh { width:11rem;height:3.25rem;top:42rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5g3TQJgMcL9Zm87nKac4MFtvHFsnTi4 { width:10rem;height:2.875rem;top:45.75rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7nk2T1JIgK7R1ATBsykdGSF9n0oAxC { width:6.875rem;height:2.875rem;top:50rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcNIMaQyhpPwvHZMEG4LHwnhJRNTTRH7 { width:11rem;height:1.625rem;top:50.6875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tErIOZE0e4qzsKBK5OCNhZhwtMtDEqiR { width:8.75rem;height:2.6875rem;top:53.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQX1TRiTM79C0JSTtF3mud0pmMGFURbn { display:block; }
 }@media only screen and (max-width: 763px) { #uov8isoyTl6yRAv868HzWEpkZCJLTTxi { width:14.375rem;height:10.6875rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOB11yOolXKpGew6592TLE6uy4MuDxNc { width:11.4375rem;height:2.5625rem;top:59.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOA392RUKFhi93Vwp8NwKqouI4gTPkaW { width:11.875rem;height:3.625rem;top:62.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6HTD9ERNozbe0UVlkO7Z1vR8Gn8UcMF { width:7.5rem;height:1.5625rem;top:67.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0snngqNRzqqceqp71ovU6fW5QdDD7RC { width:6.875rem;height:2.875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmg3lEC5JnTwTN0i1p7Fis2Mqvo2rFlv { width:8.75rem;height:2.6875rem;top:70.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CABB6sCLGQxN3JWaSUdK5x0fzm8VOoGD { display:block; }
 }@media only screen and (max-width: 763px) { #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s { width:14.375rem;height:10.6875rem;top:59.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMoWx7pvmt92F07p82ZArTSJWmwl7hIZ { width:11.4375rem;height:1.625rem;top:63.4375rem;left:36.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPrabisOGFUW6b08km5cEr3PpfqxOExN { width:7.5rem;height:1.625rem;top:68.9375rem;left:40.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #le6Tz2F5txfZhwBBI2iR35F09U6WAsEL { width:6.875rem;height:2.875rem;top:68.3125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btZ0zEogoTQhdFue76hB2zVN4x6wse1D { width:8.75rem;height:2.6875rem;top:72.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLA0thbKhGBTCU0Fgav4Ik68hWNPaPL { display:block; }
 }@media only screen and (max-width: 763px) { #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv { width:14.375rem;height:10.6875rem;top:57.9375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmyKPVmHFasrq1DFDf5dSVDT6TaPhwti { width:6.875rem;height:2.875rem;top:67.1875rem;left:20.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bInotif0pW0l3sFr6oRX2xNBlN0STTP6 { width:12.8125rem;height:3.875rem;top:62.375rem;left:17.435791015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JILg72Z3yWi0h1NBpuZ1Z7zZedXItDIR { width:11.4375rem;height:3.875rem;top:59rem;left:18.124267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2yBbyKNf6JhLJ3HWNPWFasMXBK8n5cD { width:7.5rem;height:1.5625rem;top:67.375rem;left:20.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqBt4Bdl9i6VeMi4ach4M7u6Vao3FdN4 { width:8.75rem;height:2.6875rem;top:71.1875rem;left:19.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwtfNfZfoh1opGALpN93nwOO1zpRBOuO { display:block; }
 }@media only screen and (max-width: 763px) { #TSNS5XiKUZ6a9qfyAsrJRnxG3PebU42a { width:14.375rem;height:10.6875rem;top:76.625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUeTBglAN91BE4F0bmZw2EOVwsSwrFdb { width:11.4375rem;height:3.25rem;top:80.1875rem;left:19.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsdQH4DiuFECJTsWpa9sDpqFgu9UsvzS { width:7.5rem;height:1.625rem;top:86.5rem;left:21.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9SzALJXemJU2vGWnCh5fLev1MMTEa7u { width:6.875rem;height:2.875rem;top:85.0625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3LawKr6Vcoz8XZ6BQyTTaWfb9kTSzoL { width:8.75rem;height:2.6875rem;top:89.4375rem;left:21.4384765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D00hzrSHsdo1k0MzvtlSH5X8VULE5eDP { display:block; }
 }@media only screen and (max-width: 763px) { #wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 { display:block; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y57h9cldACEtU88By5I7Xbd0ECGiHzwT { 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) { #koxvB7VQDnOX0zgrkMAgypT7eEulwKlc { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2aQUnKmubJotpWILvr9sET2rS4KUhhK { width:14.375rem;height:10.6875rem;top:6.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DymicZnlSa7Eypb1lirs0iNkxlIy3Dc4 { 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) { #JHKCI77vdAeB9734f3zvypFta0TVFxMb { width:11rem;height:1.625rem;top:16.1875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omqvaJNPMDrMWcwQ3iRbT7XmWCDy7MSF { width:6.875rem;height:2.875rem;top:15.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnk5Per32RLD26J7iX5N7ntN89QbtBJC { width:8.75rem;height:2.6875rem;top:25.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7othyAtcaFPeBvlEnTaTJpvqANFu33d { display:block; }
 }@media only screen and (max-width: 763px) { #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g { width:14.375rem;height:10.6875rem;top:6.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c863gFQ5iSnwSFvhazkVlt8erK8FbbhF { 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) { #omxlUnTns2gHlHTi84MT8HUBppxiwZd0 { width:6.875rem;height:2.875rem;top:15.5625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMgp3WINmDpLCKwwzeqrsbNVweSFI8BD { 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) { #T2kdRKLUfmaoewTs7e0k18mLAsWabVgu { width:8.75rem;height:2.6875rem;top:25.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx3av6dTd35fufwxyNNmbeyoXaplnRVG { display:block; }
 }@media only screen and (max-width: 763px) { #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF { width:14.375rem;height:10.6875rem;top:6.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENNVqymzF74bbzpJZWgkCBbdH8xhc8od { width:11rem;height:3.25rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWMk9He7khS80DISTwiWTW8PPFxNJOZx { width:11.875rem;height:2.375rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBszvTm08XkZNNCOgAZhyrScVOnshOxG { width:6.0625rem;height:2.9375rem;top:15.5625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1 { width:14.375rem;height:11.1875rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJZkTuhL6xZlUkNTFxaPbuiei68EI7UI { width:6.875rem;height:1.375rem;top:16.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu7C0T8sAvtt7Q1T75m2TOU0dkLlzOmx { 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) { #OsnVxtU15IrndohER40s4J36DyWxMLPw { width:11rem;height:3.25rem;top:31rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiqy4IrIdeGJsT1f9D8X6ou73VCBXdQa { width:5.5rem;height:2.9375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS0oUBFXl6f8xKqXheLTDOnKoxMR8LrI { 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) { #VcH3DiqHAoHWdWagWcTC49sXMhk3t4HT { width:8.75rem;height:2.6875rem;top:25.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNp9Ob5y0W10OeQPETIU67x5Sf1FLgH { display:block; }
 }@media only screen and (max-width: 763px) { #sWtZnpbpC1wGTP0VnnOzeC6qQBSIqJag { width:8.75rem;height:2.6875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq56IJa8UpSszEsvuAMw7p6Wr5tFKqdc { display:block; }
 }@media only screen and (max-width: 763px) { #geisbBFOd1Cy76PcMqTdblrtFeTqXByN { 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) { #lsag3kcBEHI1h5CKxbT2wuNFpE7zW3OT { 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) { #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ { width:14.375rem;height:10.6875rem;top:29.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0CKIiwzTpT1i72UqOZwZ5zgstzc8gdS { width:11rem;height:3.25rem;top:31rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvWLK5OBqqdL0VDcTJieGx15bqVcyTqI { width:11.1875rem;height:1.1875rem;top:35.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT5CgxibtnFprKTxvyXuVw1zy472PxWQ { width:6.875rem;height:2.875rem;top:38.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7DAbEa7JvxgI0l2aMhtk8kCDeA2uROz { width:5.9375rem;height:1.625rem;top:39rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzu4RCVNLVrSDrS7tkqi1V1Dq16oUIU7 { width:8.75rem;height:2.6875rem;top:42.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMGqtWTBbAtXLXKzSpkqc2Ra4opLt3pm { display:block; }
 }@media only screen and (max-width: 763px) { #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV { width:14.375rem;height:10.6875rem;top:46.8125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5GIKcCkqd4dXcpoTSGutluotN0SX8uX { 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) { #tXixdTAumiNs8L8DadLxv43BCTGnK7Sw { width:11rem;height:1.625rem;top:48rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrtzM0JUFpbsP9JvL7zugAfc6xxfHP3U { width:6.875rem;height:2.875rem;top:55.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSbGeOuKMvy1PTvzlat3TR3I5wNzfLCr { width:5.9375rem;height:1.625rem;top:56.5625rem;left:36rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6sJ2SpNS2kpGSK2T9DS9e8ZZDZ8wkUA { width:8.75rem;height:2.6875rem;top:59.75rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc3eOQe6qdBX5H35mnJ271eIbLsBVTdk { display:block; }
 }@media only screen and (max-width: 763px) { #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6 { width:14.375rem;height:10.6875rem;top:46.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnINlepXH2qOgEriDT2fUkbaK5hIJodO { 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) { #PzNnnWtxepQO0d2JTBqtopnv3SUA6ZJ6 { width:11rem;height:1.625rem;top:48rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7yAr803Tae8pwuHNcTHZ5m0dNIZ7Zv { width:6.875rem;height:2.875rem;top:55.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC4mTDtTmDXSxDqdqrwN2HI2q2H5lT0G { 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) { #G0UxW6bkzJGb7Mw9QEMTQBr5czhE0L1H { width:8.75rem;height:2.6875rem;top:59.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1u7M0x3Az2HhQcLeyNuaF7q3gghgCpk { display:block; }
 }@media only screen and (max-width: 763px) { #Vtq2oOTpNaJg1PoBXFKxNQehry6HaTou { 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) { #TnHm1KoIrglb0mODPhP7hN58hgp9thUu { width:6.875rem;height:2.875rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqL2CM8uhn6gfT35ne33OQMX4eUxli5O { width:8.75rem;height:2.6875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zToPSlkTuFFCyAqrw7ATrFAXSKWQXH6W { display:block; }
 }@media only screen and (max-width: 763px) { #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ { width:14.375rem;height:10.6875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOTxBWuanB097n0llq5X7QTxXGeTX58 { width:11rem;height:3.25rem;top:8.375rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHyFwXH9TvVKh3EtTs0M0pfLMqUv9py5 { width:11.875rem;height:2.4375rem;top:12.8125rem;left:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJGqxUR3cnHKG3VixM0HzUFLpOer4bBs { width:6.875rem;height:1.375rem;top:16.375rem;left:13.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouSQxtvKGSqkvnDI6MtgfmTc4NIuZkJ { width:11rem;height:3.25rem;top:31rem;left:27.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT { width:14.375rem;height:10.6875rem;top:29.8125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv0xeaQmxVWJgDtr0oFXifghIh99LTTF { 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) { #CnRpMthuxo42gmRWJoBxywh2CIrxOKM7 { width:6.875rem;height:2.875rem;top:38.375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bguba0Z3kQDLbO6b43Gfwi79DVsHTDrI { width:5.9375rem;height:1.625rem;top:39rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eansvNPkZR9rTkINGCNK9ITCbl6VfyEr { width:8.75rem;height:2.6875rem;top:42.1875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNr0KF1JW3sPdARGU11as9z9BQILT9X { display:block; }
 }@media only screen and (max-width: 763px) { #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB { width:14.375rem;height:10.6875rem;top:29.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7mJJI6vJZcsE0tzBsE2UeQsHnK7RDVI { width:11rem;height:3.25rem;top:31rem;left:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMOyEMVpk6nTo7XqeN4NXDsBh7z5hQfE { 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) { #mhV7NmtL0Hl0L3it3dNUPrp3kPyePD7F { width:6.875rem;height:2.875rem;top:38.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFaboOepVXtpcJ2GsqppgtdP8yCWG27O { width:5.9375rem;height:1.625rem;top:39rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh5p4emsTMGuQq5U09GqXJNUeu0cuuRA { width:8.75rem;height:2.6875rem;top:42.1875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyxGm0TCaWErahqKUnENaFOTZKQpItbQ { display:block; }
 }@media only screen and (max-width: 763px) { #x86bo5Hu7KMBxdmW4OOpOvTXm4irQCQ2 { width:5.875rem;height:2.9375rem;top:15.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPudHdCE2i2lKe1lP2qp7T62BLHxciNO { width:6.875rem;height:1.375rem;top:16.25rem;left:6.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk8oTJETivPh1vPFK9pd7T2TN7Za6zDA { top:17.125rem;left:16.25rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #opQXut1qE26truSueOzGqa75eVT1dvn4 { width:5.5rem;height:2.9375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BowX7qPb5W2q7MU31aGK6Hc0dlTZgpsO { width:6.875rem;height:1.375rem;top:16.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ievWU4m4TscUCUAq6tTCT6xOt0XpVXw5 { top:16.9375rem;left:0rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl7TGfBUPt0vAwHUy70uDXi11UtNme6E { width:6.875rem;height:2.875rem;top:38.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIcXXxSJ5u8Z67RFomDkuG0r4TLq2i12 { width:6.875rem;height:1.625rem;top:67.5rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tk88Sl49UH2IaoTdAitUxKRer5nrJG01 { top:52.75rem;left:4.6875rem;width:3rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxwX89N5cTL3LqEPkFHanQeZBvoWa3n6 { 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) { #iOpSQhzHIdloncbbLyVDb5UWdVfgaOPc { top:52.75rem;left:4.6875rem;width:3rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gccHPmFVaKFrJCXEM83pATlXzrVcXwTd { width:5.875rem;height:2.9375rem;top:14.3125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZmhp4natTgd6A0Pgnkd2FcCoKdITCoO { width:6.875rem;height:1.625rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOA6IWvtFTLOHg4LrDXkkLFBth3d0bKF { width:6.875rem;height:1.625rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiG0oAw2eBuuOnxfr8X3M5KnpqtV0G2Z { top:19.125rem;left:0rem;width:8.6875rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToGuL0Jip8BnbAho8pe1kmLDoWZ6vUMs { top:19.1875rem;left:0rem;width:8.0625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGnKwk2ykfhtyasOpCQK3APyUuzkUGat { display:block; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UME3SwWWw4n5uH5QQlLFrRa8bgAZ7U1a { 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) { #NToJSuNWmo6CqLyNC50fvnqUklqMG6Sb { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd { width:14.375rem;height:10.6875rem;top:5.6875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqRUO5rDfqwO45TEkTSDmyEQgOPKrWFa { width:11rem;height:3.25rem;top:6rem;left:28.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6puDLAOd1XV8x4BfHrlufh1OR7ZC8M { width:6.875rem;height:2.875rem;top:14.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esG1WAuMcG77SzvUlbzRWMR4kOoT9c41 { 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) { #D9m9FvMqATvriF7cxJKsyUKroTAFnJUi { width:8.75rem;height:2.6875rem;top:18.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0XzW2tAeGumL4TPnRcihPSkJPt00pKx { display:block; }
 }@media only screen and (max-width: 763px) { #Qswkws4kCabwmqpIyeCGwNpz0vdBRk2i { 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) { #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs { width:14.375rem;height:10.6875rem;top:48.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA91kOPN6sTbubSA2oswwBlWmT7AcsUX { width:11rem;height:1rem;top:50.3125rem;left:36.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUh7dwKSTvgSynARae8ZWCpp2nL3Fc6 { 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) { #b7cxe1zlrE9GCLX3Bvy2Ez9Kn3gESAeQ { width:6.875rem;height:2.875rem;top:57.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5diumNmxE4JX1ZE2pv3DJ52tnIqT8vf { 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) { #x5ef5TyTmx0DU6DBTqlcMBhOBWCsf5ch { width:8.75rem;height:2.6875rem;top:62.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdWvxG6lsTBm8B9GlELganerCb497ie3 { display:block; }
 }@media only screen and (max-width: 763px) { #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0 { width:14.8125rem;height:11.0625rem;top:49.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Euug8XfgEidWgQWIfNqeXD3quKlbK3 { width:11rem;height:1.625rem;top:51rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhpADtdbsvKdMvXq763ZPSCLpS4V1cK6 { 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) { #M55a71y5XH081Q4u5H8oZuhusdMiVgpU { width:6.875rem;height:2.875rem;top:58.9375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkqgICy6mOFTdsokH2NGghdF1VgqtdfG { 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) { #ioz7rTO73rvbEGx9gdxS2dN3rrTtRoEC { width:8.75rem;height:2.6875rem;top:62.75rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXWZR3FEfQXrXVRalb3rZBOl8vreNvt { display:block; }
 }@media only screen and (max-width: 763px) { #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE { width:14.375rem;height:10.6875rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmtCJBVs0l324w6nBTsEczXgLM92GUqp { width:11rem;height:1.625rem;top:50.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6fPXUeFsrrvFRWCgaW35U56vzG3caet { width:6.875rem;height:2.875rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeqVhgdJab4JP3xpuBNvZEtByZXEqeam { width:5.9375rem;height:1.625rem;top:59.9375rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk4ffTzDvtEO8lmNzeD7C133SnLsqCkK { width:8.75rem;height:2.6875rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXMR9rvPLQbEuqzGTqSbkIC2SpxeX14 { display:block; }
 }@media only screen and (max-width: 763px) { #iX91ECKm2ykeVmNClloL71iKyyRIM6TJ { 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) { #JZI0R5q6sAISTFcB84BWH6bfBtlqkl1z { top:1.125rem;left:14.25rem;width:19.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sfGSPs3dFni2rzKpnVwcFgbgzFuHPH { 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) { #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1 { width:15.125rem;height:11.5rem;top:49.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULwpBNo9UiP6xeHWUdOq2JOc4fdNTeSy { width:11rem;height:1.625rem;top:51.5rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObpqCOWll9Vhzp21yWuZxI7ptAeV8gA6 { width:11.1875rem;height:2.875rem;top:53.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0VtCp3d1pbbZa9ddxRA3TDohvzrx1V1 { width:6.875rem;height:2.875rem;top:59.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXafhHGTO9cAm1GZ84TLdtdXKL9KNfZ4 { width:5.9375rem;height:1.625rem;top:59.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePGpEzRcd4KTDszevtdixTggPQpBgOQz { width:8.75rem;height:2.6875rem;top:63.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrdnAkXT6v7cvdOx04967DJByButiv7c { display:block; }
 }@media only screen and (max-width: 763px) { #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag { width:14.375rem;height:10.6875rem;top:5.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPZiiQTLteqe1AhTTEU5ZH3qJcT1762Q { width:11rem;height:3.25rem;top:6.0625rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1K3eTo77yMsagt1Qc4FeapuDfeq7T3 { width:11.1875rem;height:3.625rem;top:10.125rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obNUoUz9Qq6CwD06MKPFyzC5vcIeTXDx { width:8.75rem;height:2.6875rem;top:18.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #osZKcxfz8y96193MrauctInvxHBDEuRc { display:block; }
 }@media only screen and (max-width: 763px) { #T9sONBg59mAzdmPxSKUNM2EgIa9cOQaQ { width:6.875rem;height:2.875rem;top:14.8125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTrGUkQwGwyiO2fyik6c12XsHAnywyBk { 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) { #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv { width:14.375rem;height:10.6875rem;top:6rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiNR5M4prXF0bc5hiOR89Jk3ut83aba6 { width:11rem;height:3.25rem;top:7.1875rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atlaqhPCnlbZSg2fvnPgKDfQTRybvpyU { 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) { #LKWRo6BneTvRB8pSOKnDDwUb2dfLrCdb { width:6.875rem;height:2.875rem;top:15.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ovG5eSKFieN0TJ6PqGVwW3CynEVmRZ { 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) { #o8vtnSV8cBkdTgGSMAUkX3OVxKzrTp1z { width:8.75rem;height:2.6875rem;top:18.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7cQRMuiGTre2nB3drHkmoig4eeeTM98 { display:block; }
 }@media only screen and (max-width: 763px) { #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8 { width:14.375rem;height:10.6875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WySeOIqEC8eawSdwRoaCKCEnJll7J4L8 { width:11rem;height:3.25rem;top:6.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BskPu09tzE7fCdvzTTILbPadwZF6wkrb { width:11.1875rem;height:1.4375rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm6kUvtO19EpBsJOAwVeLtzSXU29VTnq { width:6.875rem;height:2.875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEmGvpnqgBgshhBT4BcTExU1zftmC66B { width:5.9375rem;height:1.625rem;top:15.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #US7bbzORhOsiyr6nLFukdiEExTAEOBTG { width:8.75rem;height:2.6875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFqVxvy6cTVZ6xQLb8tWCBXQBTQREbHc { display:block; }
 }@media only screen and (max-width: 763px) { #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm { width:14.375rem;height:10.6875rem;top:70rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsIbarZXU6RwC7aLFvukGhLdIy4aN7R { width:11rem;height:1.625rem;top:71.1875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBTcZkAew9dsKqBlZDl90PUgHNsbHbd0 { 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) { #g4novQ4pyu7vuKxxw2zwW8APfFvBNhUw { width:6.875rem;height:2.875rem;top:79.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnr2JEcs5OTbHoTiTMpA37JBxDP2cyTb { 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) { #LUQcXpf1px9MuiSQUEVToFvuLUqv6nla { width:8.75rem;height:2.6875rem;top:84rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #EirMoQiMaLPpIp4S3u3N1VzpLbHETwVf { display:block; }
 }@media only screen and (max-width: 763px) { #hnS7Jebpp4pERbDBiK107wyDM84Umf4T { width:14.375rem;height:11.75rem;top:70rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BauFXVTEOronDkyOdHNW9L07b9ERXrl6 { width:11rem;height:3.25rem;top:72.25rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTdxR0dverTZD3cF1XlwllPuSzaVTfo { 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) { #CF7AHdiPapeXr8917eLstlS2iFJefJd1 { width:6.875rem;height:2.875rem;top:80.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvBzXu04qBBt4g8BtdQ8hz3TQq1KMCQf { 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) { #RT2ppgxFDZgVyAV2k1TlkCgGRMbWs7EF { width:8.75rem;height:2.6875rem;top:84rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyzPXvnpaQOyrEcxPq26GNWanCp39OZn { display:block; }
 }@media only screen and (max-width: 763px) { #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f { width:14.375rem;height:11.9375rem;top:69.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwiO3boTSVhO4MgTdpVoldeoNTr54Gv { width:11rem;height:3.25rem;top:71.8125rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFkKKCiAnZU1XTLnfVViVT9xaTT64cWv { 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) { #ZsSd6KHkyPd8T7UMxvOFfQbSpeN5MEE3 { width:6.875rem;height:2.875rem;top:79.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTEzkauN5RFdOwNeeDUmP292dJorTcls { width:5.9375rem;height:1.625rem;top:80.375rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDupt0k04EUCMnVCFgywFWi3ZcTqK49K { width:8.75rem;height:2.6875rem;top:84rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bABpxrzdP9HMhb1wvaozeQPFucFHHFHp { display:block; }
 }@media only screen and (max-width: 763px) { #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1 { width:14.375rem;height:11.375rem;top:69.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDy8w6nQxVy7eRTcfFyQ2MBKTX2h9pvf { width:11rem;height:3.25rem;top:71.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEA8MHZ0E84do4y0LwsKH24rqIPS07mf { width:11.1875rem;height:1.1875rem;top:75.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er1ECLdI9SuxlobZIdfASRrMSu4Kwl7m { width:6.875rem;height:2.875rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9IoGVa9NSa40MN4xf4oQqQyfQxrm1w { width:5.9375rem;height:1.625rem;top:79.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8E6xQW1aqMnudis8GXWq7KgLwqFqeNx { width:8.75rem;height:2.6875rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHInJPMc2U5wcnOda4oe1p543Pa9PzL7 { display:block; }
 }@media only screen and (max-width: 763px) { #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX { width:14.375rem;height:10.6875rem;top:88.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaTP3lsKDhuLL5y6RyZvBBZqhdAFelGD { width:11rem;height:1.6875rem;top:89.625rem;left:36.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FRvvGebnvFBGBhiJo72UF9GZsf3A2S { width:6.875rem;height:2.875rem;top:97.8125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TukCe9FhA6bid1re1TtpZkWBxPBd3Vaf { 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) { #sN5T64xfw4rqpxkUnZ71hkJ2K36sp2DW { width:8.75rem;height:2.6875rem;top:102.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDi7vyIvzn0KU66sKGKplKPVOMww5mEV { display:block; }
 }@media only screen and (max-width: 763px) { #PMa4CQuhyrhsIbzKkG1ITUF2PhtaFR8x { width:8.75rem;height:2.6875rem;top:62.6875rem;left:13.1259765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqnUVJi6qyzHkv60GZE8eWcpODNxi9c9 { display:block; }
 }@media only screen and (max-width: 763px) { #kGpegBUezP0qHxMVi3TV0UQZWJMvUSL9 { 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) { #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo { width:14.375rem;height:11.75rem;top:88.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tft95Ekb9vGOt0WO40ByKkMWXBy3bzbv { width:11rem;height:2.75rem;top:92.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWkvp4F5DeHa20tCPuGsxterrQRe7iUm { width:6.875rem;height:2.875rem;top:98.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1U7uztOcPq2RmKNaSpokwtnHPuK1K91 { width:5.9375rem;height:1.625rem;top:99.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4WDAyI9yPrJOudK1OMlbnuiNUUWTRRs { width:8.75rem;height:2.6875rem;top:102.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA5wgHWHCQoaPrqRlupiQgWiC3qzHnby { display:block; }
 }@media only screen and (max-width: 763px) { #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS { width:14.375rem;height:12.25rem;top:88.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHKr5LG1xXHMNpCIbzy5BTGOz4kXME6P { width:11rem;height:2.5625rem;top:92.375rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE8OU36PGIFrTwBccFBUzPcut71BGSe9 { width:6.875rem;height:2.875rem;top:99rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIIwiR33g57xBw05J11x5XVCDoMWDoAl { width:5.9375rem;height:1.625rem;top:100rem;left:33.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtOsv1fVyAZuCtC0LxhcxrqEv0OL6oUy { width:8.75rem;height:2.6875rem;top:102.4375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUHLJOwZyN8801MMs4ZTPcUmyrmJpX3e { display:block; }
 }@media only screen and (max-width: 763px) { #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g { width:14.375rem;height:12.25rem;top:88.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNJ6JystoLqTDwmxg8UpGAGWkSIlEuTQ { width:11rem;height:3.875rem;top:89.625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgNWJfkJweIcOKST3zPflSxmcBJTS1Tl { width:6.875rem;height:2.875rem;top:99rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph1b6C5rT0Ub5gIndIwDHiliftsDyRs8 { width:5.9375rem;height:1.625rem;top:100rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DthqO7tXzflATbhLMmpoooMs0T35Tn0O { width:8.75rem;height:2.6875rem;top:102.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #VckJOoyEmKyckm2Kwvq76tlEVvU9uTJy { display:block; }
 }@media only screen and (max-width: 763px) { #rQOEN8oJtPV8SNakpTnRRSTWn0vmpuH9 { width:11.1875rem;height:3.125rem;top:94rem;left:13.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMPl348rGvGnJ4EdgTFAcUW0TqB7rN34 { width:14.375rem;height:10.6875rem;top:25.875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1vSggusZcPiJK1cepzorp9W4xmPl26T { width:11rem;height:3.25rem;top:26.25rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTwTJKSGt3HzbyyIfzypbOa5p4pXms3n { 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) { #SLbbuh6yLJmTFOTbn3VfqqJCDIGe1p8W { width:8.75rem;height:2.6875rem;top:38.8125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgvILQT3TrwDCH9IISKFTlcwpqaksN20 { display:block; }
 }@media only screen and (max-width: 763px) { #NSXEo1dMZcIiFACSsbB5X0XeFNG9WcIb { width:6.875rem;height:2.875rem;top:35rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeFqX2Asms5toIcRaZTgbbZtJE5Qx1eI { 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) { #pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo { display:block; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDZvbMxhoDZZbOQWua0oc1n52z2HboGC { 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) { #kygsiQbrXbf1CoDUSIWfQfMRlZh2wOrr { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZpnHqomAOTCrQscbrlf37veCfSTLJSa { width:14.375rem;height:10.6875rem;top:5.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHHQN9wHETe1Tr1VQrCuTG86UXcGh8Im { width:11rem;height:3.25rem;top:6.375rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMUOWVktUCngWct494ByBiwO7qyPkLAI { 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) { #WpX2yI1ifShrApIT2mWmwyRHTnIWIgTz { width:8.75rem;height:2.6875rem;top:17.9375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORWwBoODQg0UiefsLT4kCoTHKO0aPWRN { display:block; }
 }@media only screen and (max-width: 763px) { #t6K6DwOM7ivpnolIs8G45TyzIaiqupJI { 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) { #Asfio2y0i5cF2A8MzDvK6flwui1KxrHO { width:6.875rem;height:2.875rem;top:14.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2 { width:14.375rem;height:10.6875rem;top:5.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPaZBkeWNmf0cyZtCD6PdOu4WBnoNmM { width:6.875rem;height:2.875rem;top:13.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e70vvi85UdksVePNwriU0Ss69pglwlDi { 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) { #ISTxCvgQPLPudxSG5rlzdyq5L75p4pgQ { width:8.75rem;height:2.6875rem;top:17.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8CaPwx4sDSVDlwqyCx2VgMLDEGwD1E { display:block; }
 }@media only screen and (max-width: 763px) { #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b { width:14.375rem;height:10.6875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmhnkxBwnvTBO2KlhQAFSIh0TttAXtcx { width:13.125rem;height:3.625rem;top:9.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl3dt8WsHS6uO5i2I1czQtbUSS2EoT7k { width:11.125rem;height:2.75rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUkRVmZAtUN2mpABMG4wTB0Z5Q3z7Ll { width:6.875rem;height:2.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Hq06fsTnBQJM8Vyal3l2fs0fMvgG2K { width:5.5rem;height:1.5625rem;top:14rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSGwh0wWSgm2XAKwUp8Qn1O2BwMqwnGZ { width:8.75rem;height:2.6875rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEQTOfc9u9LONwwLLkGXqzVTixu0TsRL { display:block; }
 }@media only screen and (max-width: 763px) { #tSFKazJByvloeT7bbmqg7le0SpqzeNu3 { width:8.75rem;height:2.6875rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPl2TsqcOaAzb9WEZzK5GeQu5HvdTbWQ { display:block; }
 }@media only screen and (max-width: 763px) { #MVvny0IeEFtzFbUcL7nGJ4vkKfs6E2ss { width:11rem;height:3.25rem;top:6.375rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDKg5nynTX8A2uhDetTIb7oWQnALGqf { 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) { #TiH5Lg6xPV5235s5LuWQTFxCCCBTfdIO { top:1rem;left:14.15625rem;width:20.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwU6ZytKSopJGtEIKfsespeeyuT0q4wU { width:11.1875rem;height:3rem;top:9.75rem;left:36.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo { width:14.375rem;height:10.6875rem;top:5.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa49n1v3y5tn7DlbTuu5rX9peG3Jg5tz { width:11rem;height:2.75rem;top:6.375rem;left:36.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfFHwl94pwLyIZELRSkymJg2TTuIK0Ex { width:6.875rem;height:2.875rem;top:14.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKsCGwdQ8TSaM0FrqHTyEEWKyx7FKS9G { width:5.9375rem;height:1.5625rem;top:15rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXw49q6b8l2Ednw8TsWDEkxp7f5rE0tZ { width:8.75rem;height:2.6875rem;top:17.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9KU6pX9hboEbbFrkduda4bAsqN4MOHw { display:block; }
 }@media only screen and (max-width: 763px) { #p3I9ASubH2r77SMW27JQn1ec1ITsuFKy { width:14.375rem;height:10.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI4fZ2SnDq1v72tBHTEHumMZTzPUBvgE { width:11.125rem;height:4.125rem;top:27.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIOhnOZfPpDyyJIf0sVIxt5DnzFkByy1 { width:13.125rem;height:3.625rem;top:31.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUTo7PzDBz4qwDZ9B8VcJElRQhLB1GHK { width:6.875rem;height:2.875rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuqnnwKqLiJx7LZ3Stk9Iv2M6gUuh3zx { width:5.5rem;height:1.5625rem;top:36.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltIFdQCpIFzXZMu6Qxi6XVuocxhGJ6T { width:8.75rem;height:2.6875rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iysxx5VtN4bFSMR2PFPdluhuEvHNV8PT { display:block; }
 }@media only screen and (max-width: 763px) { #bOdCnQQePBpoFfGK1g8xtpB2Ui9IBDl7 { width:14.375rem;height:10.6875rem;top:27.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK39TtgIrwrRGbkP8T1TbvbQCeAQ3AFx { 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) { #ytsRcIhPFt2ShRTyBwRaWAEl4f1oxL2Z { 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) { #pb0CIkeHFyqZ8IcakEpnbK7lICxrpzyZ { width:6.875rem;height:2.875rem;top:35.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgVuLxblKrvp5ORZZEDZxmWukpIbqAM5 { 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) { #ZiSOGMbMqXg7uSOcrbOITR8T6zfC01xh { width:8.75rem;height:2.6875rem;top:39rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkVtKpEU2E2yn0w7qcwWqVPTbTmHpdpD { display:block; }
 }@media only screen and (max-width: 763px) { #b5a3pSXn4awqvw3pi4WJioha7OZUcfbb { width:14.375rem;height:10.6875rem;top:27.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrCrikHCi7Zrzo7Txb8V4eyQd86TQuvx { width:11rem;height:3.1875rem;top:28.75rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM5CsqfxHN8xVUNtU6hUcnGL61X44U6p { 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) { #nxwetOKKTyXLl9KqDx0cNo7dmT59ZiDC { width:6.875rem;height:2.875rem;top:36.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWgoX6gtwDLBXRcFZf4x6NLqhzFsiEkc { 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) { #t2f3RHdyKxFKFZUwLFQ90hXevJaufTiV { width:8.75rem;height:2.6875rem;top:39.25rem;left:27.906982421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6bF07LlLBxbJu80rSX7Ao2SgyZeWTev { display:block; }
 }@media only screen and (max-width: 763px) { #MS3c96LpZDv5FcXdrLEIDk6WvDQ4maQg { width:14.375rem;height:10.6875rem;top:27.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axwCwzhNKWqyChO0lxdzQy1LWJEqfvZE { width:11rem;height:3.875rem;top:28.375rem;left:10.515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaBqzz0zZJ9GT22nGu4moNKNJ2X3SUPN { 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) { #WVCNGI9xm8sZl8yI1GcAXf8VzTXGVsCQ { width:6.875rem;height:2.875rem;top:36.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1drsoBncJ5tU2xhXFwRZL19wmpIfA3f { 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) { #WfPZaBELzlWPf9T6Zb6BCcOmUkw5qEre { width:8.75rem;height:2.6875rem;top:39.3125rem;left:11.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhCJahVbNWwLl9pcx45F3vIvV9dBi1ba { display:block; }
 }@media only screen and (max-width: 763px) { #J80i2kFpfIIf7eR30GruyokJXEUBr6zT { display:block; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCcna4hazLcxrhomcfhm4lJdg4RWJmlc { 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) { #Bmie0Obt3HSHbmaBcEtrlthLD27MdABC { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmOh0UCNyrD33eylS9BTwWvzwllDyqHO { width:6.875rem;height:2.875rem;top:11rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u { width:13.25rem;height:9.875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLTHpbGOEkF4p15AvUZ8NCeEw6zgL7Gi { width:11.875rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS2kOEmtLywTJZgJKugf3q8W4SGDk53T { width:11.125rem;height:1.625rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4m0IkrC8TIfETKzyAPvPmuets37SLcB { width:6.875rem;height:2.875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4sFRetk2sBVkFyNtFyykEeZXP7LZR8D { width:5.5rem;height:1.625rem;top:14.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnT89k1niXTGy3iaSMZDCnqkU8tQn2FK { width:8.75rem;height:2.6875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwpDg14pD7IyHtyWaPE9kBt2JgIsziB { display:block; }
 }@media only screen and (max-width: 763px) { #d01ygP0Cl8ui4vd90gxu1mzGkxw1pvhR { 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) { #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz { width:12.9375rem;height:9.6875rem;top:45.9375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neVlko2CbQBTz9uKdaJN5EzKyga5GBhy { width:11.125rem;height:1.5625rem;top:47.6875rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwqLuifDSZv0U5hgIIRwrqbUzsTg12UC { width:6.875rem;height:2.875rem;top:53.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOzZG0epyrZnu8z1GAUhTKT21FFTqn5 { width:5.5rem;height:1.5625rem;top:54.0625rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzyXXxoC4KDkbQfSpG5OWbfNuoBzTgeT { width:8.75rem;height:2.6875rem;top:57.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #AATzHXSWPc5vGAlAqmeBpTlETvmbAIPI { display:block; }
 }@media only screen and (max-width: 763px) { #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT { width:13.1875rem;height:9.8125rem;top:45.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSnTmszR7FSXKeSOdcQFlcWeVr4pxAd9 { width:11.125rem;height:3.1875rem;top:48rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oaaec10xbFhDWB7fpCLNgqumiyTwcIeP { width:6.875rem;height:2.875rem;top:53.75rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDrA6NAiklMaZ3hBCQIk1Ihxgx2Tx39H { width:5.5rem;height:1.5625rem;top:54.3125rem;left:35.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7uuKpcCdDc511xmrQ1artMQhA4ANfTx { width:8.75rem;height:2.6875rem;top:57.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPF2WNwGbrxhKVZ5NfDLK1x5cTwXVdio { display:block; }
 }@media only screen and (max-width: 763px) { #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE { width:13.1875rem;height:9.8125rem;top:45.9375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRBLt0n8WtLlyE5IF39LugGxsH0N36Ac { width:11.125rem;height:3.1875rem;top:47.9375rem;left:18.28173828125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDfbDqrDJiiXzblPodT4cDGMe3kkiGq { width:6.875rem;height:2.875rem;top:53.25rem;left:20.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu7Laa3nnW7fLe7qt3lSc8FNn3FPQ4TT { width:5.5rem;height:1.5625rem;top:54.0625rem;left:21.093017578125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMsO2MMerT90oCcuu1Jz1TlVid4gazfV { width:8.75rem;height:2.6875rem;top:57.875rem;left:19.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMQStWyxgUC61QnIX6T2LfsA3TSDWiWa { display:block; }
 }@media only screen and (max-width: 763px) { #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3 { width:12.8125rem;height:9.5rem;top:45.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhaoPlUGfCWb8Brcf3oBi09bvIUUlpOX { width:11.125rem;height:3.1875rem;top:47.9375rem;left:2.687255859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTrlpPR55NdK7QsyBMaFnpLbUw5yIICO { width:6.875rem;height:2.875rem;top:53.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5mtoaTwTWAGxhRLwSmIb0TAohbWvCGp { width:5.5rem;height:1.5625rem;top:54.125rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQz6iznRKO1mV61VnxMrVXOW7uvWwTPo { width:8.75rem;height:2.6875rem;top:57.75rem;left:3.873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESoFiBtC5ulToEbmvk9inDTQ2AdLD8J2 { display:block; }
 }@media only screen and (max-width: 763px) { #gab3HtrxrXQk0iGTbekiKvJUWw8GA2NQ { width:8.75rem;height:2.6875rem;top:15.125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #uP02Rzs63k36qlyJAN79RK32ToA81DF8 { display:block; }
 }@media only screen and (max-width: 763px) { #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f { width:14.375rem;height:10.6875rem;top:4.75rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2kVEvBo893Jzn7sVuRMciG467Qh5dEe { width:11rem;height:1.5625rem;top:6rem;left:33.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WencWhFa69TUmO1bhLzTJBAPhOxo9mFM { width:6.875rem;height:2.875rem;top:13.375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHUmw26E4NRTC7VyiWeppki1C2TVNBnz { 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) { #kmCZtSTCOczgxEInRoyCIeWP4FmiKSck { width:8.75rem;height:2.6875rem;top:17.375rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqdQXu3GphEedhk7JhB97Cg6TqgvZKW { display:block; }
 }@media only screen and (max-width: 763px) { #kPyFHlcrM7N30SHh3nN3cBdQ5T9TwuNU { top:40.625rem;left:14.625rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTPw9gQZRXJxo6VGUxbnTqLSkhy3U5dD { top:1.3125rem;left:0rem;width:18.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk { width:13.625rem;height:9.5rem;top:5.375rem;left:1.7686243508522rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTILC3etqhPeQevnUTWAkVgpgTdRHWe { 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) { #Asp79A4pDrVWQsq5oS74t0ZfQKb7D66F { width:11.875rem;height:5.1875rem;top:7.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fypvJK1xQVVzJq48i22gTMSwGoscZkTA { width:6.875rem;height:2.875rem;top:13.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc3GtGB18fEzCRZxK8PVyooAGzSvN4Og { width:8.75rem;height:2.6875rem;top:17.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTqRQyTPvPC5oIar52HpB6EGVh1TTtQ { display:block; }
 }@media only screen and (max-width: 763px) { #KZc881Puc9wsJGTE5E6420yslr3LimBu { 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) { #K5AmMcArdAn4lVzE8IiOaTWQ1nVpX4LO { 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) { #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT { width:13.4375rem;height:10rem;top:5.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbJ4tzgKPZp3i2MyL460GTTfItQqFBEp { width:11rem;height:3.1875rem;top:6.375rem;left:36.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8qqcDTAmW37PJlsDysoZiruHzV3bliw { 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) { #rhcdyVtJpS6Z3mNDPtpnDLDgROsrROFa { width:6.875rem;height:2.875rem;top:13.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoueJJea1L81746pq0PmXfQK22bm5h7 { width:8.75rem;height:2.6875rem;top:17.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFaczcbPoHZKhllJ7tphHWTIKlWpMP0c { display:block; }
 }@media only screen and (max-width: 763px) { #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF { width:14.375rem;height:10.6875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OO1sWLQMeRFoaMeOEK3fkWLfwrOJ7uAN { width:11.875rem;height:3.875rem;top:8.5625rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW { width:13.8125rem;height:9.625rem;top:5rem;left:17.0891819081rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRAr4FNBD97sBJX1DtWtG0sPq6Ew29sc { 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) { #fZMlyqnXbrDzhnwzFy44Ss0HoRxNGto4 { width:6.875rem;height:2.875rem;top:13.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R66tSrePnSxBH8K7tBQorKUyZ4ZhswXz { width:5.5rem;height:1.5625rem;top:14.125rem;left:21rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyRcb1WPfWRn6RqcXnhsK23whKt35RJe { width:8.75rem;height:2.6875rem;top:17.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ9UkPhsvmBbfBgeZOGK6skzDttvtHy3 { display:block; }
 }@media only screen and (max-width: 763px) { #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN { width:13.25rem;height:9.25rem;top:23.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8mE7IPQHI2NFWM3MtSU8MySH5u6KpM9 { 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) { #i73lSTnBeXlVCr4mVqTGJ3f0sm3r3pky { width:6.875rem;height:2.875rem;top:31.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnVylz65baCXnwBU3lgLETKwaqRr2kol { 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) { #XgGuHqTdTvs10AtayIIewn125WMIrLaT { width:8.75rem;height:2.6875rem;top:35.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3RDvIdFTkBIp5ATMKg82cFTekl0CbB { display:block; }
 }@media only screen and (max-width: 763px) { #TDzptLBNbasXdCf0hEtm4vgc5FO7rini { width:13.1875rem;height:9.1875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6IZ0f3QWugiqEsPrs6Jp5WmKWeKzzdR { width:11.875rem;height:4.375rem;top:27rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSnlCR3r9WbCex2zpCMs8t5vQycOekH { width:6.875rem;height:2.875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUdKpH9PceTrm0NTQe1ioQbi9L0IwCr { width:5.5rem;height:1.5625rem;top:33.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyILlCv5RFTi7hRqtx5eXULOBTtHfqyM { width:8.75rem;height:2.6875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWduOUn6ONzQ8lQqkGmEK4HqTA9lbXSR { display:block; }
 }@media only screen and (max-width: 763px) { #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi { width:13.625rem;height:10.125rem;top:22.375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy3bgPTLtMUs2cmvmcESy6DTK0PvPC6q { width:11rem;height:3.1875rem;top:23rem;left:36.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIeUZOMEWWboUnwE3l9Xgsr2w38H9TMu { width:6.875rem;height:2.875rem;top:30.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09eMVT2Du52Zl4MqRhooN50uvyHNMFE { 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) { #r851RHpo2qIuCKB75swvIaTaTX7T9gq2 { 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) { #zNLzN1lCGIkyee8T91XXdJMTNAz7A89n { width:11.875rem;height:2.875rem;top:26.75rem;left:35.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJkvnygggHMy6WbLr8WGwh0wWAxyrk6 { width:8.75rem;height:2.6875rem;top:34.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHGBiBqybyh9nWDU9s5bCyNuGRt3fvMk { display:block; }
 }@media only screen and (max-width: 763px) { #Lm5bI8zlwMM7FtAGSedbqFl9zhXoW7Hy { width:12.8125rem;height:9.5rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElF6QUoZ3C9Dn7Lxer9docd26uD5iWyn { width:11.125rem;height:3.1875rem;top:48.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATc6xI9PE1ClJeO32pubWDandrUtMWUq { width:6.875rem;height:2.875rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhEZuWcvJyeGTUIOTcqGm497KF9btHa9 { width:5.5rem;height:1.5625rem;top:54.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUZi1f5SezdXPDwclurLzW6WNvi6DaAz { width:8.75rem;height:2.6875rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdLZP4gMb8RvolyWPCTn7Q3EiNbJoWrK { display:block; }
 }@media only screen and (max-width: 763px) { #nuxSWBxElJhXUmAp7iUAWgDv7IVUbdr4 { width:13.5rem;height:10rem;top:64.75rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8PVd3dAyTnroJe7cfPqwZc9AJEPTK7g { width:11.125rem;height:3.25rem;top:67.9375rem;left:18.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM36EzhEgos4Vi07MQzfuk6frrZriJx4 { width:6.875rem;height:2.875rem;top:73.0625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1tda4AZne4rnKCkkubn4iiQOcLqpJxs { width:5.5rem;height:1.625rem;top:73.75rem;left:21.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1iwRowBenmAkEkuo0qDPDkKT6uz6oB4 { width:8.75rem;height:2.6875rem;top:77rem;left:20.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgi3ksKQr9R9Q6RVog6r8t0CN5LKbNaJ { 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.9494625rem;top:2.3856334686279rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:20rem;height:7.347625rem;top:5.2470703125rem;left:-0.0322265625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:11.624375rem;height:2.68663125rem;top:27.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:11.624375rem;height:2.68663125rem;top:23.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { width:17.5rem;height:8.6870625rem;top:33.745677624512rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { width:18.75rem;height:7.061625rem;top:14.80924987793rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { width:16.5rem;height:3.75rem;top:30.811525rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block; }
 }@media only screen and (max-width: 763px) { #DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:16.1875rem;height:auto;top:23.4375rem;left:0.65625rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:16.1875rem;height:auto;top:23.4375rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #QgiGIU0agU4heTVRaMvTFCkLcM8vVBTx { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { 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) { #xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { width:20rem;height:12.59278125rem;top:9.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqWpp6IsTIc6anbUEoHGRsKTDxSTlVv { 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) { #DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { width:17.5rem;height:3.4375rem;top:133.6875rem;left:1.1875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block; }
 }@media only screen and (max-width: 763px) { #lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { width:17.5rem;height:3.4375rem;top:138.375rem;left:1.1875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block; }
 }@media only screen and (max-width: 763px) { #Z23Xv2thMU8spLCAwSKksVGhpy1d1M8y { 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.625rem;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.9494625rem;top:1.5852870941162rem;left:3.8422308564186rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { width:7.1875rem;height:7.25rem;top:5.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnTwwO30SR0e4fgdneOFVupEEEgywFM { width:7.1875rem;height:7.1875rem;top:20.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { width:7.1875rem;height:7.1875rem;top:5.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { width:7.1875rem;height:7.1875rem;top:20.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { width:7.1875rem;height:7.1875rem;top:12.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { width:7.1875rem;height:7.1875rem;top:12.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { width:5.99935rem;height:3.57421875rem;top:7rem;left:11.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { width:5.99935rem;height:4.875rem;top:6.375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { width:7.5rem;height:4.875rem;top:21.75rem;left:2rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { width:5.99935rem;height:3.57421875rem;top:22.4375rem;left:11.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { width:5.99935rem;height:4.875rem;top:14.1875rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { width:5.99935rem;height:3.57421875rem;top:14.8125rem;left:11.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { width:7.1875rem;height:7.1875rem;top:29.25rem;left:10.875rem;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:44.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1XF3m95zeGnPT147iCcCMTRGFUfCog { width:6.9998125rem;height:5.1181625rem;top:29.5rem;left:2.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { width:7.5rem;height:4.875rem;top:30.4375rem;left:10.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) { #dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { width:5.99935rem;height:4.875rem;top:37.125rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5qAluefVugVwFKCie8ZLkTowsE2eiF { width:5.999025rem;height:5.361325rem;top:44.8125rem;left:7.1875rem;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:37.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { width:5.99935rem;height:5.361325rem;top:38.125rem;left:11.9375rem;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) { #QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { width:6.125rem;height:4.4375rem;top:30.625rem;left:11.5625rem;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:38.75rem;left:12rem;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) { #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 { background-color:#ffffff;background-image:none;display:block; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { background-color: transparent; background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { width:20rem;height:260.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKPnWU1AimI9G4tQTkARJBil3Jzh9K0a { 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) { #svk22avPUK7zSgempfQ7aIuREVOtkg8n { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { 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; }#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.adaptive-delivery-prevent-bg, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyload, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gvaqh5tpna0ucwFvC1kfgKNN2uPKsip7 { 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) { #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ { 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; }#L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.adaptive-delivery-prevent-bg, #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.lazyload, #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T7l4Dhoh1BlPDnMKuKgU2e5iqMfX2hov { 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) { #IZSehGpRxTOnEFGnxgXMFQ4BTdywV2rB { 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) { #zrt1MdAIA0BD7Ny6gyCueiiOy5yW8dzD { 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) { #o6Uez2Seh0oZnoaHksCX9JnK5IFpaXOc { 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) { #aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { width:11.875rem;height:2.923825rem;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) { #SbPCPaZ0yuVJCqkgpHJfasyoH03g4CoQ { width:10rem;height:2.923825rem;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) { #gmTXd20Ve3CeIcEr00syklh2KbBHJpZu { 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) { #fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { width:8.75rem;height:2.6875rem;top:17.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #ViPuxDZMxNBNkQLQ18p442XVgVumBhXA { width:8.75rem;height:2.6875rem;top:34.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF8Oliev3QcPGEysxceCrfN4uMWgn5zu { display:block; }
 }@media only screen and (max-width: 763px) { #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST { 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; }#Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.adaptive-delivery-prevent-bg, #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.lazyload, #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fgeSadPOVZJKMBnR47m26aEcFB5RhPnw { 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) { #PLt1hU2i6NL7CUmw1Qvx2peqKrbKQdlS { width:11.875rem;height:2.923825rem;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) { #ZasAR3wKTPnLcnLGeJdJL85C5hfsxLp4 { 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) { #ghpIpDsixJHCcCSPz6D7m645QxOQBDcS { 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) { #qQt7KxW4isTdHrisEfUF32g8GuWy7NC3 { width:8.75rem;height:2.6875rem;top:66.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7OvvHV4DQGyvlJVq8bd2kOXlCJBHTOd { display:block; }
 }@media only screen and (max-width: 763px) { #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM { 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; }#sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.adaptive-delivery-prevent-bg, #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.lazyload, #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cWxD4btzAalWOD3sZs10K1sHrSh3rTP9 { 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) { #bveNOdgvfSMpeO12ktMdd7xgvZR6hCx2 { 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) { #c3QURi01oBO62pyVTS7oSsm7PUOED8aI { 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) { #Kk9kFfTCX0NDM2RdwmuhR3D97ziqg09F { 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) { #XdcSS0vtpnfPTlFltqykATqzm9mX46lu { width:8.75rem;height:2.6875rem;top:116.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQbRazzbDwvzpyetcI2gncUPBEGQ28BU { display:block; }
 }@media only screen and (max-width: 763px) { #zB8txuiNmivlFEo6xFxlMbiFyz7b6x8s { 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) { #KOhakoBz9P4g8TFILOHkmJN5VLNZBhyV { 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) { #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i { 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; }#CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.adaptive-delivery-prevent-bg, #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.lazyload, #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VTNbR5eXJkMKgGnMZNbOKcBetb9G9Rp5 { 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) { #sJo1a9MvgSPdnbJyCoAwWZXhCM6Lgk2k { width:11.75rem;height:4.38574375rem;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) { #qwu6sghOXQ6u5XuBauWKL1mEhpUvqIUU { 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) { #NoQDkLdkJcZD8KVlfd1PndfDBp2ZSiTe { 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) { #o4xAtcD4v0ma0v77F1Pr7cfQuBRDMd8r { 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) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { 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) { #akuCTi8tU1ovvPEcErqk7b5dTqRhcpeu { width:8.75rem;height:2.6875rem;top:98.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okyPHTP4fr7R1F050ZMzPii8IN8BKC3B { display:block; }
 }@media only screen and (max-width: 763px) { #fnykHGEDghRWsXJSylLySQna6o9ClvKq { 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; }#fnykHGEDghRWsXJSylLySQna6o9ClvKq.adaptive-delivery-prevent-bg, #fnykHGEDghRWsXJSylLySQna6o9ClvKq.lazyload, #fnykHGEDghRWsXJSylLySQna6o9ClvKq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bT0BUt6ty5xAeoqwD4UkENp1XnfVIvtm { 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) { #TNbTeZFSuvT4zmCNsiNpm1NLAixytnTN { 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) { #iyb8LFAhBsyfHbQ5W7uqwGBUNfntF1fv { 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) { #gXVNxPkE40WFVi8EG7QCutJDf3rmzLhK { 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) { #NOTXlGNCwtibxQ8ttCQOuK8mWedT37W6 { width:8.75rem;height:2.6875rem;top:82.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZr2Cfg0miL3DILFiZeZBtF5vnZFq92q { display:block; }
 }@media only screen and (max-width: 763px) { #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF { 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; }#SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.adaptive-delivery-prevent-bg, #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.lazyload, #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qxLHQAwaFWgurbepGSP2aE9MeybnDJs8 { 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) { #BN1SDMmHNCr5SXQQT2X2Th9OOWS6D4cg { 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) { #yGuDMtuo0R3wTRKkrytklzGZzVG4p0xb { 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) { #TDweqfnGnZfSIan0IXwnMNqs7KXSMgRA { 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) { #NKfGXZKM1TxnufCdIbM3xzImNmrTwwHC { width:8.75rem;height:2.6875rem;top:49.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCg0QS2yDxSxw8qdgMqoohUALm2AychH { display:block; }
 }@media only screen and (max-width: 763px) { #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy { 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; }#wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.adaptive-delivery-prevent-bg, #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.lazyload, #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TnlmSPTqNbhGP0ngFeZsUVgEzHmsCdKh { 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) { #xcZxvS9604VhVdD6QMNqA0qxfiXEVNOd { 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) { #E1VDU2va6ZX25LkxCVIAVGxzk495gSaF { 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) { #PCoqHKWkwlD8nEasvQyIEMUULmOaudpX { 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) { #rviwQs17KZxNCudWATzkqpO1iwanXmc1 { 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) { #nDU2bq7VzTMXPsyD0tESWBvN5VTk2twe { 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) { #EKN7apx8PNsvRcgz5GOZLRy04VliP9A0 { width:8.75rem;height:2.6875rem;top:133.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEpioFSQlqZZyfwmZzGcogwLfQAK7TeW { display:block; }
 }@media only screen and (max-width: 763px) { #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp { 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; }#JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.adaptive-delivery-prevent-bg, #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.lazyload, #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Un5WGqAe7X1Hh5kTHqBAHbtfcB7TXC6B { 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) { #iUQ5k9VXCslrTAe5I8KhlcGN367y5Xf6 { 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) { #r2LTVTbnJWqBpEBHe1ap6TzMTOBnvIyO { 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) { #yHKt7TsqODkn13iKaCgxcTCI9HzIOoQB { 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) { #eQKe9OaMiT2G4az2Q8qd5NUnPSshNLrM { 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) { #QoiBzfsN1W79SkBlMlcW9xK6Lsd3OTEr { 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) { #RyKAVL2AuZ6TUCtw9e0AqORMNodsvfob { width:8.75rem;height:2.6875rem;top:149.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khp2CIQmmwF6rbglCVtDx6Kq3wX5yGdm { display:block; }
 }@media only screen and (max-width: 763px) { #V8t5vDqwndnd2hSnNvZJikWU0Z7z6iFK { 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) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { 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) { #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV { 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; }#c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.adaptive-delivery-prevent-bg, #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.lazyload, #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #s8HlD0v3oDIQD5iyCdw5H249XfrLHpkd { 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) { #yAlmHpTDcQ4ytN0ZEhDK78Gk1D4RWaPy { 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) { #zxKMk8E5RDDN7kBQlaAcVNJTSHHDIfOu { 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) { #rVng9evf0SlROD1BRS5ycovA21g07fKR { width:8.75rem;height:2.6875rem;top:219.0849609375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTdi9Tciimn5akea9hUHEc98pnfcckHR { display:block; }
 }@media only screen and (max-width: 763px) { #TSeqycV594etfhTWA49VrbF6WSAiITN4 { 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) { #v8h7fG0IFstnD9uVxfNSVfMS4p2OibsG { 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) { #va4QqZDqB3goXZQz5n2MSJTdHDdepmTN { 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) { #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK { 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; }#xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.adaptive-delivery-prevent-bg, #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.lazyload, #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y6IHtm9bLTFRny5P59Vx2840ZUnLStGQ { 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) { #hx8NxD2wayVP8fQ4zx74NrypIzwlBRTx { 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) { #LAAsRm97yCsURn54zkhVDbgFz4Bhxy1h { 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) { #rnE9ctUrXCMZhdCueoGlcSNGk70FLatI { 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) { #DEZdILEKsqXIbgTtF5aZIfKXaulkzoIv { 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) { #UW2ENZDGkLD693D19dFRnf3AxtxdcemR { 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) { #eER4UgkH7yxSpmS8cXMbmE9zqGbVLv39 { width:8.75rem;height:2.6875rem;top:183.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7BHCZ361iOOy5hlhpatt7DxKCoJ0qpc { display:block; }
 }@media only screen and (max-width: 763px) { #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC { 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; }#hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.adaptive-delivery-prevent-bg, #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.lazyload, #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uhuHfx3ASSvLSPDoUvZcSRIgsO1LlLUU { 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) { #mFeu3p9PU5kfus8W3bMcmAZkiXWAQX11 { 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) { #cknOid0GlmL2oJcnBhUrLHQHJDQkZ0F7 { 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) { #gri78w4vQwrP5xVVCxxvBTVpdQFMqBVO { 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) { #FuagRVwUJIypRo4XHVTU5N3hFlM8bFCd { 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) { #EsmVDd2TUC0acT2iBa40U9bnECVerFPT { width:8.75rem;height:2.6875rem;top:200.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcaMvI2EyUU47569UbG6WZGqfpmo1gsI { display:block; }
 }@media only screen and (max-width: 763px) { #Ww8QvUdmT00b2s9uEs78g7bJkslGiyE7 { 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) { #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU { 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; }#rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.adaptive-delivery-prevent-bg, #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.lazyload, #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uyfzeP0w6xdIKo4JrkkIt8Nm7MhEZIBZ { 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) { #abDWzhgBm08xO7H4WgLPUws48ImEThEJ { 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) { #ccQBiT66K3uxrBsaL1SSAmpEQwITMVgS { 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) { #tgtoWDMJ9GqXikxSvosNeVT75r3DmAg4 { 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) { #D8VVN2yiQ1oRfw3otlnsEZ0XTPh4bcPB { 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) { #UW4wsRysBpR5oHF5p2d25qCyUaQXSQaD { width:8.75rem;height:2.6875rem;top:273.9716796875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsePsTTUqaZkIHk6F5300SBrETAh1EQQ { display:block; }
 }@media only screen and (max-width: 763px) { #sbOI5ZgxowP4ATodtOQnJMRcbXIa2mw2 { 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) { #KpmkI80Mlenau02BzbnsosMmOKR2QGTq { 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; }#KpmkI80Mlenau02BzbnsosMmOKR2QGTq.adaptive-delivery-prevent-bg, #KpmkI80Mlenau02BzbnsosMmOKR2QGTq.lazyload, #KpmkI80Mlenau02BzbnsosMmOKR2QGTq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KUG3cfEbdlPaInDtKs7g8TTdHroVsIbu { 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) { #Ed3beXaeGRS8RJJmVibKGu4lfJ5IEW6F { 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) { #QPmJB7VaAbMqNyMM6m3JRHmkW9yBsV8P { 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) { #PVm8yDTo2tUsDRAyRmVzIF6n7vfzTQoS { 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) { #eECLFd4ki4TXiOtnhwD4dMz7rBcLTACb { 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) { #PTtuIQkttd0kle1UP7X7TKs69v5nHwri { width:8.75rem;height:2.6875rem;top:256.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqRJ2ApRRCtlotlE5isH8VLGiVx81o8e { display:block; }
 }@media only screen and (max-width: 763px) { #dW0FkkkgyDcF3xrPpy6d28ELRPDollAu { 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) { #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ { 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; }#wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.adaptive-delivery-prevent-bg, #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.lazyload, #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nn9L1T8LPtBAI4hWzJv8GDDzmophOfcr { 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) { #vsQrXL3VNAmIXc4cPV66uM2MMMJhwPyu { 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) { #x5Otu3FghUA2K89TtmlOFmu4t5DLi7Id { 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) { #CcXdqtUSUzzBv6nIECb8TUhrTKJSoWD0 { 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) { #ze44gABV7FZQWAw7kJGAxwSLkxbwIkJD { width:8.75rem;height:2.6875rem;top:237.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf6Iwi9AxuyZ0QlhwEQAxn0U5Mhi1eob { display:block; }
 }@media only screen and (max-width: 763px) { #o2u9GtbP3yAuQ8v413SGgnH2NFKkQeiB { 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) { #xbTigeGkg9My38kaaxeX4hEhN6vvyiga { 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) { #mssT0D5B8TDtdIZ1LStrigaXyfJpLAJT { 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) { #RhhfRfqZOwsXVDmxgm9lixA0Wa90ALRt { width:8.75rem;height:2.6875rem;top:166.5rem;left:5.625rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #MccAl2VHSdivSp9No2iGbLgDLvxT0Mch { display:block; }
 }@media only screen and (max-width: 763px) { #dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { background-color: transparent; background-image: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container > .video-iframe-container { display: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row > .video-iframe-container { display: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .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); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfpeZgeJAqnRkxLhuAkUEVxnFMNpgn4f { 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) { #lQanB6Rna42sAxD02Qds5JyHESPlVZCa { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzTA9tRONJe8WmA5TE1bnLkhUUwGz9DI { 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) { #zXkbW3FKnGG0kLXa49mxE691buQLMRqV { width:8.75rem;height:2.6875rem;top:134.25rem;left:4.5rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #F467pCm4IwHpvg7CBoWAfKMTWvKnlrVa { display:block; }
 }@media only screen and (max-width: 763px) { #bVlQwaJegqWiAaLXxS8WNyR98cJvMWwn { width:8.75rem;height:2.686525rem;top:64.5rem;left:5.8125rem;z-index:100042;display:none; }
 }@media only screen and (max-width: 763px) { #td1A7tX31aAR8INh98GJK9cSgHHha24a { display:block; }
 }@media only screen and (max-width: 763px) { #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD { width:14.375rem;height:10.6875rem;top:22.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; }#CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.adaptive-delivery-prevent-bg, #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.lazyload, #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fCIDQgTHXxxekNQPyFRPmyX4pzSqx5td { width:10.4375rem;height:3.25rem;top:23.1875rem;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) { #KTkqbOhVs9wJm9xlK67TohmZ1aomHK5z { width:6.875rem;height:2.875rem;top:31.1875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JPMTnXnIDviPH1fHADDVHP4BrxwI8qZU { width:5.125rem;height:2.5rem;top:31.375rem;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) { #qv6Fx0432Te746uxTypST0tbz935GTTa { width:8.75rem;height:2.6875rem;top:16.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3QgnPJMXguiLlaFk3A83loR8Ri6SSir { display:block; }
 }@media only screen and (max-width: 763px) { #A6dP9TOc6qbDRQcxhFmZo6hLcuSql11k { width:11.875rem;height:2.923825rem;top:27.75rem;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) { #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE { width:14.375rem;height:10.6875rem;top:5.8125rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.adaptive-delivery-prevent-bg, #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.lazyload, #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a6SBu2pew2b7588yeZg54vSXCgB4qWQl { width:10.4375rem;height:1.625rem;top:6.4375rem;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) { #Da5BtZGryr7ISyO29r8wMLV6aAhqtiS0 { width:11.875rem;height:1.4619125rem;top:10.4375rem;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) { #eAwwG2a74TFc8J2Uze7Wuup6ndmX3bWC { width:6.875rem;height:2.875rem;top:14.5625rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WSKTgrRIa1UsQKkt9PlOEzp9Eaz5IO9l { width:5.125rem;height:2.5rem;top:14.75rem;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) { #as087ToSVvB1kbVaIGlXvz39TomAUEhA { width:8.75rem;height:2.6875rem;top:18.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ircaKMtFTxa9EOM2pK6fb31eIIIC1QBp { display:block; }
 }@media only screen and (max-width: 763px) { #iXiA6LOmCDZstK4ev1lnTvEAB2lUBra1 { width:8.75rem;height:2.6875rem;top:34.625rem;left:5.625rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #bDukTwIzKPWNvGQOUZFQtyLK2knoGWFe { display:block; }
 }@media only screen and (max-width: 763px) { #oIG6eA6Z7mQBcZf89oqphcLAm2bnIWoN { 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) { #I9S45cs0lKpMWigP68Oq8N5ptdwUu6DQ { 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) { #p6MOtDE9ez8WIZo2Uq0epC1uJ286ShzR { width:12.5rem;height:2.51855625rem;top:0.125rem;left:3.75rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG2O8R4hXEnBxRBBkmTXJkSAqyMgNQ0H { width:12.5rem;height:2.51855625rem;top:1.6875rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y { width:14.375rem;height:10.6875rem;top:38.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; }#HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.adaptive-delivery-prevent-bg, #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.lazyload, #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tioKUsfk2FUV1TLG84MmfSIRHltBME4c { width:11.0625rem;height:3.0859375rem;top:39.3125rem;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) { #Wm5I0gyR58qcTw5ifle544PXR8W1wmn7 { width:12.625rem;height:4.0625rem;top:42.5625rem;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) { #xQ86uboM8H3nvmEz3VVTqekOiUtnipTO { width:6.875rem;height:2.875rem;top:47.8125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XyqTiWuL42XxgKHtDRDoEitWM69mWgR2 { width:6.875rem;height:1.625rem;top:48.4375rem;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) { #llRv8pmlshJSFPwPOVxklqfOQrtWfvwX { width:8.75rem;height:2.6875rem;top:19.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c65mCHZmLv8XP7LlVV9sZFvLWsVHtgl7 { display:block; }
 }@media only screen and (max-width: 763px) { #GgnzumDupSl7WzoGCM8rhTzF45tzUJfn { width:7.5rem;height:0;top:139.436525rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #K1TQkxtNkBqDxPgDGqgJ7Hm8fuy9hJyr { width:6.875rem;height:0;top:141.905275rem;left:6.5625rem;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) { #EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { background-color: transparent; background-image: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container > .video-iframe-container { display: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row > .video-iframe-container { display: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .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); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { width:20rem;height:249.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZWuHGWysDJLqKzssNs60BaHuTXRQ5N1 { 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) { #lKzsGGQS2xATcfN9iL0mlFMLud2edUnT { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo { 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; }#oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.adaptive-delivery-prevent-bg, #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.lazyload, #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rmVI5LUzf5cpTHOcQfiXco3iZKt4ILg5 { 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) { #MD1bLT3PRsKLO44CAWqElzAxAB6ZOvzg { width:11.875rem;height:4.38574375rem;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) { #TT6XcD5R1GcbQcck28qptAqlgpSJQeTl { 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) { #z0kATsQ8INmPPXTHVXTHGlpdSucTvH8p { 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) { #q3oUScmTIk72mrG6kJdB6BNFJAZRkRrx { width:8.75rem;height:2.686525rem;top:46.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU0iuIh4N7A0DargmqTiH2Og4lIZOylu { display:block; }
 }@media only screen and (max-width: 763px) { #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK { 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; }#JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.adaptive-delivery-prevent-bg, #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.lazyload, #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KHKE1rL9rSuyBN6TN5bvitnGtEKvuGeG { width:10.4375rem;height:2.11181875rem;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) { #hXSFMU2zdwg7FVxqIB8ahX7SPtJZTN9l { width:11.875rem;height:2.923825rem;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) { #KClQzSdpdk0dyZIyK40uCXMoVzsV4NPh { 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) { #yCunvsXyGWatVZaX3HG4J2FMFTlBdFS7 { 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) { #OHgULZfkqgaeIfV1QZZLBtqZLSLzDq9G { width:8.75rem;height:2.6875rem;top:30.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHkJ6MDe2lpxvCQJNir6BmmnRmPZ3k9V { display:block; }
 }@media only screen and (max-width: 763px) { #MhQkoQnGmXFfhiEf2JR0hAlfRzMK8To3 { 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) { #zvv40IiXMNb0v9TivGti0QftT1bROTkE { width:10rem;height:4.38574375rem;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) { #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5 { 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; }#TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.adaptive-delivery-prevent-bg, #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.lazyload, #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wNpUlJ9GO1rwqzfFQMGRtehHuXZmgdPp { 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) { #JopQ23wks3kRffsIvqI3dHNLTi46GFAU { 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) { #SNSUTdKp3a1LA39nWOuNTKO7AW1IThbI { width:8.75rem;height:2.6875rem;top:13.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsUfDhTNf6o2oPTZHt60NoOala80H1e0 { display:block; }
 }@media only screen and (max-width: 763px) { #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx { 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; }#wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.adaptive-delivery-prevent-bg, #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.lazyload, #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pyIsRl2Z7WWeIHeps1DmbTMwNPH7vVDH { 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) { #ADMrK4tTuFwdKUuQFibASTHHEco9f59A { width:11.875rem;height:2.923825rem;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) { #oyRvnuJ8WJEbIcKkbpBMTmwbnlps0w27 { 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) { #MbGbqcvDWxEncykNQniTJ3r0AiXePK8n { 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) { #md1s6SN4cf33GBQiMrKHbzfLJRAun6Tu { width:8.75rem;height:2.6875rem;top:79.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQA88ohcQs5TI7L9sAU2ZetWP00bCU9K { display:block; }
 }@media only screen and (max-width: 763px) { #Xi5UTfAi2bH6atlD3uNV6iDDcU4O6ruL { 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) { #aQCsGVHXSPZJ7gr3bnbSJVtJieQvxEPg { 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) { #IqCW16BulJ5rsTcdevfU750a06ebqV8R { width:8.75rem;height:2.6875rem;top:62.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6y4oQv3DGnDnvN5FIcOEh9BfxtOT8Mz { display:block; }
 }@media only screen and (max-width: 763px) { #WhkzivvafeAQMUuwG5rgaKsRDvkTFI1L { 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) { #t0pOiO6QHfkpk96tTtyQoPdvrdAuAXeT { 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) { #QptX0A2tf6vRM3bfUKCQdQ7KvKE90NT0 { width:8.75rem;height:2.6875rem;top:95.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtAeJAFPFr7hPnvt8shwdWnFcDdxJLSb { display:block; }
 }@media only screen and (max-width: 763px) { #RfrLFglQ04roeaaiBTrfNDbpEtFgchPI { 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) { #d0JZ0oT6hRw43LTfuw5V6ATQ4T01pL4T { width:8.75rem;height:2.6875rem;top:144.75rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIsFHC1RoQsWdTA5p4RdIJgqOM6JvIx5 { display:block; }
 }@media only screen and (max-width: 763px) { #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c { 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; }#rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.adaptive-delivery-prevent-bg, #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.lazyload, #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6 { 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; }#tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.adaptive-delivery-prevent-bg, #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.lazyload, #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IvL4GX6McZRT6F05OHXo3ILT5W2J297I { 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; }#IvL4GX6McZRT6F05OHXo3ILT5W2J297I.adaptive-delivery-prevent-bg, #IvL4GX6McZRT6F05OHXo3ILT5W2J297I.lazyload, #IvL4GX6McZRT6F05OHXo3ILT5W2J297I.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fyESW0RBshwMosJ78u17beSSO3wOhhi2 { 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) { #CbOn1DtPiP8mkAkW70mGyEiVw8VPr6lK { 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) { #LBn0zQFCu0Kq9ON3Xzv8xBZ1c6NpdTIH { width:11.875rem;height:2.923825rem;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) { #ITnaWV7HB6Okx69vsOhQp2OB2iFZrnkV { 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) { #nRyy9T8Li7CVHzyphsCO819ONPt2XwHB { 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) { #yVkxzgZZvoIGS99WTVwFdXkmhvfQHPad { width:10.4375rem;height:3.167725rem;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) { #SMkRqCWKGcTpStGZu6ZCA0qRAe7bW58c { 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) { #F2THqyhOTqxKnChCPE7DXVbsZA9IiU4J { 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) { #SvWXbchlarlZozhvZBvihVmHyS8zUkxG { width:8.75rem;height:2.687325rem;top:127.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grri71mMVM4zFegLQxXpHx754sAvoorv { display:block; }
 }@media only screen and (max-width: 763px) { #fvkHnNuAhtNvLIIvxZeh9g0pXVefxdLk { 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) { #i2RMh0R4q7hmVHQbJ3TnKAMCGgHxMp21 { 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) { #eBV2mhzdIRLbQHE0SOMVaJk0nnldksqN { width:8.75rem;height:2.6875rem;top:143.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PldDbD62qyMW1cyy34cdkECKAiwllZW1 { display:block; }
 }@media only screen and (max-width: 763px) { #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F { 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; }#l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.adaptive-delivery-prevent-bg, #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.lazyload, #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad { 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; }#E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.adaptive-delivery-prevent-bg, #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.lazyload, #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZpvrrlHuA7iSa7Wx0C0svmuNEmKdN257 { 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) { #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr { 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; }#zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.adaptive-delivery-prevent-bg, #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.lazyload, #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xnPPvNCJm1HJi7MJaDz3CyUM0hbT23AP { width:10rem;height:4.38574375rem;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) { #JzviQHalFSzxIh5go5yeShcI3PVhu4Ay { width:12.875rem;height:4.38574375rem;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) { #UACi4tVLw1ozq0P998QhVed5SXUGL9EG { 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) { #yaIQzodfWNMySEvre8BdWRCrFZcSh3un { width:8.75rem;height:2.6875rem;top:111.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNFFzJU1f1vVT5HAwnm9O2iDA8GUCnuB { display:block; }
 }@media only screen and (max-width: 763px) { #MDtTdgB6CPFUADM5ZspRcVlg0MEcmKfJ { width:11.5rem;height:2.923825rem;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) { #DmaSFV9fWTMyNZQbN47QE4XtvscciSTd { 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) { #wg3dbMvnTOnFwkCO7c8nRTZTwill1Sol { 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) { #E1H155THZpCSOQxFGrzs2AGK5UgHcsLV { width:14.125rem;height:4.22363125rem;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) { #coRKE46ty3VIaeMVQlCTDULfdBSW2lRR { 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) { #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr { 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; }#aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.adaptive-delivery-prevent-bg, #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.lazyload, #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gCQT3vUz8QhnkRMkLJ19EUnN2yQIu6On { 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) { #XhnC4CxKOOdxnu4RrAMaWTHGzIeka2rM { 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) { #oyI61mSkKlNs0xvgH5PJuZ15rNsAvFTZ { 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) { #R9BrUIZsWpbsnTWdiaTbeIphGoBL9OA9 { width:8.75rem;height:2.6875rem;top:161.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9BTV1W3AMM76x6wpcAgsfmcVAhACw50 { display:block; }
 }@media only screen and (max-width: 763px) { #lqdT5RJBwrWsXttqHo8FqrwwgtN7ZLNL { 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) { #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm { width:14.375rem;height:10.6875rem;top:166.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; }#TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.adaptive-delivery-prevent-bg, #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.lazyload, #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B4UpMuBvSnbHNwVvXQxTskJOH96vgsdh { width:11rem;height:3.25rem;top:167.625rem;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) { #m5g3TQJgMcL9Zm87nKac4MFtvHFsnTi4 { width:10rem;height:2.923825rem;top:171.375rem;left:5.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7nk2T1JIgK7R1ATBsykdGSF9n0oAxC { width:6.875rem;height:2.875rem;top:175.3125rem;left:6.3125rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UcNIMaQyhpPwvHZMEG4LHwnhJRNTTRH7 { width:11rem;height:2.5rem;top:176rem;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) { #tErIOZE0e4qzsKBK5OCNhZhwtMtDEqiR { width:8.75rem;height:2.6875rem;top:196.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQX1TRiTM79C0JSTtF3mud0pmMGFURbn { display:block; }
 }@media only screen and (max-width: 763px) { #uov8isoyTl6yRAv868HzWEpkZCJLTTxi { width:14.375rem;height:10.6875rem;top:180.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:100007;display:block; }#uov8isoyTl6yRAv868HzWEpkZCJLTTxi.adaptive-delivery-prevent-bg, #uov8isoyTl6yRAv868HzWEpkZCJLTTxi.lazyload, #uov8isoyTl6yRAv868HzWEpkZCJLTTxi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AOB11yOolXKpGew6592TLE6uy4MuDxNc { width:11.4375rem;height:2.5996125rem;top:181.6875rem;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) { #cOA392RUKFhi93Vwp8NwKqouI4gTPkaW { width:11.875rem;height:1.94921875rem;top:184.9375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6HTD9ERNozbe0UVlkO7Z1vR8Gn8UcMF { width:7.5rem;height:1.54296875rem;top:189.6875rem;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) { #v0snngqNRzqqceqp71ovU6fW5QdDD7RC { width:6.875rem;height:2.875rem;top:189.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Tmg3lEC5JnTwTN0i1p7Fis2Mqvo2rFlv { width:8.75rem;height:2.6875rem;top:210.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CABB6sCLGQxN3JWaSUdK5x0fzm8VOoGD { display:block; }
 }@media only screen and (max-width: 763px) { #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s { width:14.375rem;height:10.6875rem;top:197.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;z-index:100007;display:block; }#RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.adaptive-delivery-prevent-bg, #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.lazyload, #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VMoWx7pvmt92F07p82ZArTSJWmwl7hIZ { width:11.4375rem;height:1.625rem;top:201.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) { #hPrabisOGFUW6b08km5cEr3PpfqxOExN { width:7.5rem;height:1.54296875rem;top:207.0625rem;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) { #le6Tz2F5txfZhwBBI2iR35F09U6WAsEL { width:6.875rem;height:2.875rem;top:206.375rem;left:7.0625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #btZ0zEogoTQhdFue76hB2zVN4x6wse1D { width:8.75rem;height:2.6875rem;top:193.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLA0thbKhGBTCU0Fgav4Ik68hWNPaPL { display:block; }
 }@media only screen and (max-width: 763px) { #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv { width:14.375rem;height:10.6875rem;top:215.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; }#qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.adaptive-delivery-prevent-bg, #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.lazyload, #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zmyKPVmHFasrq1DFDf5dSVDT6TaPhwti { width:6.875rem;height:2.875rem;top:224.5625rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bInotif0pW0l3sFr6oRX2xNBlN0STTP6 { width:12.8125rem;height:4.38574375rem;top:219.8125rem;left:3.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) { #JILg72Z3yWi0h1NBpuZ1Z7zZedXItDIR { width:11.4365rem;height:2.2734375rem;top:216.8125rem;left:4.2802734375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2yBbyKNf6JhLJ3HWNPWFasMXBK8n5cD { width:7.5rem;height:1.54296875rem;top:224.8125rem;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) { #CqBt4Bdl9i6VeMi4ach4M7u6Vao3FdN4 { width:8.75rem;height:2.6875rem;top:228.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwtfNfZfoh1opGALpN93nwOO1zpRBOuO { display:block; }
 }@media only screen and (max-width: 763px) { #TSNS5XiKUZ6a9qfyAsrJRnxG3PebU42a { width:14.375rem;height:10.6875rem;top:232.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;z-index:100007;display:block; }#TSNS5XiKUZ6a9qfyAsrJRnxG3PebU42a.adaptive-delivery-prevent-bg, #TSNS5XiKUZ6a9qfyAsrJRnxG3PebU42a.lazyload, #TSNS5XiKUZ6a9qfyAsrJRnxG3PebU42a.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yUeTBglAN91BE4F0bmZw2EOVwsSwrFdb { width:11.4375rem;height:3.25rem;top:236.1875rem;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) { #AsdQH4DiuFECJTsWpa9sDpqFgu9UsvzS { width:7.5rem;height:1.54296875rem;top:242.5rem;left:5.8125rem;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) { #m9SzALJXemJU2vGWnCh5fLev1MMTEa7u { width:6.875rem;height:2.875rem;top:241.0625rem;left:6.375rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T3LawKr6Vcoz8XZ6BQyTTaWfb9kTSzoL { width:8.75rem;height:2.6875rem;top:245.29296875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D00hzrSHsdo1k0MzvtlSH5X8VULE5eDP { display:block; }
 }@media only screen and (max-width: 763px) { #wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { background-color: transparent; background-image: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container > .video-iframe-container { display: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row > .video-iframe-container { display: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .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); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { width:20rem;height:182.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y57h9cldACEtU88By5I7Xbd0ECGiHzwT { 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) { #koxvB7VQDnOX0zgrkMAgypT7eEulwKlc { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2aQUnKmubJotpWILvr9sET2rS4KUhhK { 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; }#x2aQUnKmubJotpWILvr9sET2rS4KUhhK.adaptive-delivery-prevent-bg, #x2aQUnKmubJotpWILvr9sET2rS4KUhhK.lazyload, #x2aQUnKmubJotpWILvr9sET2rS4KUhhK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DymicZnlSa7Eypb1lirs0iNkxlIy3Dc4 { 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) { #JHKCI77vdAeB9734f3zvypFta0TVFxMb { 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) { #omqvaJNPMDrMWcwQ3iRbT7XmWCDy7MSF { 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) { #qnk5Per32RLD26J7iX5N7ntN89QbtBJC { width:8.75rem;height:2.686525rem;top:18.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7othyAtcaFPeBvlEnTaTJpvqANFu33d { display:block; }
 }@media only screen and (max-width: 763px) { #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g { 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; }#cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.adaptive-delivery-prevent-bg, #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.lazyload, #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c863gFQ5iSnwSFvhazkVlt8erK8FbbhF { 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) { #omxlUnTns2gHlHTi84MT8HUBppxiwZd0 { 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) { #HMgp3WINmDpLCKwwzeqrsbNVweSFI8BD { width:7.5rem;height:1.4624rem;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) { #T2kdRKLUfmaoewTs7e0k18mLAsWabVgu { width:8.75rem;height:2.6862rem;top:93rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx3av6dTd35fufwxyNNmbeyoXaplnRVG { display:block; }
 }@media only screen and (max-width: 763px) { #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF { 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; }#GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.adaptive-delivery-prevent-bg, #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.lazyload, #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ENNVqymzF74bbzpJZWgkCBbdH8xhc8od { 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) { #OWMk9He7khS80DISTwiWTW8PPFxNJOZx { 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) { #VBszvTm08XkZNNCOgAZhyrScVOnshOxG { 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) { #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1 { 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; }#BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.adaptive-delivery-prevent-bg, #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.lazyload, #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IJZkTuhL6xZlUkNTFxaPbuiei68EI7UI { width:5.249025rem;height:1.3808625rem;top:15.68359375rem;left:8.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#ffffff;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #hu7C0T8sAvtt7Q1T75m2TOU0dkLlzOmx { width:12.3115rem;height:4.38574375rem;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) { #OsnVxtU15IrndohER40s4J36DyWxMLPw { 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) { #iiqy4IrIdeGJsT1f9D8X6ou73VCBXdQa { 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) { #kS0oUBFXl6f8xKqXheLTDOnKoxMR8LrI { 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) { #VcH3DiqHAoHWdWagWcTC49sXMhk3t4HT { width:8.75rem;height:2.6875rem;top:57rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNp9Ob5y0W10OeQPETIU67x5Sf1FLgH { display:block; }
 }@media only screen and (max-width: 763px) { #sWtZnpbpC1wGTP0VnnOzeC6qQBSIqJag { width:8.75rem;height:2.6875rem;top:38.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq56IJa8UpSszEsvuAMw7p6Wr5tFKqdc { display:block; }
 }@media only screen and (max-width: 763px) { #geisbBFOd1Cy76PcMqTdblrtFeTqXByN { 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) { #lsag3kcBEHI1h5CKxbT2wuNFpE7zW3OT { 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) { #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ { 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; }#TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.adaptive-delivery-prevent-bg, #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.lazyload, #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S0CKIiwzTpT1i72UqOZwZ5zgstzc8gdS { 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) { #WvWLK5OBqqdL0VDcTJieGx15bqVcyTqI { width:11.1875rem;height:1.4624rem;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) { #KT5CgxibtnFprKTxvyXuVw1zy472PxWQ { 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) { #m7DAbEa7JvxgI0l2aMhtk8kCDeA2uROz { 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) { #Jzu4RCVNLVrSDrS7tkqi1V1Dq16oUIU7 { width:8.75rem;height:2.6875rem;top:110.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMGqtWTBbAtXLXKzSpkqc2Ra4opLt3pm { display:block; }
 }@media only screen and (max-width: 763px) { #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV { 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; }#OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.adaptive-delivery-prevent-bg, #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.lazyload, #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N5GIKcCkqd4dXcpoTSGutluotN0SX8uX { width:11.1875rem;height:1.4624rem;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) { #tXixdTAumiNs8L8DadLxv43BCTGnK7Sw { 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) { #qrtzM0JUFpbsP9JvL7zugAfc6xxfHP3U { 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) { #iSbGeOuKMvy1PTvzlat3TR3I5wNzfLCr { 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) { #g6sJ2SpNS2kpGSK2T9DS9e8ZZDZ8wkUA { width:8.75rem;height:2.6875rem;top:145.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc3eOQe6qdBX5H35mnJ271eIbLsBVTdk { display:block; }
 }@media only screen and (max-width: 763px) { #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6 { 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; }#LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.adaptive-delivery-prevent-bg, #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.lazyload, #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wnINlepXH2qOgEriDT2fUkbaK5hIJodO { width:11.1875rem;height:1.4624rem;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) { #PzNnnWtxepQO0d2JTBqtopnv3SUA6ZJ6 { 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) { #tm7yAr803Tae8pwuHNcTHZ5m0dNIZ7Zv { 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) { #gC4mTDtTmDXSxDqdqrwN2HI2q2H5lT0G { 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) { #G0UxW6bkzJGb7Mw9QEMTQBr5czhE0L1H { width:8.75rem;height:2.6875rem;top:128.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1u7M0x3Az2HhQcLeyNuaF7q3gghgCpk { display:block; }
 }@media only screen and (max-width: 763px) { #Vtq2oOTpNaJg1PoBXFKxNQehry6HaTou { 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) { #TnHm1KoIrglb0mODPhP7hN58hgp9thUu { 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) { #vqL2CM8uhn6gfT35ne33OQMX4eUxli5O { width:8.75rem;height:2.6875rem;top:75.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zToPSlkTuFFCyAqrw7ATrFAXSKWQXH6W { display:block; }
 }@media only screen and (max-width: 763px) { #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ { 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; }#NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.adaptive-delivery-prevent-bg, #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.lazyload, #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TGOTxBWuanB097n0llq5X7QTxXGeTX58 { 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) { #gHyFwXH9TvVKh3EtTs0M0pfLMqUv9py5 { 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) { #UJGqxUR3cnHKG3VixM0HzUFLpOer4bBs { 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) { #oouSQxtvKGSqkvnDI6MtgfmTc4NIuZkJ { 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) { #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT { 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; }#nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.adaptive-delivery-prevent-bg, #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.lazyload, #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hv0xeaQmxVWJgDtr0oFXifghIh99LTTF { width:11.1875rem;height:1.4624rem;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) { #CnRpMthuxo42gmRWJoBxywh2CIrxOKM7 { 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) { #Bguba0Z3kQDLbO6b43Gfwi79DVsHTDrI { 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) { #eansvNPkZR9rTkINGCNK9ITCbl6VfyEr { width:8.75rem;height:2.6875rem;top:162.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNr0KF1JW3sPdARGU11as9z9BQILT9X { display:block; }
 }@media only screen and (max-width: 763px) { #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB { 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; }#UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.adaptive-delivery-prevent-bg, #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.lazyload, #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U7mJJI6vJZcsE0tzBsE2UeQsHnK7RDVI { 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) { #zMOyEMVpk6nTo7XqeN4NXDsBh7z5hQfE { width:11.1875rem;height:1.4624rem;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) { #mhV7NmtL0Hl0L3it3dNUPrp3kPyePD7F { 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) { #hFaboOepVXtpcJ2GsqppgtdP8yCWG27O { 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) { #Eh5p4emsTMGuQq5U09GqXJNUeu0cuuRA { width:8.75rem;height:2.6875rem;top:178.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyxGm0TCaWErahqKUnENaFOTZKQpItbQ { display:block; }
 }@media only screen and (max-width: 763px) { #x86bo5Hu7KMBxdmW4OOpOvTXm4irQCQ2 { 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) { #bPudHdCE2i2lKe1lP2qp7T62BLHxciNO { 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) { #Gk8oTJETivPh1vPFK9pd7T2TN7Za6zDA { width:3rem;height:0.25rem;top:201.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #opQXut1qE26truSueOzGqa75eVT1dvn4 { 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) { #BowX7qPb5W2q7MU31aGK6Hc0dlTZgpsO { 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) { #ievWU4m4TscUCUAq6tTCT6xOt0XpVXw5 { width:3rem;height:0.25rem;top:195.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gl7TGfBUPt0vAwHUy70uDXi11UtNme6E { 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) { #JIcXXxSJ5u8Z67RFomDkuG0r4TLq2i12 { 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) { #tk88Sl49UH2IaoTdAitUxKRer5nrJG01 { width:3rem;height:0.25rem;top:69.8125rem;left:14rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #rxwX89N5cTL3LqEPkFHanQeZBvoWa3n6 { 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) { #iOpSQhzHIdloncbbLyVDb5UWdVfgaOPc { width:3rem;height:0.25rem;top:33rem;left:14.125rem;z-index:100096;display:block; }
 }@media only screen and (max-width: 763px) { #gccHPmFVaKFrJCXEM83pATlXzrVcXwTd { 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) { #UZmhp4natTgd6A0Pgnkd2FcCoKdITCoO { 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) { #tOA6IWvtFTLOHg4LrDXkkLFBth3d0bKF { 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) { #WiG0oAw2eBuuOnxfr8X3M5KnpqtV0G2Z { width:8.6875rem;height:2.0625rem;top:35.1875rem;left:6.4375rem;z-index:100200;display:none; }
 }@media only screen and (max-width: 763px) { #ToGuL0Jip8BnbAho8pe1kmLDoWZ6vUMs { 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) { #gGnKwk2ykfhtyasOpCQK3APyUuzkUGat { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { background-color: transparent; background-image: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container > .video-iframe-container { display: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row > .video-iframe-container { display: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .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); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { width:20rem;height:276.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UME3SwWWw4n5uH5QQlLFrRa8bgAZ7U1a { 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) { #NToJSuNWmo6CqLyNC50fvnqUklqMG6Sb { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd { 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; }#dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.adaptive-delivery-prevent-bg, #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.lazyload, #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZqRUO5rDfqwO45TEkTSDmyEQgOPKrWFa { 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) { #er6puDLAOd1XV8x4BfHrlufh1OR7ZC8M { 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) { #esG1WAuMcG77SzvUlbzRWMR4kOoT9c41 { 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) { #D9m9FvMqATvriF7cxJKsyUKroTAFnJUi { width:8.75rem;height:2.6875rem;top:110.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0XzW2tAeGumL4TPnRcihPSkJPt00pKx { display:block; }
 }@media only screen and (max-width: 763px) { #Qswkws4kCabwmqpIyeCGwNpz0vdBRk2i { 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) { #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs { 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; }#MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.adaptive-delivery-prevent-bg, #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.lazyload, #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JA91kOPN6sTbubSA2oswwBlWmT7AcsUX { width:11rem;height:1.13769375rem;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) { #tUUh7dwKSTvgSynARae8ZWCpp2nL3Fc6 { 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) { #b7cxe1zlrE9GCLX3Bvy2Ez9Kn3gESAeQ { 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) { #J5diumNmxE4JX1ZE2pv3DJ52tnIqT8vf { 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) { #x5ef5TyTmx0DU6DBTqlcMBhOBWCsf5ch { width:8.75rem;height:2.6875rem;top:92.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdWvxG6lsTBm8B9GlELganerCb497ie3 { display:block; }
 }@media only screen and (max-width: 763px) { #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0 { 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; }#rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.adaptive-delivery-prevent-bg, #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.lazyload, #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C1Euug8XfgEidWgQWIfNqeXD3quKlbK3 { 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) { #UhpADtdbsvKdMvXq763ZPSCLpS4V1cK6 { width:11.1875rem;height:1.4624rem;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) { #M55a71y5XH081Q4u5H8oZuhusdMiVgpU { 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) { #RkqgICy6mOFTdsokH2NGghdF1VgqtdfG { 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) { #ioz7rTO73rvbEGx9gdxS2dN3rrTtRoEC { width:8.75rem;height:2.6875rem;top:146.5rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZXWZR3FEfQXrXVRalb3rZBOl8vreNvt { display:block; }
 }@media only screen and (max-width: 763px) { #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE { 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; }#A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.adaptive-delivery-prevent-bg, #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.lazyload, #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wmtCJBVs0l324w6nBTsEczXgLM92GUqp { 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) { #l6fPXUeFsrrvFRWCgaW35U56vzG3caet { 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) { #oeqVhgdJab4JP3xpuBNvZEtByZXEqeam { 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) { #kk4ffTzDvtEO8lmNzeD7C133SnLsqCkK { width:8.75rem;height:2.6875rem;top:128.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXMR9rvPLQbEuqzGTqSbkIC2SpxeX14 { display:block; }
 }@media only screen and (max-width: 763px) { #iX91ECKm2ykeVmNClloL71iKyyRIM6TJ { 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) { #JZI0R5q6sAISTFcB84BWH6bfBtlqkl1z { width:19.25rem;height:2.1933625rem;top:3.0625rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sfGSPs3dFni2rzKpnVwcFgbgzFuHPH { 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) { #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1 { 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; }#xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.adaptive-delivery-prevent-bg, #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.lazyload, #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ULwpBNo9UiP6xeHWUdOq2JOc4fdNTeSy { 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) { #ObpqCOWll9Vhzp21yWuZxI7ptAeV8gA6 { 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) { #e0VtCp3d1pbbZa9ddxRA3TDohvzrx1V1 { 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) { #qXafhHGTO9cAm1GZ84TLdtdXKL9KNfZ4 { 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) { #ePGpEzRcd4KTDszevtdixTggPQpBgOQz { width:8.75rem;height:2.6875rem;top:36.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrdnAkXT6v7cvdOx04967DJByButiv7c { display:block; }
 }@media only screen and (max-width: 763px) { #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag { 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; }#xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.adaptive-delivery-prevent-bg, #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.lazyload, #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xPZiiQTLteqe1AhTTEU5ZH3qJcT1762Q { 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) { #Bi1K3eTo77yMsagt1Qc4FeapuDfeq7T3 { width:11.1875rem;height:5.19921875rem;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) { #obNUoUz9Qq6CwD06MKPFyzC5vcIeTXDx { width:8.75rem;height:2.6875rem;top:18.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #osZKcxfz8y96193MrauctInvxHBDEuRc { display:block; }
 }@media only screen and (max-width: 763px) { #T9sONBg59mAzdmPxSKUNM2EgIa9cOQaQ { 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) { #BTrGUkQwGwyiO2fyik6c12XsHAnywyBk { 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) { #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv { 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; }#fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.adaptive-delivery-prevent-bg, #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.lazyload, #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kiNR5M4prXF0bc5hiOR89Jk3ut83aba6 { 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) { #atlaqhPCnlbZSg2fvnPgKDfQTRybvpyU { width:11.1875rem;height:1.4624rem;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) { #LKWRo6BneTvRB8pSOKnDDwUb2dfLrCdb { 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) { #F7ovG5eSKFieN0TJ6PqGVwW3CynEVmRZ { 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) { #o8vtnSV8cBkdTgGSMAUkX3OVxKzrTp1z { width:8.75rem;height:2.6875rem;top:71.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7cQRMuiGTre2nB3drHkmoig4eeeTM98 { display:block; }
 }@media only screen and (max-width: 763px) { #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8 { 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; }#IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.adaptive-delivery-prevent-bg, #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.lazyload, #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WySeOIqEC8eawSdwRoaCKCEnJll7J4L8 { 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) { #BskPu09tzE7fCdvzTTILbPadwZF6wkrb { width:11.1875rem;height:1.4624rem;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) { #mm6kUvtO19EpBsJOAwVeLtzSXU29VTnq { 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) { #qEmGvpnqgBgshhBT4BcTExU1zftmC66B { 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) { #US7bbzORhOsiyr6nLFukdiEExTAEOBTG { width:8.75rem;height:2.6875rem;top:54.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFqVxvy6cTVZ6xQLb8tWCBXQBTQREbHc { display:block; }
 }@media only screen and (max-width: 763px) { #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm { 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; }#NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.adaptive-delivery-prevent-bg, #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.lazyload, #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TTsIbarZXU6RwC7aLFvukGhLdIy4aN7R { 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) { #KBTcZkAew9dsKqBlZDl90PUgHNsbHbd0 { width:11.1875rem;height:1.4624rem;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) { #g4novQ4pyu7vuKxxw2zwW8APfFvBNhUw { 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) { #Pnr2JEcs5OTbHoTiTMpA37JBxDP2cyTb { 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) { #LUQcXpf1px9MuiSQUEVToFvuLUqv6nla { width:8.75rem;height:2.6875rem;top:164.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #EirMoQiMaLPpIp4S3u3N1VzpLbHETwVf { display:block; }
 }@media only screen and (max-width: 763px) { #hnS7Jebpp4pERbDBiK107wyDM84Umf4T { 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; }#hnS7Jebpp4pERbDBiK107wyDM84Umf4T.adaptive-delivery-prevent-bg, #hnS7Jebpp4pERbDBiK107wyDM84Umf4T.lazyload, #hnS7Jebpp4pERbDBiK107wyDM84Umf4T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BauFXVTEOronDkyOdHNW9L07b9ERXrl6 { 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) { #cqTdxR0dverTZD3cF1XlwllPuSzaVTfo { width:11.1875rem;height:1.4624rem;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) { #CF7AHdiPapeXr8917eLstlS2iFJefJd1 { 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) { #IvBzXu04qBBt4g8BtdQ8hz3TQq1KMCQf { 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) { #RT2ppgxFDZgVyAV2k1TlkCgGRMbWs7EF { width:8.75rem;height:2.6875rem;top:146.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyzPXvnpaQOyrEcxPq26GNWanCp39OZn { display:block; }
 }@media only screen and (max-width: 763px) { #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f { 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; }#xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.adaptive-delivery-prevent-bg, #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.lazyload, #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XTwiO3boTSVhO4MgTdpVoldeoNTr54Gv { 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) { #pFkKKCiAnZU1XTLnfVViVT9xaTT64cWv { width:11.1875rem;height:1.4624rem;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) { #ZsSd6KHkyPd8T7UMxvOFfQbSpeN5MEE3 { 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) { #bTEzkauN5RFdOwNeeDUmP292dJorTcls { 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) { #ZDupt0k04EUCMnVCFgywFWi3ZcTqK49K { width:8.75rem;height:2.6875rem;top:147.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bABpxrzdP9HMhb1wvaozeQPFucFHHFHp { display:block; }
 }@media only screen and (max-width: 763px) { #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1 { 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; }#hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.adaptive-delivery-prevent-bg, #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.lazyload, #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XDy8w6nQxVy7eRTcfFyQ2MBKTX2h9pvf { 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) { #tEA8MHZ0E84do4y0LwsKH24rqIPS07mf { 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) { #er1ECLdI9SuxlobZIdfASRrMSu4Kwl7m { 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) { #Eu9IoGVa9NSa40MN4xf4oQqQyfQxrm1w { 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) { #p8E6xQW1aqMnudis8GXWq7KgLwqFqeNx { width:8.75rem;height:2.6875rem;top:181.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHInJPMc2U5wcnOda4oe1p543Pa9PzL7 { display:block; }
 }@media only screen and (max-width: 763px) { #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX { 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; }#ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.adaptive-delivery-prevent-bg, #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.lazyload, #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MaTP3lsKDhuLL5y6RyZvBBZqhdAFelGD { width:11rem;height:1.86889375rem;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) { #l9FRvvGebnvFBGBhiJo72UF9GZsf3A2S { 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) { #TukCe9FhA6bid1re1TtpZkWBxPBd3Vaf { 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) { #sN5T64xfw4rqpxkUnZ71hkJ2K36sp2DW { width:8.75rem;height:2.6875rem;top:199.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDi7vyIvzn0KU66sKGKplKPVOMww5mEV { display:block; }
 }@media only screen and (max-width: 763px) { #PMa4CQuhyrhsIbzKkG1ITUF2PhtaFR8x { width:8.75rem;height:2.6875rem;top:225.1875rem;left:6.5625rem;z-index:100094;display:none; }
 }@media only screen and (max-width: 763px) { #vqnUVJi6qyzHkv60GZE8eWcpODNxi9c9 { display:block; }
 }@media only screen and (max-width: 763px) { #kGpegBUezP0qHxMVi3TV0UQZWJMvUSL9 { 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) { #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo { 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; }#T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.adaptive-delivery-prevent-bg, #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.lazyload, #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tft95Ekb9vGOt0WO40ByKkMWXBy3bzbv { 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) { #KWkvp4F5DeHa20tCPuGsxterrQRe7iUm { 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) { #a1U7uztOcPq2RmKNaSpokwtnHPuK1K91 { 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) { #V4WDAyI9yPrJOudK1OMlbnuiNUUWTRRs { width:8.75rem;height:2.6875rem;top:254.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA5wgHWHCQoaPrqRlupiQgWiC3qzHnby { display:block; }
 }@media only screen and (max-width: 763px) { #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS { 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; }#XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.adaptive-delivery-prevent-bg, #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.lazyload, #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mHKr5LG1xXHMNpCIbzy5BTGOz4kXME6P { 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) { #QE8OU36PGIFrTwBccFBUzPcut71BGSe9 { 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) { #TIIwiR33g57xBw05J11x5XVCDoMWDoAl { 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) { #mtOsv1fVyAZuCtC0LxhcxrqEv0OL6oUy { width:8.75rem;height:2.6875rem;top:273.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUHLJOwZyN8801MMs4ZTPcUmyrmJpX3e { display:block; }
 }@media only screen and (max-width: 763px) { #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g { 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; }#k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.adaptive-delivery-prevent-bg, #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.lazyload, #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WNJ6JystoLqTDwmxg8UpGAGWkSIlEuTQ { 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) { #mgNWJfkJweIcOKST3zPflSxmcBJTS1Tl { 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) { #ph1b6C5rT0Ub5gIndIwDHiliftsDyRs8 { 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) { #DthqO7tXzflATbhLMmpoooMs0T35Tn0O { width:8.75rem;height:2.6875rem;top:234.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VckJOoyEmKyckm2Kwvq76tlEVvU9uTJy { display:block; }
 }@media only screen and (max-width: 763px) { #rQOEN8oJtPV8SNakpTnRRSTWn0vmpuH9 { width:11.1875rem;height:3.167725rem;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) { #aMPl348rGvGnJ4EdgTFAcUW0TqB7rN34 { 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; }#aMPl348rGvGnJ4EdgTFAcUW0TqB7rN34.adaptive-delivery-prevent-bg, #aMPl348rGvGnJ4EdgTFAcUW0TqB7rN34.lazyload, #aMPl348rGvGnJ4EdgTFAcUW0TqB7rN34.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T1vSggusZcPiJK1cepzorp9W4xmPl26T { 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) { #sTwTJKSGt3HzbyyIfzypbOa5p4pXms3n { 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) { #SLbbuh6yLJmTFOTbn3VfqqJCDIGe1p8W { width:8.75rem;height:2.6875rem;top:216.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgvILQT3TrwDCH9IISKFTlcwpqaksN20 { display:block; }
 }@media only screen and (max-width: 763px) { #NSXEo1dMZcIiFACSsbB5X0XeFNG9WcIb { 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) { #SeFqX2Asms5toIcRaZTgbbZtJE5Qx1eI { 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) { #pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { background-color: transparent; background-image: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container > .video-iframe-container { display: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row > .video-iframe-container { display: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .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); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { width:20rem;height:126rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDZvbMxhoDZZbOQWua0oc1n52z2HboGC { 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) { #kygsiQbrXbf1CoDUSIWfQfMRlZh2wOrr { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZpnHqomAOTCrQscbrlf37veCfSTLJSa { 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; }#MZpnHqomAOTCrQscbrlf37veCfSTLJSa.adaptive-delivery-prevent-bg, #MZpnHqomAOTCrQscbrlf37veCfSTLJSa.lazyload, #MZpnHqomAOTCrQscbrlf37veCfSTLJSa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mHHQN9wHETe1Tr1VQrCuTG86UXcGh8Im { 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) { #aMUOWVktUCngWct494ByBiwO7qyPkLAI { 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) { #WpX2yI1ifShrApIT2mWmwyRHTnIWIgTz { width:8.75rem;height:2.6875rem;top:15.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORWwBoODQg0UiefsLT4kCoTHKO0aPWRN { display:block; }
 }@media only screen and (max-width: 763px) { #t6K6DwOM7ivpnolIs8G45TyzIaiqupJI { width:11.1875rem;height:1.4624rem;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) { #Asfio2y0i5cF2A8MzDvK6flwui1KxrHO { 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) { #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2 { 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; }#FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.adaptive-delivery-prevent-bg, #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.lazyload, #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xTPaZBkeWNmf0cyZtCD6PdOu4WBnoNmM { 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) { #e70vvi85UdksVePNwriU0Ss69pglwlDi { 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) { #ISTxCvgQPLPudxSG5rlzdyq5L75p4pgQ { width:8.75rem;height:2.6875rem;top:32.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8CaPwx4sDSVDlwqyCx2VgMLDEGwD1E { display:block; }
 }@media only screen and (max-width: 763px) { #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b { 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; }#a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.adaptive-delivery-prevent-bg, #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.lazyload, #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cmhnkxBwnvTBO2KlhQAFSIh0TttAXtcx { 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) { #tl3dt8WsHS6uO5i2I1czQtbUSS2EoT7k { 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) { #CpUkRVmZAtUN2mpABMG4wTB0Z5Q3z7Ll { 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) { #E2Hq06fsTnBQJM8Vyal3l2fs0fMvgG2K { 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) { #BSGwh0wWSgm2XAKwUp8Qn1O2BwMqwnGZ { width:8.75rem;height:2.6875rem;top:27.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEQTOfc9u9LONwwLLkGXqzVTixu0TsRL { display:block; }
 }@media only screen and (max-width: 763px) { #tSFKazJByvloeT7bbmqg7le0SpqzeNu3 { width:8.75rem;height:2.6875rem;top:50.25rem;left:5.625rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #TPl2TsqcOaAzb9WEZzK5GeQu5HvdTbWQ { display:block; }
 }@media only screen and (max-width: 763px) { #MVvny0IeEFtzFbUcL7nGJ4vkKfs6E2ss { 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) { #QTDKg5nynTX8A2uhDetTIb7oWQnALGqf { width:11.1875rem;height:1.4624rem;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) { #TiH5Lg6xPV5235s5LuWQTFxCCCBTfdIO { width:20rem;height:2.51855625rem;top:0.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwU6ZytKSopJGtEIKfsespeeyuT0q4wU { width:11.1875rem;height:3.167725rem;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) { #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo { 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; }#xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.adaptive-delivery-prevent-bg, #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.lazyload, #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Oa49n1v3y5tn7DlbTuu5rX9peG3Jg5tz { 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) { #EfFHwl94pwLyIZELRSkymJg2TTuIK0Ex { 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) { #fKsCGwdQ8TSaM0FrqHTyEEWKyx7FKS9G { 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) { #SXw49q6b8l2Ednw8TsWDEkxp7f5rE0tZ { width:8.75rem;height:2.6875rem;top:67.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9KU6pX9hboEbbFrkduda4bAsqN4MOHw { display:block; }
 }@media only screen and (max-width: 763px) { #p3I9ASubH2r77SMW27JQn1ec1ITsuFKy { 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; }#p3I9ASubH2r77SMW27JQn1ec1ITsuFKy.adaptive-delivery-prevent-bg, #p3I9ASubH2r77SMW27JQn1ec1ITsuFKy.lazyload, #p3I9ASubH2r77SMW27JQn1ec1ITsuFKy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RI4fZ2SnDq1v72tBHTEHumMZTzPUBvgE { 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) { #tIOhnOZfPpDyyJIf0sVIxt5DnzFkByy1 { 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) { #MUTo7PzDBz4qwDZ9B8VcJElRQhLB1GHK { 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) { #LuqnnwKqLiJx7LZ3Stk9Iv2M6gUuh3zx { 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) { #CltIFdQCpIFzXZMu6Qxi6XVuocxhGJ6T { width:8.75rem;height:2.6875rem;top:85.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iysxx5VtN4bFSMR2PFPdluhuEvHNV8PT { display:block; }
 }@media only screen and (max-width: 763px) { #bOdCnQQePBpoFfGK1g8xtpB2Ui9IBDl7 { 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; }#bOdCnQQePBpoFfGK1g8xtpB2Ui9IBDl7.adaptive-delivery-prevent-bg, #bOdCnQQePBpoFfGK1g8xtpB2Ui9IBDl7.lazyload, #bOdCnQQePBpoFfGK1g8xtpB2Ui9IBDl7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xK39TtgIrwrRGbkP8T1TbvbQCeAQ3AFx { 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) { #ytsRcIhPFt2ShRTyBwRaWAEl4f1oxL2Z { 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) { #pb0CIkeHFyqZ8IcakEpnbK7lICxrpzyZ { 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) { #DgVuLxblKrvp5ORZZEDZxmWukpIbqAM5 { 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) { #ZiSOGMbMqXg7uSOcrbOITR8T6zfC01xh { width:8.75rem;height:2.6875rem;top:171.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkVtKpEU2E2yn0w7qcwWqVPTbTmHpdpD { display:block; }
 }@media only screen and (max-width: 763px) { #b5a3pSXn4awqvw3pi4WJioha7OZUcfbb { 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; }#b5a3pSXn4awqvw3pi4WJioha7OZUcfbb.adaptive-delivery-prevent-bg, #b5a3pSXn4awqvw3pi4WJioha7OZUcfbb.lazyload, #b5a3pSXn4awqvw3pi4WJioha7OZUcfbb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wrCrikHCi7Zrzo7Txb8V4eyQd86TQuvx { 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) { #sM5CsqfxHN8xVUNtU6hUcnGL61X44U6p { 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) { #nxwetOKKTyXLl9KqDx0cNo7dmT59ZiDC { 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) { #vWgoX6gtwDLBXRcFZf4x6NLqhzFsiEkc { 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) { #t2f3RHdyKxFKFZUwLFQ90hXevJaufTiV { width:8.75rem;height:2.6875rem;top:122.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6bF07LlLBxbJu80rSX7Ao2SgyZeWTev { display:block; }
 }@media only screen and (max-width: 763px) { #MS3c96LpZDv5FcXdrLEIDk6WvDQ4maQg { 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; }#MS3c96LpZDv5FcXdrLEIDk6WvDQ4maQg.adaptive-delivery-prevent-bg, #MS3c96LpZDv5FcXdrLEIDk6WvDQ4maQg.lazyload, #MS3c96LpZDv5FcXdrLEIDk6WvDQ4maQg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #axwCwzhNKWqyChO0lxdzQy1LWJEqfvZE { 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) { #JaBqzz0zZJ9GT22nGu4moNKNJ2X3SUPN { 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) { #WVCNGI9xm8sZl8yI1GcAXf8VzTXGVsCQ { 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) { #V1drsoBncJ5tU2xhXFwRZL19wmpIfA3f { 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) { #WfPZaBELzlWPf9T6Zb6BCcOmUkw5qEre { width:8.75rem;height:2.6875rem;top:103.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhCJahVbNWwLl9pcx45F3vIvV9dBi1ba { display:block; }
 }@media only screen and (max-width: 763px) { #J80i2kFpfIIf7eR30GruyokJXEUBr6zT { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { background-color: transparent; background-image: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container > .video-iframe-container { display: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row > .video-iframe-container { display: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .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); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { width:20rem;height:207.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCcna4hazLcxrhomcfhm4lJdg4RWJmlc { 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) { #Bmie0Obt3HSHbmaBcEtrlthLD27MdABC { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmOh0UCNyrD33eylS9BTwWvzwllDyqHO { 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) { #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u { 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; }#Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.adaptive-delivery-prevent-bg, #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.lazyload, #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JLTHpbGOEkF4p15AvUZ8NCeEw6zgL7Gi { width:11.875rem;height:2.9248rem;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) { #GS2kOEmtLywTJZgJKugf3q8W4SGDk53T { 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) { #b4m0IkrC8TIfETKzyAPvPmuets37SLcB { 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) { #i4sFRetk2sBVkFyNtFyykEeZXP7LZR8D { 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) { #tnT89k1niXTGy3iaSMZDCnqkU8tQn2FK { width:8.75rem;height:2.6875rem;top:37.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwpDg14pD7IyHtyWaPE9kBt2JgIsziB { display:block; }
 }@media only screen and (max-width: 763px) { #d01ygP0Cl8ui4vd90gxu1mzGkxw1pvhR { 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) { #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz { 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; }#kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.adaptive-delivery-prevent-bg, #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.lazyload, #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #neVlko2CbQBTz9uKdaJN5EzKyga5GBhy { 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) { #SwqLuifDSZv0U5hgIIRwrqbUzsTg12UC { 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) { #hPOzZG0epyrZnu8z1GAUhTKT21FFTqn5 { 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) { #qzyXXxoC4KDkbQfSpG5OWbfNuoBzTgeT { width:8.75rem;height:2.6875rem;top:73.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AATzHXSWPc5vGAlAqmeBpTlETvmbAIPI { display:block; }
 }@media only screen and (max-width: 763px) { #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT { 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; }#CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.adaptive-delivery-prevent-bg, #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.lazyload, #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XSnTmszR7FSXKeSOdcQFlcWeVr4pxAd9 { 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) { #Oaaec10xbFhDWB7fpCLNgqumiyTwcIeP { 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) { #fDrA6NAiklMaZ3hBCQIk1Ihxgx2Tx39H { 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) { #O7uuKpcCdDc511xmrQ1artMQhA4ANfTx { width:8.75rem;height:2.6875rem;top:92.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPF2WNwGbrxhKVZ5NfDLK1x5cTwXVdio { display:block; }
 }@media only screen and (max-width: 763px) { #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE { width:14.375rem;height:10.6875rem;top:168.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; }#lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.adaptive-delivery-prevent-bg, #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.lazyload, #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hRBLt0n8WtLlyE5IF39LugGxsH0N36Ac { width:11.125rem;height:3.25rem;top:171.8125rem;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) { #wnDfbDqrDJiiXzblPodT4cDGMe3kkiGq { width:6.875rem;height:2.875rem;top:177.0625rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uu7Laa3nnW7fLe7qt3lSc8FNn3FPQ4TT { width:5.5rem;height:1.54296875rem;top:177.625rem;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) { #IMsO2MMerT90oCcuu1Jz1TlVid4gazfV { width:8.75rem;height:2.6875rem;top:164.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMQStWyxgUC61QnIX6T2LfsA3TSDWiWa { display:block; }
 }@media only screen and (max-width: 763px) { #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3 { width:14.375rem;height:10.6875rem;top:152.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; }#UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.adaptive-delivery-prevent-bg, #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.lazyload, #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uhaoPlUGfCWb8Brcf3oBi09bvIUUlpOX { width:11.125rem;height:3.57421875rem;top:155.625rem;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) { #sTrlpPR55NdK7QsyBMaFnpLbUw5yIICO { width:6.875rem;height:2.875rem;top:160.75rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R5mtoaTwTWAGxhRLwSmIb0TAohbWvCGp { width:5.5rem;height:1.54296875rem;top:161.3125rem;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) { #tQz6iznRKO1mV61VnxMrVXOW7uvWwTPo { width:8.75rem;height:2.6875rem;top:182rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESoFiBtC5ulToEbmvk9inDTQ2AdLD8J2 { display:block; }
 }@media only screen and (max-width: 763px) { #gab3HtrxrXQk0iGTbekiKvJUWw8GA2NQ { width:8.75rem;height:2.686525rem;top:56.625rem;left:5.625rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #uP02Rzs63k36qlyJAN79RK32ToA81DF8 { display:block; }
 }@media only screen and (max-width: 763px) { #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f { 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; }#nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.adaptive-delivery-prevent-bg, #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.lazyload, #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O2kVEvBo893Jzn7sVuRMciG467Qh5dEe { 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) { #WencWhFa69TUmO1bhLzTJBAPhOxo9mFM { 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) { #iHUmw26E4NRTC7VyiWeppki1C2TVNBnz { 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) { #kmCZtSTCOczgxEInRoyCIeWP4FmiKSck { width:8.75rem;height:2.6875rem;top:20.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqdQXu3GphEedhk7JhB97Cg6TqgvZKW { display:block; }
 }@media only screen and (max-width: 763px) { #kPyFHlcrM7N30SHh3nN3cBdQ5T9TwuNU { width:20rem;height:2.51855625rem;top:148.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTPw9gQZRXJxo6VGUxbnTqLSkhy3U5dD { width:16.5rem;height:2.51855625rem;top:40.75rem;left:1.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk { 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; }#cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.adaptive-delivery-prevent-bg, #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.lazyload, #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JwTILC3etqhPeQevnUTWAkVgpgTdRHWe { 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) { #Asp79A4pDrVWQsq5oS74t0ZfQKb7D66F { 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) { #fypvJK1xQVVzJq48i22gTMSwGoscZkTA { 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) { #yc3GtGB18fEzCRZxK8PVyooAGzSvN4Og { width:8.75rem;height:2.6875rem;top:85.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXTqRQyTPvPC5oIar52HpB6EGVh1TTtQ { display:block; }
 }@media only screen and (max-width: 763px) { #KZc881Puc9wsJGTE5E6420yslr3LimBu { 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) { #K5AmMcArdAn4lVzE8IiOaTWQ1nVpX4LO { 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) { #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT { 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; }#W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.adaptive-delivery-prevent-bg, #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.lazyload, #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WbJ4tzgKPZp3i2MyL460GTTfItQqFBEp { 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) { #R8qqcDTAmW37PJlsDysoZiruHzV3bliw { 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) { #rhcdyVtJpS6Z3mNDPtpnDLDgROsrROFa { 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) { #TgoueJJea1L81746pq0PmXfQK22bm5h7 { width:8.75rem;height:2.6875rem;top:17.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFaczcbPoHZKhllJ7tphHWTIKlWpMP0c { display:block; }
 }@media only screen and (max-width: 763px) { #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF { 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; }#RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.adaptive-delivery-prevent-bg, #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.lazyload, #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OO1sWLQMeRFoaMeOEK3fkWLfwrOJ7uAN { width:11.875rem;height:4.38574375rem;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) { #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW { 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; }#XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.adaptive-delivery-prevent-bg, #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.lazyload, #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bRAr4FNBD97sBJX1DtWtG0sPq6Ew29sc { 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) { #fZMlyqnXbrDzhnwzFy44Ss0HoRxNGto4 { 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) { #R66tSrePnSxBH8K7tBQorKUyZ4ZhswXz { 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) { #tyRcb1WPfWRn6RqcXnhsK23whKt35RJe { width:8.75rem;height:2.6875rem;top:127rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ9UkPhsvmBbfBgeZOGK6skzDttvtHy3 { display:block; }
 }@media only screen and (max-width: 763px) { #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN { width:14.375rem;height:10.0625rem;top:114.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; }#oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.adaptive-delivery-prevent-bg, #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.lazyload, #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H8mE7IPQHI2NFWM3MtSU8MySH5u6KpM9 { width:11.875rem;height:2.923825rem;top:118.5rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73lSTnBeXlVCr4mVqTGJ3f0sm3r3pky { width:6.875rem;height:2.875rem;top:123.6875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pnVylz65baCXnwBU3lgLETKwaqRr2kol { width:5.5rem;height:1.54296875rem;top:124.3125rem;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) { #XgGuHqTdTvs10AtayIIewn125WMIrLaT { width:8.75rem;height:2.6875rem;top:109.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3RDvIdFTkBIp5ATMKg82cFTekl0CbB { display:block; }
 }@media only screen and (max-width: 763px) { #TDzptLBNbasXdCf0hEtm4vgc5FO7rini { 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; }#TDzptLBNbasXdCf0hEtm4vgc5FO7rini.adaptive-delivery-prevent-bg, #TDzptLBNbasXdCf0hEtm4vgc5FO7rini.lazyload, #TDzptLBNbasXdCf0hEtm4vgc5FO7rini.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C6IZ0f3QWugiqEsPrs6Jp5WmKWeKzzdR { 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) { #lVSnlCR3r9WbCex2zpCMs8t5vQycOekH { 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) { #eTUdKpH9PceTrm0NTQe1ioQbi9L0IwCr { 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) { #cyILlCv5RFTi7hRqtx5eXULOBTtHfqyM { width:8.75rem;height:2.6875rem;top:187.6875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWduOUn6ONzQ8lQqkGmEK4HqTA9lbXSR { display:block; }
 }@media only screen and (max-width: 763px) { #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi { 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; }#Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.adaptive-delivery-prevent-bg, #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.lazyload, #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Xy3bgPTLtMUs2cmvmcESy6DTK0PvPC6q { 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) { #sIeUZOMEWWboUnwE3l9Xgsr2w38H9TMu { 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) { #N09eMVT2Du52Zl4MqRhooN50uvyHNMFE { 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) { #r851RHpo2qIuCKB75swvIaTaTX7T9gq2 { 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) { #zNLzN1lCGIkyee8T91XXdJMTNAz7A89n { 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) { #RPJkvnygggHMy6WbLr8WGwh0wWAxyrk6 { width:8.75rem;height:2.6875rem;top:34.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHGBiBqybyh9nWDU9s5bCyNuGRt3fvMk { display:block; }
 }@media only screen and (max-width: 763px) { #Lm5bI8zlwMM7FtAGSedbqFl9zhXoW7Hy { width:12.8125rem;height:9.5rem;top:187.4375rem;left:3.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Lm5bI8zlwMM7FtAGSedbqFl9zhXoW7Hy.adaptive-delivery-prevent-bg, #Lm5bI8zlwMM7FtAGSedbqFl9zhXoW7Hy.lazyload, #Lm5bI8zlwMM7FtAGSedbqFl9zhXoW7Hy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ElF6QUoZ3C9Dn7Lxer9docd26uD5iWyn { width:11.12425rem;height:3.57421875rem;top:189.5rem;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) { #ATc6xI9PE1ClJeO32pubWDandrUtMWUq { width:6.875rem;height:2.875rem;top:195.0625rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GhEZuWcvJyeGTUIOTcqGm497KF9btHa9 { width:5.49926875rem;height:1.54296875rem;top:195.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) { #sUZi1f5SezdXPDwclurLzW6WNvi6DaAz { width:8.75rem;height:2.6875rem;top:199.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdLZP4gMb8RvolyWPCTn7Q3EiNbJoWrK { display:block; }
 }@media only screen and (max-width: 763px) { #nuxSWBxElJhXUmAp7iUAWgDv7IVUbdr4 { width:13.5rem;height:10rem;top:64.75rem;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; }#nuxSWBxElJhXUmAp7iUAWgDv7IVUbdr4.adaptive-delivery-prevent-bg, #nuxSWBxElJhXUmAp7iUAWgDv7IVUbdr4.lazyload, #nuxSWBxElJhXUmAp7iUAWgDv7IVUbdr4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B8PVd3dAyTnroJe7cfPqwZc9AJEPTK7g { width:11.125rem;height:auto;top:67.9375rem;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) { #ZM36EzhEgos4Vi07MQzfuk6frrZriJx4 { width:6.875rem;height:2.875rem;top:73.0625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #T1tda4AZne4rnKCkkubn4iiQOcLqpJxs { width:5.5rem;height:auto;top:73.75rem;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) { #r1iwRowBenmAkEkuo0qDPDkKT6uz6oB4 { width:8.75rem;height:2.6875rem;top:203.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgi3ksKQr9R9Q6RVog6r8t0CN5LKbNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { width:20rem;height:0.9747875rem;top:13.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { width:3.125rem;height:3.125rem;top:2.4136276245117rem;left:15.812067091465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { width:13.186875rem;height:3.0859375rem;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { width:3.18685rem;height:3.18685rem;top:6.7556419372556rem;left:15.780599653721rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { width:9.375rem;height:2.2753875rem;top:7.236328125rem;left:5.5679255127907rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }