.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.3875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6873125rem;height:2.74956875rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:12.811415672303rem;left:25.499132156372rem;display:block; }
#dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { background-color:#1c6890;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6873125rem;height:2.74956875rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:12.811415672303rem;left:37.812501907349rem;display:block; }
#sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6870625rem;width:17.5rem;top:13.337673783303rem;left:53.186849594116rem;overflow:hidden;display:block; }
#p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.061625rem;width:18.75rem;top:14.151476502419rem;left:3.5601129531861rem;overflow:hidden;display:block; }
#ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { background-color:#212020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.75rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:16.9619140625rem;left:29.7802734375rem;display:block; }
#bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#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:49.375rem;width:75rem;position:relative;display:block; }#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:19.125rem;left:34.6875rem;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:7.8125rem;left:33.875rem;height:7.55625rem;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:10.9375rem;left:43.5rem;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; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-form-header {  }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .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; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .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) ; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-text {padding-top: 0; padding-bottom: 0;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .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) ; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .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; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-select {padding-top: 0; padding-bottom: 0;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .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; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .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; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .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; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .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; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .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; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-container:first-of-type{padding-top:0;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-container:last-of-type{padding-bottom:0;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:3.4375rem;left:4.53125rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.3125rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .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; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug {display:block;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:3.4375rem;left:4.53125rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #oyfd4gqOOqUXtNWWPPqEWvrz5w06RzPr { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #QBLDTiNlxTURSTrT3So1W7TxlWWo7ezS { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NvKpbaxET7hwGMU3kQBAbSG6J9Tr8soE { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NpOcmn9z1WqXqAM1cIwSdqHG3V2NOrVw { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NpOcmn9z1WqXqAM1cIwSdqHG3V2NOrVw .container-column{width:50%;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #RISUmoexMnKniZ2Bpkn5ZGkVKdlobvQL { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #Ws8lvJquCwv2M0QViReFFmy2iIoQp9pD { position:relative;z-index:2; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #w85WiUwxbRPg2uG5tJ2Wgb4XLnBNHskl { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NZo6Ce2BGA6blUEBvUeQEAPdRNKI8VQv { position:relative;z-index:2; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #vA1TWWGnAcWFA0V7HGMZwmATFK69mgdZ { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #CDRRT5XtvVbFrbxf0WUdPol3TU70qWW0 { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #Vxxzl0NZTRRCRH7u9EZuhkwl8SmKLCU2 { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #gEOwnFV5xytfsDVy1rZ0zM7rkmeQRcoC { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #Z5XwZbyTzRs1m0hDObQ7wgOZ0pFOuHNN { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #PlkIGvlzvGXpTH9JbzVyUvLrVwQU8Wnf { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #LbuqH26wffakbNS7HIneOuTMbXwwWVTJ { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #G1oQAauVASuJEQVAdAwHmHGr8ZJb6XMV { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #G1oQAauVASuJEQVAdAwHmHGr8ZJb6XMV .container-column{width:50%;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #ECdOoFXCyHdUq4yTgU04Gfx0T1xSw6W7 { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #KqugDGOvD82bvm4504NbcBTNHO69aO23 { position:relative;z-index:2; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #DlG5MhCnkcqER7xproFhMSVdcgHb50VZ { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #nMyO6pciQxJLk5GZki1p7brDlVaFxUqD { position:relative;z-index:2; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #thvHqlOo18y09KLDXbNbmLZL5hJQ2Rpf { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #TQXHZ88n4eGlK1eX2RLoDKaSKzedfTVQ { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #JWW4bUxE3TZsTaXaRwAHvugdAoOix8PP { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #sEsBAz5Q0wbtWIuEg6gU9Sua3OFTz2nZ { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #fLO9aMp8Xam4DgUCZALKWhfJZhqnKUOL { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #wQa91WLsBMPuElSluMGzMTwB2UKRhKhI { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #ofR1aokh4v1Cu6yXoEEHt5rVgRVZlF3t { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #hpHVctcMsgTctyc1vHtrxCteKcDEHBV5 { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #kx4STnQEGHcxeTkAmsz89ueDooaF9dLh { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #AVaXcpp6psu9sU1rznPl0MgJ4qWKcuTq { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #MGt5lil2pRbfzNQBS9xnwEDr762Tzl82 { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #g0xTF17JtBQ5vNAliAVmRWps63niQ9x1 { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #TlXCNeXzhbU6TWn3mJVqeGoAguvALofu { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #vax1W3dzBb26XtXBFV3myS7d8ZqTgetJ { position:relative; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #ZbHbkVQxCeL3lhbLmAcz5Ma3ghWMQx8V { position:relative; }
#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.9504625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { position:absolute;display:block;z-index:100041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9rem;width:8.9995625rem;top:6.9372863769531rem;left:60.686853408814rem;display:block; }
#TTnTwwO30SR0e4fgdneOFVupEEEgywFM { position:absolute;display:block;z-index:100042;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9995625rem;width:8.9985rem;top:6.9372863769531rem;left:49.749349594116rem;display:block; }
#yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { position:absolute;display:block;z-index:100043;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:6.9372863769531rem;left:38.624132156372rem;display:block; }
#vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { position:absolute;display:block;z-index:100044;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9980625rem;width:8.9980625rem;top:6.9365234375rem;left:27.55859375rem;display:block; }
#AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { position:absolute;display:block;z-index:100045;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:6.9372863769531rem;left:16.436632156372rem;display:block; }
#l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { position:absolute;display:block;z-index:100046;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:6.9372863769531rem;left:5.3743486404419rem;display:block; }
#U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { color:#1799eb;display:block;width:6.06228125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:9.423179626465rem;left:62.153863906861rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { color:#1799eb;display:block;width:6.06055rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:8.7177734375rem;left:40.0927734375rem;height:5.6066875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { color:#1799eb;display:block;width:7.561875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:8.830726623535rem;left:50.466581344604rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { color:#1799eb;display:block;width:6.06055rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:9.4365234375rem;left:29.02734375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:8.830726623535rem;left:17.881944656372rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:9.699867248535rem;left:6.7567272186281rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SdKHwTCfUV2ky0zACcyFy8A2D2kgO6Fh { position:absolute;display:block;z-index:100053;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9rem;width:8.9995625rem;top:17.311630249024rem;left:60.686853408814rem;display:block; }
#G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { position:absolute;display:block;z-index:100054;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9995625rem;width:8.9985rem;top:17.311630249024rem;left:49.749349594116rem;display:block; }
#aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:17.311630249024rem;left:38.624132156372rem;display:block; }
#WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { position:absolute;display:block;z-index:100056;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:17.311630249024rem;left:27.561849594116rem;display:block; }
#rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { position:absolute;display:block;z-index:100057;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:17.311630249024rem;left:16.436632156372rem;display:block; }
#IynNKNLOLrnxXVXf8yAaUh5vJRXPr3kS { color:#1799eb;display:block;width:6.06228125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:19.749786376953rem;left:62.124567031861rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hS1XF3m95zeGnPT147iCcCMTRGFUfCog { color:#1799eb;display:block;width:7.0615rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:19.0927734375rem;left:39.5927734375rem;height:3.73779375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { color:#1799eb;display:block;width:7.561875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:19.206161499024rem;left:50.466581344604rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:19.101996898651rem;left:29.028863906861rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xK5qAluefVugVwFKCie8ZLkTowsE2eiF { color:#1799eb;display:block;width:7.125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:18.8115234375rem;left:17.123046875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { position:absolute;display:block;z-index:100058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:17.311630249024rem;left:5.3743486404419rem;display:block; }
#N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:19.206163883209rem;left:6.8196620941163rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hhZgElyHsTwslD9kQA4PPVIJVfX4SOJf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:9.25rem;text-decoration:none;z-index:100065;text-align:center;text-align-last:center;top:6.8427734375rem;left:16.435546875rem;display:block; }
#VWMdlvGAZg5DpDo3RchIn1eku1tQUhu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:9.0625rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:6.8427734375rem;left:5.248046875rem;display:block; }
#GGwAuaDlXgIfuTR13qPKziiPpSPKmNx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zSwUdnablkxhC3K0szhXpFh8grAKoBXN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:8.9375rem;text-decoration:none;z-index:100067;text-align:center;text-align-last:center;top:7.0478515625rem;left:27.8701171875rem;display:block; }
#wu6cfUM6qkNbG4yHkc389DHdSVTvTUIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mXT046TBu6W2Jwffa14iZcyDnRCqHfPc { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:9.1875rem;text-decoration:none;z-index:100068;text-align:center;text-align-last:center;top:6.7802734375rem;left:38.498046875rem;display:block; }
#fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T5Pl6aNGvKD69lAbJ5457FJllg6LQTvQ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:8.4375rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:6.8603515625rem;left:50.291559533228rem;display:block; }
#GTSp7cR5hbmD5gGuoh64TNkdMk6FWbmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:8.875rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:7.2978515625rem;left:60.731742527174rem;display:block; }
#BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NZRRQQlZiWgh5F55sLbVuA4FrXJ4mTwr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:7.5625rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:18.0302734375rem;left:60.33984375rem;display:block; }
#RDPq6ohGbR8hHlHbgQDCgsIpRPVlhdup { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:8.8125rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:17.19140625rem;left:49.935546875rem;display:block; }
#rTwXXbfFrH1x51O6thpQ0Wtw7HKVFgEZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eOMFbcCUQKKENG6wk6UEJd9bqSmw4DeL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:9.125rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:17.3115234375rem;left:27.5576171875rem;display:block; }
#tvTevMg72UZC4fl2TFTIKcVzUpC8TXWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fPbwyLTMW72Jeb5fKdQOaqRMhnk0UOiR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:9rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:17.3740234375rem;left:5.373046875rem;display:block; }
#FLJLflDelhUuEZn9XBadmgMcCKfQ8oTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mm7HRHdA95duxfQg3FcgelklOiOWhbHg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:9.3125rem;text-decoration:none;z-index:100077;text-align:center;text-align-last:center;top:17.0302734375rem;left:38.841796875rem;display:block; }
#WEDCZBCnz5zTEXJgg0MIir1eicga0LRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { position:relative;display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { background-color: transparent; background-image: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container > .video-iframe-container { display: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container { display: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { border-width: 0; border-radius: 0; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container > .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:21.6875rem;width:75rem;position:relative;display:block; }#U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { display:block;width:27.6875rem;position:absolute;font-family:tajawal;font-size:3.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:24.99609375rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { display:block;width:26.8105625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:25.4345703125rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#uEdwmZnzxXBSUUVqNO0vfNO8QK4RCSNI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:tajawal;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:4.8125rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:9.5rem;left:26.96875rem;display:block; }
#b5yIUAbJThfd1K9bBN2LWA71VzVtvvpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:16.3125rem;left:30.53125rem;display:block; }
#s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r { 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; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r.adaptive-delivery-prevent-bg, #Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r.lazyload, #Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r.lazyloading { background-image: none; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row .container { background-color: transparent; background-image: none; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row .container > .video-iframe-container { display: none; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .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); }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row > .video-iframe-container { display: none; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .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); }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row .container { border-width: 0; border-radius: 0; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row > .video-iframe-container {  }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row .container { font-size:0.875rem;font-family:arial;height:80.25rem;width:75rem;position:relative;display:block; }#TmLSOBwB7aawngCzC9tB1tdMFJ3oMW9v { 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; }
#ssxxQoKHvfJfUEUTiLoNGArbMqdSbTMf { 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; }
#xUMegU2GaGOgb1pNAuSmDkBxyLv3NJB9 { 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; }#xUMegU2GaGOgb1pNAuSmDkBxyLv3NJB9.adaptive-delivery-prevent-bg, #xUMegU2GaGOgb1pNAuSmDkBxyLv3NJB9.lazyload, #xUMegU2GaGOgb1pNAuSmDkBxyLv3NJB9.lazyloading { background-image: none; }
#rsUscTOD6aezvf158GT0PCP8OdyGrAvW { 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; }
#Z4SduvrXFqGm9HlX16pnWB9e471IkCKK { 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; }#Z4SduvrXFqGm9HlX16pnWB9e471IkCKK.adaptive-delivery-prevent-bg, #Z4SduvrXFqGm9HlX16pnWB9e471IkCKK.lazyload, #Z4SduvrXFqGm9HlX16pnWB9e471IkCKK.lazyloading { background-image: none; }
#MVXriyxi87wTVTdrLnIRd4ySbdUzKQ4G { 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; }
#TxBXkf5ynl9Z2eA0FXKWDloNNPkCWR6Q { 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; }
#kV1PA8N2bD4Ro4pt7FTseOP0u3y60fIl { 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; }
#FWZvMC9IsAbmeTVMle6mR6cxnmaiWVP1 { 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; }
#xbMTlzIyU867dIwx9SKtNW11gIp6Bncf { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:8.125rem;left:59.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FmepGbGTCUKUnHEmtfVSWucTiTsdT5zP { color:#1799eb;display:block;width:10.061875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:8rem;left:42.1875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvPRAzKMO8MkRUgmQUIoxw21g8GAuPpg { 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; }
#UFwMUMm44wnolV7K9ZsVZAKXoddedzbK { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#EsSWQLwDekyihlwvKqRnoEhruOTXmI0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TSFTCA7IQ6KGfA0bZXhzdsNdylzqTAQp { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#h58i1rlspiyfvE0LtzT9mDxM33MPgXpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vTo9CaNro07uUWhu0m8ClTmdtcS35REu { 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; }#vTo9CaNro07uUWhu0m8ClTmdtcS35REu.adaptive-delivery-prevent-bg, #vTo9CaNro07uUWhu0m8ClTmdtcS35REu.lazyload, #vTo9CaNro07uUWhu0m8ClTmdtcS35REu.lazyloading { background-image: none; }
#SAfSrNfRMUcM7tGggNTQTzquL8vTyDWE { 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; }
#OyVGLPCEahigTWHZ6ULEnv1laZnmRBD8 { 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; }
#bKBwFvkLwz3G02wq3FuMRM7RbFtG2gco { 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; }
#hyFQRh1CC89fKpR14Tp6VR3oWLPOgZEP { 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; }
#HMmwd6hRTv7pOIqMnUTmUOCEa1Tw0mVU { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#WDQIavzuNkfXgDPJCfpoNtQzxlU47TJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UztZEvA67lZb1Aq6bAeDl0PI5HvDcR97 { 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; }#UztZEvA67lZb1Aq6bAeDl0PI5HvDcR97.adaptive-delivery-prevent-bg, #UztZEvA67lZb1Aq6bAeDl0PI5HvDcR97.lazyload, #UztZEvA67lZb1Aq6bAeDl0PI5HvDcR97.lazyloading { background-image: none; }
#e8i6leDu99v0P4zWXSVIOPTlXfdnTwNm { 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; }
#FDrFHKSqvibgCPvzZM3u2rNG8eZWQzUK { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:26.50390625rem;left:62rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BuZtvugRNk1pLr4JW8vhTcN2V1QqrPxh { 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; }
#MT12UnZTXb3ibZq0rJW7L7pMwFaQTnbx { 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; }
#lyyErcJnTsI34GZ0vh39P0hc58UJGMDi { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#sRl4WNkIOL8VUiblpnx7kLAx5R4f9o9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M6uciFdBpGW37VbN0poO35ZR7HG6Tc86 { 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; }
#lhkXZgbTyM7wcdC7ciSWNLu31NlT5W8u { 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; }
#zH1TJJVLTXC4uQ3P0GX12owtddNtNCwi { 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; }#zH1TJJVLTXC4uQ3P0GX12owtddNtNCwi.adaptive-delivery-prevent-bg, #zH1TJJVLTXC4uQ3P0GX12owtddNtNCwi.lazyload, #zH1TJJVLTXC4uQ3P0GX12owtddNtNCwi.lazyloading { background-image: none; }
#ilKVro36N5dADI0uaxOMlAzpF7UuUW2k { 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; }
#JaBQKVTnm8NWPXGuzqpQ86mezNFdsFkc { 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; }
#PBFbuiHnFc96sKOgbtT1aqy4X0P6dLO2 { 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; }
#x8aCwdCd81tyTPfDW5OB4iXtVTzPSvb4 { 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; }
#Bl6hy0RyrakseoOaAkRIApaKRBrQtJlt { 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; }
#x1Uvhd9RXOZe9gT2mWNO268RTX34G1bp { 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; }
#Gn0JTFplp8sMc2Iufyd0bWV2eIgNyEl4 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#l09Im57aWomRdbeW8DWdnIvWcqeW52gA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tWIMKdLXPecOVczBns3PCXbD4EQ9r9Oo { 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; }#tWIMKdLXPecOVczBns3PCXbD4EQ9r9Oo.adaptive-delivery-prevent-bg, #tWIMKdLXPecOVczBns3PCXbD4EQ9r9Oo.lazyload, #tWIMKdLXPecOVczBns3PCXbD4EQ9r9Oo.lazyloading { background-image: none; }
#mL5J12vJsvEVO8pBcyfdTwRZDoVGCVM4 { 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; }
#A3WwCPWl1xqSHeVUeHiBTVCyboUoX3tx { 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; }
#FJn4cqW8k1tyKzFFi0EZeTQ0NOcUhAzf { 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; }
#vXtzkNG1NRyFoTMKNGUZoxP7wQc3NdUr { 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; }
#gqyxuLHTrLbWgxkVI3f41vPu7G9miohx { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#Tbb8Myo4ILMqS0VticWxwhW4oQzcWUur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rJcqCbusKcvZkBIfqHua8PVfCwGpCPIJ { 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; }#rJcqCbusKcvZkBIfqHua8PVfCwGpCPIJ.adaptive-delivery-prevent-bg, #rJcqCbusKcvZkBIfqHua8PVfCwGpCPIJ.lazyload, #rJcqCbusKcvZkBIfqHua8PVfCwGpCPIJ.lazyloading { background-image: none; }
#VRG2E1byPqE61RSFi4ibXNLuBSLbt4BK { 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; }
#LZa8tn3IvrI2B5Oa6dXBX74L3Q2NA4NN { 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; }
#sGDvqQwJ6TdKK5WvFtNAJ3P2e7anHie6 { 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; }
#yIzeBE5MCyWIlEUZTIa96iB93iCwA3eJ { 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; }
#wmCtsru1ddM60GUfJLq6bkCZuG0mTUli { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#zmNbES28Xm9W2F0dkGsQBgSBDaOa77Ia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DkEVrHHXAr7MiaOuWpKHlGHZx6nhptEN { 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; }#DkEVrHHXAr7MiaOuWpKHlGHZx6nhptEN.adaptive-delivery-prevent-bg, #DkEVrHHXAr7MiaOuWpKHlGHZx6nhptEN.lazyload, #DkEVrHHXAr7MiaOuWpKHlGHZx6nhptEN.lazyloading { background-image: none; }
#NC10s6mHngt7vrmunlLXgSW86aXcmIl3 { 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.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1zi2ePBdMALyaAwZgQLVGnbH89WE4zB { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:43.6875rem;left:41.5625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LI60bztfaWDMtLydUdmLyS4sHuCzOf3X { 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; }
#K7sHkFwneZIgEkTTad0Xbpax9VMe8XEe { 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; }
#IsvbCPTX6cniadFCKPUOUoTgLUJm5mu2 { 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; }
#DTLBnb0htdDg8OK6MtdodlPXPvoqzsWT { 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; }
#pHhWXViuLI3zAuvJpWCEtzOlIx6VXPG6 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#W76xkOe71zv8tTHDka0fEf1NbgewOTlX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GINdtqqtcHlm8xI9pH7RpHx2HzDDA9qi { 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; }#GINdtqqtcHlm8xI9pH7RpHx2HzDDA9qi.adaptive-delivery-prevent-bg, #GINdtqqtcHlm8xI9pH7RpHx2HzDDA9qi.lazyload, #GINdtqqtcHlm8xI9pH7RpHx2HzDDA9qi.lazyloading { background-image: none; }
#cthb8KMeeMczocDWwOULffhglbTtSyHa { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:22.0625rem;left:23.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8rriwETNe4AzF5BUsCv4TDKsxkQtwtK { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:26.0615234375rem;left:23.3125rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AW7ZyTFNa402bhDXWtZn9OKzssOvnpll { 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; }
#xs2Ou9semGzxP1LtiTnM5aFh9dnLRhew { 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; }
#V0toXJPKsw9sKK9kUwyH5ZUL0Pw2PvB9 { 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; }
#lwHcWEQocCuECETHIM9TSfkPGbZxQoOG { 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; }
#TzMRXPgigrXafGAtMsv2BMTh6mPV1uqs { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#Rac0nXfEnd85AXS5v2mnBBlokkS2T4Dw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IiMNTCbzpn6SKIz63vCdHJBgTlUK4Twg { 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; }
#PQhkDI82Rpr2RkkhWX1Pg6ZoxLiTWZBp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.5625rem;left:31.25rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#mbCTtwn0REesdLRAQo01EPcTqsXtGtHe { 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; }#mbCTtwn0REesdLRAQo01EPcTqsXtGtHe.adaptive-delivery-prevent-bg, #mbCTtwn0REesdLRAQo01EPcTqsXtGtHe.lazyload, #mbCTtwn0REesdLRAQo01EPcTqsXtGtHe.lazyloading { background-image: none; }
#MCZeCs0Qv5aDgnzQh1zTzec6FKrPXEWo { 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; }
#xaHmdpssIMTLwEbJLwkU3lD815z8pnw3 { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:44.8125rem;left:62rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQdwS9EmIMRfxRuCdTIv5LCGubmv2JZs { 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; }
#mULt1HhIxl0L6V5i2fEsa7AMy9U1TfHq { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#AfmeAs4ModLUnz25mJx8Iv0r41utlP9N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UELCpyTteTLDuOSNTcyxr2SV1RGSc9Vr { 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; }
#WJxEG1oCaAfN2eR8rJw2vqWS0H8iKIoo { 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; }
#x8afKtQMub4wGmWRs2pV8zWxqQkr1AbR { 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; }
#EFK8AzJOyn4wuc19nzZ7fr4gRpEblOtw { 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; }#EFK8AzJOyn4wuc19nzZ7fr4gRpEblOtw.adaptive-delivery-prevent-bg, #EFK8AzJOyn4wuc19nzZ7fr4gRpEblOtw.lazyload, #EFK8AzJOyn4wuc19nzZ7fr4gRpEblOtw.lazyloading { background-image: none; }
#zU5TQOcO60C8aRvbBsNKO959iNQqSvlF { 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; }
#LqpBOH55Lvpy8y5MDewhNpErDW9DAcVU { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:44.4140625rem;left:23.3125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Euxb6kbHKazpaZhZpDQTGMVDge96n5ue { 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; }
#qxSdhBbS0dDATUO5bKtAubqkuOtTN6nB { 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; }
#M4ia2Mnyt9XZknrAXy4TyDds2TPpVFRL { 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; }
#wMFm7XJw6kR4Gu2Ucw3OieDgSOLOckOh { 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; }
#AdmwKwTqsKZRuElFTXxqDhZXSP3Sp7wz { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#b508oiMLq3QfriS4op2ZRlMBkgaH1PbQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ATSWOB97G31mTa7XivEuPWef3bsRezrJ { 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; }#ATSWOB97G31mTa7XivEuPWef3bsRezrJ.adaptive-delivery-prevent-bg, #ATSWOB97G31mTa7XivEuPWef3bsRezrJ.lazyload, #ATSWOB97G31mTa7XivEuPWef3bsRezrJ.lazyloading { background-image: none; }
#oirJq8no7gWunthzTZLykTMaw45qvbtI { 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; }
#MJC8HPf5Np7ynPd23eJJLQSTFqAK3vGh { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:44.4375rem;left:6rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWpVPS5cshr3dhiI3ULE3RmSJuMl4Ny3 { 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; }
#SJ80XcG8VmDs8mHKk4oskl2lBmGhdcdB { 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; }
#QKrITLf6zJRI78uV3qkMrNuq1RAJdv43 { 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; }
#BBGXgP4yT9ODK7QoeO49sdv5C83wgIDT { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#wvkwTKelAO8GebnRXEZ3kukvwHGTRQtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XZVQixZTT4xrsvlVmmtwxWspmklJrHlB { 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; }
#vO0P3KlnbFmFknlHXpmLCv8GMJFrgqgT { 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; }#vO0P3KlnbFmFknlHXpmLCv8GMJFrgqgT.adaptive-delivery-prevent-bg, #vO0P3KlnbFmFknlHXpmLCv8GMJFrgqgT.lazyload, #vO0P3KlnbFmFknlHXpmLCv8GMJFrgqgT.lazyloading { background-image: none; }
#IzLhkgv88ilsM6oSoOb7ziUihBbxeBPc { 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.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9ne9rK4UPluvtLurMSXAfMGReLBhfBG { 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; }
#xHsufLpevGMXQG2EiwEEBbdVknwf28ip { 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; }
#F4JcqzniGqGTW1kcVToqXPDW6gk48TJG { 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; }
#NHKBxp5rgLFb9ATPe4TVKrvaUIKKC8DV { 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; }
#UsLTI5CsyFXv1nMrCEOcnShIPpqXavc0 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#PlPJ6UbdUaP15FhtQRZ9IEbpwQes1xTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wvTQQgc5WSS5xN4AIyKHwZErobJnm6re { 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; }
#LHq3h2uwesen7iBoAsOp7BGfTKPfCfif { 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; }#LHq3h2uwesen7iBoAsOp7BGfTKPfCfif.adaptive-delivery-prevent-bg, #LHq3h2uwesen7iBoAsOp7BGfTKPfCfif.lazyload, #LHq3h2uwesen7iBoAsOp7BGfTKPfCfif.lazyloading { background-image: none; }
#v4QuT5XdicaTsRVt8tAIVTbmZJAgXLys { 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; }
#BHRmvyFfgeZfBeIrdSkaEILmfxzQxHXb { 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; }
#WzyTrMwkBnARnTgHbwzbcZplFK3MU3ov { 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; }
#aTTFRSALuoNMnn3hHPn2upKWIxQSXS1B { 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; }
#fIZtAMvMalpEdThenyXSBXQP22CM3oEd { 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; }
#qIDZ1JBUdxw5K2caVviQlzZ4QWOJ3ENg { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#TuI7TllyvxbSB26ymXVbKXf8N9IGrcZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hSUU0QStabrchtZ8ptGVxOS9VsE0Kudr { 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; }
#tFthR3lgE7RCVOnPzxNWHNNK42G3NDr4 { 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; }#tFthR3lgE7RCVOnPzxNWHNNK42G3NDr4.adaptive-delivery-prevent-bg, #tFthR3lgE7RCVOnPzxNWHNNK42G3NDr4.lazyload, #tFthR3lgE7RCVOnPzxNWHNNK42G3NDr4.lazyloading { background-image: none; }
#GZSuUWtRE2LV89aUVCnQVbHkU5bmTipB { 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.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTEoN88BhFWOhnrTlDKt9CD5bTL0BbNg { 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; }
#c9wSr7hWdhcJRWOmFhavI3DHbxa7ZGEG { 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; }
#F0u8D0SG5arurEBhF8E6kul5CJNvszxm { 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; }
#M5CTkOKhgIfZ6GOtlUCeMLaVvoERscy0 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#gPNcbbyDRVeMKJuH7alZg4EnlXEW451Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P7uHcCPNiNvEgb8qhLJupqUI4UtXDRi6 { 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; }
#OuwGMi2MqSOz88Z49EKst5RlEh0wRXyQ { 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; }
#kG0KIx99K5deusTwwK4cp7nTZD1BzoPu { 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; }
#yS8MWL2oP4dv4fB0cT38sWO1IHaBCuCm { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#y41dQA6F2IVDTmOQMUPLoJJ6Io9fKpLs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE { 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; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE.adaptive-delivery-prevent-bg, #PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE.lazyload, #PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE.lazyloading { background-image: none; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row .container { background-color: transparent; background-image: none; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row .container > .video-iframe-container { display: none; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .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); }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row > .video-iframe-container { display: none; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .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); }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row .container { border-width: 0; border-radius: 0; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row > .video-iframe-container {  }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:block; }#SzwTy1UZWKtTcuTHFDZamS4b8r598tzc { 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; }
#Js2V4QpwloPlHi6XeorxccqzSTJZa3OL { 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; }
#gwkWTMExAebFtUvZhfPcwwarHS5yFXnP { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:13.5625rem;left:60.75rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5EIX126OUsq6tPLnJ3X5tBEfLsl9Cn6 { position:absolute;display:block;z-index:100018;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:13.0625rem;left:59.875rem;display:block; }
#oZdLbOG6BSvQ7ZTCbJIJqVQS6zVslJyw { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:16.875rem;left:58.9375rem;display:block; }
#pa65a0GSDrIAIpfvxUZOGPA88KXsqBo7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TsfnBZhKZyznw2ihHtiGflmbREME7Zwq { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:3.625rem;left:39.8125rem;display:block; }#TsfnBZhKZyznw2ihHtiGflmbREME7Zwq.adaptive-delivery-prevent-bg, #TsfnBZhKZyznw2ihHtiGflmbREME7Zwq.lazyload, #TsfnBZhKZyznw2ihHtiGflmbREME7Zwq.lazyloading { background-image: none; }
#mbcOwVq24SRup1roLZIxQsGlxpWGUhhS { color:#1799eb;display:block;width:10.0615rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:7.9375rem;left:41.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azzA24L6O9XDht8mswmBR9rhP1FvIPW0 { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:5.3125rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uWSspw5sox8fCuQvyBqDpeThgpPMlvfk { position:absolute;display:block;z-index:100014;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:12.75rem;left:43.5rem;display:block; }
#InNW4nqZ2W75TUTlcAow7t9rtDzRforF { color:#ffffff;display:block;width:6.124025rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:13.375rem;left:43.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMVzTXSNZm7nKBMetUGKqTI5hey8Cxv8 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:16.875rem;left:42.625rem;display:block; }
#pWXgoJTDRWvFTGqglx3SvMDDQPtwt18O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MaT8LkgA6W2hWUqCJNLTwu4swTaq44rp { 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; }
#z4sP3GTPi2XbBnJdQCAmfWAsw2UScabd { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#Sys9wTVr5B2Zw1u0CVfnUUR4tG1siUX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tb0pCBgiC9ivwHN9GsxlWuC115uXCIzE { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#ZTs4bkbvvuA8EQmgP7CsSGl918JwdbM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x1hgDyS9k694WIIFzfGXJU9ORsKNfIDc { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:4rem;left:4.25rem;display:block; }#x1hgDyS9k694WIIFzfGXJU9ORsKNfIDc.adaptive-delivery-prevent-bg, #x1hgDyS9k694WIIFzfGXJU9ORsKNfIDc.lazyload, #x1hgDyS9k694WIIFzfGXJU9ORsKNfIDc.lazyloading { background-image: none; }
#UZzPkWWXepoOx4blJWpbTkQaxAMuBT2Q { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLaIVhLzxQl6RaxhsVW82hh35XlVrZWH { color:#1799eb;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:7.7802734375rem;left:5.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwypwE2p7S2MfbK00Q73M2yshhIFdMJg { position:absolute;display:block;z-index:100024;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:13.125rem;left:7.9375rem;display:block; }
#k1NTN5tli3DpstyNqsTUhyBdglmehpM7 { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:13.6875rem;left:8.8125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yblx6NAGoZCvvyMqRe6ddIp0NCF8rDvq { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:16.9375rem;left:7.0625rem;display:block; }
#I1IKO1KEJs2nlAoEmKxN80uBprgbiuNw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HB0Wwg1JM4gZZaLxMN2HCOWg24CQCWQq { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:45.9375rem;left:30.4375rem;display:block; }#HB0Wwg1JM4gZZaLxMN2HCOWg24CQCWQq.adaptive-delivery-prevent-bg, #HB0Wwg1JM4gZZaLxMN2HCOWg24CQCWQq.lazyload, #HB0Wwg1JM4gZZaLxMN2HCOWg24CQCWQq.lazyloading { background-image: none; }
#CVc2lR0Vu0utD9kBbzJW7kX81MkUEWth { color:#1799eb;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:47.0625rem;left:32.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4g5k6TlPBlLuv0gD3COhqwMIT8aIQtK { position:absolute;display:block;z-index:100030;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:55.0625rem;left:34.125rem;display:block; }
#AaXK01ETEI1l6v8qA3efEETLp0ySzL4d { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:55.6875rem;left:35rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UumOR2EAVsEFA04hhhMGg3fPZpQDE0Pm { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.74956875rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:58.875rem;left:33.25rem;display:block; }
#i5g97FbZZ9iCkMO1SzomlelSWTJs93b2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kdSz2Qoq5bUU261h3XMApnPqJAUwS1pF { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:50.9375rem;left:31.6875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QcTSaqyK1RvOENlFSshC2yqFQv4yr8No { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:45.9375rem;left:56.25rem;display:block; }#QcTSaqyK1RvOENlFSshC2yqFQv4yr8No.adaptive-delivery-prevent-bg, #QcTSaqyK1RvOENlFSshC2yqFQv4yr8No.lazyload, #QcTSaqyK1RvOENlFSshC2yqFQv4yr8No.lazyloading { background-image: none; }
#sOyTOndE0ipe71i0Sn8S0qUQwoTdrrI9 { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:46.5625rem;left:58.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZIGlSi6zzVCG1GTSBlzoNyXDVB9Ibrs { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:49.4375rem;left:57.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eezM9pzHE2WAtPpCG4BuIk6vLkXRfTRf { position:absolute;display:block;z-index:100036;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:54.5625rem;left:60.0625rem;display:block; }
#MftIsgxwsCWOTfGAQQaHPcn6QnBsSH8d { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:55.1875rem;left:60.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drBP9tym0BVyw7MSPBC7Fdi9xvAtvgwM { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:58.25rem;left:59.0625rem;display:block; }
#q4TCGz43ShiNFRDQx7V2ZTOX76HTVk92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zugtsBJyoDJMAyI9IM10x8RyGaCXTJAV { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:4rem;left:22.5625rem;display:block; }#zugtsBJyoDJMAyI9IM10x8RyGaCXTJAV.adaptive-delivery-prevent-bg, #zugtsBJyoDJMAyI9IM10x8RyGaCXTJAV.lazyload, #zugtsBJyoDJMAyI9IM10x8RyGaCXTJAV.lazyloading { background-image: none; }
#XicX6g7VwTzxEIBDaK5TEQtiqR3a9W40 { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:5.75rem;left:23.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfMVNmvV5TTJHryy330o8ddUWAiCT0Fk { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:8.375rem;left:23.5rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQc3bT7E3sOld7SBXArqkxSsT20v0HoM { position:absolute;display:block;z-index:100018;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:13.125rem;left:26.4375rem;display:block; }
#B7hP6KGw02xIuoeNfNRQ9T692kTbMeXw { color:#ffffff;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:13.6875rem;left:24.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8Z4FoaQbIbWZXOFH54xsSgGeGh4S6SF { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:16.9375rem;left:25.5625rem;display:block; }
#kN0JyyrFtymrrihzdv0pSg64R4vBAKZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ItB8oO8BrkMie818vWelayyW7Ths70DW { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#x46OhJ527vI3TlfkdSaXCadwOOKX0l5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lhdra1t1OHw0mJTKK8daXuLedZPU4Syt { 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; }
#O4Ia5mKxU5DlXBc7K8bxKpNoK9po5s34 { 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; }
#aQOL5ovvOEFlk41EK35MkCuVTfLbACuH { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:3.9375rem;left:56.5rem;display:block; }#aQOL5ovvOEFlk41EK35MkCuVTfLbACuH.adaptive-delivery-prevent-bg, #aQOL5ovvOEFlk41EK35MkCuVTfLbACuH.lazyload, #aQOL5ovvOEFlk41EK35MkCuVTfLbACuH.lazyloading { background-image: none; }
#NMwJUMCXA2r3hbKbkev30AhI3E6p3ELm { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:3.3125rem;left:58.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7EWDaPacDzPVn4LlrleH7fi9Nvu7eJS { color:#1799eb;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:8.5625rem;left:57.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9WDcBNiG5nwH2kasi91B7K0NVCxkliI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:0rem;left:31.25rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#SHxtMnHk4xdoN5cQlX4Jasc2wg8Oansh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:42.125rem;left:31.375rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#oylFIhySy9BzqStUCqrIT0Z11wLTTiOH { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:45.375rem;left:4.375rem;display:block; }#oylFIhySy9BzqStUCqrIT0Z11wLTTiOH.adaptive-delivery-prevent-bg, #oylFIhySy9BzqStUCqrIT0Z11wLTTiOH.lazyload, #oylFIhySy9BzqStUCqrIT0Z11wLTTiOH.lazyloading { background-image: none; }
#q5N6cJRZWp77ePW5CmSATJRrgGZ6iQ8b { color:#1799eb;display:block;width:11.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:46.0625rem;left:5.875rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWDeouh8PLD7gryT3r0dTA1PDFdX863y { color:#1799eb;display:block;width:12.6245rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:49.3125rem;left:5.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IinyfLHlCMZvCEBVOyiHG6TDI3aW6BFR { position:absolute;display:block;z-index:100016;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:54.5625rem;left:8.125rem;display:block; }
#ZDzI3xKnQAmi998uvUwRG3VB8T5DA5r1 { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:55.1875rem;left:8.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZoqr2MoB06pb786OHXeeIaWLvNqepuD { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:58.375rem;left:7.1875rem;display:block; }
#qZ5dZW0R9fT4ZFZbySUUsRC9CZpwyTeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eWVQmmJBvRRaGuVglWKzpKM5SE2zFwB0 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:53rem;left:20.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLyPDo42afPTFP9wpeI5MNCrEJDTLJQO { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:52.625rem;left:23.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0ZZsT6gBRU6C1Hmwbn3W5SkwWeKWzfT { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:24.375rem;left:30.3125rem;display:block; }#C0ZZsT6gBRU6C1Hmwbn3W5SkwWeKWzfT.adaptive-delivery-prevent-bg, #C0ZZsT6gBRU6C1Hmwbn3W5SkwWeKWzfT.lazyload, #C0ZZsT6gBRU6C1Hmwbn3W5SkwWeKWzfT.lazyloading { background-image: none; }
#mmvrJNhkc6XCcNtiCTnEdKZ80IOZpEsQ { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:26.125rem;left:31.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6imgPnHurkTkgbVQ6KM4gcQa9r5rR8J { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:28.75rem;left:31.25rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHdeM38KPkZgiJI6v7ZaHLLIXtbKFFnh { position:absolute;display:block;z-index:100024;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:33.5rem;left:34.1875rem;display:block; }
#RLV0ZJTFrwADAHg967H2yGfLUTaJ0bRX { color:#ffffff;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:34.0625rem;left:32.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsHVxfx1SuitGz0X6xeM7EV6aUvIwp9J { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8115rem;height:2.749025rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:37.3125rem;left:33.3125rem;display:block; }
#FzWcTLcUUndlceOfJTDVpy4WLI34iRR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS { 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; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS.adaptive-delivery-prevent-bg, #L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS.lazyload, #L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS.lazyloading { background-image: none; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row .container { background-color: transparent; background-image: none; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row .container > .video-iframe-container { display: none; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .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); }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row > .video-iframe-container { display: none; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .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); }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row .container { border-width: 0; border-radius: 0; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row > .video-iframe-container {  }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row .container { font-size:0.875rem;font-family:arial;height:75.25rem;width:75rem;position:relative;display:block; }#AwrxwcsHf5nxUDGXX0lsNacXdRKAi0UN { 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; }
#zSPgSC6t9sBhpUW41F5iuZXLFGSqVokI { 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; }
#omXSDznErh6dX1IPOdNSS4TeUVUmVaXZ { 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; }#omXSDznErh6dX1IPOdNSS4TeUVUmVaXZ.adaptive-delivery-prevent-bg, #omXSDznErh6dX1IPOdNSS4TeUVUmVaXZ.lazyload, #omXSDznErh6dX1IPOdNSS4TeUVUmVaXZ.lazyloading { background-image: none; }
#W8HIUGBsinlwHccTiWIk2WCDMZ8TEu9J { 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; }
#CAMypXF9v0d0IzDVbsABq3ZJewT0hJr9 { 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; }
#P7gMRmBD9v2RcsLnnUwlMJB7dJaNhuux { 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; }
#nzEshuazvOwGkv57okQbuubF7d0Tw3cZ { 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; }
#iTMglcsITk0u8Rd1TD4dxKLgVm7yd41c { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#WvdWS3ar4mq2J8T4Lc1VrECr6WqFv5D7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mbZouwT8TSpyCBu0IIHzsWxP1zwSxvsP { 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; }#mbZouwT8TSpyCBu0IIHzsWxP1zwSxvsP.adaptive-delivery-prevent-bg, #mbZouwT8TSpyCBu0IIHzsWxP1zwSxvsP.lazyload, #mbZouwT8TSpyCBu0IIHzsWxP1zwSxvsP.lazyloading { background-image: none; }
#SToxVZaH4xagXeDfI8LcKgWmUfZeHz5i { 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; }
#uXK1fVN8Th8cCILgSVpLdWBTaLlXtzuo { color:#1799eb;display:block;width:14.125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:5.875rem;left:41.1875rem;height:3.4130875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iW4DBT8kH8oBZMIopaO1uN5GfnSHV3BP { 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; }
#DFrABvkWQKxop8kvkM8NbOo8VOX4CZS8 { 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; }
#zt8IdGThztwhhITl6sziMXSKR2W76FoU { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#VVFXNAF8n3FnnA7snTGnchToXC3uRh7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RJBmHmx8qvu26DsouJi21drfnV8VWX6b { 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; }
#VkXmFZ9LVmb0A0ZyTZGR7DKug88l1TLT { 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; }
#mcqfgC5KNCBiBTPToDL0T0XhEKwz0ktN { 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; }#mcqfgC5KNCBiBTPToDL0T0XhEKwz0ktN.adaptive-delivery-prevent-bg, #mcqfgC5KNCBiBTPToDL0T0XhEKwz0ktN.lazyload, #mcqfgC5KNCBiBTPToDL0T0XhEKwz0ktN.lazyloading { background-image: none; }
#F7o15OgylHGbUyWzZENmfRBq0xLxaqBx { 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; }
#QhHafLo1NTPQ9LNagugB0Ni9Peb6krar { 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; }
#DyeXi4Nt0Pxad10n6fLs8szlu8x7SJNF { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#eQAuBr9Rbsep25FObGKPwSTpOyV5GS87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NPC9fnfGVOSOgXeNc1BX1u7tWLe7kCcE { 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; }#NPC9fnfGVOSOgXeNc1BX1u7tWLe7kCcE.adaptive-delivery-prevent-bg, #NPC9fnfGVOSOgXeNc1BX1u7tWLe7kCcE.lazyload, #NPC9fnfGVOSOgXeNc1BX1u7tWLe7kCcE.lazyloading { background-image: none; }
#xvrK6GXgiL4RG9heVP1h1kUqzbJp563u { 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; }
#dkQaTJ2lPziJKCUbDdQz12KOmwzAOH0M { 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; }
#cH1pttVTvUoN4c86FMWZdINKmO2BqygH { 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; }
#vTxbniJryVlUX5cJwgiwggbdU7uVfi4p { 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; }
#frBzTDDbeV2q6qivMR4zaa0O6TmBmf52 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#iiRQ0M2Wd8mQJigvvqIGUBTG6EgTFsET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pAElKCH9rI8DxPBwZD5qwafITE2XnvAa { 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; }
#rq6aDJ9wPniElKQiyWLIiMAAhobawi7v { 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; }
#ZOATQUH7fxlSx87s6BAazNn3I5AiqdQw { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#xwtzK89SD7HQHgHpGVHdHov2vXbiCsdU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AVdZ3WDgxWxd7ihAI2N6SUkpzpVkB1tA { 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; }
#Limv3yPKqR1DPnllavfQt4Or20vOGoJT { 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; }
#b73pEq4JbiramQhCi52WucFtndrCIIkL { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#C13nRElIzMnec8vLyh5WrIJgSCqM3EvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TIcyD92QDfb8X5NWpK7WbsiLVNR1iLSg { 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; }
#I88rHV0NRy9eFxLSsTA9i64GSoaglXvr { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#g5PFwpkz1Txh2CgK9XohlPPJd3u2OEdn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iKLwJmBgT9CGabBewDeN3l8lsOzaLl2b { 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; }#iKLwJmBgT9CGabBewDeN3l8lsOzaLl2b.adaptive-delivery-prevent-bg, #iKLwJmBgT9CGabBewDeN3l8lsOzaLl2b.lazyload, #iKLwJmBgT9CGabBewDeN3l8lsOzaLl2b.lazyloading { background-image: none; }
#X1VSeznPbtaTflXiZA0XRyTKI7Kb2stN { 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; }#X1VSeznPbtaTflXiZA0XRyTKI7Kb2stN.adaptive-delivery-prevent-bg, #X1VSeznPbtaTflXiZA0XRyTKI7Kb2stN.lazyload, #X1VSeznPbtaTflXiZA0XRyTKI7Kb2stN.lazyloading { background-image: none; }
#MhQ3SbzSdf7viOd5uI7DDDzcWmrfLzCw { 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; }#MhQ3SbzSdf7viOd5uI7DDDzcWmrfLzCw.adaptive-delivery-prevent-bg, #MhQ3SbzSdf7viOd5uI7DDDzcWmrfLzCw.lazyload, #MhQ3SbzSdf7viOd5uI7DDDzcWmrfLzCw.lazyloading { background-image: none; }
#Envn7ozKM8NaCVriksMKMRv9tUg9OAvT { 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; }
#lSmK4KS0BPbOTTON4PigfV4avJRmwBBW { 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; }
#wpgXfw1PyHBoge4rklrtmwNWlU9QAmWV { 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; }
#SWIPxQn5zPX6zpvJu3z953UsVf7kDG8U { 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; }
#D3uksoe8wTJ6bRE0BC4QRZooCztJATQ8 { 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; }
#k6yz4fbpVTx9tTaZTy7h6QaKqFwbXilT { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:21.875rem;left:44.1875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzZoLLgmeH3qQ8oV7Zogt3ciJdFciFDi { 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; }
#RZVWI5o1SLVwvnLTFDPd2ThdZTqtglw7 { 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; }
#yEOVr8Sgnk4MmfmEMHUcME3Gz8UhQfdR { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#HG2T9q6ytiHZJ2SEaoSCx34VPAOxZWr3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VGvxxxZdecs6eiuKPUZ62cZzeGoom3Pq { 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; }
#CcMDGN0s2oEVohz1eIWGA0Z4vmUACZ5v { 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; }
#OyWgIkWEwqC0DaJSmtmrTSDMeGOaL2TV { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#hMgAvRwEbD1TZgduUAzB8xClTThuXOdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wV0LisvFmJIuTR6bxNZM9A9KAEbCMcqp { 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.4375rem;display:block; }#wV0LisvFmJIuTR6bxNZM9A9KAEbCMcqp.adaptive-delivery-prevent-bg, #wV0LisvFmJIuTR6bxNZM9A9KAEbCMcqp.lazyload, #wV0LisvFmJIuTR6bxNZM9A9KAEbCMcqp.lazyloading { background-image: none; }
#eZS4Zxom81dg8xnXowKUPhP0MQ4XOvpN { 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; }#eZS4Zxom81dg8xnXowKUPhP0MQ4XOvpN.adaptive-delivery-prevent-bg, #eZS4Zxom81dg8xnXowKUPhP0MQ4XOvpN.lazyload, #eZS4Zxom81dg8xnXowKUPhP0MQ4XOvpN.lazyloading { background-image: none; }
#q8U94d2lX2MucLsTiZGMouRsupvR5ZQh { 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.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2EKxw9fL9rqv5rwSNOR9XdLq5oftDC7 { 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; }#O2EKxw9fL9rqv5rwSNOR9XdLq5oftDC7.adaptive-delivery-prevent-bg, #O2EKxw9fL9rqv5rwSNOR9XdLq5oftDC7.lazyload, #O2EKxw9fL9rqv5rwSNOR9XdLq5oftDC7.lazyloading { background-image: none; }
#sx5P27IsJoH7dQm7HhCe4UTnQLWDw7Uc { 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:33.8125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8sE6723ZWJrESvqpHFMfP7aGa9v27kE { 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; }
#zU9KTs6gsG9cPhUgke0JIMPe3qSVTRvf { 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.125rem;display:block; }
#R7rTi8pwuKd2PoTWTDgF8y9qBZmPxu3k { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.1875rem;display:block; }
#qy2V9Tq8FihhGW6dboHCsgAMkrTzCETk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xeLTHbO6mUNlyUHbnWM2crH724Ob580K { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:3.5rem;left:7.3125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deQsCtzylfuWoOlD8DqxJmr8iGyxlK27 { 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.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IKBwFuKmToJtM5yynw1lQUxm5Oib6IIo { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:2.875rem;left:25.25rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsU957H5tCfIpLggTKIV6k5fzfb7JqDg { color:#1799eb;display:block;width:14.125rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:5.875rem;left:23.9375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T89UaCGn6PgaqriXnSDB68FIQchzOhkS { 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; }
#tsMuwQ9oQ413LqpBKg7HCEmRpx8VRSU0 { 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; }#tsMuwQ9oQ413LqpBKg7HCEmRpx8VRSU0.adaptive-delivery-prevent-bg, #tsMuwQ9oQ413LqpBKg7HCEmRpx8VRSU0.lazyload, #tsMuwQ9oQ413LqpBKg7HCEmRpx8VRSU0.lazyloading { background-image: none; }
#RybqdLeerr4bEFZsveEkxoroIMXQ8f7y { 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; }
#Qvfbn33GfpuXoyTfqCtos3IdBtsRsiSO { color:#1799eb;display:block;width:10.058625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:25.9375rem;left:60.8125rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfskDs4UBqb85hTRDLwDJzTfA0bWAL1u { 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; }
#rBB3bhwobBlVCVfsgACT4ZetJh4u7TDT { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#X9MxhUkkI3Oeti3JNNZF9vyr3us5VLgW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fEpiQsv7eGgMFT6TaoeV8vtEZ2qyo4DB { 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; }
#GLVHXnD8pHDdPelWrfdITvFl8bfWRqTO { 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:57.4375rem;display:block; }#GLVHXnD8pHDdPelWrfdITvFl8bfWRqTO.adaptive-delivery-prevent-bg, #GLVHXnD8pHDdPelWrfdITvFl8bfWRqTO.lazyload, #GLVHXnD8pHDdPelWrfdITvFl8bfWRqTO.lazyloading { background-image: none; }
#Vfz8nZ87AaxS93C2tyuv85xneH6otWOM { 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:58.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIxRInCaTWDo06VZ8F4yMhmEGwVNl0PN { 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:59.8125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMQWP4IO5T5xDSJ04TkOu6kQnlX9zR2T { position:absolute;display:block;z-index:100121;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93579375rem;width:6.9360625rem;top:49.6875rem;left:60.9375rem;display:block; }
#FBP8Lcovw5oZCntQ2C3KwLvLuROeQUFC { 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.375rem;left:58.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZKdcZSIoU4lcpTyNZ3WAmLwA9ht6p6y { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:53.5625rem;left:59.9375rem;display:block; }
#nUHavcxnwp877Lw60EPDzzE1AE2PEF0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hQWVJgu0kRikfup7wBZ2gIT6bAfVkhOe { position:absolute;display:block;z-index:100087;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:58.5625rem;left:6.1875rem;display:block; }#hQWVJgu0kRikfup7wBZ2gIT6bAfVkhOe.adaptive-delivery-prevent-bg, #hQWVJgu0kRikfup7wBZ2gIT6bAfVkhOe.lazyload, #hQWVJgu0kRikfup7wBZ2gIT6bAfVkhOe.lazyloading { background-image: none; }
#zkCAD6uFRU1qcpKIXOcQaAi0yxX1fxMB { color:#1799eb;display:block;width:11.4978125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100118;line-height:1.3;letter-spacing:0;top:59.75rem;left:7.625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uni6utDM2130N12PATdcUEd5VsOApsHL { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100119;line-height:1.3;letter-spacing:0;top:63rem;left:7.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KeLLbl36KSEE7KirEdAqmFZfORcQtv7w { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100116;line-height:1.3;letter-spacing:0;top:67.75rem;left:9.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sAWrvLNAfkkuTeBKmRTSyJzwSfaR5qFT { position:absolute;display:block;z-index:100091;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93335rem;width:6.9360625rem;top:67.3125rem;left:9.9375rem;display:block; }
#Xy9yd2SHa5tEBbo74aTxpuOPmVmLUvnL { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8110625rem;height:2.749025rem;text-decoration:none;z-index:100113;text-align:center;text-align-last:center;top:70.875rem;left:9.4375rem;display:block; }
#qqFDhgqDKp0fg7HVybRLXI5gl57Fldev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q9IAq37xrCSo8Jf8PonNRG1di715gALd { position:absolute;display:block;z-index:100093;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:58.5625rem;left:56.75rem;display:block; }#Q9IAq37xrCSo8Jf8PonNRG1di715gALd.adaptive-delivery-prevent-bg, #Q9IAq37xrCSo8Jf8PonNRG1di715gALd.lazyload, #Q9IAq37xrCSo8Jf8PonNRG1di715gALd.lazyloading { background-image: none; }
#qTO1nafoK4PATlMMRVbFKzkJaxErGKxc { color:#1799eb;display:block;width:11.4978125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100124;line-height:1.3;letter-spacing:0;top:62.8125rem;left:58.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLIA5gd8gedVOTriLpqnu79TdSN2hwdT { 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.3125rem;left:60.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K7akVMBmmuBwRp98mMkS2neJ8OIgXR6h { position:absolute;display:block;z-index:100097;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93335rem;width:6.9360625rem;top:67.6875rem;left:61rem;display:block; }
#u9ytufb8pKDCdb9Tv71R6KkM1qGfaKeu { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8110625rem;height:2.749025rem;text-decoration:none;z-index:100119;text-align:center;text-align-last:center;top:71.4375rem;left:60.375rem;display:block; }
#ewANB3lWG5QJenTZbIyhRHLtZBkKv2Bd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BEGiQ7Wpf4EzO7sOQrQUG2iEzt2eIXUv { 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:58.5625rem;left:31.4375rem;display:block; }#BEGiQ7Wpf4EzO7sOQrQUG2iEzt2eIXUv.adaptive-delivery-prevent-bg, #BEGiQ7Wpf4EzO7sOQrQUG2iEzt2eIXUv.lazyload, #BEGiQ7Wpf4EzO7sOQrQUG2iEzt2eIXUv.lazyloading { background-image: none; }
#MvnMq1NxZlzJD5bTaueKEeAQTTAcGcwo { 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:68.0625rem;left:35.5rem;display:block; }
#mWNUIDa4VT9SFHJRmcFWBZ6ypT1l8p4l { color:#1799eb;display:block;width:12.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;top:63.375rem;left:32.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UyIysfHQDTviAfw4PoaVViWUBeCTD8it { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:60.25rem;left:32.875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aoBy695gF9Bpc672LCE2JiGHTyEqts14 { 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:68.8125rem;left:35.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XMhwT5OZMUBNqQ32D4KVrK2PEbJdAfZ1 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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.436767578125rem;left:35.08056640625rem;display:block; }
#tzURTPeiJqWhp1ywEUXmnZmhyHQNVC2D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd { 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; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd.adaptive-delivery-prevent-bg, #U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd.lazyload, #U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd.lazyloading { background-image: none; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row .container { background-color: transparent; background-image: none; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row .container > .video-iframe-container { display: none; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .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); }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row > .video-iframe-container { display: none; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .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); }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row .container { border-width: 0; border-radius: 0; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row > .video-iframe-container {  }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:block; }#NmT74UIVCykGzn4fbI9izgRKpo9mpyFl { 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; }
#CQ8sx3CRxXJmz83VePOyQgSe1EbhloOT { 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; }
#BDkOSNpmbAzUVqlTqWTx1Je8RsrkcTEc { 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; }#BDkOSNpmbAzUVqlTqWTx1Je8RsrkcTEc.adaptive-delivery-prevent-bg, #BDkOSNpmbAzUVqlTqWTx1Je8RsrkcTEc.lazyload, #BDkOSNpmbAzUVqlTqWTx1Je8RsrkcTEc.lazyloading { background-image: none; }
#mb49goJLSSu8oucgTo1fVff9To6etHIK { 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; }
#s09Tk5pU9GRfv7HHoVnop8tFlop3hSSJ { 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; }
#eNykTf3Xl7TGcgOBSdOWuqNelGScXCHr { 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; }
#bXDlAiL9JtUPDMwlXSOxZpgPXpno2T9M { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#px8xcbPVy39UP5Q07fkQB8CcFS1pzACy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o8aoHvs5tWCsWc2LdkfwNSoRA4mc61cV { 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; }#o8aoHvs5tWCsWc2LdkfwNSoRA4mc61cV.adaptive-delivery-prevent-bg, #o8aoHvs5tWCsWc2LdkfwNSoRA4mc61cV.lazyload, #o8aoHvs5tWCsWc2LdkfwNSoRA4mc61cV.lazyloading { background-image: none; }
#sa4VQWX69DwJyoTgUmnuO2tMo5odJ93B { 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; }
#SITJnQ1ArNHfAH37yn1WMtCQlJtrf2SI { 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; }
#csTZnnuSWbL5g22vPLLrQEggzlLTmbCL { 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; }
#T1uTVM5RMCz1EgecT7ZT7zhiAaN9GwTA { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#VAJewcpwaI0G1wtghlUnvvTQbhkFx3Lr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xE2bcAtuPk2iLL8sS6Vx3GOWS921w24F { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:5.3125rem;left:21rem;display:block; }#xE2bcAtuPk2iLL8sS6Vx3GOWS921w24F.adaptive-delivery-prevent-bg, #xE2bcAtuPk2iLL8sS6Vx3GOWS921w24F.lazyload, #xE2bcAtuPk2iLL8sS6Vx3GOWS921w24F.lazyloading { background-image: none; }
#hVVOWk2nLDCrIyZHtGcFzhaggHc5mFi8 { 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; }
#kquG6tgH4O50uy9APZ5Mx14mOvUh1Kho { 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; }
#aUy3c5GX7lmQxLSKawlJ6yhQBt1MswlB { position:absolute;display:block;z-index:100075;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9375rem;width:6.0625rem;top:14.3740234375rem;left:27.1259765625rem;display:block; }
#WJ69bxDzpvfAG94uygcdyB2MGgfzFN0t { 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; }#WJ69bxDzpvfAG94uygcdyB2MGgfzFN0t.adaptive-delivery-prevent-bg, #WJ69bxDzpvfAG94uygcdyB2MGgfzFN0t.lazyload, #WJ69bxDzpvfAG94uygcdyB2MGgfzFN0t.lazyloading { background-image: none; }
#df2E2WTCc0CaQPDFiPXRTTl0AP1KTQVc { 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.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xsTPd6K9edXsyWQ6MtlwGGWmTIuDVLEn { 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; }
#wCAkbAgi0XCxUhCUNqZaHntpK7EWC40X { 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; }
#ZMIM8bQDoulP7mfvxGdtzvDsmbCChTM2 { 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; }
#vkcC7WyNTWleJI8hsLuDLtsTXlQwhpZT { 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; }
#h05ar5wQIVarDl1L9BRK3xKFwMSLQTgM { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#qo9raWyLUNMIKaOJ8sNleVVJlXHKu39L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q1IdNx3aarLs0hsifDE4Q7mVQUaXS9n6 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#S7sv1T57tlKv33gfwmfukDLdvqgfKF3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aB3R3oTv6DzILnONOcCnnxFRlqR6NHJ9 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:11.125rem;left:59.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h1TNBIWUzG7dzDAPfVah15L0Opueys1l { 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; }
#ZnWQQUk3Hk5CXrFzPhFQOIFi1EWILsZZ { 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; }#ZnWQQUk3Hk5CXrFzPhFQOIFi1EWILsZZ.adaptive-delivery-prevent-bg, #ZnWQQUk3Hk5CXrFzPhFQOIFi1EWILsZZ.lazyload, #ZnWQQUk3Hk5CXrFzPhFQOIFi1EWILsZZ.lazyloading { background-image: none; }
#aM7kOUdJcFCRGA3876HTV9fGXUTUJnGC { 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; }
#UZuHqyVOUNDVb6l8eicNmbMrt7OVWLLV { 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; }
#pWMv8lfmvHAFG5DgolJUUzpsssRm8RTC { 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; }
#q8iWZMVPx85E8g0uy2uqC9HrMSTznCEJ { 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; }
#HJOr8RazXG7Xe61SSCszi9vzG72Gde00 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#xnKOaEVWR1OzMmmT8JgFBxvU4ZWVBE4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AhRohEsyrZtROT0VIu7ekOcfccCOMXwC { 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; }#AhRohEsyrZtROT0VIu7ekOcfccCOMXwC.adaptive-delivery-prevent-bg, #AhRohEsyrZtROT0VIu7ekOcfccCOMXwC.lazyload, #AhRohEsyrZtROT0VIu7ekOcfccCOMXwC.lazyloading { background-image: none; }
#V2mFI43ObThR9Ih3b5fbGUfwLnZdGkPE { 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; }
#XSqCXJleobMvioeCi9uI2fXZPDMSVy1B { 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; }
#TvbrNE6PUPMAS8C0STDb7cxkM1MJfuk1 { 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; }
#akGHLznNMWlA0qBnlpykAOuX03h3mO2N { 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; }
#xgTm5m8iZm1TuGR1wg46DO6EwDt0Ev51 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#PnSZtCF4lvUVKvw0bh1nqVyFlG6VQphJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q3lkvX6T2nMzMmp0Nn1VXGOVB1Q0cvKs { 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; }#Q3lkvX6T2nMzMmp0Nn1VXGOVB1Q0cvKs.adaptive-delivery-prevent-bg, #Q3lkvX6T2nMzMmp0Nn1VXGOVB1Q0cvKs.lazyload, #Q3lkvX6T2nMzMmp0Nn1VXGOVB1Q0cvKs.lazyloading { background-image: none; }
#cXDguJGZUSsmpvi0HyysSTv8Bx7nxxob { 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; }
#lGPnvZQTfHq9ePzzC2oERNTgHTohQLQG { 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; }
#fKLIg21SS9lztU5HNVvh6B8wL0PQXzIK { 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; }
#kwBrwBMVFE7qzHJy28cUb4P7i6gmBtOC { 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; }
#t8vffC7c6K17ycTNUxhHgztaFO4C94Nr { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#XpmM5APShNkw39cO0oXomQqNbxm4s5C2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tI9vIT0KZFX4mKbL6rb4l2wxlt8OTPBT { 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; }
#qcbpsiTwA7stFuzrkhqsPAcOpn8kyO1F { 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; }
#K9eZSoxHVRT5QMgAuAve5W7BhqP1hSp4 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#VDhBCEckJEKnsrhNdqxKL7LkhisPsbKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fsv2Fc4PoQXKRpEscZZiALeWW3qAO197 { 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; }#Fsv2Fc4PoQXKRpEscZZiALeWW3qAO197.adaptive-delivery-prevent-bg, #Fsv2Fc4PoQXKRpEscZZiALeWW3qAO197.lazyload, #Fsv2Fc4PoQXKRpEscZZiALeWW3qAO197.lazyloading { background-image: none; }
#SRvK4T9k21yMg7xfzC957hDznubcPwvJ { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:7.1875rem;left:22.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEiMut0e8fzERgUQDDfD6lMoL0LpOTNz { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:11.625rem;left:21.8427734375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qP7d4Mz9MWGJdloSNNfTw1AcH0fR6Ton { 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.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tf8H8ShZXTu5Gy2JN1h1snWVDMFcJL5O { 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; }
#vJvSndx2tKJM6ci4xNw6KBiI3UHRU1AI { 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; }#vJvSndx2tKJM6ci4xNw6KBiI3UHRU1AI.adaptive-delivery-prevent-bg, #vJvSndx2tKJM6ci4xNw6KBiI3UHRU1AI.lazyload, #vJvSndx2tKJM6ci4xNw6KBiI3UHRU1AI.lazyloading { background-image: none; }
#pLZa0O2USf2PnBoBxV9Z3uWR6VXLxH8P { 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; }
#rTIf8V471akht0Mqvg3FfH7CaaHMDX16 { 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; }
#EaDhXv5ktx0k0G4hxDlFyTvVD94bRVFp { 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; }
#mdWmAqXPUearkhoPsmcu4emzehDwBU32 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#KWrJgHbUCmrTXpTONhsA6UmLl9R6wzI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VDJzRQ4SN1Vdtp4dcDiGnSm921e4z7hg { 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; }#VDJzRQ4SN1Vdtp4dcDiGnSm921e4z7hg.adaptive-delivery-prevent-bg, #VDJzRQ4SN1Vdtp4dcDiGnSm921e4z7hg.lazyload, #VDJzRQ4SN1Vdtp4dcDiGnSm921e4z7hg.lazyloading { background-image: none; }
#Rez0Ck9ZXaxaTnUTiln3SrcJPbAyWsRl { 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; }
#JB71f9o0GmTIq6niKsORSiqJwIoTaNeE { 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; }
#mzWNlwlwVrfHGmpkh8V45sK5ehvKSfWm { 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; }
#wr3Bd5A5JhknLHZmqOQs6Ag5sJ7B37f6 { 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; }
#sm8qTysLiWVzfko3LeyFrlXLLmRAHuB5 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#TMpffqxdosIXOKN3glq2IFqI45ueM0mK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P0BMvvtzXpBvsJeTTMqJrq1f0hmvBQGh { position:absolute;display:block;z-index:100076;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9375rem;width:5.875rem;top:14.373046875rem;left:21rem;display:block; }
#Ixsh6LIQ6MomRkPS8GynLsBigaXG3qGy { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:15.0556640625rem;left:20.251953125rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7goiWK5hclLlU0IlP3cZW7TIT2KQ0z5 { position:absolute;display:block;z-index:100093;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:3rem;top:15.9375rem;left:29.8447265625rem;display:block; }
#dJaGyWbTa9rE9ChatvnTJTHCIoquXuIW { 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; }
#ZacxdqCJPfdrfF2xGCRyZpBKIWayNya3 { 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.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SWrcgbsFV5NzAfokl8Caxoiwvl3fz5LN { 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; }
#Js2Wb5wBoR7EHMU3lhRDMr3sbvPexdVz { 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; }
#qKATw9s7swKbNlSRZQL2AIHxdHGi8eg8 { 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; }
#wiRgBIvB3U1rJpTtoT3B5fQdZ3cTa6Ui { 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; }
#kKdvCU8buLruC0dVyBwOyHmA0PkK3fQB { 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; }
#rC1gm6n42fr1nuIO4X6S3adBcKZTRQM4 { 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; }
#O192JXvgzJdh4zyToO51BCTiFTM6oxSz { 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; }
#UnT9qvlSeTDQczJXE0OvUgRCodTOlOmx { 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; }
#TaH5pKZKeh7HTceDfmyNCmIFgO0h1kMd { 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; }
#iE6EyMPLgWNPcsVPONXy2tp5qWw6I7nm { 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; }
#VuBOI3GeXNGgUunvq7zhugFLq6CQk1pL { 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; }
#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 { 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; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663.adaptive-delivery-prevent-bg, #Gw22wF1ndyOAd2BiEkGQwlc27eIbD663.lazyload, #Gw22wF1ndyOAd2BiEkGQwlc27eIbD663.lazyloading { background-image: none; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row .container { background-color: transparent; background-image: none; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row .container > .video-iframe-container { display: none; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .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); }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row > .video-iframe-container { display: none; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .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); }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row .container { border-width: 0; border-radius: 0; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row > .video-iframe-container {  }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row .container { font-size:0.875rem;font-family:arial;height:108.625rem;width:75rem;position:relative;display:block; }#U7TFDMFOPTDn4GPL3y6x7clTlaRTtCn4 { 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; }
#RF3rHtTmuv8k3t7HSonwieZsNtgsIEhu { 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; }
#T5ANb9JR74UOi6AZRM0R60Q6VZVEQM6X { 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; }#T5ANb9JR74UOi6AZRM0R60Q6VZVEQM6X.adaptive-delivery-prevent-bg, #T5ANb9JR74UOi6AZRM0R60Q6VZVEQM6X.lazyload, #T5ANb9JR74UOi6AZRM0R60Q6VZVEQM6X.lazyloading { background-image: none; }
#gChWgn9LAy3DkTSXizQnTmNrTA5fNIg3 { 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; }
#iTB874fv3GBsWTnraQCWiwWeAalWFTfT { 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; }
#cikOUCki47eETOMeyKWFxKFFUW4qoDSd { 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; }
#BeoP5gLGCrE0TBhhmefTrQqWIAkMHT6U { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#gMqEypOklgJ6W27hglgD8UiCsofi0gtA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KFlDxtDsI8UxvN1fZ8ZCrXVz0cC1r65z { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:9.5rem;left:41.75rem;height:3.4130875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dezbgUxhVZgy0rSyS9bDnVceT32WOfnz { 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; }#dezbgUxhVZgy0rSyS9bDnVceT32WOfnz.adaptive-delivery-prevent-bg, #dezbgUxhVZgy0rSyS9bDnVceT32WOfnz.lazyload, #dezbgUxhVZgy0rSyS9bDnVceT32WOfnz.lazyloading { background-image: none; }
#iBt96NGseLtntDJF6IHEK3W1hwmcyzte { 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; }
#CduzupUuWrb9HqLSv5JwVUpv1OlofMA8 { 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; }
#wRJWgccDQJvBqy4oFxshDgZpMkx0Qdnd { 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; }
#bLagbFz5AFC2qxEaqutuSytb2EkESgJL { 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; }
#DErJJp0dM1SgdASCDh3yH3frRLy1bGUg { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#lHpTOuzr5kCqzvKveumbD1xM4ZrBzfx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TQ3IWa9baQdEeCSVxkyJvDcCayWB3ooa { 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; }#TQ3IWa9baQdEeCSVxkyJvDcCayWB3ooa.adaptive-delivery-prevent-bg, #TQ3IWa9baQdEeCSVxkyJvDcCayWB3ooa.lazyload, #TQ3IWa9baQdEeCSVxkyJvDcCayWB3ooa.lazyloading { background-image: none; }
#WvbDTIcvhuqMeNbXlx6kpoQuaWcNFG00 { 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; }
#zxpzxANKn3K3zaURTtUzmnbkJEyF1VkE { 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; }
#Fymp9hHbRErzApTw81Q7AqBKFf5R17BF { 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; }
#gAWhvP7N5vJBzVcde68tfxZPHGc2Hxsk { 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; }
#JLs7uvh9DWXQck4tazGXeZc4SPzffSrO { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#shnettVl9xFsqT7Z5PlOu6OQvZRdCQfq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NVi6fSNJcTgqtfLIlHhhTIRwwl7F5mhB { 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; }#NVi6fSNJcTgqtfLIlHhhTIRwwl7F5mhB.adaptive-delivery-prevent-bg, #NVi6fSNJcTgqtfLIlHhhTIRwwl7F5mhB.lazyload, #NVi6fSNJcTgqtfLIlHhhTIRwwl7F5mhB.lazyloading { background-image: none; }
#vo4D5sLC3q6rUbC3yKAs7cx5K1PxJGkW { 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; }
#rKAlClNov6oB8ygaFyKJvHDb5s7ETAll { 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; }
#JQCkmdiLfzVXDHgxWuGyEnPr8mnTWGdM { 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; }
#LDBfAM1c8VHFrmmVo5FHLPk3uXrluSkm { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#CJCOk0tM3ZcwdDiHWd39FlwqZT9RCT3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T1OMbLaZvw0EJRl5OuwGKtmQiJG4H1uc { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:54.125rem;left:25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOsOsmMFZw6NEcyrPKLsEZ6r3lnd9ems { color:#000000;display:block;width:19.25rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:0.875rem;left:27.875rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#T07sFTqefNynWfTGptTdCznLqI2HrXmO { 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; }
#AMamcE9Mfw676Oo4ENRUzZQHrduxzqAK { 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; }#AMamcE9Mfw676Oo4ENRUzZQHrduxzqAK.adaptive-delivery-prevent-bg, #AMamcE9Mfw676Oo4ENRUzZQHrduxzqAK.lazyload, #AMamcE9Mfw676Oo4ENRUzZQHrduxzqAK.lazyloading { background-image: none; }
#tgef00S0tHbq94a1D5qaAThNvDO2Pvq4 { 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; }
#u1P3W8vGeT7Am6JTEn972g0ofVsuTv4W { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:53.4375rem;left:7.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1iZawhKtItw3mOpQkNEO5gPPq6ZW9AK { 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; }
#JFFIJfaBlCX3u4gQm2ExzDFSaM9n0Maq { 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; }
#Lf6dfGOmZAduN1zBZ1W69IySX4Fa6GxT { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#BsOis43ZMqJcD8fcRQo7BDpB0aIy80IX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Two53GKG73RW1tn9ffRenxDo89zusIiZ { 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; }#Two53GKG73RW1tn9ffRenxDo89zusIiZ.adaptive-delivery-prevent-bg, #Two53GKG73RW1tn9ffRenxDo89zusIiZ.lazyload, #Two53GKG73RW1tn9ffRenxDo89zusIiZ.lazyloading { background-image: none; }
#ITKMfCwWDOF0J5PssPk6VWAtaOIl292t { 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; }
#OVVKQgGmCF0KOWCvEIHcb4F89JoRbybJ { 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; }
#exmfFbXsbnbLt9MxP6PDgif1ASMRcmUM { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#mWJQXbh3TPQPmOlU731CT0PbrLGMZnDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HtitxlsSFmFx0xnIzvt6yP7pZBs8VIRw { 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; }
#fHylNCTqTE6P3D5ZVIkmfg4WT1Pfqo7n { 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; }
#yioG80fR38TC78DkaF0N4sPZG4BdWucy { 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; }#yioG80fR38TC78DkaF0N4sPZG4BdWucy.adaptive-delivery-prevent-bg, #yioG80fR38TC78DkaF0N4sPZG4BdWucy.lazyload, #yioG80fR38TC78DkaF0N4sPZG4BdWucy.lazyloading { background-image: none; }
#gcpyq9Iu1c6aE0IRSNsvbzpiTp9gWEy6 { 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; }
#BI6VS1pKmtTvuKPFtCMkrH1KWsvvq49E { 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; }
#mmJT1VFH9JudFTZrd2AJevDzrzdUd9TG { 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; }
#KuzVimWqu17TbDvNrobEpPgg9g1xMxdO { 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; }
#uWQE0OMmNdl6h6pmMvmuTqksWyqhiaop { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#m0sO2tEMpR4U8qwFT9lqvHc4qbbl0iJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OyxKTI6ms1Wa4wi1Db5tSEazz6tZLZZ7 { 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; }#OyxKTI6ms1Wa4wi1Db5tSEazz6tZLZZ7.adaptive-delivery-prevent-bg, #OyxKTI6ms1Wa4wi1Db5tSEazz6tZLZZ7.lazyload, #OyxKTI6ms1Wa4wi1Db5tSEazz6tZLZZ7.lazyloading { background-image: none; }
#v0hUd4omhkZ1dyfTv2sKtxFKeLGvX9Dd { 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; }
#CqDel3ocPTX7lTPMSwyQlb3BzOCv80hc { 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; }
#A22n2oz1xD83eOp5bTbqdGL4vWEcyQGK { 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; }
#d6Tz9mvEJD1gHTsHPTfuD5EXAln4OFTm { 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; }
#fKrKwp3an45KFQ865ErBh5cMS348UOMS { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#QMdcZEeBt3CXyk5kW0wXATTU97t0mu9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wNOTPV5nmFBbfTlxGkDCDJupg2ldiKRH { 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; }#wNOTPV5nmFBbfTlxGkDCDJupg2ldiKRH.adaptive-delivery-prevent-bg, #wNOTPV5nmFBbfTlxGkDCDJupg2ldiKRH.lazyload, #wNOTPV5nmFBbfTlxGkDCDJupg2ldiKRH.lazyloading { background-image: none; }
#Fo9fwBdJRMb9DhfDNTZt49ggx3oQFBSb { 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; }
#mi4HozG41qEdPRX3pMsR2ANA5BRusv0R { 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; }
#RTovT3yFCfBVMx3i78ftiX35duc3eDLK { 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; }
#DIxPqZab2ZTp86JgDduUVAT29eUo1X6Z { 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; }
#x1Tx7TSkwnkL7dFpU5SQXfJJN4W8PbcB { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#ZomFFemoAwoZAMfDT4F14nbzdTC6nZbP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xl7tfqgvimWcu0T6svFqAFxRx1hlXmen { 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; }#Xl7tfqgvimWcu0T6svFqAFxRx1hlXmen.adaptive-delivery-prevent-bg, #Xl7tfqgvimWcu0T6svFqAFxRx1hlXmen.lazyload, #Xl7tfqgvimWcu0T6svFqAFxRx1hlXmen.lazyloading { background-image: none; }
#P8wwxtMAS1ABdWBxGl5pwrSy2aBUISTU { 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; }
#FHdzryZWrVyTQKqwxdDwRqHT3wNwA82l { 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; }
#v8DeTTJ1tBqpXWTtOR4nrJ3lkGsq6Fd3 { 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; }
#HqeWXk5O8c5ymTDgCeOoU1qQEIXqmSJQ { 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; }
#KFH9rJg9bzWrg8ZIQF7ovbbG3ztsptvx { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#yxgU7FeZZ0NoLXTVrMDFRCfZiVkI1dT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OtkaBqrAgOVF6T7BtuwwByaieTul4W8Q { 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; }#OtkaBqrAgOVF6T7BtuwwByaieTul4W8Q.adaptive-delivery-prevent-bg, #OtkaBqrAgOVF6T7BtuwwByaieTul4W8Q.lazyload, #OtkaBqrAgOVF6T7BtuwwByaieTul4W8Q.lazyloading { background-image: none; }
#yZNmU0NywkNMzniq9A0TSAPpgaamT8MX { 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; }
#NGUTQ1FKnUz8zwHl60zrTyt0aATJkaEZ { 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; }
#C0CVCBqzKlkR8nXvESetIXtwoVkVB7Ab { 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; }
#mFX1rmNxvudfNgcQGcN7k6x4MQRmfH92 { 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; }
#IvE1ppXeC15pU6nTTF99Tk2GMzzRG5uF { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#siHAewBdJl438bGzvfIxFRQwORP4uaKX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nddJvs3obbOaiTss25EROaKXPHAMmtFo { 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; }#nddJvs3obbOaiTss25EROaKXPHAMmtFo.adaptive-delivery-prevent-bg, #nddJvs3obbOaiTss25EROaKXPHAMmtFo.lazyload, #nddJvs3obbOaiTss25EROaKXPHAMmtFo.lazyloading { background-image: none; }
#d7avWMb4bOqW9a0uAlKViXL8EyANlRGM { 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; }
#Ns5aIrz8rGNLZKkivqMf1eesS2Z7EdIP { 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; }
#ab5mnkVx2xkroEq4h4OCc4La9ThJggsW { 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; }
#LPJocBx7CEDhzJhw83itTOv6MX9LDSgx { 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; }
#xQJa9TU8LuemWiPmpT6rVOX6IF802weA { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#Tli7QwL6dIXnTvLGO5qZs6GHnHs6yrCW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f4onoLgyeM5SWxBsDJUo6dcmwDuqsXp9 { 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; }#f4onoLgyeM5SWxBsDJUo6dcmwDuqsXp9.adaptive-delivery-prevent-bg, #f4onoLgyeM5SWxBsDJUo6dcmwDuqsXp9.lazyload, #f4onoLgyeM5SWxBsDJUo6dcmwDuqsXp9.lazyloading { background-image: none; }
#DiOAZu3x1y2VwZXQXz89bp7xxMLoctLg { 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; }
#kc7BHnX7OzNJpc0xqGQTfWTM0RVs77R8 { 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; }
#vmi4fC0JOBGDiduwAIJQlevAwoXykWO0 { 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; }
#TWpfxcwUfhDT3dC19Fhn26eIIlz66D6d { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#SIAO1grRdHkEooV1cDzx7asQQz28f1AT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wSmVkLgdkdUs8tB9Ba9o6TOVcJ5C3Uvb { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#PJDG6GzHEbtRH9z4100Bx03OSqKZvACX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IdL4VgDrErzIaSKKAuDFuNZESppyBMap { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:92.375rem;left:61.4375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vwq1QsHE5IvnKDmMTTrn4o9PwQVEPNs7 { 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; }#Vwq1QsHE5IvnKDmMTTrn4o9PwQVEPNs7.adaptive-delivery-prevent-bg, #Vwq1QsHE5IvnKDmMTTrn4o9PwQVEPNs7.lazyload, #Vwq1QsHE5IvnKDmMTTrn4o9PwQVEPNs7.lazyloading { background-image: none; }
#XUBU88sdncQNHfXfumEg1ihishPzSkzt { 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; }
#uSHhcItgLUyTcSqh9vXRIMl8oxIXPSZi { 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; }
#Bz7EVNuVNMQu0TuGAyaHJHVR9FDxrJzW { 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; }
#kruyttRxvosuwx6WdWadDphXLSrr6bk4 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#QJTC2pg3ChWAMhgy9Fl6ugl3zHmdXvT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TAVy7iZqSD7UryEcobAxgbnoEupGJVe4 { 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; }#TAVy7iZqSD7UryEcobAxgbnoEupGJVe4.adaptive-delivery-prevent-bg, #TAVy7iZqSD7UryEcobAxgbnoEupGJVe4.lazyload, #TAVy7iZqSD7UryEcobAxgbnoEupGJVe4.lazyloading { background-image: none; }
#QVhxCMbRVe1kV0l9kGnoK6dkgnwCANaF { 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; }
#loE6skdp0BzGocAK3dG3L31olLe2D2Qa { 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; }
#FcCxleFmT8cRoTazg14t3QbQEbH54Xfy { 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; }
#pzVDXL4FxXenSUbCu8MhrOFVP1FfP9it { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#BW9EDhsnQBhwq7zAAANqKWAtZ92t1mTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KUl5VW9UDep3FDSaIVmfBqBgLyJb8g3p { 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; }#KUl5VW9UDep3FDSaIVmfBqBgLyJb8g3p.adaptive-delivery-prevent-bg, #KUl5VW9UDep3FDSaIVmfBqBgLyJb8g3p.lazyload, #KUl5VW9UDep3FDSaIVmfBqBgLyJb8g3p.lazyloading { background-image: none; }
#duPXcktd8bgzDD1hIKwWuZ6HhkJkCi5O { 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; }
#C0Rk6E3HtpxW4qJpi6dh5FfOwwNyXV1P { 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; }
#pTqHTxp4WrD2BfITsgRIiQuzfkA2ulST { 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; }
#XLumW0ItpQfJQ91tvMhCXNZRlRRVzv39 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#bZ7hcTNUwmywcT6gPJt83IX9LEu98Btt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eWgsXtsW84bc4EWClEspJooIq5vOumma { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:94rem;left:27.0625rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRFkdGAQn52Dr9HE6ao8ZMDTW1Zl8V2v { 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; }#sRFkdGAQn52Dr9HE6ao8ZMDTW1Zl8V2v.adaptive-delivery-prevent-bg, #sRFkdGAQn52Dr9HE6ao8ZMDTW1Zl8V2v.lazyload, #sRFkdGAQn52Dr9HE6ao8ZMDTW1Zl8V2v.lazyloading { background-image: none; }
#gVQt7NhtwpzliNtVWhGHa5ZMGOsBdiKf { 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; }
#fG7SqgAgLepeUH8qo9RecvHpTiVvZ3pX { 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; }
#BZTnJgAAIe3J7awQry3zslBsFh51S1Gg { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#WbHHnFs9ExmVS1eLU0Dbf8MA4R9pLKtC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#swuFFmZG5TxOSiUv6N3eRkDRczWGVbkR { 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; }
#yLMJaCwv7KfTr2vUe4mBB8Rf3Bb7L4c5 { 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; }
#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ { 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; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ.adaptive-delivery-prevent-bg, #QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ.lazyload, #QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ.lazyloading { background-image: none; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row .container { background-color: transparent; background-image: none; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row .container > .video-iframe-container { display: none; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .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); }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row > .video-iframe-container { display: none; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .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); }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row .container { border-width: 0; border-radius: 0; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row > .video-iframe-container {  }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#T8kIghVBPftfZiwPqSvF2ypaLA4nESLH { 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; }
#Ren3VaFVT3PCJF4CfzmvwcMeDalABIE7 { 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; }
#NGd7IToq9F3qouoEARVu5wQLV8wQ3Po1 { 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; }#NGd7IToq9F3qouoEARVu5wQLV8wQ3Po1.adaptive-delivery-prevent-bg, #NGd7IToq9F3qouoEARVu5wQLV8wQ3Po1.lazyload, #NGd7IToq9F3qouoEARVu5wQLV8wQ3Po1.lazyloading { background-image: none; }
#Q62pTViSmgad4zTN43OyGXBABOQhnMVT { 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; }
#PIO09rqBcv1cQ8oK4dtFvPtEVXdzeoJV { 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; }
#cuf7Fd0yB9oUkIn1NwIZ3Se1kV9WS2P1 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#vgTKiRmP0ouTzZ2wHDXU0HFQkhMTeqTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lr7ESdIi1vls04Tgd5yb5oUThcK3q2mT { 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; }
#Ir8drKO2eurln2V8KDPD4mJdiCiQHT0A { 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; }
#WKrw4T5tXg45ygwnVdt8xwGQfL8PAXFX { 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; }#WKrw4T5tXg45ygwnVdt8xwGQfL8PAXFX.adaptive-delivery-prevent-bg, #WKrw4T5tXg45ygwnVdt8xwGQfL8PAXFX.lazyload, #WKrw4T5tXg45ygwnVdt8xwGQfL8PAXFX.lazyloading { background-image: none; }
#Lr0CR1PXRzOJqqyVF06yvCrIFJkQyMB2 { 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; }
#c06J1fH8WLVs9OdN8RXhdKV2G8VXJiq2 { 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; }
#FAh7P24RrBW4ShKHpcG3aVPsaxpDBcwk { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#aIuhX5SAznnxU6e7Xb5ex79DetGVwo11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zsZ0eUtXLXJWIJMiPDzQewFBtprcpqT0 { 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; }#zsZ0eUtXLXJWIJMiPDzQewFBtprcpqT0.adaptive-delivery-prevent-bg, #zsZ0eUtXLXJWIJMiPDzQewFBtprcpqT0.lazyload, #zsZ0eUtXLXJWIJMiPDzQewFBtprcpqT0.lazyloading { background-image: none; }
#pBviTg6caAcsaz4fAVlsve8p1HTmWyLs { color:#1799eb;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:0.5625rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:9.5rem;left:3.3125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RNwRnq7ElhX6JXQPDcZ9qn1mqz28QIEC { 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; }
#Rlw5OU02Zs0qFuk9HlTtvAuwyfcDSa01 { 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; }
#crPAiSL6xMJHaZx0sxFCAd2fyKRU8T7T { 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; }
#v82OdPXuKkarEmeuQEl6DNgmEm83TUy9 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#Q3NMLrPNQNWFOyywu0ynU8Bnce0nF5sJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZwHFiZ4erSJyQZiBkLXaUs689MQ5tIHi { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#cwasqLTx2K7O2ie8x5es7mi3anbDmUWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EdkTEmvS5fRnl3GSyDGGDkq5yxM3wNhw { 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; }
#aayyqRPmTANie1rg4oTR6vu1MXITIrOs { 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; }
#myA9nHwu0ayL9ysy3GnTDADJ0v1wizUz { 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; }
#MTFcAx9AqUZy9TdzCzSiuXJ7zrbZNSDs { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:9.75rem;left:58.625rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evrETyH9WE9fSIRRLKOoqKo9yqTVuGPn { 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; }#evrETyH9WE9fSIRRLKOoqKo9yqTVuGPn.adaptive-delivery-prevent-bg, #evrETyH9WE9fSIRRLKOoqKo9yqTVuGPn.lazyload, #evrETyH9WE9fSIRRLKOoqKo9yqTVuGPn.lazyloading { background-image: none; }
#J3l2Tfz3zFadGmW7PoIo75rnFoGsBZlh { 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.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8gxyhTUEXwWfKuPR9Z8NOyxWIlC7NHQ { 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; }
#KSb5XGokV0x3xmyNbdG7AQ3NGZr7T0Cq { 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; }
#tdkEHncv5lBwTJT3lbOXEGxSK1DBDfWR { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#b1L8P3xQIELLeLnRHOGu4GxRNVAaWF96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ftPTNnf5rdoW5OMLM7J2afeHQNUah2Ot { 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; }#ftPTNnf5rdoW5OMLM7J2afeHQNUah2Ot.adaptive-delivery-prevent-bg, #ftPTNnf5rdoW5OMLM7J2afeHQNUah2Ot.lazyload, #ftPTNnf5rdoW5OMLM7J2afeHQNUah2Ot.lazyloading { background-image: none; }
#LxssdveRtrXmheQIwgiXC7sITMvr3e44 { 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; }
#mZ11OTKmeJckLTJuGdsNwaTvxHR93qBZ { color:#1799eb;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:0.5625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.3125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GIe7RBQdn9icKXKWAFbGp0l58BWKQSAh { 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; }
#oxbVfMHTCGXnbdiFISMvPnXeJnUKxVW3 { 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; }
#Tv32TUyyuy6P5vyqAqLtdBk0TWdMCSkx { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#DpcLtEZ13dbgTeNP6oa76EGgw6ln1TRf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IE9wGl0fzNbb096XrJeaFMJtFT4nnDyw { 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; }#IE9wGl0fzNbb096XrJeaFMJtFT4nnDyw.adaptive-delivery-prevent-bg, #IE9wGl0fzNbb096XrJeaFMJtFT4nnDyw.lazyload, #IE9wGl0fzNbb096XrJeaFMJtFT4nnDyw.lazyloading { background-image: none; }
#ymI71eROsUT6JP0KlhIdVAEoQ32t4kxc { 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; }
#sgg3BTbD0rc6T7HXBSQ1ra4zpx0CDHMH { color:#1799eb;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:0.5625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:31.875rem;left:56.8125rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lc1NdCJFm3sWFTehFEvTpwvPF15X8mzS { 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; }
#RAPlDoEXxEToSOb0NGIeT8JD1lP6inMu { 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; }
#QPnBFaa3kRC3nKZogyiCuSCep0ZENmlp { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#gI8LgR4nsplil2NPF2IDefbFMTu6Ea12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wM8n0ofRlxHw4xT2fT1VBySAfP3AI193 { 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; }#wM8n0ofRlxHw4xT2fT1VBySAfP3AI193.adaptive-delivery-prevent-bg, #wM8n0ofRlxHw4xT2fT1VBySAfP3AI193.lazyload, #wM8n0ofRlxHw4xT2fT1VBySAfP3AI193.lazyloading { background-image: none; }
#IBOUmoTELHqETLThIQClHOdxuwXQOEVN { 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; }
#K3GJ5Qn1IkZkQ88KXLq1VTbSrCNs3Smu { 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; }
#wcPofqCVigQkbeNRgfPJGPasIxl9Qc97 { 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; }
#M7oXhH8ll3x9LqIqCUXsMvAF4FVIwBPr { 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; }
#W6fAGpP002N02zEiTqmoxRvLT95HgAWS { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#cgloxJa84LRp6HFA7UfdETLcTnfTIGsP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JFMJTf2belZLDkDxKgLVJWhGdUJg7KFt { 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; }#JFMJTf2belZLDkDxKgLVJWhGdUJg7KFt.adaptive-delivery-prevent-bg, #JFMJTf2belZLDkDxKgLVJWhGdUJg7KFt.lazyload, #JFMJTf2belZLDkDxKgLVJWhGdUJg7KFt.lazyloading { background-image: none; }
#kza9c7qM1x7mxAMstNcUnXZyzvwgmsIt { 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; }
#rzwOefM3EyxTMZlx1Ta8lpf6IRmGGI4V { color:#1799eb;display:block;width:11.1853125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100112;line-height:1.3;letter-spacing:0;top:32.196044921875rem;left:23.56201171875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OeIEokecGuI5UFakMTd8G1HMhm4NdayT { 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; }
#xy3acI7QASNnWTpOdTT89vwKnvwMcPTM { 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; }
#I0IHshECAiRVIFNCZwO2nB3MO1yM2NRe { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#o13SLTSIRy1PnH65G9V5KUuw4RBio3Br { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu { 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; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu.adaptive-delivery-prevent-bg, #DQBx8hUZesiLW22ZApT8yHzmxfm5McLu.lazyload, #DQBx8hUZesiLW22ZApT8yHzmxfm5McLu.lazyloading { background-image: none; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row .container { background-color: transparent; background-image: none; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row .container > .video-iframe-container { display: none; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .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); }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row > .video-iframe-container { display: none; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .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); }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row .container { border-width: 0; border-radius: 0; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row > .video-iframe-container {  }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row .container { font-size:0.875rem;font-family:arial;height:109.1875rem;width:75rem;position:relative;display:block; }#bRO7hgMk23Qsl12yVx8LJ1nIF69zZxq1 { 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; }
#q2qmLgtDz5OzcTBuXs7b1xbeT1X25lLM { 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; }
#Frs7aoW3M2UNkGxbTwsEt1gqvg0C9ulq { 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; }
#IHd5zAbt1bkIwBrpQo4kFqQe2SAQqxgZ { 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; }#IHd5zAbt1bkIwBrpQo4kFqQe2SAQqxgZ.adaptive-delivery-prevent-bg, #IHd5zAbt1bkIwBrpQo4kFqQe2SAQqxgZ.lazyload, #IHd5zAbt1bkIwBrpQo4kFqQe2SAQqxgZ.lazyloading { background-image: none; }
#bAJ5XUhMhKyqm4ZXuXxtsgXobLusaMTQ { 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; }
#ngsvU77wBpEp0zFBcMOHTcH5HBQHR6pq { 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; }
#dLhXcnHcNDaXcVwo3T5uVy5gkiNFHldT { 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; }
#X2JN6L6zDILbeXneROT6VmzTuhfrESU4 { 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; }
#Nfcu78bnpOezq7lIOvZytB9lJfqGAJtT { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#VoovaFudTxQWpERyEXI7JvK09yBTbbp3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HfZtIpNrEqKlyZhrBkCTVv3H6vcOkioN { 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; }
#gNpKWIuwunO0Rt55k1KHfVg8Rnasvlr4 { 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.43725rem;width:12.68675rem;top:46.45263671875rem;left:60.997314453125rem;display:block; }#gNpKWIuwunO0Rt55k1KHfVg8Rnasvlr4.adaptive-delivery-prevent-bg, #gNpKWIuwunO0Rt55k1KHfVg8Rnasvlr4.lazyload, #gNpKWIuwunO0Rt55k1KHfVg8Rnasvlr4.lazyloading { background-image: none; }
#aOmBMq1L0GmPdLJ9vQFAtnrBPZpTsig1 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:48.6875rem;left:61.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LN7oDKu01Txi9gM9aPPN2bBlZNAQGmQn { position:absolute;display:block;z-index:100043;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:53.625rem;left:63.875rem;display:block; }
#zm8zFLkW3DV3TERJLl6a5q1hiOqo9Z6X { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:54.1875rem;left:64.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DJpGk9k3dmkoqSiBlMrbJxBLFgkJpO5V { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.74805rem;text-decoration:none;z-index:100065;text-align:center;text-align-last:center;top:57.6875rem;left:63rem;display:block; }
#L848UizAGMuhNKAvET4CTv0QbWwNv6xP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F4qDMI6E7gTTVNxKBRrDW6h83coraT31 { 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.75rem;width:13.0625rem;top:46.4375rem;left:46.4375rem;display:block; }#F4qDMI6E7gTTVNxKBRrDW6h83coraT31.adaptive-delivery-prevent-bg, #F4qDMI6E7gTTVNxKBRrDW6h83coraT31.lazyload, #F4qDMI6E7gTTVNxKBRrDW6h83coraT31.lazyloading { background-image: none; }
#qlzxN8nxRWDxWcB2AoFsduLwA5VNS6DD { color:#1799eb;display:block;width:11.1853125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:48.6875rem;left:47.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Es4dkTbPQ2d4VQd3i1k5l2rLgyiOnNp4 { 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:50.125rem;display:block; }
#B9vdw40RQ4P0I9qDoZJnU7fybQfFCxxN { 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:50.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sURqd47Nher8nD1xDRmv5qxxG6EyqCfT { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:49.25rem;display:block; }
#WbpzNBD8T9pmDUgDmuT7RJq2h0gDTOKQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SI13OekSrvvvBt9o8KUeU2mKMkDu235t { position:absolute;display:block;z-index:100049;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.06225rem;width:13.49975rem;top:46.1376953125rem;left:31.966552734375rem;display:block; }#SI13OekSrvvvBt9o8KUeU2mKMkDu235t.adaptive-delivery-prevent-bg, #SI13OekSrvvvBt9o8KUeU2mKMkDu235t.lazyload, #SI13OekSrvvvBt9o8KUeU2mKMkDu235t.lazyloading { background-image: none; }
#yFz5W23vDg9cAaTL5R29ycFvQnVthv9Q { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:48.3125rem;left:33.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pd4U0pLNVNy9aAa4aoSkmzdLc4JO8KhK { position:absolute;display:block;z-index:100053;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:54.0625rem;left:34.8125rem;display:block; }
#XipsWyAix9vkT6AO0cm6ZBJQRImcNJTU { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:54.75rem;left:35.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKOrRxOwxBOxrZCabKuJwXaZVxPkepC6 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:58.125rem;left:33.9375rem;display:block; }
#dIi4BVIU9LlHP8GXWU1S4rbGMlxOczhE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sCf5BGewvJMJHX7TEbuciCoJ3gu1syzS { 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.9375rem;width:13.3125rem;top:46.4375rem;left:17.5rem;display:block; }#sCf5BGewvJMJHX7TEbuciCoJ3gu1syzS.adaptive-delivery-prevent-bg, #sCf5BGewvJMJHX7TEbuciCoJ3gu1syzS.lazyload, #sCf5BGewvJMJHX7TEbuciCoJ3gu1syzS.lazyloading { background-image: none; }
#fCq70yyFrWxWph6K2kolwoJ6ZnLqbTUz { 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:48.8125rem;left:18.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzirMQXResT6VrSEJ2EkwnDxh0hPdtLi { 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.9375rem;left:21.1875rem;display:block; }
#CgFTuymuOheExCpPZaKfTS5mmd9cyQ2S { 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.5rem;left:21.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOya3zZUcnKU07EMuyL9N6ksGRwgieMi { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.74805rem;text-decoration:none;z-index:100080;text-align:center;text-align-last:center;top:58rem;left:20.3125rem;display:block; }
#RzgBrNORLLiNP3wJaPnQXRJRNh7t8leo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E8x6mLhnccwLOXtxXlEOH1qHPuzI6RwT { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#nI4NlnPiTD7UBFA521gqRT08xzNU8RMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r8BPAUDhKnzEXCkqyQt3opJcZt95IBk2 { 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; }#r8BPAUDhKnzEXCkqyQt3opJcZt95IBk2.adaptive-delivery-prevent-bg, #r8BPAUDhKnzEXCkqyQt3opJcZt95IBk2.lazyload, #r8BPAUDhKnzEXCkqyQt3opJcZt95IBk2.lazyloading { background-image: none; }
#Ad4py6LBA5wFXGTQVT5P42tTw4i805AG { 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; }
#fpcpEaZXr8sZAEtyft6B1fWVDOCKQ3Mh { 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; }
#gUJ5vM8LVsHDb6QZeQa7HfgZtHuhX30b { 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; }
#GxBaUeDdqxO5d98XQFagEaFVOhRmBhwB { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#uR5x55JVlwQqnBnTFQuZ4uQwkpVNxy05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X4BuftF4cXKuIKWVW0TbQraTiU6A7OeC { 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; }
#TkcSOA7GF37wanhL4FBdNXHCK72tQTLL { 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; }
#nDtJJDXeDGtv7GrZEoB0a86Tm6GaFV4F { 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; }#nDtJJDXeDGtv7GrZEoB0a86Tm6GaFV4F.adaptive-delivery-prevent-bg, #nDtJJDXeDGtv7GrZEoB0a86Tm6GaFV4F.lazyload, #nDtJJDXeDGtv7GrZEoB0a86Tm6GaFV4F.lazyloading { background-image: none; }
#Ql20ydr3p9OdDEaJluNgk0R9dVCc6a8l { 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; }
#o190TuwwC2g2cJefLuB6dXEcngBuMku6 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:7.5rem;left:16.3125rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmEq9JBwdgryUbwIrZqt8TK8V4enPPPh { 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; }
#B7ATh1aK0wGIzsaFAL7fxI0v2uDx4xqi { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#p0OcmrP01auCP25FoUU7X7owXEIyFoqn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MDzI958efnM1DbduTUGiTu7EShZSlpix { 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; }
#Xwe1uwhnzFJrCi3ElnZKlRDoASrnCWuu { 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; }
#LeMchuZP0i0b0s8qEesUxOSiPw54hESS { color:#000000;display:block;width:22rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:62.875rem;left:30.1875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#dCiopgmgJAfW1RKcmryHGlAEMR2X8aQ9 { position:absolute;display:block;z-index:100061;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:67.1875rem;left:60rem;display:block; }#dCiopgmgJAfW1RKcmryHGlAEMR2X8aQ9.adaptive-delivery-prevent-bg, #dCiopgmgJAfW1RKcmryHGlAEMR2X8aQ9.lazyload, #dCiopgmgJAfW1RKcmryHGlAEMR2X8aQ9.lazyloading { background-image: none; }
#qVTQXTRxXIT7nNMUcJ7P6ft25R4dHCmH { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:69.625rem;left:61.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ef9TNkOWwnEETS0G7ba5X6LAOfWxNCGM { position:absolute;display:block;z-index:100065;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:75.4375rem;left:63.6875rem;display:block; }
#TTgnnhaREzNCKlzGy3DRcLnIv33DbeLA { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:76rem;left:64.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ngea33Gpv3ePHQoMIb2QncEDKmpbi696 { position:absolute;display:block;z-index:100066;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:67.1875rem;left:43.125rem;display:block; }#Ngea33Gpv3ePHQoMIb2QncEDKmpbi696.adaptive-delivery-prevent-bg, #Ngea33Gpv3ePHQoMIb2QncEDKmpbi696.lazyload, #Ngea33Gpv3ePHQoMIb2QncEDKmpbi696.lazyloading { background-image: none; }
#UUOVZwK0K6WhS24bzAJLxh2Z9p7BJKLZ { position:absolute;display:block;z-index:100070;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:75.4375rem;left:46.8125rem;display:block; }
#c4cnTIgrMRxbJCe8EX8ZR7CVnO6qT2iu { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:76rem;left:47.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#waKfd3KOUm7swlppDAMrKmb9VxtN7gar { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.74805rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:79.5rem;left:62.8125rem;display:block; }
#gFzAFzXSGWssEk4TOld19W8ODxGk7kl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gv9lI3xH2VB5bLSCIosTuA41xsfBQFnZ { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.74805rem;text-decoration:none;z-index:100092;text-align:center;text-align-last:center;top:79.5rem;left:45.9375rem;display:block; }
#MzqpEUPvZIB5kl2JBFvPipOU67cixaTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s73AcpTZnlMWL7uZ93Oo6m9r71QUM3lW { position:absolute;display:block;z-index:100071;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:67.1875rem;left:25.625rem;display:block; }#s73AcpTZnlMWL7uZ93Oo6m9r71QUM3lW.adaptive-delivery-prevent-bg, #s73AcpTZnlMWL7uZ93Oo6m9r71QUM3lW.lazyload, #s73AcpTZnlMWL7uZ93Oo6m9r71QUM3lW.lazyloading { background-image: none; }
#deBCRVgZaTXn88706B8oTW2ADWugv6te { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:69.25rem;left:27.25rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9mWNPhtDr3opTCFg81CbgUGetaWchOM { position:absolute;display:block;z-index:100075;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:75.4375rem;left:29.3125rem;display:block; }
#fxJ6vVpmFlRz3dL4Ve36PH9n0d3n3XVh { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.74805rem;text-decoration:none;z-index:100097;text-align:center;text-align-last:center;top:79.5rem;left:28.4375rem;display:block; }
#knRlDkhWBHwQQklScPOo5tunQIimT7UC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MyChAlCwkGdsvcKZaBmhIticNfU3sy5E { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:76rem;left:30.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4RK4ZtXeQvB8Xg9wIGemvbJcTAO9bI5 { position:absolute;display:block;z-index:100076;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:67.1875rem;left:8.625rem;display:block; }#k4RK4ZtXeQvB8Xg9wIGemvbJcTAO9bI5.adaptive-delivery-prevent-bg, #k4RK4ZtXeQvB8Xg9wIGemvbJcTAO9bI5.lazyload, #k4RK4ZtXeQvB8Xg9wIGemvbJcTAO9bI5.lazyloading { background-image: none; }
#e901lpqkK8XTSpoDX3Uun9S1hBwzW8a5 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:69.875rem;left:10.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhRMM09U0fQDU1fTldPGdWnHl98XdGRN { position:absolute;display:block;z-index:100080;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:75.4375rem;left:12.3125rem;display:block; }
#XMWiSV7144RkhI7tw7tW4LfEOlTVu3EJ { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:76rem;left:13.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMoI6FhWMeaLpJIx3PNV6bsS1as0kX9J { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.74805rem;text-decoration:none;z-index:100102;text-align:center;text-align-last:center;top:79.5rem;left:11.4375rem;display:block; }
#r3sGkMGLnPlIRAbsBlksDtCI8GNXBTrf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PwLTsSfTHTsHVC8ipixmg4Pqwqw8xn36 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:69.625rem;left:44.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9mOc0B7wPwOZq1XZOwgWxfzKJrzaAmv { 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; }#K9mOc0B7wPwOZq1XZOwgWxfzKJrzaAmv.adaptive-delivery-prevent-bg, #K9mOc0B7wPwOZq1XZOwgWxfzKJrzaAmv.lazyload, #K9mOc0B7wPwOZq1XZOwgWxfzKJrzaAmv.lazyloading { background-image: none; }
#HSOlOTE2eUQBFgEKI7XnGVJeRzMsNAiU { 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; }
#NCSf9D4I7qqUDmsZ6t7A4swO6lnlWm88 { 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; }
#r9ROhQBeOTEMucg56TgRBlcleh5S44Hk { 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; }
#oTweim9IU9uvTKu7ZrnZ0no6ihUVEakv { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#vCaB14RF4UWTCFZvI2oDGkgA4bi1NXMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KNDlS0dE7voHcZhmCr25dA0otiQz6DOa { 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; }#KNDlS0dE7voHcZhmCr25dA0otiQz6DOa.adaptive-delivery-prevent-bg, #KNDlS0dE7voHcZhmCr25dA0otiQz6DOa.lazyload, #KNDlS0dE7voHcZhmCr25dA0otiQz6DOa.lazyloading { background-image: none; }
#kVOKRnBMszVPVowsDDtDeA59qGA3HtNP { 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; }
#FmVAH64tZvQ7T6dKNB7eTSdGCbL4IkWy { 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; }#FmVAH64tZvQ7T6dKNB7eTSdGCbL4IkWy.adaptive-delivery-prevent-bg, #FmVAH64tZvQ7T6dKNB7eTSdGCbL4IkWy.lazyload, #FmVAH64tZvQ7T6dKNB7eTSdGCbL4IkWy.lazyloading { background-image: none; }
#c5MTnTqlGT1xU65mG1zaNgHiwCCHoZqF { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqeoB69WMAseW1oT0dWxC4PqTMUX4TPb { 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; }
#LoEkREbXJQnnTQKqcOMEyXWpSIRDFkTB { 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; }
#WrZ4HpuTMqaZWNKbES4yigaZS8TvRZzV { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#gNqFgrD884A5fOGIXuXZGxaDK3p1nnuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kWEOAEGUZCkpQWGCmoBpNdq0m5ANVpOB { 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; }#kWEOAEGUZCkpQWGCmoBpNdq0m5ANVpOB.adaptive-delivery-prevent-bg, #kWEOAEGUZCkpQWGCmoBpNdq0m5ANVpOB.lazyload, #kWEOAEGUZCkpQWGCmoBpNdq0m5ANVpOB.lazyloading { background-image: none; }
#SK9XsDRHI1449GyQqgE17QtfaphMwJ5B { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;top:25.5rem;left:34.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fW36yTVdRoIUqDeLnVIry6VXgggFuWUa { 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; }
#VxAwwwK3fPywJvIwJuH0IX891GO6BgfV { 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; }
#PCTNZstpdQhCyHoizLAZbXHk2w9RiUze { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#mU4WgwGgESMhSZPvNMQTIdULAtiqFKkI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ih9z6VvItCTlo5Qo9EukK0CUrQeq4r46 { 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; }#ih9z6VvItCTlo5Qo9EukK0CUrQeq4r46.adaptive-delivery-prevent-bg, #ih9z6VvItCTlo5Qo9EukK0CUrQeq4r46.lazyload, #ih9z6VvItCTlo5Qo9EukK0CUrQeq4r46.lazyloading { background-image: none; }
#wUhNBhfo4PTKH3JK0LR9ckvIXvxAwzJc { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:27rem;left:2.75rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPIGolTlE0y1GQf6vF6uVM5MXLd7Lt1P { 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; }
#wEhb6rLyOyrctrzzdwu5XHsAkw4e2nyu { 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; }
#okFSG3FskstV8mFAbQHORUOJxAC1RHC6 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#xRGy17W5r2maP0g0mQLxxsxI3ZkXEd3m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ah1QKSmbuM4Cxy0udSPI5nKgz1o9mxaM { color:#000000;display:block;width:22rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:87.375rem;left:32.123046875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#g1U227KZTGef3NBtm24ASUPI83J1U3pk { position:absolute;display:block;z-index:100066;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:91.0625rem;left:60rem;display:block; }#g1U227KZTGef3NBtm24ASUPI83J1U3pk.adaptive-delivery-prevent-bg, #g1U227KZTGef3NBtm24ASUPI83J1U3pk.lazyload, #g1U227KZTGef3NBtm24ASUPI83J1U3pk.lazyloading { background-image: none; }
#y8vSqfCQZKQ878J0UPxNBtCDwbiwW9Tr { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:94.125rem;left:61.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moLPw2Va6KDbqTWgfSnL4ho3AV8dUFyd { position:absolute;display:block;z-index:100070;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:99.3125rem;left:63.6875rem;display:block; }
#nhmkir8rNwe6DSmIpb0itRPaoyZC2rir { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:99.875rem;left:64.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNOyuFGb1ThwQcAFLQA555Qq9o9ehnBC { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.74805rem;text-decoration:none;z-index:100092;text-align:center;text-align-last:center;top:103.375rem;left:62.8125rem;display:block; }
#VZmL6p4QVNNHyATmwDpCzXKNuMTxAePm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#flf1n5lu3CDwtZVw9xMy3xBnw6dhWEDI { position:absolute;display:block;z-index:100071;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:91.0625rem;left:35.5625rem;display:block; }#flf1n5lu3CDwtZVw9xMy3xBnw6dhWEDI.adaptive-delivery-prevent-bg, #flf1n5lu3CDwtZVw9xMy3xBnw6dhWEDI.lazyload, #flf1n5lu3CDwtZVw9xMy3xBnw6dhWEDI.lazyloading { background-image: none; }
#u8hQDQyzNaZwl1sDrcelnKD67gP1FyK1 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:93.5rem;left:36.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCCQPxrqJuDyfrOApQUAVZ1MfmAcMkFf { position:absolute;display:block;z-index:100075;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:99.3125rem;left:39.25rem;display:block; }
#LN8piTLu4S9xG9Kk146nfPbWrnJ2NP6d { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:99.875rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxqdigiOUqZqbeeqSGdTI8Eq1puQdbBo { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.74805rem;text-decoration:none;z-index:100097;text-align:center;text-align-last:center;top:103.375rem;left:38.375rem;display:block; }
#o3LaOLPE4TpUhfEThDc9oTyOoV5mkR7H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lIk6yR6zZrM5TUv666ZTXelEXvOMr2Pv { position:absolute;display:block;z-index:100076;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:91.6875rem;left:10.6875rem;display:block; }#lIk6yR6zZrM5TUv666ZTXelEXvOMr2Pv.adaptive-delivery-prevent-bg, #lIk6yR6zZrM5TUv666ZTXelEXvOMr2Pv.lazyload, #lIk6yR6zZrM5TUv666ZTXelEXvOMr2Pv.lazyloading { background-image: none; }
#w3dR0EmSpWqlKTIRP5eZ9GlCG6cGHuRV { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:94.125rem;left:11.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPm9g0Ok3nMrrMiU83ICTmAUyAQMeWWp { position:absolute;display:block;z-index:100080;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:99.9375rem;left:14.375rem;display:block; }
#p8F9am16JKwoa4xJqAHkQeKNrErD9CfX { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:100.5rem;left:15.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNE0daJocJgks65tItHrUV9uaOae3iQl { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.74805rem;text-decoration:none;z-index:100102;text-align:center;text-align-last:center;top:104rem;left:13.5rem;display:block; }
#qbmxcVmKywUWZe24v9x5NTHp921Ow7t1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fRIu2BMy0RTw48qpVKQ1oI4cJDa32osc { 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; }#fRIu2BMy0RTw48qpVKQ1oI4cJDa32osc.adaptive-delivery-prevent-bg, #fRIu2BMy0RTw48qpVKQ1oI4cJDa32osc.lazyload, #fRIu2BMy0RTw48qpVKQ1oI4cJDa32osc.lazyloading { background-image: none; }
#K2VJoyxFJ91rrGa6I0eJfHiGRSV57T6u { color:#1799eb;display:block;width:11.058625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100104;line-height:1.3;letter-spacing:0;top:23.625rem;left:61.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tkd3hdEQksqe0mA8QRR32nkWdAgLHOmN { 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; }
#mLE9MsLSDMIpI20cExz9hvqtJ053qcwQ { 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; }
#HVGG5UoB6RyVLTLhn1GKQa6A3Msvg5Ql { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:27.125rem;left:60.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfGT8UwDx4RD8zalU06DTAHkt6Nf8cNu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100119;line-height:1.3;letter-spacing:0;top:26.3125rem;left:61.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFqPfeopLUPE7uEovmymQKmaHmJn2xph { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#g4ouOv5TiUyDlsL7KE3Gal6aB1U9ekr7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ITvxFRPAr30oTIff3rxIPrAaPkwhczot { 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.9375rem;width:13.3125rem;top:46.4375rem;left:2.8125rem;display:block; }#ITvxFRPAr30oTIff3rxIPrAaPkwhczot.adaptive-delivery-prevent-bg, #ITvxFRPAr30oTIff3rxIPrAaPkwhczot.lazyload, #ITvxFRPAr30oTIff3rxIPrAaPkwhczot.lazyloading { background-image: none; }
#BkuXNxN7qc6oI1EK81TqM56XiympO8f3 { 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.8125rem;left:3.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bru6XBepgAbo8QZrXBsp9lkQ1qtNxnex { 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.9375rem;left:6.5rem;display:block; }
#EKSwrapWPBXDP4DD5yeJVnrLOOWNvJHT { 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.5rem;left:7.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTZ43w8ioW6OKizkchqUwBb2rDuM3m22 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.74805rem;text-decoration:none;z-index:100085;text-align:center;text-align-last:center;top:58rem;left:5.625rem;display:block; }
#KMIT5tSg0PbwbNUZpfD3OEU6tgNOfi0m { 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) { #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:7.8125rem;left:14.75rem;width:33rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqWpp6IsTIc6anbUEoHGRsKTDxSTlVv { top:10.9375rem;left:22.375rem;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) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-text {padding-top: 0; padding-bottom: 0;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-select {padding-top: 0; padding-bottom: 0;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug {display:block;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #oyfd4gqOOqUXtNWWPPqEWvrz5w06RzPr {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #QBLDTiNlxTURSTrT3So1W7TxlWWo7ezS {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NvKpbaxET7hwGMU3kQBAbSG6J9Tr8soE {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NpOcmn9z1WqXqAM1cIwSdqHG3V2NOrVw {  }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NpOcmn9z1WqXqAM1cIwSdqHG3V2NOrVw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #RISUmoexMnKniZ2Bpkn5ZGkVKdlobvQL {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #Ws8lvJquCwv2M0QViReFFmy2iIoQp9pD {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #w85WiUwxbRPg2uG5tJ2Wgb4XLnBNHskl {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NZo6Ce2BGA6blUEBvUeQEAPdRNKI8VQv {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #vA1TWWGnAcWFA0V7HGMZwmATFK69mgdZ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #CDRRT5XtvVbFrbxf0WUdPol3TU70qWW0 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #Vxxzl0NZTRRCRH7u9EZuhkwl8SmKLCU2 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #gEOwnFV5xytfsDVy1rZ0zM7rkmeQRcoC {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #Z5XwZbyTzRs1m0hDObQ7wgOZ0pFOuHNN {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #PlkIGvlzvGXpTH9JbzVyUvLrVwQU8Wnf {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #LbuqH26wffakbNS7HIneOuTMbXwwWVTJ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #G1oQAauVASuJEQVAdAwHmHGr8ZJb6XMV {  }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #G1oQAauVASuJEQVAdAwHmHGr8ZJb6XMV .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #ECdOoFXCyHdUq4yTgU04Gfx0T1xSw6W7 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #KqugDGOvD82bvm4504NbcBTNHO69aO23 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #DlG5MhCnkcqER7xproFhMSVdcgHb50VZ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #nMyO6pciQxJLk5GZki1p7brDlVaFxUqD {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #thvHqlOo18y09KLDXbNbmLZL5hJQ2Rpf {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #TQXHZ88n4eGlK1eX2RLoDKaSKzedfTVQ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #JWW4bUxE3TZsTaXaRwAHvugdAoOix8PP {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #sEsBAz5Q0wbtWIuEg6gU9Sua3OFTz2nZ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #fLO9aMp8Xam4DgUCZALKWhfJZhqnKUOL {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #wQa91WLsBMPuElSluMGzMTwB2UKRhKhI {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #ofR1aokh4v1Cu6yXoEEHt5rVgRVZlF3t {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #hpHVctcMsgTctyc1vHtrxCteKcDEHBV5 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #kx4STnQEGHcxeTkAmsz89ueDooaF9dLh {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #AVaXcpp6psu9sU1rznPl0MgJ4qWKcuTq {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #MGt5lil2pRbfzNQBS9xnwEDr762Tzl82 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #g0xTF17JtBQ5vNAliAVmRWps63niQ9x1 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #TlXCNeXzhbU6TWn3mJVqeGoAguvALofu {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #vax1W3dzBb26XtXBFV3myS7d8ZqTgetJ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #ZbHbkVQxCeL3lhbLmAcz5Ma3ghWMQx8V {  }
 }@media only screen and (max-width: 763px) { #m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA { display:block; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybsoBO5MTNnpHkEp9uweqfKWe0MMTmhd { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0B9BUtZSeDpuiW5GaVegbtnlg62aQMW { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { top:1.375rem;left:16.375rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { width:12.9375rem;height:1.9375rem;top:1.9375rem;left:17.375436782837rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { top:6.875rem;left:38.8125rem;width:8.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnTwwO30SR0e4fgdneOFVupEEEgywFM { top:6.875rem;left:36.124349594116rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { top:6.875rem;left:24.999132156372rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { top:6.875rem;left:13.93359375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { top:6.875rem;left:2.8116321563721rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { top:6.875rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { width:6rem;height:4rem;top:9.375rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { width:6rem;height:5.4375rem;top:8.6875rem;left:26.4677734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { width:7.5rem;height:5.1875rem;top:8.8125rem;left:36.841581344604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { width:6rem;height:4rem;top:9.375rem;left:15.40234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { width:6rem;height:5.1875rem;top:8.8125rem;left:4.2569446563721rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { width:6rem;height:3.4375rem;top:9.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdKHwTCfUV2ky0zACcyFy8A2D2kgO6Fh { top:17.25rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { top:17.25rem;left:36.124349594116rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { top:17.25rem;left:24.999132156372rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { top:17.25rem;left:13.936849594116rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { top:17.25rem;left:2.8116321563721rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IynNKNLOLrnxXVXf8yAaUh5vJRXPr3kS { width:6rem;height:4rem;top:19.6875rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1XF3m95zeGnPT147iCcCMTRGFUfCog { width:7rem;height:5.4375rem;top:19.0625rem;left:25.9677734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { width:7.5rem;height:5.1875rem;top:19.1875rem;left:36.841581344604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { width:6rem;height:;top:19.0625rem;left:15.4033203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5qAluefVugVwFKCie8ZLkTowsE2eiF { width:7.125rem;height:6rem;top:18.75rem;left:3.498046875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { top:17.25rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { width:6rem;height:5.1875rem;top:19.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhZgElyHsTwslD9kQA4PPVIJVfX4SOJf { width:8.875rem;height:9.25rem;top:6.8125rem;left:2.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWMdlvGAZg5DpDo3RchIn1eku1tQUhu8 { display:block; }
 }@media only screen and (max-width: 763px) { #wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { width:9.25rem;height:9.0625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGwAuaDlXgIfuTR13qPKziiPpSPKmNx9 { display:block; }
 }@media only screen and (max-width: 763px) { #zSwUdnablkxhC3K0szhXpFh8grAKoBXN { width:8.5625rem;height:8.9375rem;top:7rem;left:14.2451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6cfUM6qkNbG4yHkc389DHdSVTvTUIM { display:block; }
 }@media only screen and (max-width: 763px) { #mXT046TBu6W2Jwffa14iZcyDnRCqHfPc { width:9.4375rem;height:9.1875rem;top:6.75rem;left:24.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block; }
 }@media only screen and (max-width: 763px) { #T5Pl6aNGvKD69lAbJ5457FJllg6LQTvQ { width:7.9375rem;height:8.4375rem;top:6.8125rem;left:36.666559533228rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTSp7cR5hbmD5gGuoh64TNkdMk6FWbmO { display:block; }
 }@media only screen and (max-width: 763px) { #TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { width:7.375rem;height:8.875rem;top:7.25rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block; }
 }@media only screen and (max-width: 763px) { #NZRRQQlZiWgh5F55sLbVuA4FrXJ4mTwr { width:7.9375rem;height:7.5625rem;top:18rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDPq6ohGbR8hHlHbgQDCgsIpRPVlhdup { display:block; }
 }@media only screen and (max-width: 763px) { #QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { width:8.8125rem;height:8.8125rem;top:17.1875rem;left:36.310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwXXbfFrH1x51O6thpQ0Wtw7HKVFgEZ { display:block; }
 }@media only screen and (max-width: 763px) { #eOMFbcCUQKKENG6wk6UEJd9bqSmw4DeL { width:9.125rem;height:9.125rem;top:17.25rem;left:13.9326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvTevMg72UZC4fl2TFTIKcVzUpC8TXWC { display:block; }
 }@media only screen and (max-width: 763px) { #fPbwyLTMW72Jeb5fKdQOaqRMhnk0UOiR { width:9.125rem;height:9rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJLflDelhUuEZn9XBadmgMcCKfQ8oTO { display:block; }
 }@media only screen and (max-width: 763px) { #Mm7HRHdA95duxfQg3FcgelklOiOWhbHg { width:8.875rem;height:9.3125rem;top:17rem;left:25.216796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDCZBCnz5zTEXJgg0MIir1eicga0LRJ { display:block; }
 }@media only screen and (max-width: 763px) { #xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { width:27.6875rem;height:4.0625rem;top:0rem;left:11.37109375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { width:26.75rem;height:2.875rem;top:4.6875rem;left:11.8095703125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEdwmZnzxXBSUUVqNO0vfNO8QK4RCSNI { width:22.25rem;height:4.8125rem;top:9.5rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5yIUAbJThfd1K9bBN2LWA71VzVtvvpV { 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:16.3125rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block; }
 }@media only screen and (max-width: 763px) { #Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r { display:block; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmLSOBwB7aawngCzC9tB1tdMFJ3oMW9v { 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) { #ssxxQoKHvfJfUEUTiLoNGArbMqdSbTMf { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUMegU2GaGOgb1pNAuSmDkBxyLv3NJB9 { width:14.375rem;height:10.6875rem;top:3.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsUscTOD6aezvf158GT0PCP8OdyGrAvW { width:11rem;height:1.625rem;top:5.5rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4SduvrXFqGm9HlX16pnWB9e471IkCKK { width:14.375rem;height:10.6875rem;top:3.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVXriyxi87wTVTdrLnIRd4ySbdUzKQ4G { width:6.875rem;height:2.875rem;top:12.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxBXkf5ynl9Z2eA0FXKWDloNNPkCWR6Q { 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) { #kV1PA8N2bD4Ro4pt7FTseOP0u3y60fIl { width:6.875rem;height:2.875rem;top:12.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWZvMC9IsAbmeTVMle6mR6cxnmaiWVP1 { width:11rem;height:1.625rem;top:13.5rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMTlzIyU867dIwx9SKtNW11gIp6Bncf { 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) { #FmepGbGTCUKUnHEmtfVSWucTiTsdT5zP { width:10rem;height:2.875rem;top:8rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvPRAzKMO8MkRUgmQUIoxw21g8GAuPpg { 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) { #UFwMUMm44wnolV7K9ZsVZAKXoddedzbK { width:8.75rem;height:2.6875rem;top:16.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsSWQLwDekyihlwvKqRnoEhruOTXmI0f { display:block; }
 }@media only screen and (max-width: 763px) { #TSFTCA7IQ6KGfA0bZXhzdsNdylzqTAQp { width:8.75rem;height:2.6875rem;top:16.75rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h58i1rlspiyfvE0LtzT9mDxM33MPgXpt { display:block; }
 }@media only screen and (max-width: 763px) { #vTo9CaNro07uUWhu0m8ClTmdtcS35REu { width:14.375rem;height:10.6875rem;top:3.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAfSrNfRMUcM7tGggNTQTzquL8vTyDWE { 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) { #OyVGLPCEahigTWHZ6ULEnv1laZnmRBD8 { width:11.75rem;height:2.5rem;top:7.875rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKBwFvkLwz3G02wq3FuMRM7RbFtG2gco { width:6.875rem;height:2.875rem;top:12.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyFQRh1CC89fKpR14Tp6VR3oWLPOgZEP { 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) { #HMmwd6hRTv7pOIqMnUTmUOCEa1Tw0mVU { width:8.75rem;height:2.6875rem;top:16.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDQIavzuNkfXgDPJCfpoNtQzxlU47TJo { display:block; }
 }@media only screen and (max-width: 763px) { #UztZEvA67lZb1Aq6bAeDl0PI5HvDcR97 { width:14.375rem;height:10.6875rem;top:21.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8i6leDu99v0P4zWXSVIOPTlXfdnTwNm { 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) { #FDrFHKSqvibgCPvzZM3u2rNG8eZWQzUK { width:11.75rem;height:2.25rem;top:26.5rem;left:36rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuZtvugRNk1pLr4JW8vhTcN2V1QqrPxh { width:6.875rem;height:2.875rem;top:29.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT12UnZTXb3ibZq0rJW7L7pMwFaQTnbx { 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) { #lyyErcJnTsI34GZ0vh39P0hc58UJGMDi { width:8.75rem;height:2.6875rem;top:33.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRl4WNkIOL8VUiblpnx7kLAx5R4f9o9t { display:block; }
 }@media only screen and (max-width: 763px) { #M6uciFdBpGW37VbN0poO35ZR7HG6Tc86 { 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) { #lhkXZgbTyM7wcdC7ciSWNLu31NlT5W8u { 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) { #zH1TJJVLTXC4uQ3P0GX12owtddNtNCwi { width:14.375rem;height:10.6875rem;top:21.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilKVro36N5dADI0uaxOMlAzpF7UuUW2k { width:10.4375rem;height:1.625rem;top:22.875rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaBQKVTnm8NWPXGuzqpQ86mezNFdsFkc { width:11.75rem;height:3.875rem;top:25.6875rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBFbuiHnFc96sKOgbtT1aqy4X0P6dLO2 { width:6.875rem;height:2.875rem;top:30.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8aCwdCd81tyTPfDW5OB4iXtVTzPSvb4 { 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) { #Bl6hy0RyrakseoOaAkRIApaKRBrQtJlt { width:6.875rem;height:1.625rem;top:31rem;left:31.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Uvhd9RXOZe9gT2mWNO268RTX34G1bp { 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) { #Gn0JTFplp8sMc2Iufyd0bWV2eIgNyEl4 { width:8.75rem;height:2.6875rem;top:34.125rem;left:30.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l09Im57aWomRdbeW8DWdnIvWcqeW52gA { display:block; }
 }@media only screen and (max-width: 763px) { #tWIMKdLXPecOVczBns3PCXbD4EQ9r9Oo { width:14.375rem;height:10.6875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL5J12vJsvEVO8pBcyfdTwRZDoVGCVM4 { width:11rem;height:1.625rem;top:22.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3WwCPWl1xqSHeVUeHiBTVCyboUoX3tx { width:6.875rem;height:2.875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJn4cqW8k1tyKzFFi0EZeTQ0NOcUhAzf { width:11.875rem;height:2.4375rem;top:25.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXtzkNG1NRyFoTMKNGUZoxP7wQc3NdUr { width:5.625rem;height:1.75rem;top:30.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqyxuLHTrLbWgxkVI3f41vPu7G9miohx { width:8.75rem;height:2.6875rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbb8Myo4ILMqS0VticWxwhW4oQzcWUur { display:block; }
 }@media only screen and (max-width: 763px) { #rJcqCbusKcvZkBIfqHua8PVfCwGpCPIJ { width:14.375rem;height:10.6875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRG2E1byPqE61RSFi4ibXNLuBSLbt4BK { width:11rem;height:1.625rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZa8tn3IvrI2B5Oa6dXBX74L3Q2NA4NN { width:11.875rem;height:3.5rem;top:7.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGDvqQwJ6TdKK5WvFtNAJ3P2e7anHie6 { width:6.875rem;height:2.875rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIzeBE5MCyWIlEUZTIa96iB93iCwA3eJ { width:6.875rem;height:1.625rem;top:13.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmCtsru1ddM60GUfJLq6bkCZuG0mTUli { width:8.75rem;height:2.6875rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmNbES28Xm9W2F0dkGsQBgSBDaOa77Ia { display:block; }
 }@media only screen and (max-width: 763px) { #DkEVrHHXAr7MiaOuWpKHlGHZx6nhptEN { width:14.375rem;height:10.6875rem;top:39.5rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC10s6mHngt7vrmunlLXgSW86aXcmIl3 { 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) { #U1zi2ePBdMALyaAwZgQLVGnbH89WE4zB { 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) { #LI60bztfaWDMtLydUdmLyS4sHuCzOf3X { width:6.875rem;height:2.875rem;top:48.25rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7sHkFwneZIgEkTTad0Xbpax9VMe8XEe { 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) { #IsvbCPTX6cniadFCKPUOUoTgLUJm5mu2 { 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) { #DTLBnb0htdDg8OK6MtdodlPXPvoqzsWT { 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) { #pHhWXViuLI3zAuvJpWCEtzOlIx6VXPG6 { width:8.75rem;height:2.6875rem;top:52.4375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W76xkOe71zv8tTHDka0fEf1NbgewOTlX { display:block; }
 }@media only screen and (max-width: 763px) { #GINdtqqtcHlm8xI9pH7RpHx2HzDDA9qi { width:14.375rem;height:10.6875rem;top:21.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthb8KMeeMczocDWwOULffhglbTtSyHa { 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) { #K8rriwETNe4AzF5BUsCv4TDKsxkQtwtK { width:11.75rem;height:2.25rem;top:26rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW7ZyTFNa402bhDXWtZn9OKzssOvnpll { width:6.875rem;height:2.875rem;top:29.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs2Ou9semGzxP1LtiTnM5aFh9dnLRhew { 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) { #V0toXJPKsw9sKK9kUwyH5ZUL0Pw2PvB9 { 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) { #lwHcWEQocCuECETHIM9TSfkPGbZxQoOG { width:5.125rem;height:1.75rem;top:30.5rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMRXPgigrXafGAtMsv2BMTh6mPV1uqs { width:8.75rem;height:2.6875rem;top:34.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rac0nXfEnd85AXS5v2mnBBlokkS2T4Dw { display:block; }
 }@media only screen and (max-width: 763px) { #IiMNTCbzpn6SKIz63vCdHJBgTlUK4Twg { width:5.625rem;height:1.75rem;top:130.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQhkDI82Rpr2RkkhWX1Pg6ZoxLiTWZBp { top:0.5625rem;left:17.625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbCTtwn0REesdLRAQo01EPcTqsXtGtHe { width:14.375rem;height:10.6875rem;top:39.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZeCs0Qv5aDgnzQh1zTzec6FKrPXEWo { 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) { #xaHmdpssIMTLwEbJLwkU3lD815z8pnw3 { width:11.75rem;height:2.25rem;top:44.8125rem;left:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQdwS9EmIMRfxRuCdTIv5LCGubmv2JZs { 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) { #mULt1HhIxl0L6V5i2fEsa7AMy9U1TfHq { width:8.75rem;height:2.6875rem;top:52.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfmeAs4ModLUnz25mJx8Iv0r41utlP9N { display:block; }
 }@media only screen and (max-width: 763px) { #UELCpyTteTLDuOSNTcyxr2SV1RGSc9Vr { width:6.875rem;height:2.875rem;top:48.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJxEG1oCaAfN2eR8rJw2vqWS0H8iKIoo { 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) { #x8afKtQMub4wGmWRs2pV8zWxqQkr1AbR { 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) { #EFK8AzJOyn4wuc19nzZ7fr4gRpEblOtw { width:14.375rem;height:11.5rem;top:39.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU5TQOcO60C8aRvbBsNKO959iNQqSvlF { 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) { #LqpBOH55Lvpy8y5MDewhNpErDW9DAcVU { 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) { #Euxb6kbHKazpaZhZpDQTGMVDge96n5ue { width:6.875rem;height:2.875rem;top:49.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxSdhBbS0dDATUO5bKtAubqkuOtTN6nB { width:7.5rem;height:1.1875rem;top:50.0625rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4ia2Mnyt9XZknrAXy4TyDds2TPpVFRL { 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) { #wMFm7XJw6kR4Gu2Ucw3OieDgSOLOckOh { 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) { #AdmwKwTqsKZRuElFTXxqDhZXSP3Sp7wz { width:8.75rem;height:2.6875rem;top:52.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b508oiMLq3QfriS4op2ZRlMBkgaH1PbQ { display:block; }
 }@media only screen and (max-width: 763px) { #ATSWOB97G31mTa7XivEuPWef3bsRezrJ { width:14.375rem;height:11.5rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oirJq8no7gWunthzTZLykTMaw45qvbtI { width:11.1875rem;height:2.75rem;top:40.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJC8HPf5Np7ynPd23eJJLQSTFqAK3vGh { width:11.75rem;height:2.875rem;top:44.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWpVPS5cshr3dhiI3ULE3RmSJuMl4Ny3 { width:6.875rem;height:2.875rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ80XcG8VmDs8mHKk4oskl2lBmGhdcdB { width:7.5rem;height:1.1875rem;top:49.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKrITLf6zJRI78uV3qkMrNuq1RAJdv43 { width:6.875rem;height:1.625rem;top:49.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBGXgP4yT9ODK7QoeO49sdv5C83wgIDT { width:8.75rem;height:2.6875rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkwTKelAO8GebnRXEZ3kukvwHGTRQtT { display:block; }
 }@media only screen and (max-width: 763px) { #XZVQixZTT4xrsvlVmmtwxWspmklJrHlB { width:5.125rem;height:1.75rem;top:48.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO0P3KlnbFmFknlHXpmLCv8GMJFrgqgT { width:14.375rem;height:11.5rem;top:58.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzLhkgv88ilsM6oSoOb7ziUihBbxeBPc { 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) { #b9ne9rK4UPluvtLurMSXAfMGReLBhfBG { width:11.6875rem;height:2.9375rem;top:64.3125rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHsufLpevGMXQG2EiwEEBbdVknwf28ip { width:6.875rem;height:2.875rem;top:67.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4JcqzniGqGTW1kcVToqXPDW6gk48TJG { 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) { #NHKBxp5rgLFb9ATPe4TVKrvaUIKKC8DV { 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) { #UsLTI5CsyFXv1nMrCEOcnShIPpqXavc0 { width:8.75rem;height:2.6875rem;top:71.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlPJ6UbdUaP15FhtQRZ9IEbpwQes1xTa { display:block; }
 }@media only screen and (max-width: 763px) { #wvTQQgc5WSS5xN4AIyKHwZErobJnm6re { 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) { #LHq3h2uwesen7iBoAsOp7BGfTKPfCfif { width:14.375rem;height:11.5rem;top:58.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4QuT5XdicaTsRVt8tAIVTbmZJAgXLys { width:11.1875rem;height:2.75rem;top:60rem;left:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHRmvyFfgeZfBeIrdSkaEILmfxzQxHXb { 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) { #WzyTrMwkBnARnTgHbwzbcZplFK3MU3ov { width:6.875rem;height:2.875rem;top:67.9375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTFRSALuoNMnn3hHPn2upKWIxQSXS1B { 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) { #fIZtAMvMalpEdThenyXSBXQP22CM3oEd { 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) { #qIDZ1JBUdxw5K2caVviQlzZ4QWOJ3ENg { width:8.75rem;height:2.6875rem;top:71.6875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuI7TllyvxbSB26ymXVbKXf8N9IGrcZU { display:block; }
 }@media only screen and (max-width: 763px) { #hSUU0QStabrchtZ8ptGVxOS9VsE0Kudr { 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) { #tFthR3lgE7RCVOnPzxNWHNNK42G3NDr4 { width:14.375rem;height:11.5rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZSuUWtRE2LV89aUVCnQVbHkU5bmTipB { width:11.1875rem;height:2.75rem;top:62.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTEoN88BhFWOhnrTlDKt9CD5bTL0BbNg { width:6.875rem;height:2.875rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9wSr7hWdhcJRWOmFhavI3DHbxa7ZGEG { width:7.5rem;height:1.1875rem;top:69.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0u8D0SG5arurEBhF8E6kul5CJNvszxm { width:6.875rem;height:1.625rem;top:68.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5CTkOKhgIfZ6GOtlUCeMLaVvoERscy0 { width:8.75rem;height:2.6875rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPNcbbyDRVeMKJuH7alZg4EnlXEW451Q { display:block; }
 }@media only screen and (max-width: 763px) { #P7uHcCPNiNvEgb8qhLJupqUI4UtXDRi6 { width:5.125rem;height:1.75rem;top:68rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuwGMi2MqSOz88Z49EKst5RlEh0wRXyQ { 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) { #kG0KIx99K5deusTwwK4cp7nTZD1BzoPu { width:5.625rem;height:1.75rem;top:178.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yS8MWL2oP4dv4fB0cT38sWO1IHaBCuCm { width:8.75rem;height:2.6875rem;top:34.125rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y41dQA6F2IVDTmOQMUPLoJJ6Io9fKpLs { display:block; }
 }@media only screen and (max-width: 763px) { #PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE { display:block; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzwTy1UZWKtTcuTHFDZamS4b8r598tzc { 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) { #Js2V4QpwloPlHi6XeorxccqzSTJZa3OL { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwkWTMExAebFtUvZhfPcwwarHS5yFXnP { width:5.125rem;height:1.75rem;top:13.5625rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5EIX126OUsq6tPLnJ3X5tBEfLsl9Cn6 { width:6.875rem;height:2.875rem;top:13.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZdLbOG6BSvQ7ZTCbJIJqVQS6zVslJyw { width:8.75rem;height:2.6875rem;top:16.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa65a0GSDrIAIpfvxUZOGPA88KXsqBo7 { display:block; }
 }@media only screen and (max-width: 763px) { #TsfnBZhKZyznw2ihHtiGflmbREME7Zwq { width:14.375rem;height:10.6875rem;top:3.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbcOwVq24SRup1roLZIxQsGlxpWGUhhS { width:10rem;height:3.5625rem;top:7.9375rem;left:28.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azzA24L6O9XDht8mswmBR9rhP1FvIPW0 { width:11rem;height:1.625rem;top:5.3125rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWSspw5sox8fCuQvyBqDpeThgpPMlvfk { width:6.875rem;height:2.875rem;top:12.75rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InNW4nqZ2W75TUTlcAow7t9rtDzRforF { width:6.0625rem;height:1.75rem;top:13.375rem;left:30.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMVzTXSNZm7nKBMetUGKqTI5hey8Cxv8 { width:8.75rem;height:2.6875rem;top:16.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWXgoJTDRWvFTGqglx3SvMDDQPtwt18O { display:block; }
 }@media only screen and (max-width: 763px) { #MaT8LkgA6W2hWUqCJNLTwu4swTaq44rp { width:6.875rem;height:2.875rem;top:11.25rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4sP3GTPi2XbBnJdQCAmfWAsw2UScabd { width:8.75rem;height:2.6875rem;top:14.75rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sys9wTVr5B2Zw1u0CVfnUUR4tG1siUX4 { display:block; }
 }@media only screen and (max-width: 763px) { #tb0pCBgiC9ivwHN9GsxlWuC115uXCIzE { width:8.75rem;height:2.6875rem;top:14.75rem;left:28.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTs4bkbvvuA8EQmgP7CsSGl918JwdbM0 { display:block; }
 }@media only screen and (max-width: 763px) { #x1hgDyS9k694WIIFzfGXJU9ORsKNfIDc { width:14.375rem;height:10.6875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZzPkWWXepoOx4blJWpbTkQaxAMuBT2Q { width:10.4375rem;height:1.4375rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLaIVhLzxQl6RaxhsVW82hh35XlVrZWH { width:12.5rem;height:2.4375rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwypwE2p7S2MfbK00Q73M2yshhIFdMJg { width:6.875rem;height:2.875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1NTN5tli3DpstyNqsTUhyBdglmehpM7 { width:5.125rem;height:1.75rem;top:13.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yblx6NAGoZCvvyMqRe6ddIp0NCF8rDvq { width:8.75rem;height:2.6875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IKO1KEJs2nlAoEmKxN80uBprgbiuNw { display:block; }
 }@media only screen and (max-width: 763px) { #HB0Wwg1JM4gZZaLxMN2HCOWg24CQCWQq { width:14.375rem;height:10.6875rem;top:45.9375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVc2lR0Vu0utD9kBbzJW7kX81MkUEWth { width:10.9375rem;height:3.25rem;top:47.0625rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4g5k6TlPBlLuv0gD3COhqwMIT8aIQtK { width:6.875rem;height:2.875rem;top:55.0625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaXK01ETEI1l6v8qA3efEETLp0ySzL4d { width:5.125rem;height:1.75rem;top:55.6875rem;left:21.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UumOR2EAVsEFA04hhhMGg3fPZpQDE0Pm { width:8.75rem;height:2.6875rem;top:58.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5g97FbZZ9iCkMO1SzomlelSWTJs93b2 { display:block; }
 }@media only screen and (max-width: 763px) { #kdSz2Qoq5bUU261h3XMApnPqJAUwS1pF { width:11.875rem;height:2.875rem;top:50.9375rem;left:18.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcTSaqyK1RvOENlFSshC2yqFQv4yr8No { width:14.375rem;height:10.6875rem;top:45.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOyTOndE0ipe71i0Sn8S0qUQwoTdrrI9 { width:10.4375rem;height:1.625rem;top:46.5625rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZIGlSi6zzVCG1GTSBlzoNyXDVB9Ibrs { width:11.875rem;height:1.4375rem;top:49.4375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eezM9pzHE2WAtPpCG4BuIk6vLkXRfTRf { width:6.875rem;height:2.875rem;top:54.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MftIsgxwsCWOTfGAQQaHPcn6QnBsSH8d { width:5.125rem;height:1.75rem;top:55.1875rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drBP9tym0BVyw7MSPBC7Fdi9xvAtvgwM { width:8.75rem;height:2.6875rem;top:58.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4TCGz43ShiNFRDQx7V2ZTOX76HTVk92 { display:block; }
 }@media only screen and (max-width: 763px) { #zugtsBJyoDJMAyI9IM10x8RyGaCXTJAV { width:14.375rem;height:10.6875rem;top:4rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XicX6g7VwTzxEIBDaK5TEQtiqR3a9W40 { width:11.4375rem;height:1.625rem;top:5.75rem;left:10.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfMVNmvV5TTJHryy330o8ddUWAiCT0Fk { width:11.875rem;height:2.5625rem;top:8.375rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQc3bT7E3sOld7SBXArqkxSsT20v0HoM { width:6.875rem;height:2.875rem;top:13.125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7hP6KGw02xIuoeNfNRQ9T692kTbMeXw { width:11rem;height:1.625rem;top:13.6875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Z4FoaQbIbWZXOFH54xsSgGeGh4S6SF { width:8.75rem;height:2.6875rem;top:16.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN0JyyrFtymrrihzdv0pSg64R4vBAKZl { display:block; }
 }@media only screen and (max-width: 763px) { #ItB8oO8BrkMie818vWelayyW7Ths70DW { width:8.75rem;height:2.6875rem;top:32.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x46OhJ527vI3TlfkdSaXCadwOOKX0l5C { display:block; }
 }@media only screen and (max-width: 763px) { #lhdra1t1OHw0mJTKK8daXuLedZPU4Syt { 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) { #O4Ia5mKxU5DlXBc7K8bxKpNoK9po5s34 { width:6.875rem;height:2.875rem;top:11.25rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQOL5ovvOEFlk41EK35MkCuVTfLbACuH { width:14.375rem;height:10.6875rem;top:3.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMwJUMCXA2r3hbKbkev30AhI3E6p3ELm { width:10.4375rem;height:4.875rem;top:3.3125rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7EWDaPacDzPVn4LlrleH7fi9Nvu7eJS { width:12.5rem;height:2.375rem;top:8.5625rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9WDcBNiG5nwH2kasi91B7K0NVCxkliI { top:0rem;left:17.625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHxtMnHk4xdoN5cQlX4Jasc2wg8Oansh { top:42.125rem;left:17.75rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oylFIhySy9BzqStUCqrIT0Z11wLTTiOH { width:14.375rem;height:10.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5N6cJRZWp77ePW5CmSATJRrgGZ6iQ8b { width:11.0625rem;height:3.0625rem;top:46.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWDeouh8PLD7gryT3r0dTA1PDFdX863y { width:12.5625rem;height:4.0625rem;top:49.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IinyfLHlCMZvCEBVOyiHG6TDI3aW6BFR { width:6.875rem;height:2.875rem;top:54.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDzI3xKnQAmi998uvUwRG3VB8T5DA5r1 { width:6.875rem;height:1.625rem;top:55.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZoqr2MoB06pb786OHXeeIaWLvNqepuD { width:8.75rem;height:2.6875rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ5dZW0R9fT4ZFZbySUUsRC9CZpwyTeF { display:block; }
 }@media only screen and (max-width: 763px) { #eWVQmmJBvRRaGuVglWKzpKM5SE2zFwB0 { width:7.5rem;height:1.1875rem;top:53rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLyPDo42afPTFP9wpeI5MNCrEJDTLJQO { width:6.875rem;height:1.625rem;top:52.625rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ZZsT6gBRU6C1Hmwbn3W5SkwWeKWzfT { width:14.375rem;height:10.6875rem;top:24.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmvrJNhkc6XCcNtiCTnEdKZ80IOZpEsQ { width:11.4375rem;height:1.625rem;top:26.125rem;left:18rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6imgPnHurkTkgbVQ6KM4gcQa9r5rR8J { width:11.875rem;height:2.5625rem;top:28.75rem;left:17.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHdeM38KPkZgiJI6v7ZaHLLIXtbKFFnh { width:6.875rem;height:2.875rem;top:33.5rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLV0ZJTFrwADAHg967H2yGfLUTaJ0bRX { width:11rem;height:1.625rem;top:34.0625rem;left:18.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsHVxfx1SuitGz0X6xeM7EV6aUvIwp9J { width:8.75rem;height:2.6875rem;top:37.3125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzWcTLcUUndlceOfJTDVpy4WLI34iRR8 { display:block; }
 }@media only screen and (max-width: 763px) { #L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS { display:block; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwrxwcsHf5nxUDGXX0lsNacXdRKAi0UN { 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) { #zSPgSC6t9sBhpUW41F5iuZXLFGSqVokI { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omXSDznErh6dX1IPOdNSS4TeUVUmVaXZ { width:14.375rem;height:10.6875rem;top:1.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8HIUGBsinlwHccTiWIk2WCDMZ8TEu9J { 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) { #CAMypXF9v0d0IzDVbsABq3ZJewT0hJr9 { width:11.875rem;height:3.875rem;top:6rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7gMRmBD9v2RcsLnnUwlMJB7dJaNhuux { width:6.875rem;height:2.875rem;top:10.875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzEshuazvOwGkv57okQbuubF7d0Tw3cZ { 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) { #iTMglcsITk0u8Rd1TD4dxKLgVm7yd41c { width:8.75rem;height:2.6875rem;top:14.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvdWS3ar4mq2J8T4Lc1VrECr6WqFv5D7 { display:block; }
 }@media only screen and (max-width: 763px) { #mbZouwT8TSpyCBu0IIHzsWxP1zwSxvsP { width:14.375rem;height:10.6875rem;top:1.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SToxVZaH4xagXeDfI8LcKgWmUfZeHz5i { 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) { #uXK1fVN8Th8cCILgSVpLdWBTaLlXtzuo { 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) { #iW4DBT8kH8oBZMIopaO1uN5GfnSHV3BP { width:6.875rem;height:2.875rem;top:10.9375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFrABvkWQKxop8kvkM8NbOo8VOX4CZS8 { 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) { #zt8IdGThztwhhITl6sziMXSKR2W76FoU { width:8.75rem;height:2.6875rem;top:14.8125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVFXNAF8n3FnnA7snTGnchToXC3uRh7Z { display:block; }
 }@media only screen and (max-width: 763px) { #RJBmHmx8qvu26DsouJi21drfnV8VWX6b { width:11rem;height:1.5625rem;top:22.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkXmFZ9LVmb0A0ZyTZGR7DKug88l1TLT { width:10rem;height:3.875rem;top:25.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcqfgC5KNCBiBTPToDL0T0XhEKwz0ktN { width:14.375rem;height:10.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7o15OgylHGbUyWzZENmfRBq0xLxaqBx { width:11rem;height:1.5625rem;top:30.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhHafLo1NTPQ9LNagugB0Ni9Peb6krar { width:6.875rem;height:2.875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyeXi4Nt0Pxad10n6fLs8szlu8x7SJNF { width:8.75rem;height:2.6875rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQAuBr9Rbsep25FObGKPwSTpOyV5GS87 { display:block; }
 }@media only screen and (max-width: 763px) { #NPC9fnfGVOSOgXeNc1BX1u7tWLe7kCcE { width:14.375rem;height:10.6875rem;top:1.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvrK6GXgiL4RG9heVP1h1kUqzbJp563u { width:11.4375rem;height:1.5625rem;top:42rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkQaTJ2lPziJKCUbDdQz12KOmwzAOH0M { width:11.875rem;height:2.5625rem;top:44.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH1pttVTvUoN4c86FMWZdINKmO2BqygH { width:6.875rem;height:2.875rem;top:10.875rem;left:14.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTxbniJryVlUX5cJwgiwggbdU7uVfi4p { width:7.5rem;height:1.5625rem;top:49.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frBzTDDbeV2q6qivMR4zaa0O6TmBmf52 { width:8.75rem;height:2.6875rem;top:14.75rem;left:12.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiRQ0M2Wd8mQJigvvqIGUBTG6EgTFsET { display:block; }
 }@media only screen and (max-width: 763px) { #pAElKCH9rI8DxPBwZD5qwafITE2XnvAa { width:6.875rem;height:2.875rem;top:29.6875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq6aDJ9wPniElKQiyWLIiMAAhobawi7v { 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) { #ZOATQUH7fxlSx87s6BAazNn3I5AiqdQw { width:8.75rem;height:2.6875rem;top:33.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwtzK89SD7HQHgHpGVHdHov2vXbiCsdU { display:block; }
 }@media only screen and (max-width: 763px) { #AVdZ3WDgxWxd7ihAI2N6SUkpzpVkB1tA { width:6.875rem;height:2.875rem;top:29.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Limv3yPKqR1DPnllavfQt4Or20vOGoJT { 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) { #b73pEq4JbiramQhCi52WucFtndrCIIkL { width:8.75rem;height:2.6875rem;top:33.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C13nRElIzMnec8vLyh5WrIJgSCqM3EvJ { display:block; }
 }@media only screen and (max-width: 763px) { #TIcyD92QDfb8X5NWpK7WbsiLVNR1iLSg { width:6.875rem;height:2.875rem;top:28.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I88rHV0NRy9eFxLSsTA9i64GSoaglXvr { width:8.75rem;height:2.6875rem;top:32.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5PFwpkz1Txh2CgK9XohlPPJd3u2OEdn { display:block; }
 }@media only screen and (max-width: 763px) { #iKLwJmBgT9CGabBewDeN3l8lsOzaLl2b { width:14.375rem;height:10.6875rem;top:20.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1VSeznPbtaTflXiZA0XRyTKI7Kb2stN { width:14.375rem;height:10.6875rem;top:20.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhQ3SbzSdf7viOd5uI7DDDzcWmrfLzCw { width:14.375rem;height:10.6875rem;top:19.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Envn7ozKM8NaCVriksMKMRv9tUg9OAvT { width:11rem;height:1.625rem;top:29.4375rem;left:11.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSmK4KS0BPbOTTON4PigfV4avJRmwBBW { 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) { #wpgXfw1PyHBoge4rklrtmwNWlU9QAmWV { width:11.875rem;height:2.5625rem;top:25.75rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWIPxQn5zPX6zpvJu3z953UsVf7kDG8U { width:10rem;height:5.1875rem;top:23.5rem;left:12.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3uksoe8wTJ6bRE0BC4QRZooCztJATQ8 { 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) { #k6yz4fbpVTx9tTaZTy7h6QaKqFwbXilT { 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) { #KzZoLLgmeH3qQ8oV7Zogt3ciJdFciFDi { width:11rem;height:3.25rem;top:20.0625rem;left:11.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZVWI5o1SLVwvnLTFDPd2ThdZTqtglw7 { width:6.875rem;height:2.875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOVr8Sgnk4MmfmEMHUcME3Gz8UhQfdR { width:8.75rem;height:2.6875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG2T9q6ytiHZJ2SEaoSCx34VPAOxZWr3 { display:block; }
 }@media only screen and (max-width: 763px) { #VGvxxxZdecs6eiuKPUZ62cZzeGoom3Pq { width:6.875rem;height:2.875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcMDGN0s2oEVohz1eIWGA0Z4vmUACZ5v { width:7.5rem;height:1.5625rem;top:11.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyWgIkWEwqC0DaJSmtmrTSDMeGOaL2TV { width:8.75rem;height:2.6875rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMgAvRwEbD1TZgduUAzB8xClTThuXOdW { display:block; }
 }@media only screen and (max-width: 763px) { #wV0LisvFmJIuTR6bxNZM9A9KAEbCMcqp { width:14.375rem;height:10.6875rem;top:40.5625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZS4Zxom81dg8xnXowKUPhP0MQ4XOvpN { width:14.375rem;height:10.6875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U94d2lX2MucLsTiZGMouRsupvR5ZQh { width:11rem;height:1.5625rem;top:49.6875rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2EKxw9fL9rqv5rwSNOR9XdLq5oftDC7 { width:14.375rem;height:10.6875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx5P27IsJoH7dQm7HhCe4UTnQLWDw7Uc { width:10rem;height:3.875rem;top:44.6875rem;left:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8sE6723ZWJrESvqpHFMfP7aGa9v27kE { width:12.8125rem;height:3.875rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9KTs6gsG9cPhUgke0JIMPe3qSVTRvf { width:6.875rem;height:2.875rem;top:49.0625rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7rTi8pwuKd2PoTWTDgF8y9qBZmPxu3k { width:8.75rem;height:2.6875rem;top:52.9375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy2V9Tq8FihhGW6dboHCsgAMkrTzCETk { display:block; }
 }@media only screen and (max-width: 763px) { #xeLTHbO6mUNlyUHbnWM2crH724Ob580K { width:11.5rem;height:2.875rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deQsCtzylfuWoOlD8DqxJmr8iGyxlK27 { width:11rem;height:3.1875rem;top:41.3125rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKBwFuKmToJtM5yynw1lQUxm5Oib6IIo { 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) { #hsU957H5tCfIpLggTKIV6k5fzfb7JqDg { width:14.125rem;height:4rem;top:5.875rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T89UaCGn6PgaqriXnSDB68FIQchzOhkS { 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) { #tsMuwQ9oQ413LqpBKg7HCEmRpx8VRSU0 { width:14.375rem;height:10.6875rem;top:20.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RybqdLeerr4bEFZsveEkxoroIMXQ8f7y { 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) { #Qvfbn33GfpuXoyTfqCtos3IdBtsRsiSO { width:10rem;height:3.375rem;top:25.9375rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfskDs4UBqb85hTRDLwDJzTfA0bWAL1u { width:6.875rem;height:2.875rem;top:29.75rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBB3bhwobBlVCVfsgACT4ZetJh4u7TDT { width:8.75rem;height:2.6875rem;top:34.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9MxhUkkI3Oeti3JNNZF9vyr3us5VLgW { display:block; }
 }@media only screen and (max-width: 763px) { #fEpiQsv7eGgMFT6TaoeV8vtEZ2qyo4DB { width:11rem;height:1.5625rem;top:30.5rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLVHXnD8pHDdPelWrfdITvFl8bfWRqTO { width:14.375rem;height:10.6875rem;top:40.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfz8nZ87AaxS93C2tyuv85xneH6otWOM { width:11rem;height:3.1875rem;top:42rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIxRInCaTWDo06VZ8F4yMhmEGwVNl0PN { width:10rem;height:2.875rem;top:45.75rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMQWP4IO5T5xDSJ04TkOu6kQnlX9zR2T { width:6.875rem;height:2.875rem;top:49.6875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBP8Lcovw5oZCntQ2C3KwLvLuROeQUFC { width:11rem;height:1.5625rem;top:50.375rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZKdcZSIoU4lcpTyNZ3WAmLwA9ht6p6y { width:8.75rem;height:2.6875rem;top:53.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUHavcxnwp877Lw60EPDzzE1AE2PEF0H { display:block; }
 }@media only screen and (max-width: 763px) { #hQWVJgu0kRikfup7wBZ2gIT6bAfVkhOe { width:14.375rem;height:10.6875rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkCAD6uFRU1qcpKIXOcQaAi0yxX1fxMB { width:11.4375rem;height:2.5625rem;top:59.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uni6utDM2130N12PATdcUEd5VsOApsHL { width:11.875rem;height:3.625rem;top:63rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeLLbl36KSEE7KirEdAqmFZfORcQtv7w { width:7.5rem;height:1.5625rem;top:67.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAWrvLNAfkkuTeBKmRTSyJzwSfaR5qFT { width:6.875rem;height:2.875rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy9yd2SHa5tEBbo74aTxpuOPmVmLUvnL { width:8.75rem;height:2.6875rem;top:70.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqFDhgqDKp0fg7HVybRLXI5gl57Fldev { display:block; }
 }@media only screen and (max-width: 763px) { #Q9IAq37xrCSo8Jf8PonNRG1di715gALd { width:14.375rem;height:10.6875rem;top:58.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTO1nafoK4PATlMMRVbFKzkJaxErGKxc { width:11.4375rem;height:1.5625rem;top:62.8125rem;left:36.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLIA5gd8gedVOTriLpqnu79TdSN2hwdT { width:7.5rem;height:1.5625rem;top:68.3125rem;left:40.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7akVMBmmuBwRp98mMkS2neJ8OIgXR6h { width:6.875rem;height:2.875rem;top:67.6875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ytufb8pKDCdb9Tv71R6KkM1qGfaKeu { width:8.75rem;height:2.6875rem;top:71.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewANB3lWG5QJenTZbIyhRHLtZBkKv2Bd { display:block; }
 }@media only screen and (max-width: 763px) { #BEGiQ7Wpf4EzO7sOQrQUG2iEzt2eIXUv { width:14.375rem;height:10.6875rem;top:58.5625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvnMq1NxZlzJD5bTaueKEeAQTTAcGcwo { width:6.875rem;height:2.875rem;top:68.0625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNUIDa4VT9SFHJRmcFWBZ6ypT1l8p4l { width:12.8125rem;height:3.875rem;top:63.375rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyIysfHQDTviAfw4PoaVViWUBeCTD8it { width:11.4375rem;height:2.5625rem;top:60.25rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoBy695gF9Bpc672LCE2JiGHTyEqts14 { width:7.5rem;height:1.5625rem;top:68.8125rem;left:21.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMhwT5OZMUBNqQ32D4KVrK2PEbJdAfZ1 { width:8.75rem;height:2.6875rem;top:71.375rem;left:21.45556640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzURTPeiJqWhp1ywEUXmnZmhyHQNVC2D { display:block; }
 }@media only screen and (max-width: 763px) { #U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd { display:block; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmT74UIVCykGzn4fbI9izgRKpo9mpyFl { 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) { #CQ8sx3CRxXJmz83VePOyQgSe1EbhloOT { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDkOSNpmbAzUVqlTqWTx1Je8RsrkcTEc { width:14.375rem;height:10.6875rem;top:6.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb49goJLSSu8oucgTo1fVff9To6etHIK { 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) { #s09Tk5pU9GRfv7HHoVnop8tFlop3hSSJ { width:11rem;height:1.625rem;top:16.1875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNykTf3Xl7TGcgOBSdOWuqNelGScXCHr { width:6.875rem;height:2.875rem;top:15.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXDlAiL9JtUPDMwlXSOxZpgPXpno2T9M { width:8.75rem;height:2.6875rem;top:25.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #px8xcbPVy39UP5Q07fkQB8CcFS1pzACy { display:block; }
 }@media only screen and (max-width: 763px) { #o8aoHvs5tWCsWc2LdkfwNSoRA4mc61cV { width:14.375rem;height:10.6875rem;top:6.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa4VQWX69DwJyoTgUmnuO2tMo5odJ93B { 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) { #SITJnQ1ArNHfAH37yn1WMtCQlJtrf2SI { width:6.875rem;height:2.875rem;top:15.5625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTZnnuSWbL5g22vPLLrQEggzlLTmbCL { 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) { #T1uTVM5RMCz1EgecT7ZT7zhiAaN9GwTA { width:8.75rem;height:2.6875rem;top:25.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAJewcpwaI0G1wtghlUnvvTQbhkFx3Lr { display:block; }
 }@media only screen and (max-width: 763px) { #xE2bcAtuPk2iLL8sS6Vx3GOWS921w24F { width:14.375rem;height:10.6875rem;top:5.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVVOWk2nLDCrIyZHtGcFzhaggHc5mFi8 { width:11rem;height:3.25rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kquG6tgH4O50uy9APZ5Mx14mOvUh1Kho { width:11.875rem;height:2.375rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUy3c5GX7lmQxLSKawlJ6yhQBt1MswlB { width:6.0625rem;height:2.9375rem;top:14.3125rem;left:13.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ69bxDzpvfAG94uygcdyB2MGgfzFN0t { width:14.375rem;height:11.1875rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #df2E2WTCc0CaQPDFiPXRTTl0AP1KTQVc { width:6.875rem;height:1.375rem;top:16.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTPd6K9edXsyWQ6MtlwGGWmTIuDVLEn { 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) { #wCAkbAgi0XCxUhCUNqZaHntpK7EWC40X { width:11rem;height:3.25rem;top:31rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMIM8bQDoulP7mfvxGdtzvDsmbCChTM2 { width:5.5rem;height:2.9375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkcC7WyNTWleJI8hsLuDLtsTXlQwhpZT { 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) { #h05ar5wQIVarDl1L9BRK3xKFwMSLQTgM { width:8.75rem;height:2.6875rem;top:25.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo9raWyLUNMIKaOJ8sNleVVJlXHKu39L { display:block; }
 }@media only screen and (max-width: 763px) { #Q1IdNx3aarLs0hsifDE4Q7mVQUaXS9n6 { width:8.75rem;height:2.6875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7sv1T57tlKv33gfwmfukDLdvqgfKF3P { display:block; }
 }@media only screen and (max-width: 763px) { #aB3R3oTv6DzILnONOcCnnxFRlqR6NHJ9 { 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) { #h1TNBIWUzG7dzDAPfVah15L0Opueys1l { 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) { #ZnWQQUk3Hk5CXrFzPhFQOIFi1EWILsZZ { width:14.375rem;height:10.6875rem;top:29.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM7kOUdJcFCRGA3876HTV9fGXUTUJnGC { width:11rem;height:3.25rem;top:31rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZuHqyVOUNDVb6l8eicNmbMrt7OVWLLV { width:11.1875rem;height:1.1875rem;top:35.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWMv8lfmvHAFG5DgolJUUzpsssRm8RTC { width:6.875rem;height:2.875rem;top:38.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8iWZMVPx85E8g0uy2uqC9HrMSTznCEJ { width:5.9375rem;height:1.625rem;top:39rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJOr8RazXG7Xe61SSCszi9vzG72Gde00 { width:8.75rem;height:2.6875rem;top:42.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnKOaEVWR1OzMmmT8JgFBxvU4ZWVBE4D { display:block; }
 }@media only screen and (max-width: 763px) { #AhRohEsyrZtROT0VIu7ekOcfccCOMXwC { width:14.375rem;height:10.6875rem;top:46.8125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2mFI43ObThR9Ih3b5fbGUfwLnZdGkPE { 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) { #XSqCXJleobMvioeCi9uI2fXZPDMSVy1B { width:11rem;height:1.625rem;top:48rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbrNE6PUPMAS8C0STDb7cxkM1MJfuk1 { width:6.875rem;height:2.875rem;top:55.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akGHLznNMWlA0qBnlpykAOuX03h3mO2N { width:5.9375rem;height:1.625rem;top:56.5625rem;left:36rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTm5m8iZm1TuGR1wg46DO6EwDt0Ev51 { width:8.75rem;height:2.6875rem;top:59.75rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnSZtCF4lvUVKvw0bh1nqVyFlG6VQphJ { display:block; }
 }@media only screen and (max-width: 763px) { #Q3lkvX6T2nMzMmp0Nn1VXGOVB1Q0cvKs { width:14.375rem;height:10.6875rem;top:46.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXDguJGZUSsmpvi0HyysSTv8Bx7nxxob { 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) { #lGPnvZQTfHq9ePzzC2oERNTgHTohQLQG { width:11rem;height:1.625rem;top:48rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKLIg21SS9lztU5HNVvh6B8wL0PQXzIK { width:6.875rem;height:2.875rem;top:55.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwBrwBMVFE7qzHJy28cUb4P7i6gmBtOC { 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) { #t8vffC7c6K17ycTNUxhHgztaFO4C94Nr { width:8.75rem;height:2.6875rem;top:59.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpmM5APShNkw39cO0oXomQqNbxm4s5C2 { display:block; }
 }@media only screen and (max-width: 763px) { #tI9vIT0KZFX4mKbL6rb4l2wxlt8OTPBT { 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) { #qcbpsiTwA7stFuzrkhqsPAcOpn8kyO1F { width:6.875rem;height:2.875rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9eZSoxHVRT5QMgAuAve5W7BhqP1hSp4 { width:8.75rem;height:2.6875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDhBCEckJEKnsrhNdqxKL7LkhisPsbKE { display:block; }
 }@media only screen and (max-width: 763px) { #Fsv2Fc4PoQXKRpEscZZiALeWW3qAO197 { width:14.375rem;height:10.6875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRvK4T9k21yMg7xfzC957hDznubcPwvJ { width:11rem;height:3.25rem;top:7.1875rem;left:8.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEiMut0e8fzERgUQDDfD6lMoL0LpOTNz { width:11.875rem;height:2.375rem;top:11.625rem;left:8.2177734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP7d4Mz9MWGJdloSNNfTw1AcH0fR6Ton { width:6.875rem;height:1.375rem;top:15.125rem;left:13.0634765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8H8ShZXTu5Gy2JN1h1snWVDMFcJL5O { width:11rem;height:3.25rem;top:31rem;left:27.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJvSndx2tKJM6ci4xNw6KBiI3UHRU1AI { width:14.375rem;height:10.6875rem;top:29.8125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLZa0O2USf2PnBoBxV9Z3uWR6VXLxH8P { 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) { #rTIf8V471akht0Mqvg3FfH7CaaHMDX16 { width:6.875rem;height:2.875rem;top:38.375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaDhXv5ktx0k0G4hxDlFyTvVD94bRVFp { width:5.9375rem;height:1.625rem;top:39rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdWmAqXPUearkhoPsmcu4emzehDwBU32 { width:8.75rem;height:2.6875rem;top:42.1875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrJgHbUCmrTXpTONhsA6UmLl9R6wzI5 { display:block; }
 }@media only screen and (max-width: 763px) { #VDJzRQ4SN1Vdtp4dcDiGnSm921e4z7hg { width:14.375rem;height:10.6875rem;top:29.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rez0Ck9ZXaxaTnUTiln3SrcJPbAyWsRl { width:11rem;height:3.25rem;top:31rem;left:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB71f9o0GmTIq6niKsORSiqJwIoTaNeE { 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) { #mzWNlwlwVrfHGmpkh8V45sK5ehvKSfWm { width:6.875rem;height:2.875rem;top:38.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr3Bd5A5JhknLHZmqOQs6Ag5sJ7B37f6 { width:5.9375rem;height:1.625rem;top:39rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm8qTysLiWVzfko3LeyFrlXLLmRAHuB5 { width:8.75rem;height:2.6875rem;top:42.1875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpffqxdosIXOKN3glq2IFqI45ueM0mK { display:block; }
 }@media only screen and (max-width: 763px) { #P0BMvvtzXpBvsJeTTMqJrq1f0hmvBQGh { width:5.875rem;height:2.9375rem;top:14.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixsh6LIQ6MomRkPS8GynLsBigaXG3qGy { width:6.875rem;height:1.375rem;top:15rem;left:6.626953125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7goiWK5hclLlU0IlP3cZW7TIT2KQ0z5 { top:15.9375rem;left:16.2197265625rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJaGyWbTa9rE9ChatvnTJTHCIoquXuIW { width:5.5rem;height:2.9375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZacxdqCJPfdrfF2xGCRyZpBKIWayNya3 { width:6.875rem;height:1.375rem;top:16.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWrcgbsFV5NzAfokl8Caxoiwvl3fz5LN { top:16.9375rem;left:0rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js2Wb5wBoR7EHMU3lhRDMr3sbvPexdVz { width:6.875rem;height:2.875rem;top:38.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKATw9s7swKbNlSRZQL2AIHxdHGi8eg8 { width:6.875rem;height:1.625rem;top:67.5rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiRgBIvB3U1rJpTtoT3B5fQdZ3cTa6Ui { top:52.75rem;left:4.6875rem;width:3rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKdvCU8buLruC0dVyBwOyHmA0PkK3fQB { 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) { #rC1gm6n42fr1nuIO4X6S3adBcKZTRQM4 { top:52.75rem;left:4.6875rem;width:3rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O192JXvgzJdh4zyToO51BCTiFTM6oxSz { width:5.875rem;height:2.9375rem;top:14.3125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnT9qvlSeTDQczJXE0OvUgRCodTOlOmx { width:6.875rem;height:1.625rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaH5pKZKeh7HTceDfmyNCmIFgO0h1kMd { width:6.875rem;height:1.625rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iE6EyMPLgWNPcsVPONXy2tp5qWw6I7nm { top:19.125rem;left:0rem;width:8.6875rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuBOI3GeXNGgUunvq7zhugFLq6CQk1pL { top:19.1875rem;left:0rem;width:8.0625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 { display:block; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7TFDMFOPTDn4GPL3y6x7clTlaRTtCn4 { 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) { #RF3rHtTmuv8k3t7HSonwieZsNtgsIEhu { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ANb9JR74UOi6AZRM0R60Q6VZVEQM6X { width:14.375rem;height:10.6875rem;top:5.6875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gChWgn9LAy3DkTSXizQnTmNrTA5fNIg3 { width:11rem;height:3.25rem;top:6rem;left:28.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTB874fv3GBsWTnraQCWiwWeAalWFTfT { width:6.875rem;height:2.875rem;top:14.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cikOUCki47eETOMeyKWFxKFFUW4qoDSd { 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) { #BeoP5gLGCrE0TBhhmefTrQqWIAkMHT6U { width:8.75rem;height:2.6875rem;top:18.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMqEypOklgJ6W27hglgD8UiCsofi0gtA { display:block; }
 }@media only screen and (max-width: 763px) { #KFlDxtDsI8UxvN1fZ8ZCrXVz0cC1r65z { 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) { #dezbgUxhVZgy0rSyS9bDnVceT32WOfnz { width:14.375rem;height:10.6875rem;top:48.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBt96NGseLtntDJF6IHEK3W1hwmcyzte { width:11rem;height:1rem;top:50.3125rem;left:36.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CduzupUuWrb9HqLSv5JwVUpv1OlofMA8 { 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) { #wRJWgccDQJvBqy4oFxshDgZpMkx0Qdnd { width:6.875rem;height:2.875rem;top:57.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLagbFz5AFC2qxEaqutuSytb2EkESgJL { 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) { #DErJJp0dM1SgdASCDh3yH3frRLy1bGUg { width:8.75rem;height:2.6875rem;top:62.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHpTOuzr5kCqzvKveumbD1xM4ZrBzfx0 { display:block; }
 }@media only screen and (max-width: 763px) { #TQ3IWa9baQdEeCSVxkyJvDcCayWB3ooa { width:14.8125rem;height:11.0625rem;top:49.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvbDTIcvhuqMeNbXlx6kpoQuaWcNFG00 { width:11rem;height:1.625rem;top:51rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxpzxANKn3K3zaURTtUzmnbkJEyF1VkE { 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) { #Fymp9hHbRErzApTw81Q7AqBKFf5R17BF { width:6.875rem;height:2.875rem;top:58.9375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAWhvP7N5vJBzVcde68tfxZPHGc2Hxsk { 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) { #JLs7uvh9DWXQck4tazGXeZc4SPzffSrO { width:8.75rem;height:2.6875rem;top:62.75rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shnettVl9xFsqT7Z5PlOu6OQvZRdCQfq { display:block; }
 }@media only screen and (max-width: 763px) { #NVi6fSNJcTgqtfLIlHhhTIRwwl7F5mhB { width:14.375rem;height:10.6875rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo4D5sLC3q6rUbC3yKAs7cx5K1PxJGkW { width:11rem;height:1.625rem;top:50.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKAlClNov6oB8ygaFyKJvHDb5s7ETAll { width:6.875rem;height:2.875rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQCkmdiLfzVXDHgxWuGyEnPr8mnTWGdM { width:5.9375rem;height:1.625rem;top:59.9375rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDBfAM1c8VHFrmmVo5FHLPk3uXrluSkm { width:8.75rem;height:2.6875rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJCOk0tM3ZcwdDiHWd39FlwqZT9RCT3A { display:block; }
 }@media only screen and (max-width: 763px) { #T1OMbLaZvw0EJRl5OuwGKtmQiJG4H1uc { 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) { #rOsOsmMFZw6NEcyrPKLsEZ6r3lnd9ems { top:0.875rem;left:14.25rem;width:19.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T07sFTqefNynWfTGptTdCznLqI2HrXmO { 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) { #AMamcE9Mfw676Oo4ENRUzZQHrduxzqAK { width:15.125rem;height:11.5rem;top:49.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgef00S0tHbq94a1D5qaAThNvDO2Pvq4 { width:11rem;height:1.625rem;top:51.5rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1P3W8vGeT7Am6JTEn972g0ofVsuTv4W { width:11.1875rem;height:2.875rem;top:53.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1iZawhKtItw3mOpQkNEO5gPPq6ZW9AK { width:6.875rem;height:2.875rem;top:59.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFFIJfaBlCX3u4gQm2ExzDFSaM9n0Maq { width:5.9375rem;height:1.625rem;top:59.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf6dfGOmZAduN1zBZ1W69IySX4Fa6GxT { width:8.75rem;height:2.6875rem;top:63.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsOis43ZMqJcD8fcRQo7BDpB0aIy80IX { display:block; }
 }@media only screen and (max-width: 763px) { #Two53GKG73RW1tn9ffRenxDo89zusIiZ { width:14.375rem;height:10.6875rem;top:5.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKMfCwWDOF0J5PssPk6VWAtaOIl292t { width:11rem;height:3.25rem;top:6.0625rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVVKQgGmCF0KOWCvEIHcb4F89JoRbybJ { width:11.1875rem;height:3.625rem;top:10.125rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exmfFbXsbnbLt9MxP6PDgif1ASMRcmUM { width:8.75rem;height:2.6875rem;top:18.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWJQXbh3TPQPmOlU731CT0PbrLGMZnDA { display:block; }
 }@media only screen and (max-width: 763px) { #HtitxlsSFmFx0xnIzvt6yP7pZBs8VIRw { width:6.875rem;height:2.875rem;top:14.8125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHylNCTqTE6P3D5ZVIkmfg4WT1Pfqo7n { 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) { #yioG80fR38TC78DkaF0N4sPZG4BdWucy { width:14.375rem;height:10.6875rem;top:6rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcpyq9Iu1c6aE0IRSNsvbzpiTp9gWEy6 { width:11rem;height:3.25rem;top:7.1875rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI6VS1pKmtTvuKPFtCMkrH1KWsvvq49E { 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) { #mmJT1VFH9JudFTZrd2AJevDzrzdUd9TG { width:6.875rem;height:2.875rem;top:15.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuzVimWqu17TbDvNrobEpPgg9g1xMxdO { 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) { #uWQE0OMmNdl6h6pmMvmuTqksWyqhiaop { width:8.75rem;height:2.6875rem;top:18.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0sO2tEMpR4U8qwFT9lqvHc4qbbl0iJE { display:block; }
 }@media only screen and (max-width: 763px) { #OyxKTI6ms1Wa4wi1Db5tSEazz6tZLZZ7 { width:14.375rem;height:10.6875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0hUd4omhkZ1dyfTv2sKtxFKeLGvX9Dd { width:11rem;height:3.25rem;top:6.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqDel3ocPTX7lTPMSwyQlb3BzOCv80hc { width:11.1875rem;height:1.4375rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A22n2oz1xD83eOp5bTbqdGL4vWEcyQGK { width:6.875rem;height:2.875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Tz9mvEJD1gHTsHPTfuD5EXAln4OFTm { width:5.9375rem;height:1.625rem;top:15.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKrKwp3an45KFQ865ErBh5cMS348UOMS { width:8.75rem;height:2.6875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMdcZEeBt3CXyk5kW0wXATTU97t0mu9w { display:block; }
 }@media only screen and (max-width: 763px) { #wNOTPV5nmFBbfTlxGkDCDJupg2ldiKRH { width:14.375rem;height:10.6875rem;top:70rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo9fwBdJRMb9DhfDNTZt49ggx3oQFBSb { width:11rem;height:1.625rem;top:71.1875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi4HozG41qEdPRX3pMsR2ANA5BRusv0R { 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) { #RTovT3yFCfBVMx3i78ftiX35duc3eDLK { width:6.875rem;height:2.875rem;top:79.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxPqZab2ZTp86JgDduUVAT29eUo1X6Z { 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) { #x1Tx7TSkwnkL7dFpU5SQXfJJN4W8PbcB { width:8.75rem;height:2.6875rem;top:84rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZomFFemoAwoZAMfDT4F14nbzdTC6nZbP { display:block; }
 }@media only screen and (max-width: 763px) { #Xl7tfqgvimWcu0T6svFqAFxRx1hlXmen { width:14.375rem;height:11.75rem;top:70rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8wwxtMAS1ABdWBxGl5pwrSy2aBUISTU { width:11rem;height:3.25rem;top:72.25rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHdzryZWrVyTQKqwxdDwRqHT3wNwA82l { 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) { #v8DeTTJ1tBqpXWTtOR4nrJ3lkGsq6Fd3 { width:6.875rem;height:2.875rem;top:80.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqeWXk5O8c5ymTDgCeOoU1qQEIXqmSJQ { 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) { #KFH9rJg9bzWrg8ZIQF7ovbbG3ztsptvx { width:8.75rem;height:2.6875rem;top:84rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxgU7FeZZ0NoLXTVrMDFRCfZiVkI1dT5 { display:block; }
 }@media only screen and (max-width: 763px) { #OtkaBqrAgOVF6T7BtuwwByaieTul4W8Q { width:14.375rem;height:11.9375rem;top:69.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZNmU0NywkNMzniq9A0TSAPpgaamT8MX { width:11rem;height:3.25rem;top:71.8125rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGUTQ1FKnUz8zwHl60zrTyt0aATJkaEZ { 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) { #C0CVCBqzKlkR8nXvESetIXtwoVkVB7Ab { width:6.875rem;height:2.875rem;top:79.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFX1rmNxvudfNgcQGcN7k6x4MQRmfH92 { width:5.9375rem;height:1.625rem;top:80.375rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvE1ppXeC15pU6nTTF99Tk2GMzzRG5uF { width:8.75rem;height:2.6875rem;top:84rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #siHAewBdJl438bGzvfIxFRQwORP4uaKX { display:block; }
 }@media only screen and (max-width: 763px) { #nddJvs3obbOaiTss25EROaKXPHAMmtFo { width:14.375rem;height:11.375rem;top:69.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7avWMb4bOqW9a0uAlKViXL8EyANlRGM { width:11rem;height:3.25rem;top:71.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns5aIrz8rGNLZKkivqMf1eesS2Z7EdIP { width:11.1875rem;height:1.1875rem;top:75.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab5mnkVx2xkroEq4h4OCc4La9ThJggsW { width:6.875rem;height:2.875rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPJocBx7CEDhzJhw83itTOv6MX9LDSgx { width:5.9375rem;height:1.625rem;top:79.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQJa9TU8LuemWiPmpT6rVOX6IF802weA { width:8.75rem;height:2.6875rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tli7QwL6dIXnTvLGO5qZs6GHnHs6yrCW { display:block; }
 }@media only screen and (max-width: 763px) { #f4onoLgyeM5SWxBsDJUo6dcmwDuqsXp9 { width:14.375rem;height:10.6875rem;top:88.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiOAZu3x1y2VwZXQXz89bp7xxMLoctLg { width:11rem;height:1.6875rem;top:89.625rem;left:36.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc7BHnX7OzNJpc0xqGQTfWTM0RVs77R8 { width:6.875rem;height:2.875rem;top:97.8125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmi4fC0JOBGDiduwAIJQlevAwoXykWO0 { 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) { #TWpfxcwUfhDT3dC19Fhn26eIIlz66D6d { width:8.75rem;height:2.6875rem;top:102.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAO1grRdHkEooV1cDzx7asQQz28f1AT { display:block; }
 }@media only screen and (max-width: 763px) { #wSmVkLgdkdUs8tB9Ba9o6TOVcJ5C3Uvb { width:8.75rem;height:2.6875rem;top:62.6875rem;left:13.1259765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJDG6GzHEbtRH9z4100Bx03OSqKZvACX { display:block; }
 }@media only screen and (max-width: 763px) { #IdL4VgDrErzIaSKKAuDFuNZESppyBMap { 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) { #Vwq1QsHE5IvnKDmMTTrn4o9PwQVEPNs7 { width:14.375rem;height:11.75rem;top:88.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUBU88sdncQNHfXfumEg1ihishPzSkzt { width:11rem;height:2.75rem;top:92.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSHhcItgLUyTcSqh9vXRIMl8oxIXPSZi { width:6.875rem;height:2.875rem;top:98.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz7EVNuVNMQu0TuGAyaHJHVR9FDxrJzW { width:5.9375rem;height:1.625rem;top:99.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kruyttRxvosuwx6WdWadDphXLSrr6bk4 { width:8.75rem;height:2.6875rem;top:102.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTC2pg3ChWAMhgy9Fl6ugl3zHmdXvT4 { display:block; }
 }@media only screen and (max-width: 763px) { #TAVy7iZqSD7UryEcobAxgbnoEupGJVe4 { width:14.375rem;height:12.25rem;top:88.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVhxCMbRVe1kV0l9kGnoK6dkgnwCANaF { width:11rem;height:2.5625rem;top:92.375rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loE6skdp0BzGocAK3dG3L31olLe2D2Qa { width:6.875rem;height:2.875rem;top:99rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcCxleFmT8cRoTazg14t3QbQEbH54Xfy { width:5.9375rem;height:1.625rem;top:100rem;left:33.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzVDXL4FxXenSUbCu8MhrOFVP1FfP9it { width:8.75rem;height:2.6875rem;top:102.4375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW9EDhsnQBhwq7zAAANqKWAtZ92t1mTV { display:block; }
 }@media only screen and (max-width: 763px) { #KUl5VW9UDep3FDSaIVmfBqBgLyJb8g3p { width:14.375rem;height:12.25rem;top:88.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duPXcktd8bgzDD1hIKwWuZ6HhkJkCi5O { width:11rem;height:3.875rem;top:89.625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0Rk6E3HtpxW4qJpi6dh5FfOwwNyXV1P { width:6.875rem;height:2.875rem;top:99rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTqHTxp4WrD2BfITsgRIiQuzfkA2ulST { width:5.9375rem;height:1.625rem;top:100rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLumW0ItpQfJQ91tvMhCXNZRlRRVzv39 { width:8.75rem;height:2.6875rem;top:102.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ7hcTNUwmywcT6gPJt83IX9LEu98Btt { display:block; }
 }@media only screen and (max-width: 763px) { #eWgsXtsW84bc4EWClEspJooIq5vOumma { width:11.1875rem;height:3.125rem;top:94rem;left:13.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRFkdGAQn52Dr9HE6ao8ZMDTW1Zl8V2v { width:14.375rem;height:10.6875rem;top:25.875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVQt7NhtwpzliNtVWhGHa5ZMGOsBdiKf { width:11rem;height:3.25rem;top:26.25rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG7SqgAgLepeUH8qo9RecvHpTiVvZ3pX { 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) { #BZTnJgAAIe3J7awQry3zslBsFh51S1Gg { width:8.75rem;height:2.6875rem;top:38.8125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbHHnFs9ExmVS1eLU0Dbf8MA4R9pLKtC { display:block; }
 }@media only screen and (max-width: 763px) { #swuFFmZG5TxOSiUv6N3eRkDRczWGVbkR { width:6.875rem;height:2.875rem;top:35rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLMJaCwv7KfTr2vUe4mBB8Rf3Bb7L4c5 { 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) { #QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ { display:block; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8kIghVBPftfZiwPqSvF2ypaLA4nESLH { 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) { #Ren3VaFVT3PCJF4CfzmvwcMeDalABIE7 { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGd7IToq9F3qouoEARVu5wQLV8wQ3Po1 { width:14.375rem;height:10.6875rem;top:5.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q62pTViSmgad4zTN43OyGXBABOQhnMVT { width:11rem;height:3.25rem;top:6.375rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIO09rqBcv1cQ8oK4dtFvPtEVXdzeoJV { 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) { #cuf7Fd0yB9oUkIn1NwIZ3Se1kV9WS2P1 { width:8.75rem;height:2.6875rem;top:17.9375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgTKiRmP0ouTzZ2wHDXU0HFQkhMTeqTh { display:block; }
 }@media only screen and (max-width: 763px) { #lr7ESdIi1vls04Tgd5yb5oUThcK3q2mT { 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) { #Ir8drKO2eurln2V8KDPD4mJdiCiQHT0A { width:6.875rem;height:2.875rem;top:14.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKrw4T5tXg45ygwnVdt8xwGQfL8PAXFX { width:14.375rem;height:10.6875rem;top:5.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr0CR1PXRzOJqqyVF06yvCrIFJkQyMB2 { width:6.875rem;height:2.875rem;top:13.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c06J1fH8WLVs9OdN8RXhdKV2G8VXJiq2 { 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) { #FAh7P24RrBW4ShKHpcG3aVPsaxpDBcwk { width:8.75rem;height:2.6875rem;top:17.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIuhX5SAznnxU6e7Xb5ex79DetGVwo11 { display:block; }
 }@media only screen and (max-width: 763px) { #zsZ0eUtXLXJWIJMiPDzQewFBtprcpqT0 { width:14.375rem;height:10.6875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBviTg6caAcsaz4fAVlsve8p1HTmWyLs { width:13.125rem;height:3.625rem;top:9.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNwRnq7ElhX6JXQPDcZ9qn1mqz28QIEC { width:11.125rem;height:2.75rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlw5OU02Zs0qFuk9HlTtvAuwyfcDSa01 { width:6.875rem;height:2.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crPAiSL6xMJHaZx0sxFCAd2fyKRU8T7T { width:5.5rem;height:1.5625rem;top:14rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v82OdPXuKkarEmeuQEl6DNgmEm83TUy9 { width:8.75rem;height:2.6875rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3NMLrPNQNWFOyywu0ynU8Bnce0nF5sJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZwHFiZ4erSJyQZiBkLXaUs689MQ5tIHi { width:8.75rem;height:2.6875rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwasqLTx2K7O2ie8x5es7mi3anbDmUWk { display:block; }
 }@media only screen and (max-width: 763px) { #EdkTEmvS5fRnl3GSyDGGDkq5yxM3wNhw { width:11rem;height:3.25rem;top:6.375rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aayyqRPmTANie1rg4oTR6vu1MXITIrOs { 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) { #myA9nHwu0ayL9ysy3GnTDADJ0v1wizUz { top:1rem;left:14.15625rem;width:20.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTFcAx9AqUZy9TdzCzSiuXJ7zrbZNSDs { width:11.1875rem;height:3rem;top:9.75rem;left:36.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evrETyH9WE9fSIRRLKOoqKo9yqTVuGPn { width:14.375rem;height:10.6875rem;top:5.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3l2Tfz3zFadGmW7PoIo75rnFoGsBZlh { width:11rem;height:2.75rem;top:6.375rem;left:36.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8gxyhTUEXwWfKuPR9Z8NOyxWIlC7NHQ { width:6.875rem;height:2.875rem;top:14.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSb5XGokV0x3xmyNbdG7AQ3NGZr7T0Cq { width:5.9375rem;height:1.5625rem;top:15rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdkEHncv5lBwTJT3lbOXEGxSK1DBDfWR { width:8.75rem;height:2.6875rem;top:17.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1L8P3xQIELLeLnRHOGu4GxRNVAaWF96 { display:block; }
 }@media only screen and (max-width: 763px) { #ftPTNnf5rdoW5OMLM7J2afeHQNUah2Ot { width:14.375rem;height:10.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxssdveRtrXmheQIwgiXC7sITMvr3e44 { width:11.125rem;height:4.125rem;top:27.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ11OTKmeJckLTJuGdsNwaTvxHR93qBZ { width:13.125rem;height:3.625rem;top:31.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIe7RBQdn9icKXKWAFbGp0l58BWKQSAh { width:6.875rem;height:2.875rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxbVfMHTCGXnbdiFISMvPnXeJnUKxVW3 { width:5.5rem;height:1.5625rem;top:36.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv32TUyyuy6P5vyqAqLtdBk0TWdMCSkx { width:8.75rem;height:2.6875rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpcLtEZ13dbgTeNP6oa76EGgw6ln1TRf { display:block; }
 }@media only screen and (max-width: 763px) { #IE9wGl0fzNbb096XrJeaFMJtFT4nnDyw { width:14.375rem;height:10.6875rem;top:27.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymI71eROsUT6JP0KlhIdVAEoQ32t4kxc { 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) { #sgg3BTbD0rc6T7HXBSQ1ra4zpx0CDHMH { 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) { #Lc1NdCJFm3sWFTehFEvTpwvPF15X8mzS { width:6.875rem;height:2.875rem;top:35.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAPlDoEXxEToSOb0NGIeT8JD1lP6inMu { 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) { #QPnBFaa3kRC3nKZogyiCuSCep0ZENmlp { width:8.75rem;height:2.6875rem;top:39rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI8LgR4nsplil2NPF2IDefbFMTu6Ea12 { display:block; }
 }@media only screen and (max-width: 763px) { #wM8n0ofRlxHw4xT2fT1VBySAfP3AI193 { width:14.375rem;height:10.6875rem;top:27.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBOUmoTELHqETLThIQClHOdxuwXQOEVN { width:11rem;height:3.1875rem;top:28.75rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3GJ5Qn1IkZkQ88KXLq1VTbSrCNs3Smu { 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) { #wcPofqCVigQkbeNRgfPJGPasIxl9Qc97 { width:6.875rem;height:2.875rem;top:36.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7oXhH8ll3x9LqIqCUXsMvAF4FVIwBPr { 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) { #W6fAGpP002N02zEiTqmoxRvLT95HgAWS { width:8.75rem;height:2.6875rem;top:39.25rem;left:27.906982421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgloxJa84LRp6HFA7UfdETLcTnfTIGsP { display:block; }
 }@media only screen and (max-width: 763px) { #JFMJTf2belZLDkDxKgLVJWhGdUJg7KFt { width:14.375rem;height:10.6875rem;top:27.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kza9c7qM1x7mxAMstNcUnXZyzvwgmsIt { width:11rem;height:3.875rem;top:28.375rem;left:10.515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzwOefM3EyxTMZlx1Ta8lpf6IRmGGI4V { 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) { #OeIEokecGuI5UFakMTd8G1HMhm4NdayT { width:6.875rem;height:2.875rem;top:36.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy3acI7QASNnWTpOdTT89vwKnvwMcPTM { 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) { #I0IHshECAiRVIFNCZwO2nB3MO1yM2NRe { width:8.75rem;height:2.6875rem;top:39.3125rem;left:11.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o13SLTSIRy1PnH65G9V5KUuw4RBio3Br { display:block; }
 }@media only screen and (max-width: 763px) { #DQBx8hUZesiLW22ZApT8yHzmxfm5McLu { display:block; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRO7hgMk23Qsl12yVx8LJ1nIF69zZxq1 { 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) { #q2qmLgtDz5OzcTBuXs7b1xbeT1X25lLM { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frs7aoW3M2UNkGxbTwsEt1gqvg0C9ulq { width:6.875rem;height:2.875rem;top:11rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHd5zAbt1bkIwBrpQo4kFqQe2SAQqxgZ { width:13.25rem;height:9.875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAJ5XUhMhKyqm4ZXuXxtsgXobLusaMTQ { width:11.875rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngsvU77wBpEp0zFBcMOHTcH5HBQHR6pq { width:11.125rem;height:1.625rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLhXcnHcNDaXcVwo3T5uVy5gkiNFHldT { width:6.875rem;height:2.875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2JN6L6zDILbeXneROT6VmzTuhfrESU4 { width:5.5rem;height:1.625rem;top:14.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfcu78bnpOezq7lIOvZytB9lJfqGAJtT { width:8.75rem;height:2.6875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoovaFudTxQWpERyEXI7JvK09yBTbbp3 { display:block; }
 }@media only screen and (max-width: 763px) { #HfZtIpNrEqKlyZhrBkCTVv3H6vcOkioN { 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) { #gNpKWIuwunO0Rt55k1KHfVg8Rnasvlr4 { width:12.625rem;height:9.375rem;top:46.4375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOmBMq1L0GmPdLJ9vQFAtnrBPZpTsig1 { width:11.125rem;height:1.5625rem;top:48.6875rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN7oDKu01Txi9gM9aPPN2bBlZNAQGmQn { width:6.875rem;height:2.875rem;top:53.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm8zFLkW3DV3TERJLl6a5q1hiOqo9Z6X { width:5.5rem;height:1.5625rem;top:54.1875rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJpGk9k3dmkoqSiBlMrbJxBLFgkJpO5V { width:8.75rem;height:2.6875rem;top:57.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #L848UizAGMuhNKAvET4CTv0QbWwNv6xP { display:block; }
 }@media only screen and (max-width: 763px) { #F4qDMI6E7gTTVNxKBRrDW6h83coraT31 { width:13rem;height:9.6875rem;top:46.4375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlzxN8nxRWDxWcB2AoFsduLwA5VNS6DD { width:11.125rem;height:3.1875rem;top:48.6875rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es4dkTbPQ2d4VQd3i1k5l2rLgyiOnNp4 { width:6.875rem;height:2.875rem;top:53.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9vdw40RQ4P0I9qDoZJnU7fybQfFCxxN { width:5.5rem;height:1.5625rem;top:54.3125rem;left:37.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sURqd47Nher8nD1xDRmv5qxxG6EyqCfT { width:8.75rem;height:2.6875rem;top:57.8125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbpzNBD8T9pmDUgDmuT7RJq2h0gDTOKQ { display:block; }
 }@media only screen and (max-width: 763px) { #SI13OekSrvvvBt9o8KUeU2mKMkDu235t { width:13.4375rem;height:10rem;top:46.125rem;left:18.341552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFz5W23vDg9cAaTL5R29ycFvQnVthv9Q { width:11.125rem;height:3.1875rem;top:48.3125rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd4U0pLNVNy9aAa4aoSkmzdLc4JO8KhK { width:6.875rem;height:2.875rem;top:54.0625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XipsWyAix9vkT6AO0cm6ZBJQRImcNJTU { width:5.5rem;height:1.5625rem;top:54.75rem;left:22.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKOrRxOwxBOxrZCabKuJwXaZVxPkepC6 { width:8.75rem;height:2.6875rem;top:58.125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIi4BVIU9LlHP8GXWU1S4rbGMlxOczhE { display:block; }
 }@media only screen and (max-width: 763px) { #sCf5BGewvJMJHX7TEbuciCoJ3gu1syzS { width:13.25rem;height:9.875rem;top:46.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCq70yyFrWxWph6K2kolwoJ6ZnLqbTUz { width:11.125rem;height:3.1875rem;top:48.8125rem;left:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzirMQXResT6VrSEJ2EkwnDxh0hPdtLi { width:6.875rem;height:2.875rem;top:53.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgFTuymuOheExCpPZaKfTS5mmd9cyQ2S { width:5.5rem;height:1.5625rem;top:54.5rem;left:8.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOya3zZUcnKU07EMuyL9N6ksGRwgieMi { width:8.75rem;height:2.6875rem;top:58rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzgBrNORLLiNP3wJaPnQXRJRNh7t8leo { display:block; }
 }@media only screen and (max-width: 763px) { #E8x6mLhnccwLOXtxXlEOH1qHPuzI6RwT { width:8.75rem;height:2.6875rem;top:15.125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #nI4NlnPiTD7UBFA521gqRT08xzNU8RMh { display:block; }
 }@media only screen and (max-width: 763px) { #r8BPAUDhKnzEXCkqyQt3opJcZt95IBk2 { width:14.375rem;height:10.6875rem;top:4.75rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad4py6LBA5wFXGTQVT5P42tTw4i805AG { width:11rem;height:1.5625rem;top:6rem;left:33.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpcpEaZXr8sZAEtyft6B1fWVDOCKQ3Mh { width:6.875rem;height:2.875rem;top:13.375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJ5vM8LVsHDb6QZeQa7HfgZtHuhX30b { 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) { #GxBaUeDdqxO5d98XQFagEaFVOhRmBhwB { width:8.75rem;height:2.6875rem;top:17.375rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR5x55JVlwQqnBnTFQuZ4uQwkpVNxy05 { display:block; }
 }@media only screen and (max-width: 763px) { #X4BuftF4cXKuIKWVW0TbQraTiU6A7OeC { top:40.625rem;left:14.625rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkcSOA7GF37wanhL4FBdNXHCK72tQTLL { top:1.3125rem;left:0rem;width:18.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDtJJDXeDGtv7GrZEoB0a86Tm6GaFV4F { width:13.625rem;height:9.5rem;top:5.375rem;left:1.7686243508522rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql20ydr3p9OdDEaJluNgk0R9dVCc6a8l { 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) { #o190TuwwC2g2cJefLuB6dXEcngBuMku6 { width:11.875rem;height:5.1875rem;top:7.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmEq9JBwdgryUbwIrZqt8TK8V4enPPPh { width:6.875rem;height:2.875rem;top:13.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7ATh1aK0wGIzsaFAL7fxI0v2uDx4xqi { width:8.75rem;height:2.6875rem;top:17.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0OcmrP01auCP25FoUU7X7owXEIyFoqn { display:block; }
 }@media only screen and (max-width: 763px) { #MDzI958efnM1DbduTUGiTu7EShZSlpix { 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) { #Xwe1uwhnzFJrCi3ElnZKlRDoASrnCWuu { 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) { #LeMchuZP0i0b0s8qEesUxOSiPw54hESS { top:62.875rem;left:16.5625rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCiopgmgJAfW1RKcmryHGlAEMR2X8aQ9 { width:14.375rem;height:10.6875rem;top:67.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVTQXTRxXIT7nNMUcJ7P6ft25R4dHCmH { width:11.125rem;height:3.25rem;top:69.625rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef9TNkOWwnEETS0G7ba5X6LAOfWxNCGM { width:6.875rem;height:2.875rem;top:75.4375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgnnhaREzNCKlzGy3DRcLnIv33DbeLA { width:5.5rem;height:1.625rem;top:76rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngea33Gpv3ePHQoMIb2QncEDKmpbi696 { width:14.375rem;height:10.6875rem;top:67.1875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUOVZwK0K6WhS24bzAJLxh2Z9p7BJKLZ { width:6.875rem;height:2.875rem;top:75.4375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cnTIgrMRxbJCe8EX8ZR7CVnO6qT2iu { width:5.5rem;height:1.625rem;top:76rem;left:33.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waKfd3KOUm7swlppDAMrKmb9VxtN7gar { width:8.75rem;height:2.6875rem;top:79.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFzAFzXSGWssEk4TOld19W8ODxGk7kl8 { display:block; }
 }@media only screen and (max-width: 763px) { #Gv9lI3xH2VB5bLSCIosTuA41xsfBQFnZ { width:8.75rem;height:2.6875rem;top:79.5rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzqpEUPvZIB5kl2JBFvPipOU67cixaTf { display:block; }
 }@media only screen and (max-width: 763px) { #s73AcpTZnlMWL7uZ93Oo6m9r71QUM3lW { width:14.375rem;height:10.6875rem;top:67.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #deBCRVgZaTXn88706B8oTW2ADWugv6te { width:11.125rem;height:5.8125rem;top:69.25rem;left:13.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9mWNPhtDr3opTCFg81CbgUGetaWchOM { width:6.875rem;height:2.875rem;top:75.4375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxJ6vVpmFlRz3dL4Ve36PH9n0d3n3XVh { width:8.75rem;height:2.6875rem;top:79.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knRlDkhWBHwQQklScPOo5tunQIimT7UC { display:block; }
 }@media only screen and (max-width: 763px) { #MyChAlCwkGdsvcKZaBmhIticNfU3sy5E { width:5.5rem;height:1.625rem;top:76rem;left:16.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4RK4ZtXeQvB8Xg9wIGemvbJcTAO9bI5 { width:14.375rem;height:10.6875rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e901lpqkK8XTSpoDX3Uun9S1hBwzW8a5 { width:11.125rem;height:4.625rem;top:69.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhRMM09U0fQDU1fTldPGdWnHl98XdGRN { width:6.875rem;height:2.875rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMWiSV7144RkhI7tw7tW4LfEOlTVu3EJ { width:5.5rem;height:1.625rem;top:76rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMoI6FhWMeaLpJIx3PNV6bsS1as0kX9J { width:8.75rem;height:2.6875rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3sGkMGLnPlIRAbsBlksDtCI8GNXBTrf { display:block; }
 }@media only screen and (max-width: 763px) { #PwLTsSfTHTsHVC8ipixmg4Pqwqw8xn36 { width:11.125rem;height:3.25rem;top:69.625rem;left:31.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9mOc0B7wPwOZq1XZOwgWxfzKJrzaAmv { width:13.4375rem;height:10rem;top:5.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSOlOTE2eUQBFgEKI7XnGVJeRzMsNAiU { width:11rem;height:3.1875rem;top:6.375rem;left:36.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCSf9D4I7qqUDmsZ6t7A4swO6lnlWm88 { 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) { #r9ROhQBeOTEMucg56TgRBlcleh5S44Hk { width:6.875rem;height:2.875rem;top:13.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTweim9IU9uvTKu7ZrnZ0no6ihUVEakv { width:8.75rem;height:2.6875rem;top:17.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCaB14RF4UWTCFZvI2oDGkgA4bi1NXMz { display:block; }
 }@media only screen and (max-width: 763px) { #KNDlS0dE7voHcZhmCr25dA0otiQz6DOa { width:14.375rem;height:10.6875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVOKRnBMszVPVowsDDtDeA59qGA3HtNP { width:11.875rem;height:3.875rem;top:8.5625rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmVAH64tZvQ7T6dKNB7eTSdGCbL4IkWy { width:13.8125rem;height:9.625rem;top:5rem;left:17.0891819081rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5MTnTqlGT1xU65mG1zaNgHiwCCHoZqF { 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) { #TqeoB69WMAseW1oT0dWxC4PqTMUX4TPb { width:6.875rem;height:2.875rem;top:13.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoEkREbXJQnnTQKqcOMEyXWpSIRDFkTB { width:5.5rem;height:1.5625rem;top:14.125rem;left:21rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrZ4HpuTMqaZWNKbES4yigaZS8TvRZzV { width:8.75rem;height:2.6875rem;top:17.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNqFgrD884A5fOGIXuXZGxaDK3p1nnuv { display:block; }
 }@media only screen and (max-width: 763px) { #kWEOAEGUZCkpQWGCmoBpNdq0m5ANVpOB { width:13.25rem;height:9.25rem;top:23.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK9XsDRHI1449GyQqgE17QtfaphMwJ5B { 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) { #fW36yTVdRoIUqDeLnVIry6VXgggFuWUa { width:6.875rem;height:2.875rem;top:31.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxAwwwK3fPywJvIwJuH0IX891GO6BgfV { 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) { #PCTNZstpdQhCyHoizLAZbXHk2w9RiUze { width:8.75rem;height:2.6875rem;top:35.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU4WgwGgESMhSZPvNMQTIdULAtiqFKkI { display:block; }
 }@media only screen and (max-width: 763px) { #ih9z6VvItCTlo5Qo9EukK0CUrQeq4r46 { width:13.1875rem;height:9.1875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUhNBhfo4PTKH3JK0LR9ckvIXvxAwzJc { width:11.875rem;height:4.375rem;top:27rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPIGolTlE0y1GQf6vF6uVM5MXLd7Lt1P { width:6.875rem;height:2.875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhb6rLyOyrctrzzdwu5XHsAkw4e2nyu { width:5.5rem;height:1.5625rem;top:33.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okFSG3FskstV8mFAbQHORUOJxAC1RHC6 { width:8.75rem;height:2.6875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRGy17W5r2maP0g0mQLxxsxI3ZkXEd3m { display:block; }
 }@media only screen and (max-width: 763px) { #Ah1QKSmbuM4Cxy0udSPI5nKgz1o9mxaM { top:87.375rem;left:18.498046875rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1U227KZTGef3NBtm24ASUPI83J1U3pk { width:14.375rem;height:10.6875rem;top:91.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8vSqfCQZKQ878J0UPxNBtCDwbiwW9Tr { width:11.125rem;height:3.25rem;top:94.125rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moLPw2Va6KDbqTWgfSnL4ho3AV8dUFyd { width:6.875rem;height:2.875rem;top:99.3125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhmkir8rNwe6DSmIpb0itRPaoyZC2rir { width:5.5rem;height:1.625rem;top:99.875rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNOyuFGb1ThwQcAFLQA555Qq9o9ehnBC { width:8.75rem;height:2.6875rem;top:103.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZmL6p4QVNNHyATmwDpCzXKNuMTxAePm { display:block; }
 }@media only screen and (max-width: 763px) { #flf1n5lu3CDwtZVw9xMy3xBnw6dhWEDI { width:14.375rem;height:10.6875rem;top:91.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8hQDQyzNaZwl1sDrcelnKD67gP1FyK1 { width:11.125rem;height:3.25rem;top:93.5rem;left:22.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCCQPxrqJuDyfrOApQUAVZ1MfmAcMkFf { width:6.875rem;height:2.875rem;top:99.3125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN8piTLu4S9xG9Kk146nfPbWrnJ2NP6d { width:5.5rem;height:1.5625rem;top:99.8125rem;left:26.375000357628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxqdigiOUqZqbeeqSGdTI8Eq1puQdbBo { width:8.75rem;height:2.6875rem;top:103.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3LaOLPE4TpUhfEThDc9oTyOoV5mkR7H { display:block; }
 }@media only screen and (max-width: 763px) { #lIk6yR6zZrM5TUv666ZTXelEXvOMr2Pv { width:14.375rem;height:10.6875rem;top:91.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3dR0EmSpWqlKTIRP5eZ9GlCG6cGHuRV { width:11.125rem;height:3.25rem;top:94.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPm9g0Ok3nMrrMiU83ICTmAUyAQMeWWp { width:6.875rem;height:2.875rem;top:99.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8F9am16JKwoa4xJqAHkQeKNrErD9CfX { width:5.5rem;height:1.625rem;top:100.5rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNE0daJocJgks65tItHrUV9uaOae3iQl { width:8.75rem;height:2.6875rem;top:104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbmxcVmKywUWZe24v9x5NTHp921Ow7t1 { display:block; }
 }@media only screen and (max-width: 763px) { #fRIu2BMy0RTw48qpVKQ1oI4cJDa32osc { width:13.625rem;height:10.125rem;top:22.375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2VJoyxFJ91rrGa6I0eJfHiGRSV57T6u { width:11rem;height:1.625rem;top:23.625rem;left:36.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkd3hdEQksqe0mA8QRR32nkWdAgLHOmN { width:6.875rem;height:2.875rem;top:30.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLE9MsLSDMIpI20cExz9hvqtJ053qcwQ { 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) { #HVGG5UoB6RyVLTLhn1GKQa6A3Msvg5Ql { 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) { #AfGT8UwDx4RD8zalU06DTAHkt6Nf8cNu { width:11.875rem;height:2.875rem;top:26.3125rem;left:35.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFqPfeopLUPE7uEovmymQKmaHmJn2xph { width:8.75rem;height:2.6875rem;top:34.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ouOv5TiUyDlsL7KE3Gal6aB1U9ekr7 { display:block; }
 }@media only screen and (max-width: 763px) { #ITvxFRPAr30oTIff3rxIPrAaPkwhczot { width:13.25rem;height:9.875rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkuXNxN7qc6oI1EK81TqM56XiympO8f3 { width:11.125rem;height:3.1875rem;top:48.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bru6XBepgAbo8QZrXBsp9lkQ1qtNxnex { width:6.875rem;height:2.875rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKSwrapWPBXDP4DD5yeJVnrLOOWNvJHT { width:5.5rem;height:1.5625rem;top:54.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTZ43w8ioW6OKizkchqUwBb2rDuM3m22 { width:8.75rem;height:2.6875rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMIT5tSg0PbwbNUZpfD3OEU6tgNOfi0m { display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { top:10.3125rem;left:13.999784469604rem;width:22.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { top:1.0625rem;left:39.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { top:1.6875rem;left:3rem;width:41.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { top:4.75rem;left:39.5625rem;width:2.1875rem;height:2.24935rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { top:5rem;left:29.4365234375rem;width:10.8125rem;height:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { width:20rem;height:3.3125rem;top:0.625rem;left:0rem;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:4.5625rem;height:4.5625rem;top:6.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:5.0625rem;height:5.0625rem;top:6.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { top:0.3125rem;left:0rem;width:20rem;height:8.0625rem;z-index:99999;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:20rem;height:2.03125rem;top:0.37413024902344rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { width:20rem;height:1.9504625rem;top:2.3856334686279rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:20rem;height:6.1257125rem;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:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:18.936625rem;height:5.24858125rem;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:10.071025rem;top:9.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqWpp6IsTIc6anbUEoHGRsKTDxSTlVv { width:20rem;height:1.298825rem;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) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-regular-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-text { width:13.75rem;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) ; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-text {padding-top: 0; padding-bottom: 0;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-textarea { width:13.75rem;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) ; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-select {padding-top: 0; padding-bottom: 0;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-checkbox-label { width:12.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-container:first-of-type{padding-top:0;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .widget-container:last-of-type{padding-bottom:0;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug  { width:13.75rem;height:0;top:21.070645233154rem;left:1.875rem;z-index:100035; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug {display:block;}#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug { width:13.75rem;height:0;top:21.070645233154rem;left:1.875rem;z-index:100035; }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #oyfd4gqOOqUXtNWWPPqEWvrz5w06RzPr {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #QBLDTiNlxTURSTrT3So1W7TxlWWo7ezS {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NvKpbaxET7hwGMU3kQBAbSG6J9Tr8soE {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NpOcmn9z1WqXqAM1cIwSdqHG3V2NOrVw {  }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NpOcmn9z1WqXqAM1cIwSdqHG3V2NOrVw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #RISUmoexMnKniZ2Bpkn5ZGkVKdlobvQL {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #Ws8lvJquCwv2M0QViReFFmy2iIoQp9pD {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #w85WiUwxbRPg2uG5tJ2Wgb4XLnBNHskl {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #NZo6Ce2BGA6blUEBvUeQEAPdRNKI8VQv {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #vA1TWWGnAcWFA0V7HGMZwmATFK69mgdZ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #CDRRT5XtvVbFrbxf0WUdPol3TU70qWW0 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #Vxxzl0NZTRRCRH7u9EZuhkwl8SmKLCU2 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #gEOwnFV5xytfsDVy1rZ0zM7rkmeQRcoC {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #Z5XwZbyTzRs1m0hDObQ7wgOZ0pFOuHNN {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #PlkIGvlzvGXpTH9JbzVyUvLrVwQU8Wnf {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #LbuqH26wffakbNS7HIneOuTMbXwwWVTJ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #G1oQAauVASuJEQVAdAwHmHGr8ZJb6XMV {  }
#qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #G1oQAauVASuJEQVAdAwHmHGr8ZJb6XMV .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #ECdOoFXCyHdUq4yTgU04Gfx0T1xSw6W7 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #KqugDGOvD82bvm4504NbcBTNHO69aO23 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #DlG5MhCnkcqER7xproFhMSVdcgHb50VZ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #nMyO6pciQxJLk5GZki1p7brDlVaFxUqD {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #thvHqlOo18y09KLDXbNbmLZL5hJQ2Rpf {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #TQXHZ88n4eGlK1eX2RLoDKaSKzedfTVQ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #JWW4bUxE3TZsTaXaRwAHvugdAoOix8PP {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #sEsBAz5Q0wbtWIuEg6gU9Sua3OFTz2nZ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #fLO9aMp8Xam4DgUCZALKWhfJZhqnKUOL {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #wQa91WLsBMPuElSluMGzMTwB2UKRhKhI {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #ofR1aokh4v1Cu6yXoEEHt5rVgRVZlF3t {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #hpHVctcMsgTctyc1vHtrxCteKcDEHBV5 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #kx4STnQEGHcxeTkAmsz89ueDooaF9dLh {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #AVaXcpp6psu9sU1rznPl0MgJ4qWKcuTq {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #MGt5lil2pRbfzNQBS9xnwEDr762Tzl82 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #g0xTF17JtBQ5vNAliAVmRWps63niQ9x1 {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #TlXCNeXzhbU6TWn3mJVqeGoAguvALofu {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #vax1W3dzBb26XtXBFV3myS7d8ZqTgetJ {  }
 }@media only screen and (max-width: 763px) { #qHGJP7cfxgVTK5mzL3ZJ27SIRZ4m21Ug #ZbHbkVQxCeL3lhbLmAcz5Ma3ghWMQx8V {  }
 }@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.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybsoBO5MTNnpHkEp9uweqfKWe0MMTmhd { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #q0B9BUtZSeDpuiW5GaVegbtnlg62aQMW { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { width:15rem;height:2.99913125rem;top:1.0579433441162rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { width:12.249375rem;height:1.9504625rem;top:1.5852870941162rem;left:3.8422308564186rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { width:7.1875rem;height:7.25rem;top:5.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnTwwO30SR0e4fgdneOFVupEEEgywFM { width:7.1875rem;height:7.1875rem;top:20.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { width:7.1875rem;height:7.1875rem;top:5.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { width:7.1875rem;height:7.1875rem;top:20.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { width:7.1875rem;height:7.1875rem;top:12.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { width:7.1875rem;height:7.1875rem;top:12.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { width:5.99935rem;height:3.57421875rem;top:7rem;left:11.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { width:5.99935rem;height:4.8739375rem;top:6.375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { width:7.5rem;height:4.8739375rem;top:21.75rem;left:2rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { width:5.99935rem;height:3.57421875rem;top:22.4375rem;left:11.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { width:5.99935rem;height:3.2492875rem;top:14.1875rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { width:5.99935rem;height:3.57421875rem;top:14.8125rem;left:11.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdKHwTCfUV2ky0zACcyFy8A2D2kgO6Fh { width:7.1875rem;height:7.1875rem;top:28.25rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { width:7.1875rem;height:7.1875rem;top:35.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { width:7.1875rem;height:7.1875rem;top:28.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { width:7.1875rem;height:7.1875rem;top:35.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { width:7.1875rem;height:7.1875rem;top:43.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IynNKNLOLrnxXVXf8yAaUh5vJRXPr3kS { width:5.99935rem;height:3.57421875rem;top:30.125rem;left:11.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1XF3m95zeGnPT147iCcCMTRGFUfCog { width:6.9998125rem;height:3.41086875rem;top:29.5rem;left:2.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { width:7.5rem;height:4.8739375rem;top:37.0625rem;left:10.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { width:5.99935rem;height:3.2492875rem;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:3.57421875rem;top:43.625rem;left:2.78125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { width:7.1875rem;height:7.1875rem;top:43.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { width:5.99935rem;height:5.361325rem;top:44.625rem;left:11.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhZgElyHsTwslD9kQA4PPVIJVfX4SOJf { width:6.125rem;height:4.4375rem;top:14.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWMdlvGAZg5DpDo3RchIn1eku1tQUhu8 { display:block; }
 }@media only screen and (max-width: 763px) { #wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { width:6.0625rem;height:4.375rem;top:14.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGwAuaDlXgIfuTR13qPKziiPpSPKmNx9 { display:block; }
 }@media only screen and (max-width: 763px) { #zSwUdnablkxhC3K0szhXpFh8grAKoBXN { width:6.125rem;height:4.4375rem;top:21.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6cfUM6qkNbG4yHkc389DHdSVTvTUIM { display:block; }
 }@media only screen and (max-width: 763px) { #mXT046TBu6W2Jwffa14iZcyDnRCqHfPc { width:6.125rem;height:4.4375rem;top:6.53125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block; }
 }@media only screen and (max-width: 763px) { #T5Pl6aNGvKD69lAbJ5457FJllg6LQTvQ { width:6.125rem;height:4.4375rem;top:21.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTSp7cR5hbmD5gGuoh64TNkdMk6FWbmO { display:block; }
 }@media only screen and (max-width: 763px) { #TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { width:6.125rem;height:4.4375rem;top:6.53125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block; }
 }@media only screen and (max-width: 763px) { #NZRRQQlZiWgh5F55sLbVuA4FrXJ4mTwr { width:6.125rem;height:4.4375rem;top:29.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDPq6ohGbR8hHlHbgQDCgsIpRPVlhdup { display:block; }
 }@media only screen and (max-width: 763px) { #QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { width:6.125rem;height:4.4375rem;top:37.25rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwXXbfFrH1x51O6thpQ0Wtw7HKVFgEZ { display:block; }
 }@media only screen and (max-width: 763px) { #eOMFbcCUQKKENG6wk6UEJd9bqSmw4DeL { width:6.125rem;height:4.4375rem;top:37.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvTevMg72UZC4fl2TFTIKcVzUpC8TXWC { display:block; }
 }@media only screen and (max-width: 763px) { #fPbwyLTMW72Jeb5fKdQOaqRMhnk0UOiR { width:6.125rem;height:4.4375rem;top:45.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJLflDelhUuEZn9XBadmgMcCKfQ8oTO { display:block; }
 }@media only screen and (max-width: 763px) { #Mm7HRHdA95duxfQg3FcgelklOiOWhbHg { width:6.0625rem;height:5.5rem;top:29.09375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDCZBCnz5zTEXJgg0MIir1eicga0LRJ { display:block; }
 }@media only screen and (max-width: 763px) { #xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { width:20rem;height:2.59943125rem;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) { #uEdwmZnzxXBSUUVqNO0vfNO8QK4RCSNI { width:14rem;height:3.125rem;top:22.6875rem;left:3.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #b5yIUAbJThfd1K9bBN2LWA71VzVtvvpV { 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) { #Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r { background-color:#ffffff;background-image:none;display:block; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row .container { background-color: transparent; background-image: none; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row .container > .video-iframe-container { display: none; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row > .video-iframe-container { display: none; }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .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); }#Cb2CVfdubzNvX3IBGGA9NM2nRotiwV0r > .row .container { width:20rem;height:260.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmLSOBwB7aawngCzC9tB1tdMFJ3oMW9v { 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) { #ssxxQoKHvfJfUEUTiLoNGArbMqdSbTMf { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUMegU2GaGOgb1pNAuSmDkBxyLv3NJB9 { 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; }#xUMegU2GaGOgb1pNAuSmDkBxyLv3NJB9.adaptive-delivery-prevent-bg, #xUMegU2GaGOgb1pNAuSmDkBxyLv3NJB9.lazyload, #xUMegU2GaGOgb1pNAuSmDkBxyLv3NJB9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rsUscTOD6aezvf158GT0PCP8OdyGrAvW { 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) { #Z4SduvrXFqGm9HlX16pnWB9e471IkCKK { 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; }#Z4SduvrXFqGm9HlX16pnWB9e471IkCKK.adaptive-delivery-prevent-bg, #Z4SduvrXFqGm9HlX16pnWB9e471IkCKK.lazyload, #Z4SduvrXFqGm9HlX16pnWB9e471IkCKK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MVXriyxi87wTVTdrLnIRd4ySbdUzKQ4G { 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) { #TxBXkf5ynl9Z2eA0FXKWDloNNPkCWR6Q { 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) { #kV1PA8N2bD4Ro4pt7FTseOP0u3y60fIl { 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) { #FWZvMC9IsAbmeTVMle6mR6cxnmaiWVP1 { 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) { #xbMTlzIyU867dIwx9SKtNW11gIp6Bncf { width:11.875rem;height:2.9243625rem;top:41.8125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmepGbGTCUKUnHEmtfVSWucTiTsdT5zP { width:10rem;height:2.9243625rem;top:26.5rem;left:5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvPRAzKMO8MkRUgmQUIoxw21g8GAuPpg { 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) { #UFwMUMm44wnolV7K9ZsVZAKXoddedzbK { width:8.75rem;height:2.6875rem;top:17.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsSWQLwDekyihlwvKqRnoEhruOTXmI0f { display:block; }
 }@media only screen and (max-width: 763px) { #TSFTCA7IQ6KGfA0bZXhzdsNdylzqTAQp { width:8.75rem;height:2.6875rem;top:34.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h58i1rlspiyfvE0LtzT9mDxM33MPgXpt { display:block; }
 }@media only screen and (max-width: 763px) { #vTo9CaNro07uUWhu0m8ClTmdtcS35REu { 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; }#vTo9CaNro07uUWhu0m8ClTmdtcS35REu.adaptive-delivery-prevent-bg, #vTo9CaNro07uUWhu0m8ClTmdtcS35REu.lazyload, #vTo9CaNro07uUWhu0m8ClTmdtcS35REu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SAfSrNfRMUcM7tGggNTQTzquL8vTyDWE { 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) { #OyVGLPCEahigTWHZ6ULEnv1laZnmRBD8 { width:11.875rem;height:2.9243625rem;top:58rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKBwFvkLwz3G02wq3FuMRM7RbFtG2gco { 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) { #hyFQRh1CC89fKpR14Tp6VR3oWLPOgZEP { width:7.5rem;height:1.2180375rem;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) { #HMmwd6hRTv7pOIqMnUTmUOCEa1Tw0mVU { width:8.75rem;height:2.6875rem;top:66.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDQIavzuNkfXgDPJCfpoNtQzxlU47TJo { display:block; }
 }@media only screen and (max-width: 763px) { #UztZEvA67lZb1Aq6bAeDl0PI5HvDcR97 { 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; }#UztZEvA67lZb1Aq6bAeDl0PI5HvDcR97.adaptive-delivery-prevent-bg, #UztZEvA67lZb1Aq6bAeDl0PI5HvDcR97.lazyload, #UztZEvA67lZb1Aq6bAeDl0PI5HvDcR97.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e8i6leDu99v0P4zWXSVIOPTlXfdnTwNm { width:10.4375rem;height:1.62464375rem;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) { #FDrFHKSqvibgCPvzZM3u2rNG8eZWQzUK { width:11.75rem;height:1.298825rem;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) { #BuZtvugRNk1pLr4JW8vhTcN2V1QqrPxh { 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) { #MT12UnZTXb3ibZq0rJW7L7pMwFaQTnbx { 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) { #lyyErcJnTsI34GZ0vh39P0hc58UJGMDi { width:8.75rem;height:2.6875rem;top:116.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRl4WNkIOL8VUiblpnx7kLAx5R4f9o9t { display:block; }
 }@media only screen and (max-width: 763px) { #M6uciFdBpGW37VbN0poO35ZR7HG6Tc86 { 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) { #lhkXZgbTyM7wcdC7ciSWNLu31NlT5W8u { 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) { #zH1TJJVLTXC4uQ3P0GX12owtddNtNCwi { 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; }#zH1TJJVLTXC4uQ3P0GX12owtddNtNCwi.adaptive-delivery-prevent-bg, #zH1TJJVLTXC4uQ3P0GX12owtddNtNCwi.lazyload, #zH1TJJVLTXC4uQ3P0GX12owtddNtNCwi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ilKVro36N5dADI0uaxOMlAzpF7UuUW2k { 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) { #JaBQKVTnm8NWPXGuzqpQ86mezNFdsFkc { width:11.75rem;height:2.9243625rem;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) { #PBFbuiHnFc96sKOgbtT1aqy4X0P6dLO2 { 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) { #x8aCwdCd81tyTPfDW5OB4iXtVTzPSvb4 { 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) { #Bl6hy0RyrakseoOaAkRIApaKRBrQtJlt { 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) { #x1Uvhd9RXOZe9gT2mWNO268RTX34G1bp { 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) { #Gn0JTFplp8sMc2Iufyd0bWV2eIgNyEl4 { width:8.75rem;height:2.6875rem;top:98.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l09Im57aWomRdbeW8DWdnIvWcqeW52gA { display:block; }
 }@media only screen and (max-width: 763px) { #tWIMKdLXPecOVczBns3PCXbD4EQ9r9Oo { 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; }#tWIMKdLXPecOVczBns3PCXbD4EQ9r9Oo.adaptive-delivery-prevent-bg, #tWIMKdLXPecOVczBns3PCXbD4EQ9r9Oo.lazyload, #tWIMKdLXPecOVczBns3PCXbD4EQ9r9Oo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mL5J12vJsvEVO8pBcyfdTwRZDoVGCVM4 { 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) { #A3WwCPWl1xqSHeVUeHiBTVCyboUoX3tx { 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) { #FJn4cqW8k1tyKzFFi0EZeTQ0NOcUhAzf { width:11.875rem;height:2.9243625rem;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) { #vXtzkNG1NRyFoTMKNGUZoxP7wQc3NdUr { 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) { #gqyxuLHTrLbWgxkVI3f41vPu7G9miohx { width:8.75rem;height:2.6875rem;top:82.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbb8Myo4ILMqS0VticWxwhW4oQzcWUur { display:block; }
 }@media only screen and (max-width: 763px) { #rJcqCbusKcvZkBIfqHua8PVfCwGpCPIJ { 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; }#rJcqCbusKcvZkBIfqHua8PVfCwGpCPIJ.adaptive-delivery-prevent-bg, #rJcqCbusKcvZkBIfqHua8PVfCwGpCPIJ.lazyload, #rJcqCbusKcvZkBIfqHua8PVfCwGpCPIJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VRG2E1byPqE61RSFi4ibXNLuBSLbt4BK { 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) { #LZa8tn3IvrI2B5Oa6dXBX74L3Q2NA4NN { width:11.875rem;height:2.67933125rem;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) { #sGDvqQwJ6TdKK5WvFtNAJ3P2e7anHie6 { 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) { #yIzeBE5MCyWIlEUZTIa96iB93iCwA3eJ { 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) { #wmCtsru1ddM60GUfJLq6bkCZuG0mTUli { width:8.75rem;height:2.6875rem;top:49.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmNbES28Xm9W2F0dkGsQBgSBDaOa77Ia { display:block; }
 }@media only screen and (max-width: 763px) { #DkEVrHHXAr7MiaOuWpKHlGHZx6nhptEN { 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; }#DkEVrHHXAr7MiaOuWpKHlGHZx6nhptEN.adaptive-delivery-prevent-bg, #DkEVrHHXAr7MiaOuWpKHlGHZx6nhptEN.lazyload, #DkEVrHHXAr7MiaOuWpKHlGHZx6nhptEN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NC10s6mHngt7vrmunlLXgSW86aXcmIl3 { 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) { #U1zi2ePBdMALyaAwZgQLVGnbH89WE4zB { width:11.75rem;height:2.43608125rem;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) { #LI60bztfaWDMtLydUdmLyS4sHuCzOf3X { 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) { #K7sHkFwneZIgEkTTad0Xbpax9VMe8XEe { 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) { #IsvbCPTX6cniadFCKPUOUoTgLUJm5mu2 { 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) { #DTLBnb0htdDg8OK6MtdodlPXPvoqzsWT { 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) { #pHhWXViuLI3zAuvJpWCEtzOlIx6VXPG6 { width:8.75rem;height:2.6875rem;top:133.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W76xkOe71zv8tTHDka0fEf1NbgewOTlX { display:block; }
 }@media only screen and (max-width: 763px) { #GINdtqqtcHlm8xI9pH7RpHx2HzDDA9qi { 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; }#GINdtqqtcHlm8xI9pH7RpHx2HzDDA9qi.adaptive-delivery-prevent-bg, #GINdtqqtcHlm8xI9pH7RpHx2HzDDA9qi.lazyload, #GINdtqqtcHlm8xI9pH7RpHx2HzDDA9qi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cthb8KMeeMczocDWwOULffhglbTtSyHa { width:10.4375rem;height:1.62464375rem;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) { #K8rriwETNe4AzF5BUsCv4TDKsxkQtwtK { width:11.75rem;height:2.2745rem;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) { #AW7ZyTFNa402bhDXWtZn9OKzssOvnpll { 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) { #xs2Ou9semGzxP1LtiTnM5aFh9dnLRhew { 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) { #V0toXJPKsw9sKK9kUwyH5ZUL0Pw2PvB9 { 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) { #lwHcWEQocCuECETHIM9TSfkPGbZxQoOG { 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) { #TzMRXPgigrXafGAtMsv2BMTh6mPV1uqs { width:8.75rem;height:2.6875rem;top:149.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rac0nXfEnd85AXS5v2mnBBlokkS2T4Dw { display:block; }
 }@media only screen and (max-width: 763px) { #IiMNTCbzpn6SKIz63vCdHJBgTlUK4Twg { 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) { #PQhkDI82Rpr2RkkhWX1Pg6ZoxLiTWZBp { 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) { #mbCTtwn0REesdLRAQo01EPcTqsXtGtHe { 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; }#mbCTtwn0REesdLRAQo01EPcTqsXtGtHe.adaptive-delivery-prevent-bg, #mbCTtwn0REesdLRAQo01EPcTqsXtGtHe.lazyload, #mbCTtwn0REesdLRAQo01EPcTqsXtGtHe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MCZeCs0Qv5aDgnzQh1zTzec6FKrPXEWo { width:10.4375rem;height:1.62464375rem;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) { #xaHmdpssIMTLwEbJLwkU3lD815z8pnw3 { width:11.75rem;height:1.46218125rem;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) { #SQdwS9EmIMRfxRuCdTIv5LCGubmv2JZs { 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) { #mULt1HhIxl0L6V5i2fEsa7AMy9U1TfHq { width:8.75rem;height:2.6875rem;top:219.0849609375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfmeAs4ModLUnz25mJx8Iv0r41utlP9N { display:block; }
 }@media only screen and (max-width: 763px) { #UELCpyTteTLDuOSNTcyxr2SV1RGSc9Vr { 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) { #WJxEG1oCaAfN2eR8rJw2vqWS0H8iKIoo { 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) { #x8afKtQMub4wGmWRs2pV8zWxqQkr1AbR { 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) { #EFK8AzJOyn4wuc19nzZ7fr4gRpEblOtw { 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; }#EFK8AzJOyn4wuc19nzZ7fr4gRpEblOtw.adaptive-delivery-prevent-bg, #EFK8AzJOyn4wuc19nzZ7fr4gRpEblOtw.lazyload, #EFK8AzJOyn4wuc19nzZ7fr4gRpEblOtw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zU5TQOcO60C8aRvbBsNKO959iNQqSvlF { width:11.1875rem;height:2.76278125rem;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) { #LqpBOH55Lvpy8y5MDewhNpErDW9DAcVU { width:11.75rem;height:2.9243625rem;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) { #Euxb6kbHKazpaZhZpDQTGMVDge96n5ue { 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) { #qxSdhBbS0dDATUO5bKtAubqkuOtTN6nB { 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) { #M4ia2Mnyt9XZknrAXy4TyDds2TPpVFRL { 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) { #wMFm7XJw6kR4Gu2Ucw3OieDgSOLOckOh { 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) { #AdmwKwTqsKZRuElFTXxqDhZXSP3Sp7wz { width:8.75rem;height:2.6875rem;top:183.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b508oiMLq3QfriS4op2ZRlMBkgaH1PbQ { display:block; }
 }@media only screen and (max-width: 763px) { #ATSWOB97G31mTa7XivEuPWef3bsRezrJ { 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; }#ATSWOB97G31mTa7XivEuPWef3bsRezrJ.adaptive-delivery-prevent-bg, #ATSWOB97G31mTa7XivEuPWef3bsRezrJ.lazyload, #ATSWOB97G31mTa7XivEuPWef3bsRezrJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oirJq8no7gWunthzTZLykTMaw45qvbtI { width:11.1875rem;height:2.76278125rem;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) { #MJC8HPf5Np7ynPd23eJJLQSTFqAK3vGh { width:11.75rem;height:2.9243625rem;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) { #dWpVPS5cshr3dhiI3ULE3RmSJuMl4Ny3 { 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) { #SJ80XcG8VmDs8mHKk4oskl2lBmGhdcdB { 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) { #QKrITLf6zJRI78uV3qkMrNuq1RAJdv43 { 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) { #BBGXgP4yT9ODK7QoeO49sdv5C83wgIDT { width:8.75rem;height:2.6875rem;top:200.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkwTKelAO8GebnRXEZ3kukvwHGTRQtT { display:block; }
 }@media only screen and (max-width: 763px) { #XZVQixZTT4xrsvlVmmtwxWspmklJrHlB { 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) { #vO0P3KlnbFmFknlHXpmLCv8GMJFrgqgT { 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; }#vO0P3KlnbFmFknlHXpmLCv8GMJFrgqgT.adaptive-delivery-prevent-bg, #vO0P3KlnbFmFknlHXpmLCv8GMJFrgqgT.lazyload, #vO0P3KlnbFmFknlHXpmLCv8GMJFrgqgT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IzLhkgv88ilsM6oSoOb7ziUihBbxeBPc { width:11.1875rem;height:1.38139375rem;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) { #b9ne9rK4UPluvtLurMSXAfMGReLBhfBG { width:11.6875rem;height:1.949575rem;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) { #xHsufLpevGMXQG2EiwEEBbdVknwf28ip { 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) { #F4JcqzniGqGTW1kcVToqXPDW6gk48TJG { 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) { #NHKBxp5rgLFb9ATPe4TVKrvaUIKKC8DV { 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) { #UsLTI5CsyFXv1nMrCEOcnShIPpqXavc0 { width:8.75rem;height:2.6875rem;top:273.9716796875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlPJ6UbdUaP15FhtQRZ9IEbpwQes1xTa { display:block; }
 }@media only screen and (max-width: 763px) { #wvTQQgc5WSS5xN4AIyKHwZErobJnm6re { 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) { #LHq3h2uwesen7iBoAsOp7BGfTKPfCfif { 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; }#LHq3h2uwesen7iBoAsOp7BGfTKPfCfif.adaptive-delivery-prevent-bg, #LHq3h2uwesen7iBoAsOp7BGfTKPfCfif.lazyload, #LHq3h2uwesen7iBoAsOp7BGfTKPfCfif.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #v4QuT5XdicaTsRVt8tAIVTbmZJAgXLys { width:11.1875rem;height:2.76278125rem;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) { #BHRmvyFfgeZfBeIrdSkaEILmfxzQxHXb { width:11.6875rem;height:2.67933125rem;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) { #WzyTrMwkBnARnTgHbwzbcZplFK3MU3ov { 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) { #aTTFRSALuoNMnn3hHPn2upKWIxQSXS1B { 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) { #fIZtAMvMalpEdThenyXSBXQP22CM3oEd { 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) { #qIDZ1JBUdxw5K2caVviQlzZ4QWOJ3ENg { width:8.75rem;height:2.6875rem;top:256.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuI7TllyvxbSB26ymXVbKXf8N9IGrcZU { display:block; }
 }@media only screen and (max-width: 763px) { #hSUU0QStabrchtZ8ptGVxOS9VsE0Kudr { 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) { #tFthR3lgE7RCVOnPzxNWHNNK42G3NDr4 { 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; }#tFthR3lgE7RCVOnPzxNWHNNK42G3NDr4.adaptive-delivery-prevent-bg, #tFthR3lgE7RCVOnPzxNWHNNK42G3NDr4.lazyload, #tFthR3lgE7RCVOnPzxNWHNNK42G3NDr4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GZSuUWtRE2LV89aUVCnQVbHkU5bmTipB { width:11.1875rem;height:1.38139375rem;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) { #LTEoN88BhFWOhnrTlDKt9CD5bTL0BbNg { 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) { #c9wSr7hWdhcJRWOmFhavI3DHbxa7ZGEG { 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) { #F0u8D0SG5arurEBhF8E6kul5CJNvszxm { 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) { #M5CTkOKhgIfZ6GOtlUCeMLaVvoERscy0 { width:8.75rem;height:2.6875rem;top:237.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPNcbbyDRVeMKJuH7alZg4EnlXEW451Q { display:block; }
 }@media only screen and (max-width: 763px) { #P7uHcCPNiNvEgb8qhLJupqUI4UtXDRi6 { 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) { #OuwGMi2MqSOz88Z49EKst5RlEh0wRXyQ { 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) { #kG0KIx99K5deusTwwK4cp7nTZD1BzoPu { 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) { #yS8MWL2oP4dv4fB0cT38sWO1IHaBCuCm { width:8.75rem;height:2.6875rem;top:166.5rem;left:5.625rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #y41dQA6F2IVDTmOQMUPLoJJ6Io9fKpLs { display:block; }
 }@media only screen and (max-width: 763px) { #PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row .container { background-color: transparent; background-image: none; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row .container > .video-iframe-container { display: none; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row > .video-iframe-container { display: none; }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .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); }#PCwUXxidL3bFLT8UXvD4Sx6IqAhDLqHE > .row .container { width:20rem;height:144.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzwTy1UZWKtTcuTHFDZamS4b8r598tzc { 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) { #Js2V4QpwloPlHi6XeorxccqzSTJZa3OL { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwkWTMExAebFtUvZhfPcwwarHS5yFXnP { width:10.9980625rem;height:2.5rem;top:28.6875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #P5EIX126OUsq6tPLnJ3X5tBEfLsl9Cn6 { width:6.875rem;height:2.875rem;top:28.5rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oZdLbOG6BSvQ7ZTCbJIJqVQS6zVslJyw { width:8.75rem;height:2.686525rem;top:69.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pa65a0GSDrIAIpfvxUZOGPA88KXsqBo7 { display:block; }
 }@media only screen and (max-width: 763px) { #TsfnBZhKZyznw2ihHtiGflmbREME7Zwq { width:14.375rem;height:10.6875rem;top:3.5rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TsfnBZhKZyznw2ihHtiGflmbREME7Zwq.adaptive-delivery-prevent-bg, #TsfnBZhKZyznw2ihHtiGflmbREME7Zwq.lazyload, #TsfnBZhKZyznw2ihHtiGflmbREME7Zwq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mbcOwVq24SRup1roLZIxQsGlxpWGUhhS { width:12.749rem;height:4.38654375rem;top:6.6875rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azzA24L6O9XDht8mswmBR9rhP1FvIPW0 { width:10.999rem;height:2.5rem;top:4.1875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWSspw5sox8fCuQvyBqDpeThgpPMlvfk { width:6.875rem;height:2.875rem;top:12.125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #InNW4nqZ2W75TUTlcAow7t9rtDzRforF { width:10.999375rem;height:2.5rem;top:12.25rem;left:4.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IMVzTXSNZm7nKBMetUGKqTI5hey8Cxv8 { width:8.75rem;height:2.6875rem;top:31.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWXgoJTDRWvFTGqglx3SvMDDQPtwt18O { display:block; }
 }@media only screen and (max-width: 763px) { #MaT8LkgA6W2hWUqCJNLTwu4swTaq44rp { 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) { #z4sP3GTPi2XbBnJdQCAmfWAsw2UScabd { width:8.75rem;height:2.6875rem;top:134.25rem;left:4.5rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #Sys9wTVr5B2Zw1u0CVfnUUR4tG1siUX4 { display:block; }
 }@media only screen and (max-width: 763px) { #tb0pCBgiC9ivwHN9GsxlWuC115uXCIzE { width:8.75rem;height:2.686525rem;top:64.5rem;left:5.8125rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #ZTs4bkbvvuA8EQmgP7CsSGl918JwdbM0 { display:block; }
 }@media only screen and (max-width: 763px) { #x1hgDyS9k694WIIFzfGXJU9ORsKNfIDc { width:14.375rem;height:10.6875rem;top:52.21875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#x1hgDyS9k694WIIFzfGXJU9ORsKNfIDc.adaptive-delivery-prevent-bg, #x1hgDyS9k694WIIFzfGXJU9ORsKNfIDc.lazyload, #x1hgDyS9k694WIIFzfGXJU9ORsKNfIDc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UZzPkWWXepoOx4blJWpbTkQaxAMuBT2Q { width:10.4375rem;height:1.46218125rem;top:54.3125rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLaIVhLzxQl6RaxhsVW82hh35XlVrZWH { width:12.5rem;height:1.2180375rem;top:56.6875rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwypwE2p7S2MfbK00Q73M2yshhIFdMJg { width:6.875rem;height:2.875rem;top:61rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k1NTN5tli3DpstyNqsTUhyBdglmehpM7 { width:5.125rem;height:2.5rem;top:61.3125rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #yblx6NAGoZCvvyMqRe6ddIp0NCF8rDvq { width:8.75rem;height:2.6875rem;top:48.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IKO1KEJs2nlAoEmKxN80uBprgbiuNw { display:block; }
 }@media only screen and (max-width: 763px) { #HB0Wwg1JM4gZZaLxMN2HCOWg24CQCWQq { width:14.375rem;height:10.6875rem;top:89.3125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HB0Wwg1JM4gZZaLxMN2HCOWg24CQCWQq.adaptive-delivery-prevent-bg, #HB0Wwg1JM4gZZaLxMN2HCOWg24CQCWQq.lazyload, #HB0Wwg1JM4gZZaLxMN2HCOWg24CQCWQq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CVc2lR0Vu0utD9kBbzJW7kX81MkUEWth { width:10.4375rem;height:1.62464375rem;top:90.4375rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4g5k6TlPBlLuv0gD3COhqwMIT8aIQtK { width:6.875rem;height:2.875rem;top:98.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AaXK01ETEI1l6v8qA3efEETLp0ySzL4d { width:5.125rem;height:2.5rem;top:98.625rem;left:7.375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #UumOR2EAVsEFA04hhhMGg3fPZpQDE0Pm { width:8.75rem;height:2.6875rem;top:16.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5g97FbZZ9iCkMO1SzomlelSWTJs93b2 { display:block; }
 }@media only screen and (max-width: 763px) { #kdSz2Qoq5bUU261h3XMApnPqJAUwS1pF { width:11.875rem;height:2.9243625rem;top:95rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcTSaqyK1RvOENlFSshC2yqFQv4yr8No { width:14.375rem;height:10.6875rem;top:73.0625rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QcTSaqyK1RvOENlFSshC2yqFQv4yr8No.adaptive-delivery-prevent-bg, #QcTSaqyK1RvOENlFSshC2yqFQv4yr8No.lazyload, #QcTSaqyK1RvOENlFSshC2yqFQv4yr8No.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sOyTOndE0ipe71i0Sn8S0qUQwoTdrrI9 { width:10.4375rem;height:1.625rem;top:73.6875rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZIGlSi6zzVCG1GTSBlzoNyXDVB9Ibrs { width:11.875rem;height:1.46218125rem;top:77.6875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eezM9pzHE2WAtPpCG4BuIk6vLkXRfTRf { width:6.875rem;height:2.875rem;top:81.8125rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MftIsgxwsCWOTfGAQQaHPcn6QnBsSH8d { width:5.125rem;height:2.5rem;top:82rem;left:7.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #drBP9tym0BVyw7MSPBC7Fdi9xvAtvgwM { width:8.75rem;height:2.6875rem;top:85.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4TCGz43ShiNFRDQx7V2ZTOX76HTVk92 { display:block; }
 }@media only screen and (max-width: 763px) { #zugtsBJyoDJMAyI9IM10x8RyGaCXTJAV { width:14.375rem;height:10.6875rem;top:35.9375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100005;display:block; }#zugtsBJyoDJMAyI9IM10x8RyGaCXTJAV.adaptive-delivery-prevent-bg, #zugtsBJyoDJMAyI9IM10x8RyGaCXTJAV.lazyload, #zugtsBJyoDJMAyI9IM10x8RyGaCXTJAV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XicX6g7VwTzxEIBDaK5TEQtiqR3a9W40 { width:11.4980625rem;height:1.625rem;top:37.875rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfMVNmvV5TTJHryy330o8ddUWAiCT0Fk { width:11.875rem;height:2.9243625rem;top:40.625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQc3bT7E3sOld7SBXArqkxSsT20v0HoM { width:6.875rem;height:2.875rem;top:45rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #B7hP6KGw02xIuoeNfNRQ9T692kTbMeXw { width:10.9980625rem;height:2.5rem;top:45.1875rem;left:4.7490234375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w8Z4FoaQbIbWZXOFH54xsSgGeGh4S6SF { width:8.75rem;height:2.686525rem;top:118.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN0JyyrFtymrrihzdv0pSg64R4vBAKZl { display:block; }
 }@media only screen and (max-width: 763px) { #ItB8oO8BrkMie818vWelayyW7Ths70DW { width:8.75rem;height:2.6875rem;top:101.875rem;left:5.625rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #x46OhJ527vI3TlfkdSaXCadwOOKX0l5C { display:block; }
 }@media only screen and (max-width: 763px) { #lhdra1t1OHw0mJTKK8daXuLedZPU4Syt { 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) { #O4Ia5mKxU5DlXBc7K8bxKpNoK9po5s34 { 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) { #aQOL5ovvOEFlk41EK35MkCuVTfLbACuH { width:14.375rem;height:10.6875rem;top:19.625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aQOL5ovvOEFlk41EK35MkCuVTfLbACuH.adaptive-delivery-prevent-bg, #aQOL5ovvOEFlk41EK35MkCuVTfLbACuH.lazyload, #aQOL5ovvOEFlk41EK35MkCuVTfLbACuH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NMwJUMCXA2r3hbKbkev30AhI3E6p3ELm { width:10.4355625rem;height:4.87393125rem;top:18.8125rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7EWDaPacDzPVn4LlrleH7fi9Nvu7eJS { width:12.4355625rem;height:1.2180375rem;top:24.8125rem;left:3.78125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9WDcBNiG5nwH2kasi91B7K0NVCxkliI { width:12.5rem;height:2.51855625rem;top:0.125rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHxtMnHk4xdoN5cQlX4Jasc2wg8Oansh { width:12.5rem;height:2.51855625rem;top:68.9375rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oylFIhySy9BzqStUCqrIT0Z11wLTTiOH { width:14.375rem;height:10.6875rem;top:105.875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#oylFIhySy9BzqStUCqrIT0Z11wLTTiOH.adaptive-delivery-prevent-bg, #oylFIhySy9BzqStUCqrIT0Z11wLTTiOH.lazyload, #oylFIhySy9BzqStUCqrIT0Z11wLTTiOH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q5N6cJRZWp77ePW5CmSATJRrgGZ6iQ8b { width:11.0625rem;height:1.54385625rem;top:106.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWDeouh8PLD7gryT3r0dTA1PDFdX863y { width:12.625rem;height:2.43696875rem;top:109.8125rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IinyfLHlCMZvCEBVOyiHG6TDI3aW6BFR { width:6.875rem;height:2.875rem;top:115.0625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZDzI3xKnQAmi998uvUwRG3VB8T5DA5r1 { width:6.875rem;height:1.625rem;top:115.6875rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PZoqr2MoB06pb786OHXeeIaWLvNqepuD { width:8.75rem;height:2.6875rem;top:58.375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZ5dZW0R9fT4ZFZbySUUsRC9CZpwyTeF { display:block; }
 }@media only screen and (max-width: 763px) { #eWVQmmJBvRRaGuVglWKzpKM5SE2zFwB0 { width:7.5rem;height:1.21875rem;top:139.436525rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GLyPDo42afPTFP9wpeI5MNCrEJDTLJQO { width:6.875rem;height:1.625rem;top:141.905275rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C0ZZsT6gBRU6C1Hmwbn3W5SkwWeKWzfT { width:14.375rem;height:10.6875rem;top:122.061525rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100005;display:block; }#C0ZZsT6gBRU6C1Hmwbn3W5SkwWeKWzfT.adaptive-delivery-prevent-bg, #C0ZZsT6gBRU6C1Hmwbn3W5SkwWeKWzfT.lazyload, #C0ZZsT6gBRU6C1Hmwbn3W5SkwWeKWzfT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mmvrJNhkc6XCcNtiCTnEdKZ80IOZpEsQ { width:11.4375rem;height:1.625rem;top:123.811525rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6imgPnHurkTkgbVQ6KM4gcQa9r5rR8J { width:11.875rem;height:2.9243625rem;top:126.436525rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHdeM38KPkZgiJI6v7ZaHLLIXtbKFFnh { width:6.875rem;height:2.875rem;top:131.186525rem;left:6.6875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RLV0ZJTFrwADAHg967H2yGfLUTaJ0bRX { width:11rem;height:2.5rem;top:131.749025rem;left:4.625rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TsHVxfx1SuitGz0X6xeM7EV6aUvIwp9J { width:8.75rem;height:2.6875rem;top:135.499025rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzWcTLcUUndlceOfJTDVpy4WLI34iRR8 { display:block; }
 }@media only screen and (max-width: 763px) { #L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row .container { background-color: transparent; background-image: none; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row .container > .video-iframe-container { display: none; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row > .video-iframe-container { display: none; }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .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); }#L5dTxOiZDZMxpSHWVpOumnQNMX2OJBCS > .row .container { width:20rem;height:251.89294433594rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwrxwcsHf5nxUDGXX0lsNacXdRKAi0UN { 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) { #zSPgSC6t9sBhpUW41F5iuZXLFGSqVokI { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #omXSDznErh6dX1IPOdNSS4TeUVUmVaXZ { 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; }#omXSDznErh6dX1IPOdNSS4TeUVUmVaXZ.adaptive-delivery-prevent-bg, #omXSDznErh6dX1IPOdNSS4TeUVUmVaXZ.lazyload, #omXSDznErh6dX1IPOdNSS4TeUVUmVaXZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W8HIUGBsinlwHccTiWIk2WCDMZ8TEu9J { 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) { #CAMypXF9v0d0IzDVbsABq3ZJewT0hJr9 { width:11.875rem;height:4.38654375rem;top:4.8125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7gMRmBD9v2RcsLnnUwlMJB7dJaNhuux { 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) { #nzEshuazvOwGkv57okQbuubF7d0Tw3cZ { 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) { #iTMglcsITk0u8Rd1TD4dxKLgVm7yd41c { width:8.75rem;height:2.686525rem;top:46.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvdWS3ar4mq2J8T4Lc1VrECr6WqFv5D7 { display:block; }
 }@media only screen and (max-width: 763px) { #mbZouwT8TSpyCBu0IIHzsWxP1zwSxvsP { 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; }#mbZouwT8TSpyCBu0IIHzsWxP1zwSxvsP.adaptive-delivery-prevent-bg, #mbZouwT8TSpyCBu0IIHzsWxP1zwSxvsP.lazyload, #mbZouwT8TSpyCBu0IIHzsWxP1zwSxvsP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SToxVZaH4xagXeDfI8LcKgWmUfZeHz5i { width:10.4375rem;height:2.111325rem;top:19rem;left:5.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXK1fVN8Th8cCILgSVpLdWBTaLlXtzuo { width:11.875rem;height:2.9243625rem;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) { #iW4DBT8kH8oBZMIopaO1uN5GfnSHV3BP { 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) { #DFrABvkWQKxop8kvkM8NbOo8VOX4CZS8 { 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) { #zt8IdGThztwhhITl6sziMXSKR2W76FoU { width:8.75rem;height:2.6875rem;top:30.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVFXNAF8n3FnnA7snTGnchToXC3uRh7Z { display:block; }
 }@media only screen and (max-width: 763px) { #RJBmHmx8qvu26DsouJi21drfnV8VWX6b { 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) { #VkXmFZ9LVmb0A0ZyTZGR7DKug88l1TLT { width:10rem;height:2.9243625rem;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) { #mcqfgC5KNCBiBTPToDL0T0XhEKwz0ktN { 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; }#mcqfgC5KNCBiBTPToDL0T0XhEKwz0ktN.adaptive-delivery-prevent-bg, #mcqfgC5KNCBiBTPToDL0T0XhEKwz0ktN.lazyload, #mcqfgC5KNCBiBTPToDL0T0XhEKwz0ktN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F7o15OgylHGbUyWzZENmfRBq0xLxaqBx { 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) { #QhHafLo1NTPQ9LNagugB0Ni9Peb6krar { 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) { #DyeXi4Nt0Pxad10n6fLs8szlu8x7SJNF { width:8.75rem;height:2.6875rem;top:13.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQAuBr9Rbsep25FObGKPwSTpOyV5GS87 { display:block; }
 }@media only screen and (max-width: 763px) { #NPC9fnfGVOSOgXeNc1BX1u7tWLe7kCcE { 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; }#NPC9fnfGVOSOgXeNc1BX1u7tWLe7kCcE.adaptive-delivery-prevent-bg, #NPC9fnfGVOSOgXeNc1BX1u7tWLe7kCcE.lazyload, #NPC9fnfGVOSOgXeNc1BX1u7tWLe7kCcE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xvrK6GXgiL4RG9heVP1h1kUqzbJp563u { 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) { #dkQaTJ2lPziJKCUbDdQz12KOmwzAOH0M { width:11.875rem;height:1.46218125rem;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) { #cH1pttVTvUoN4c86FMWZdINKmO2BqygH { 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) { #vTxbniJryVlUX5cJwgiwggbdU7uVfi4p { 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) { #frBzTDDbeV2q6qivMR4zaa0O6TmBmf52 { width:8.75rem;height:2.6875rem;top:79.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiRQ0M2Wd8mQJigvvqIGUBTG6EgTFsET { display:block; }
 }@media only screen and (max-width: 763px) { #pAElKCH9rI8DxPBwZD5qwafITE2XnvAa { 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) { #rq6aDJ9wPniElKQiyWLIiMAAhobawi7v { 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) { #ZOATQUH7fxlSx87s6BAazNn3I5AiqdQw { width:8.75rem;height:2.6875rem;top:62.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwtzK89SD7HQHgHpGVHdHov2vXbiCsdU { display:block; }
 }@media only screen and (max-width: 763px) { #AVdZ3WDgxWxd7ihAI2N6SUkpzpVkB1tA { 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) { #Limv3yPKqR1DPnllavfQt4Or20vOGoJT { 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) { #b73pEq4JbiramQhCi52WucFtndrCIIkL { width:8.75rem;height:2.6875rem;top:95.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C13nRElIzMnec8vLyh5WrIJgSCqM3EvJ { display:block; }
 }@media only screen and (max-width: 763px) { #TIcyD92QDfb8X5NWpK7WbsiLVNR1iLSg { 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) { #I88rHV0NRy9eFxLSsTA9i64GSoaglXvr { width:8.75rem;height:2.6875rem;top:144.75rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5PFwpkz1Txh2CgK9XohlPPJd3u2OEdn { display:block; }
 }@media only screen and (max-width: 763px) { #iKLwJmBgT9CGabBewDeN3l8lsOzaLl2b { 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; }#iKLwJmBgT9CGabBewDeN3l8lsOzaLl2b.adaptive-delivery-prevent-bg, #iKLwJmBgT9CGabBewDeN3l8lsOzaLl2b.lazyload, #iKLwJmBgT9CGabBewDeN3l8lsOzaLl2b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #X1VSeznPbtaTflXiZA0XRyTKI7Kb2stN { 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; }#X1VSeznPbtaTflXiZA0XRyTKI7Kb2stN.adaptive-delivery-prevent-bg, #X1VSeznPbtaTflXiZA0XRyTKI7Kb2stN.lazyload, #X1VSeznPbtaTflXiZA0XRyTKI7Kb2stN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MhQ3SbzSdf7viOd5uI7DDDzcWmrfLzCw { 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; }#MhQ3SbzSdf7viOd5uI7DDDzcWmrfLzCw.adaptive-delivery-prevent-bg, #MhQ3SbzSdf7viOd5uI7DDDzcWmrfLzCw.lazyload, #MhQ3SbzSdf7viOd5uI7DDDzcWmrfLzCw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Envn7ozKM8NaCVriksMKMRv9tUg9OAvT { 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) { #lSmK4KS0BPbOTTON4PigfV4avJRmwBBW { width:14.125rem;height:3.57244375rem;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) { #wpgXfw1PyHBoge4rklrtmwNWlU9QAmWV { width:11.875rem;height:2.9243625rem;top:120.4375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWIPxQn5zPX6zpvJu3z953UsVf7kDG8U { 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) { #D3uksoe8wTJ6bRE0BC4QRZooCztJATQ8 { 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) { #k6yz4fbpVTx9tTaZTy7h6QaKqFwbXilT { width:10.4375rem;height:2.111325rem;top:116.5625rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzZoLLgmeH3qQ8oV7Zogt3ciJdFciFDi { 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) { #RZVWI5o1SLVwvnLTFDPd2ThdZTqtglw7 { 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) { #yEOVr8Sgnk4MmfmEMHUcME3Gz8UhQfdR { width:8.75rem;height:2.687325rem;top:127.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG2T9q6ytiHZJ2SEaoSCx34VPAOxZWr3 { display:block; }
 }@media only screen and (max-width: 763px) { #VGvxxxZdecs6eiuKPUZ62cZzeGoom3Pq { 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) { #CcMDGN0s2oEVohz1eIWGA0Z4vmUACZ5v { 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) { #OyWgIkWEwqC0DaJSmtmrTSDMeGOaL2TV { width:8.75rem;height:2.6875rem;top:143.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMgAvRwEbD1TZgduUAzB8xClTThuXOdW { display:block; }
 }@media only screen and (max-width: 763px) { #wV0LisvFmJIuTR6bxNZM9A9KAEbCMcqp { 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; }#wV0LisvFmJIuTR6bxNZM9A9KAEbCMcqp.adaptive-delivery-prevent-bg, #wV0LisvFmJIuTR6bxNZM9A9KAEbCMcqp.lazyload, #wV0LisvFmJIuTR6bxNZM9A9KAEbCMcqp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eZS4Zxom81dg8xnXowKUPhP0MQ4XOvpN { 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; }#eZS4Zxom81dg8xnXowKUPhP0MQ4XOvpN.adaptive-delivery-prevent-bg, #eZS4Zxom81dg8xnXowKUPhP0MQ4XOvpN.lazyload, #eZS4Zxom81dg8xnXowKUPhP0MQ4XOvpN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q8U94d2lX2MucLsTiZGMouRsupvR5ZQh { 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) { #O2EKxw9fL9rqv5rwSNOR9XdLq5oftDC7 { 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; }#O2EKxw9fL9rqv5rwSNOR9XdLq5oftDC7.adaptive-delivery-prevent-bg, #O2EKxw9fL9rqv5rwSNOR9XdLq5oftDC7.lazyload, #O2EKxw9fL9rqv5rwSNOR9XdLq5oftDC7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sx5P27IsJoH7dQm7HhCe4UTnQLWDw7Uc { width:10rem;height:2.9243625rem;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) { #X8sE6723ZWJrESvqpHFMfP7aGa9v27kE { width:12.875rem;height:4.38654375rem;top:71.0625rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9KTs6gsG9cPhUgke0JIMPe3qSVTRvf { 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) { #R7rTi8pwuKd2PoTWTDgF8y9qBZmPxu3k { width:8.75rem;height:2.6875rem;top:111.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy2V9Tq8FihhGW6dboHCsgAMkrTzCETk { display:block; }
 }@media only screen and (max-width: 763px) { #xeLTHbO6mUNlyUHbnWM2crH724Ob580K { width:11.5rem;height:2.9243625rem;top:67.9375rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deQsCtzylfuWoOlD8DqxJmr8iGyxlK27 { width:11rem;height:1.62464375rem;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) { #IKBwFuKmToJtM5yynw1lQUxm5Oib6IIo { width:11.5rem;height:2.2745rem;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) { #hsU957H5tCfIpLggTKIV6k5fzfb7JqDg { width:14.125rem;height:3.166725rem;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) { #T89UaCGn6PgaqriXnSDB68FIQchzOhkS { 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) { #tsMuwQ9oQ413LqpBKg7HCEmRpx8VRSU0 { 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; }#tsMuwQ9oQ413LqpBKg7HCEmRpx8VRSU0.adaptive-delivery-prevent-bg, #tsMuwQ9oQ413LqpBKg7HCEmRpx8VRSU0.lazyload, #tsMuwQ9oQ413LqpBKg7HCEmRpx8VRSU0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RybqdLeerr4bEFZsveEkxoroIMXQ8f7y { width:10.9375rem;height:3.2492875rem;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) { #Qvfbn33GfpuXoyTfqCtos3IdBtsRsiSO { width:10rem;height:1.949575rem;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) { #vfskDs4UBqb85hTRDLwDJzTfA0bWAL1u { 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) { #rBB3bhwobBlVCVfsgACT4ZetJh4u7TDT { width:8.75rem;height:2.6875rem;top:161.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9MxhUkkI3Oeti3JNNZF9vyr3us5VLgW { display:block; }
 }@media only screen and (max-width: 763px) { #fEpiQsv7eGgMFT6TaoeV8vtEZ2qyo4DB { 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) { #GLVHXnD8pHDdPelWrfdITvFl8bfWRqTO { width:14.375rem;height:10.6875rem;top:179rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GLVHXnD8pHDdPelWrfdITvFl8bfWRqTO.adaptive-delivery-prevent-bg, #GLVHXnD8pHDdPelWrfdITvFl8bfWRqTO.lazyload, #GLVHXnD8pHDdPelWrfdITvFl8bfWRqTO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Vfz8nZ87AaxS93C2tyuv85xneH6otWOM { width:11rem;height:3.25rem;top:180.4375rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIxRInCaTWDo06VZ8F4yMhmEGwVNl0PN { width:10rem;height:1.949575rem;top:184.15625rem;left:5.142578125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMQWP4IO5T5xDSJ04TkOu6kQnlX9zR2T { width:6.875rem;height:2.875rem;top:188.125rem;left:6.3125rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FBP8Lcovw5oZCntQ2C3KwLvLuROeQUFC { width:11rem;height:2.5rem;top:188.8125rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pZKdcZSIoU4lcpTyNZ3WAmLwA9ht6p6y { width:8.75rem;height:2.6875rem;top:196.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUHavcxnwp877Lw60EPDzzE1AE2PEF0H { display:block; }
 }@media only screen and (max-width: 763px) { #hQWVJgu0kRikfup7wBZ2gIT6bAfVkhOe { width:14.375rem;height:10.6875rem;top:200.4375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100007;display:block; }#hQWVJgu0kRikfup7wBZ2gIT6bAfVkhOe.adaptive-delivery-prevent-bg, #hQWVJgu0kRikfup7wBZ2gIT6bAfVkhOe.lazyload, #hQWVJgu0kRikfup7wBZ2gIT6bAfVkhOe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zkCAD6uFRU1qcpKIXOcQaAi0yxX1fxMB { width:11.4375rem;height:2.59765625rem;top:201.6025390625rem;left:4.2666015625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uni6utDM2130N12PATdcUEd5VsOApsHL { width:11.875rem;height:2.43608125rem;top:204.9033203125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeLLbl36KSEE7KirEdAqmFZfORcQtv7w { width:7.5rem;height:1.54385625rem;top:209.6396484375rem;left:6.57421875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sAWrvLNAfkkuTeBKmRTSyJzwSfaR5qFT { width:6.875rem;height:2.875rem;top:209.1591796875rem;left:6.57421875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xy9yd2SHa5tEBbo74aTxpuOPmVmLUvnL { width:8.75rem;height:2.6875rem;top:226.5185546875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqFDhgqDKp0fg7HVybRLXI5gl57Fldev { display:block; }
 }@media only screen and (max-width: 763px) { #Q9IAq37xrCSo8Jf8PonNRG1di715gALd { width:14.375rem;height:10.6875rem;top:213.2841796875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100007;display:block; }#Q9IAq37xrCSo8Jf8PonNRG1di715gALd.adaptive-delivery-prevent-bg, #Q9IAq37xrCSo8Jf8PonNRG1di715gALd.lazyload, #Q9IAq37xrCSo8Jf8PonNRG1di715gALd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qTO1nafoK4PATlMMRVbFKzkJaxErGKxc { width:11.4375rem;height:1.625rem;top:217.5302734375rem;left:4.484375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLIA5gd8gedVOTriLpqnu79TdSN2hwdT { width:7.5rem;height:1.54385625rem;top:223.0478515625rem;left:6.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K7akVMBmmuBwRp98mMkS2neJ8OIgXR6h { width:6.875rem;height:2.875rem;top:222.3935546875rem;left:7.0625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u9ytufb8pKDCdb9Tv71R6KkM1qGfaKeu { width:8.75rem;height:2.6875rem;top:230.4560546875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewANB3lWG5QJenTZbIyhRHLtZBkKv2Bd { display:block; }
 }@media only screen and (max-width: 763px) { #BEGiQ7Wpf4EzO7sOQrQUG2iEzt2eIXUv { width:14.375rem;height:10.6875rem;top:234.33044433594rem;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; }#BEGiQ7Wpf4EzO7sOQrQUG2iEzt2eIXUv.adaptive-delivery-prevent-bg, #BEGiQ7Wpf4EzO7sOQrQUG2iEzt2eIXUv.lazyload, #BEGiQ7Wpf4EzO7sOQrQUG2iEzt2eIXUv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MvnMq1NxZlzJD5bTaueKEeAQTTAcGcwo { width:6.875rem;height:2.875rem;top:243.83044433594rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mWNUIDa4VT9SFHJRmcFWBZ6ypT1l8p4l { width:12.8125rem;height:0;top:239.14294433594rem;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) { #UyIysfHQDTviAfw4PoaVViWUBeCTD8it { width:11.4375rem;height:0;top:236.01794433594rem;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) { #aoBy695gF9Bpc672LCE2JiGHTyEqts14 { width:7.5rem;height:0;top:244.58044433594rem;left:6.4375rem;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) { #XMhwT5OZMUBNqQ32D4KVrK2PEbJdAfZ1 { width:8.75rem;height:2.6875rem;top:247.95544433594rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzURTPeiJqWhp1ywEUXmnZmhyHQNVC2D { display:block; }
 }@media only screen and (max-width: 763px) { #U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row .container { background-color: transparent; background-image: none; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row .container > .video-iframe-container { display: none; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row > .video-iframe-container { display: none; }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .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); }#U8LeSd70hfvcBxgpzwf4x0oMfv19yCDd > .row .container { width:20rem;height:182.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmT74UIVCykGzn4fbI9izgRKpo9mpyFl { 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) { #CQ8sx3CRxXJmz83VePOyQgSe1EbhloOT { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDkOSNpmbAzUVqlTqWTx1Je8RsrkcTEc { 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; }#BDkOSNpmbAzUVqlTqWTx1Je8RsrkcTEc.adaptive-delivery-prevent-bg, #BDkOSNpmbAzUVqlTqWTx1Je8RsrkcTEc.lazyload, #BDkOSNpmbAzUVqlTqWTx1Je8RsrkcTEc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mb49goJLSSu8oucgTo1fVff9To6etHIK { width:10.4373125rem;height:1.62464375rem;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) { #s09Tk5pU9GRfv7HHoVnop8tFlop3hSSJ { 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) { #eNykTf3Xl7TGcgOBSdOWuqNelGScXCHr { 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) { #bXDlAiL9JtUPDMwlXSOxZpgPXpno2T9M { width:8.75rem;height:2.68663125rem;top:18.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px8xcbPVy39UP5Q07fkQB8CcFS1pzACy { display:block; }
 }@media only screen and (max-width: 763px) { #o8aoHvs5tWCsWc2LdkfwNSoRA4mc61cV { 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; }#o8aoHvs5tWCsWc2LdkfwNSoRA4mc61cV.adaptive-delivery-prevent-bg, #o8aoHvs5tWCsWc2LdkfwNSoRA4mc61cV.lazyload, #o8aoHvs5tWCsWc2LdkfwNSoRA4mc61cV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sa4VQWX69DwJyoTgUmnuO2tMo5odJ93B { 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) { #SITJnQ1ArNHfAH37yn1WMtCQlJtrf2SI { 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) { #csTZnnuSWbL5g22vPLLrQEggzlLTmbCL { width:7.5rem;height:1.46218125rem;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) { #T1uTVM5RMCz1EgecT7ZT7zhiAaN9GwTA { width:8.75rem;height:2.6862rem;top:93rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAJewcpwaI0G1wtghlUnvvTQbhkFx3Lr { display:block; }
 }@media only screen and (max-width: 763px) { #xE2bcAtuPk2iLL8sS6Vx3GOWS921w24F { 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; }#xE2bcAtuPk2iLL8sS6Vx3GOWS921w24F.adaptive-delivery-prevent-bg, #xE2bcAtuPk2iLL8sS6Vx3GOWS921w24F.lazyload, #xE2bcAtuPk2iLL8sS6Vx3GOWS921w24F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hVVOWk2nLDCrIyZHtGcFzhaggHc5mFi8 { 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) { #kquG6tgH4O50uy9APZ5Mx14mOvUh1Kho { width:11.875rem;height:2.76278125rem;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) { #aUy3c5GX7lmQxLSKawlJ6yhQBt1MswlB { 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) { #WJ69bxDzpvfAG94uygcdyB2MGgfzFN0t { 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; }#WJ69bxDzpvfAG94uygcdyB2MGgfzFN0t.adaptive-delivery-prevent-bg, #WJ69bxDzpvfAG94uygcdyB2MGgfzFN0t.lazyload, #WJ69bxDzpvfAG94uygcdyB2MGgfzFN0t.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #df2E2WTCc0CaQPDFiPXRTTl0AP1KTQVc { width:5.249025rem;height:1.625rem;top:15.6875rem;left:8.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #xsTPd6K9edXsyWQ6MtlwGGWmTIuDVLEn { width:12.3115rem;height:2.9243625rem;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) { #wCAkbAgi0XCxUhCUNqZaHntpK7EWC40X { 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) { #ZMIM8bQDoulP7mfvxGdtzvDsmbCChTM2 { 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) { #vkcC7WyNTWleJI8hsLuDLtsTXlQwhpZT { 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) { #h05ar5wQIVarDl1L9BRK3xKFwMSLQTgM { width:8.75rem;height:2.6875rem;top:57rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo9raWyLUNMIKaOJ8sNleVVJlXHKu39L { display:block; }
 }@media only screen and (max-width: 763px) { #Q1IdNx3aarLs0hsifDE4Q7mVQUaXS9n6 { width:8.75rem;height:2.6875rem;top:38.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7sv1T57tlKv33gfwmfukDLdvqgfKF3P { display:block; }
 }@media only screen and (max-width: 763px) { #aB3R3oTv6DzILnONOcCnnxFRlqR6NHJ9 { width:11.875rem;height:2.9243625rem;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) { #h1TNBIWUzG7dzDAPfVah15L0Opueys1l { width:11.875rem;height:2.76278125rem;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) { #ZnWQQUk3Hk5CXrFzPhFQOIFi1EWILsZZ { 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; }#ZnWQQUk3Hk5CXrFzPhFQOIFi1EWILsZZ.adaptive-delivery-prevent-bg, #ZnWQQUk3Hk5CXrFzPhFQOIFi1EWILsZZ.lazyload, #ZnWQQUk3Hk5CXrFzPhFQOIFi1EWILsZZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aM7kOUdJcFCRGA3876HTV9fGXUTUJnGC { 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) { #UZuHqyVOUNDVb6l8eicNmbMrt7OVWLLV { width:11.1875rem;height:1.46218125rem;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) { #pWMv8lfmvHAFG5DgolJUUzpsssRm8RTC { 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) { #q8iWZMVPx85E8g0uy2uqC9HrMSTznCEJ { 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) { #HJOr8RazXG7Xe61SSCszi9vzG72Gde00 { width:8.75rem;height:2.6875rem;top:110.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnKOaEVWR1OzMmmT8JgFBxvU4ZWVBE4D { display:block; }
 }@media only screen and (max-width: 763px) { #AhRohEsyrZtROT0VIu7ekOcfccCOMXwC { 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; }#AhRohEsyrZtROT0VIu7ekOcfccCOMXwC.adaptive-delivery-prevent-bg, #AhRohEsyrZtROT0VIu7ekOcfccCOMXwC.lazyload, #AhRohEsyrZtROT0VIu7ekOcfccCOMXwC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V2mFI43ObThR9Ih3b5fbGUfwLnZdGkPE { width:11.1875rem;height:1.46218125rem;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) { #XSqCXJleobMvioeCi9uI2fXZPDMSVy1B { 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) { #TvbrNE6PUPMAS8C0STDb7cxkM1MJfuk1 { 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) { #akGHLznNMWlA0qBnlpykAOuX03h3mO2N { 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) { #xgTm5m8iZm1TuGR1wg46DO6EwDt0Ev51 { width:8.75rem;height:2.6875rem;top:145.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnSZtCF4lvUVKvw0bh1nqVyFlG6VQphJ { display:block; }
 }@media only screen and (max-width: 763px) { #Q3lkvX6T2nMzMmp0Nn1VXGOVB1Q0cvKs { 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; }#Q3lkvX6T2nMzMmp0Nn1VXGOVB1Q0cvKs.adaptive-delivery-prevent-bg, #Q3lkvX6T2nMzMmp0Nn1VXGOVB1Q0cvKs.lazyload, #Q3lkvX6T2nMzMmp0Nn1VXGOVB1Q0cvKs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cXDguJGZUSsmpvi0HyysSTv8Bx7nxxob { width:11.1875rem;height:1.46218125rem;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) { #lGPnvZQTfHq9ePzzC2oERNTgHTohQLQG { 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) { #fKLIg21SS9lztU5HNVvh6B8wL0PQXzIK { 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) { #kwBrwBMVFE7qzHJy28cUb4P7i6gmBtOC { 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) { #t8vffC7c6K17ycTNUxhHgztaFO4C94Nr { width:8.75rem;height:2.6875rem;top:128.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpmM5APShNkw39cO0oXomQqNbxm4s5C2 { display:block; }
 }@media only screen and (max-width: 763px) { #tI9vIT0KZFX4mKbL6rb4l2wxlt8OTPBT { 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) { #qcbpsiTwA7stFuzrkhqsPAcOpn8kyO1F { 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) { #K9eZSoxHVRT5QMgAuAve5W7BhqP1hSp4 { width:8.75rem;height:2.6875rem;top:75.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDhBCEckJEKnsrhNdqxKL7LkhisPsbKE { display:block; }
 }@media only screen and (max-width: 763px) { #Fsv2Fc4PoQXKRpEscZZiALeWW3qAO197 { 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; }#Fsv2Fc4PoQXKRpEscZZiALeWW3qAO197.adaptive-delivery-prevent-bg, #Fsv2Fc4PoQXKRpEscZZiALeWW3qAO197.lazyload, #Fsv2Fc4PoQXKRpEscZZiALeWW3qAO197.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SRvK4T9k21yMg7xfzC957hDznubcPwvJ { 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) { #ZEiMut0e8fzERgUQDDfD6lMoL0LpOTNz { width:11.875rem;height:2.76278125rem;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) { #qP7d4Mz9MWGJdloSNNfTw1AcH0fR6Ton { 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) { #tf8H8ShZXTu5Gy2JN1h1snWVDMFcJL5O { width:11rem;height:1.62464375rem;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) { #vJvSndx2tKJM6ci4xNw6KBiI3UHRU1AI { 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; }#vJvSndx2tKJM6ci4xNw6KBiI3UHRU1AI.adaptive-delivery-prevent-bg, #vJvSndx2tKJM6ci4xNw6KBiI3UHRU1AI.lazyload, #vJvSndx2tKJM6ci4xNw6KBiI3UHRU1AI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pLZa0O2USf2PnBoBxV9Z3uWR6VXLxH8P { width:11.1875rem;height:1.46218125rem;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) { #rTIf8V471akht0Mqvg3FfH7CaaHMDX16 { 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) { #EaDhXv5ktx0k0G4hxDlFyTvVD94bRVFp { 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) { #mdWmAqXPUearkhoPsmcu4emzehDwBU32 { width:8.75rem;height:2.6875rem;top:162.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrJgHbUCmrTXpTONhsA6UmLl9R6wzI5 { display:block; }
 }@media only screen and (max-width: 763px) { #VDJzRQ4SN1Vdtp4dcDiGnSm921e4z7hg { 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; }#VDJzRQ4SN1Vdtp4dcDiGnSm921e4z7hg.adaptive-delivery-prevent-bg, #VDJzRQ4SN1Vdtp4dcDiGnSm921e4z7hg.lazyload, #VDJzRQ4SN1Vdtp4dcDiGnSm921e4z7hg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Rez0Ck9ZXaxaTnUTiln3SrcJPbAyWsRl { width:11rem;height:1.62464375rem;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) { #JB71f9o0GmTIq6niKsORSiqJwIoTaNeE { width:11.1875rem;height:1.46218125rem;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) { #mzWNlwlwVrfHGmpkh8V45sK5ehvKSfWm { 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) { #wr3Bd5A5JhknLHZmqOQs6Ag5sJ7B37f6 { 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) { #sm8qTysLiWVzfko3LeyFrlXLLmRAHuB5 { width:8.75rem;height:2.6875rem;top:178.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpffqxdosIXOKN3glq2IFqI45ueM0mK { display:block; }
 }@media only screen and (max-width: 763px) { #P0BMvvtzXpBvsJeTTMqJrq1f0hmvBQGh { 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) { #Ixsh6LIQ6MomRkPS8GynLsBigaXG3qGy { 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) { #B7goiWK5hclLlU0IlP3cZW7TIT2KQ0z5 { width:3rem;height:0.25rem;top:201.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJaGyWbTa9rE9ChatvnTJTHCIoquXuIW { 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) { #ZacxdqCJPfdrfF2xGCRyZpBKIWayNya3 { 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) { #SWrcgbsFV5NzAfokl8Caxoiwvl3fz5LN { width:3rem;height:0.25rem;top:195.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Js2Wb5wBoR7EHMU3lhRDMr3sbvPexdVz { 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) { #qKATw9s7swKbNlSRZQL2AIHxdHGi8eg8 { 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) { #wiRgBIvB3U1rJpTtoT3B5fQdZ3cTa6Ui { width:3rem;height:0.25rem;top:69.8125rem;left:14rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #kKdvCU8buLruC0dVyBwOyHmA0PkK3fQB { 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) { #rC1gm6n42fr1nuIO4X6S3adBcKZTRQM4 { width:3rem;height:0.25rem;top:33rem;left:14.125rem;z-index:100096;display:block; }
 }@media only screen and (max-width: 763px) { #O192JXvgzJdh4zyToO51BCTiFTM6oxSz { 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) { #UnT9qvlSeTDQczJXE0OvUgRCodTOlOmx { 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) { #TaH5pKZKeh7HTceDfmyNCmIFgO0h1kMd { 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) { #iE6EyMPLgWNPcsVPONXy2tp5qWw6I7nm { width:8.6875rem;height:2.0625rem;top:35.1875rem;left:6.4375rem;z-index:100200;display:none; }
 }@media only screen and (max-width: 763px) { #VuBOI3GeXNGgUunvq7zhugFLq6CQk1pL { 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) { #Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row .container { background-color: transparent; background-image: none; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row .container > .video-iframe-container { display: none; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row > .video-iframe-container { display: none; }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .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); }#Gw22wF1ndyOAd2BiEkGQwlc27eIbD663 > .row .container { width:20rem;height:276.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7TFDMFOPTDn4GPL3y6x7clTlaRTtCn4 { 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) { #RF3rHtTmuv8k3t7HSonwieZsNtgsIEhu { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5ANb9JR74UOi6AZRM0R60Q6VZVEQM6X { 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; }#T5ANb9JR74UOi6AZRM0R60Q6VZVEQM6X.adaptive-delivery-prevent-bg, #T5ANb9JR74UOi6AZRM0R60Q6VZVEQM6X.lazyload, #T5ANb9JR74UOi6AZRM0R60Q6VZVEQM6X.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gChWgn9LAy3DkTSXizQnTmNrTA5fNIg3 { width:11rem;height:1.62464375rem;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) { #iTB874fv3GBsWTnraQCWiwWeAalWFTfT { 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) { #cikOUCki47eETOMeyKWFxKFFUW4qoDSd { 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) { #BeoP5gLGCrE0TBhhmefTrQqWIAkMHT6U { width:8.75rem;height:2.6875rem;top:110.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMqEypOklgJ6W27hglgD8UiCsofi0gtA { display:block; }
 }@media only screen and (max-width: 763px) { #KFlDxtDsI8UxvN1fZ8ZCrXVz0cC1r65z { width:11.1875rem;height:3.41175625rem;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) { #dezbgUxhVZgy0rSyS9bDnVceT32WOfnz { 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; }#dezbgUxhVZgy0rSyS9bDnVceT32WOfnz.adaptive-delivery-prevent-bg, #dezbgUxhVZgy0rSyS9bDnVceT32WOfnz.lazyload, #dezbgUxhVZgy0rSyS9bDnVceT32WOfnz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iBt96NGseLtntDJF6IHEK3W1hwmcyzte { width:11rem;height:1.13725rem;top:116.9375rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CduzupUuWrb9HqLSv5JwVUpv1OlofMA8 { width:11.1875rem;height:4.38654375rem;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) { #wRJWgccDQJvBqy4oFxshDgZpMkx0Qdnd { 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) { #bLagbFz5AFC2qxEaqutuSytb2EkESgJL { 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) { #DErJJp0dM1SgdASCDh3yH3frRLy1bGUg { width:8.75rem;height:2.6875rem;top:92.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHpTOuzr5kCqzvKveumbD1xM4ZrBzfx0 { display:block; }
 }@media only screen and (max-width: 763px) { #TQ3IWa9baQdEeCSVxkyJvDcCayWB3ooa { 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; }#TQ3IWa9baQdEeCSVxkyJvDcCayWB3ooa.adaptive-delivery-prevent-bg, #TQ3IWa9baQdEeCSVxkyJvDcCayWB3ooa.lazyload, #TQ3IWa9baQdEeCSVxkyJvDcCayWB3ooa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WvbDTIcvhuqMeNbXlx6kpoQuaWcNFG00 { 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) { #zxpzxANKn3K3zaURTtUzmnbkJEyF1VkE { width:11.1875rem;height:1.46218125rem;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) { #Fymp9hHbRErzApTw81Q7AqBKFf5R17BF { 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) { #gAWhvP7N5vJBzVcde68tfxZPHGc2Hxsk { 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) { #JLs7uvh9DWXQck4tazGXeZc4SPzffSrO { width:8.75rem;height:2.6875rem;top:146.5rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #shnettVl9xFsqT7Z5PlOu6OQvZRdCQfq { display:block; }
 }@media only screen and (max-width: 763px) { #NVi6fSNJcTgqtfLIlHhhTIRwwl7F5mhB { 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; }#NVi6fSNJcTgqtfLIlHhhTIRwwl7F5mhB.adaptive-delivery-prevent-bg, #NVi6fSNJcTgqtfLIlHhhTIRwwl7F5mhB.lazyload, #NVi6fSNJcTgqtfLIlHhhTIRwwl7F5mhB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vo4D5sLC3q6rUbC3yKAs7cx5K1PxJGkW { 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) { #rKAlClNov6oB8ygaFyKJvHDb5s7ETAll { 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) { #JQCkmdiLfzVXDHgxWuGyEnPr8mnTWGdM { 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) { #LDBfAM1c8VHFrmmVo5FHLPk3uXrluSkm { width:8.75rem;height:2.6875rem;top:128.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJCOk0tM3ZcwdDiHWd39FlwqZT9RCT3A { display:block; }
 }@media only screen and (max-width: 763px) { #T1OMbLaZvw0EJRl5OuwGKtmQiJG4H1uc { width:11.1875rem;height:2.9243625rem;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) { #rOsOsmMFZw6NEcyrPKLsEZ6r3lnd9ems { width:19.25rem;height:2.1937125rem;top:3.0625rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T07sFTqefNynWfTGptTdCznLqI2HrXmO { 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) { #AMamcE9Mfw676Oo4ENRUzZQHrduxzqAK { 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; }#AMamcE9Mfw676Oo4ENRUzZQHrduxzqAK.adaptive-delivery-prevent-bg, #AMamcE9Mfw676Oo4ENRUzZQHrduxzqAK.lazyload, #AMamcE9Mfw676Oo4ENRUzZQHrduxzqAK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tgef00S0tHbq94a1D5qaAThNvDO2Pvq4 { 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) { #u1P3W8vGeT7Am6JTEn972g0ofVsuTv4W { 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) { #k1iZawhKtItw3mOpQkNEO5gPPq6ZW9AK { 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) { #JFFIJfaBlCX3u4gQm2ExzDFSaM9n0Maq { 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) { #Lf6dfGOmZAduN1zBZ1W69IySX4Fa6GxT { width:8.75rem;height:2.6875rem;top:36.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsOis43ZMqJcD8fcRQo7BDpB0aIy80IX { display:block; }
 }@media only screen and (max-width: 763px) { #Two53GKG73RW1tn9ffRenxDo89zusIiZ { 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; }#Two53GKG73RW1tn9ffRenxDo89zusIiZ.adaptive-delivery-prevent-bg, #Two53GKG73RW1tn9ffRenxDo89zusIiZ.lazyload, #Two53GKG73RW1tn9ffRenxDo89zusIiZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ITKMfCwWDOF0J5PssPk6VWAtaOIl292t { width:11rem;height:1.62464375rem;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) { #OVVKQgGmCF0KOWCvEIHcb4F89JoRbybJ { width:11.1875rem;height:3.8964875rem;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) { #exmfFbXsbnbLt9MxP6PDgif1ASMRcmUM { width:8.75rem;height:2.6875rem;top:18.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWJQXbh3TPQPmOlU731CT0PbrLGMZnDA { display:block; }
 }@media only screen and (max-width: 763px) { #HtitxlsSFmFx0xnIzvt6yP7pZBs8VIRw { 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) { #fHylNCTqTE6P3D5ZVIkmfg4WT1Pfqo7n { 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) { #yioG80fR38TC78DkaF0N4sPZG4BdWucy { 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; }#yioG80fR38TC78DkaF0N4sPZG4BdWucy.adaptive-delivery-prevent-bg, #yioG80fR38TC78DkaF0N4sPZG4BdWucy.lazyload, #yioG80fR38TC78DkaF0N4sPZG4BdWucy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gcpyq9Iu1c6aE0IRSNsvbzpiTp9gWEy6 { width:11rem;height:1.62464375rem;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) { #BI6VS1pKmtTvuKPFtCMkrH1KWsvvq49E { width:11.1875rem;height:1.46218125rem;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) { #mmJT1VFH9JudFTZrd2AJevDzrzdUd9TG { 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) { #KuzVimWqu17TbDvNrobEpPgg9g1xMxdO { 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) { #uWQE0OMmNdl6h6pmMvmuTqksWyqhiaop { width:8.75rem;height:2.6875rem;top:71.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0sO2tEMpR4U8qwFT9lqvHc4qbbl0iJE { display:block; }
 }@media only screen and (max-width: 763px) { #OyxKTI6ms1Wa4wi1Db5tSEazz6tZLZZ7 { 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; }#OyxKTI6ms1Wa4wi1Db5tSEazz6tZLZZ7.adaptive-delivery-prevent-bg, #OyxKTI6ms1Wa4wi1Db5tSEazz6tZLZZ7.lazyload, #OyxKTI6ms1Wa4wi1Db5tSEazz6tZLZZ7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #v0hUd4omhkZ1dyfTv2sKtxFKeLGvX9Dd { width:11rem;height:1.62464375rem;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) { #CqDel3ocPTX7lTPMSwyQlb3BzOCv80hc { width:11.1875rem;height:1.46218125rem;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) { #A22n2oz1xD83eOp5bTbqdGL4vWEcyQGK { 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) { #d6Tz9mvEJD1gHTsHPTfuD5EXAln4OFTm { 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) { #fKrKwp3an45KFQ865ErBh5cMS348UOMS { width:8.75rem;height:2.6875rem;top:54.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMdcZEeBt3CXyk5kW0wXATTU97t0mu9w { display:block; }
 }@media only screen and (max-width: 763px) { #wNOTPV5nmFBbfTlxGkDCDJupg2ldiKRH { 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; }#wNOTPV5nmFBbfTlxGkDCDJupg2ldiKRH.adaptive-delivery-prevent-bg, #wNOTPV5nmFBbfTlxGkDCDJupg2ldiKRH.lazyload, #wNOTPV5nmFBbfTlxGkDCDJupg2ldiKRH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Fo9fwBdJRMb9DhfDNTZt49ggx3oQFBSb { 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) { #mi4HozG41qEdPRX3pMsR2ANA5BRusv0R { width:11.1875rem;height:1.46218125rem;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) { #RTovT3yFCfBVMx3i78ftiX35duc3eDLK { 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) { #DIxPqZab2ZTp86JgDduUVAT29eUo1X6Z { 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) { #x1Tx7TSkwnkL7dFpU5SQXfJJN4W8PbcB { width:8.75rem;height:2.6875rem;top:164.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZomFFemoAwoZAMfDT4F14nbzdTC6nZbP { display:block; }
 }@media only screen and (max-width: 763px) { #Xl7tfqgvimWcu0T6svFqAFxRx1hlXmen { 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; }#Xl7tfqgvimWcu0T6svFqAFxRx1hlXmen.adaptive-delivery-prevent-bg, #Xl7tfqgvimWcu0T6svFqAFxRx1hlXmen.lazyload, #Xl7tfqgvimWcu0T6svFqAFxRx1hlXmen.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P8wwxtMAS1ABdWBxGl5pwrSy2aBUISTU { width:11rem;height:1.62464375rem;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) { #FHdzryZWrVyTQKqwxdDwRqHT3wNwA82l { width:11.1875rem;height:1.46218125rem;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) { #v8DeTTJ1tBqpXWTtOR4nrJ3lkGsq6Fd3 { 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) { #HqeWXk5O8c5ymTDgCeOoU1qQEIXqmSJQ { 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) { #KFH9rJg9bzWrg8ZIQF7ovbbG3ztsptvx { width:8.75rem;height:2.6875rem;top:146.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxgU7FeZZ0NoLXTVrMDFRCfZiVkI1dT5 { display:block; }
 }@media only screen and (max-width: 763px) { #OtkaBqrAgOVF6T7BtuwwByaieTul4W8Q { 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; }#OtkaBqrAgOVF6T7BtuwwByaieTul4W8Q.adaptive-delivery-prevent-bg, #OtkaBqrAgOVF6T7BtuwwByaieTul4W8Q.lazyload, #OtkaBqrAgOVF6T7BtuwwByaieTul4W8Q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yZNmU0NywkNMzniq9A0TSAPpgaamT8MX { width:11rem;height:1.62464375rem;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) { #NGUTQ1FKnUz8zwHl60zrTyt0aATJkaEZ { width:11.1875rem;height:1.46218125rem;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) { #C0CVCBqzKlkR8nXvESetIXtwoVkVB7Ab { 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) { #mFX1rmNxvudfNgcQGcN7k6x4MQRmfH92 { 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) { #IvE1ppXeC15pU6nTTF99Tk2GMzzRG5uF { width:8.75rem;height:2.6875rem;top:147.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #siHAewBdJl438bGzvfIxFRQwORP4uaKX { display:block; }
 }@media only screen and (max-width: 763px) { #nddJvs3obbOaiTss25EROaKXPHAMmtFo { 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; }#nddJvs3obbOaiTss25EROaKXPHAMmtFo.adaptive-delivery-prevent-bg, #nddJvs3obbOaiTss25EROaKXPHAMmtFo.lazyload, #nddJvs3obbOaiTss25EROaKXPHAMmtFo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d7avWMb4bOqW9a0uAlKViXL8EyANlRGM { 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) { #Ns5aIrz8rGNLZKkivqMf1eesS2Z7EdIP { 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) { #ab5mnkVx2xkroEq4h4OCc4La9ThJggsW { 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) { #LPJocBx7CEDhzJhw83itTOv6MX9LDSgx { 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) { #xQJa9TU8LuemWiPmpT6rVOX6IF802weA { width:8.75rem;height:2.6875rem;top:181.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tli7QwL6dIXnTvLGO5qZs6GHnHs6yrCW { display:block; }
 }@media only screen and (max-width: 763px) { #f4onoLgyeM5SWxBsDJUo6dcmwDuqsXp9 { 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; }#f4onoLgyeM5SWxBsDJUo6dcmwDuqsXp9.adaptive-delivery-prevent-bg, #f4onoLgyeM5SWxBsDJUo6dcmwDuqsXp9.lazyload, #f4onoLgyeM5SWxBsDJUo6dcmwDuqsXp9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DiOAZu3x1y2VwZXQXz89bp7xxMLoctLg { width:11rem;height:1.8681625rem;top:187.875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc7BHnX7OzNJpc0xqGQTfWTM0RVs77R8 { 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) { #vmi4fC0JOBGDiduwAIJQlevAwoXykWO0 { 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) { #TWpfxcwUfhDT3dC19Fhn26eIIlz66D6d { width:8.75rem;height:2.6875rem;top:199.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAO1grRdHkEooV1cDzx7asQQz28f1AT { display:block; }
 }@media only screen and (max-width: 763px) { #wSmVkLgdkdUs8tB9Ba9o6TOVcJ5C3Uvb { width:8.75rem;height:2.6875rem;top:225.1875rem;left:6.5625rem;z-index:100094;display:none; }
 }@media only screen and (max-width: 763px) { #PJDG6GzHEbtRH9z4100Bx03OSqKZvACX { display:block; }
 }@media only screen and (max-width: 763px) { #IdL4VgDrErzIaSKKAuDFuNZESppyBMap { width:11.1875rem;height:2.2745rem;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) { #Vwq1QsHE5IvnKDmMTTrn4o9PwQVEPNs7 { 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; }#Vwq1QsHE5IvnKDmMTTrn4o9PwQVEPNs7.adaptive-delivery-prevent-bg, #Vwq1QsHE5IvnKDmMTTrn4o9PwQVEPNs7.lazyload, #Vwq1QsHE5IvnKDmMTTrn4o9PwQVEPNs7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XUBU88sdncQNHfXfumEg1ihishPzSkzt { width:11rem;height:2.76278125rem;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) { #uSHhcItgLUyTcSqh9vXRIMl8oxIXPSZi { 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) { #Bz7EVNuVNMQu0TuGAyaHJHVR9FDxrJzW { 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) { #kruyttRxvosuwx6WdWadDphXLSrr6bk4 { width:8.75rem;height:2.6875rem;top:254.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTC2pg3ChWAMhgy9Fl6ugl3zHmdXvT4 { display:block; }
 }@media only screen and (max-width: 763px) { #TAVy7iZqSD7UryEcobAxgbnoEupGJVe4 { 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; }#TAVy7iZqSD7UryEcobAxgbnoEupGJVe4.adaptive-delivery-prevent-bg, #TAVy7iZqSD7UryEcobAxgbnoEupGJVe4.lazyload, #TAVy7iZqSD7UryEcobAxgbnoEupGJVe4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QVhxCMbRVe1kV0l9kGnoK6dkgnwCANaF { width:11rem;height:1.298825rem;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) { #loE6skdp0BzGocAK3dG3L31olLe2D2Qa { 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) { #FcCxleFmT8cRoTazg14t3QbQEbH54Xfy { 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) { #pzVDXL4FxXenSUbCu8MhrOFVP1FfP9it { width:8.75rem;height:2.6875rem;top:273.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW9EDhsnQBhwq7zAAANqKWAtZ92t1mTV { display:block; }
 }@media only screen and (max-width: 763px) { #KUl5VW9UDep3FDSaIVmfBqBgLyJb8g3p { 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; }#KUl5VW9UDep3FDSaIVmfBqBgLyJb8g3p.adaptive-delivery-prevent-bg, #KUl5VW9UDep3FDSaIVmfBqBgLyJb8g3p.lazyload, #KUl5VW9UDep3FDSaIVmfBqBgLyJb8g3p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #duPXcktd8bgzDD1hIKwWuZ6HhkJkCi5O { width:11rem;height:2.59765625rem;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) { #C0Rk6E3HtpxW4qJpi6dh5FfOwwNyXV1P { 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) { #pTqHTxp4WrD2BfITsgRIiQuzfkA2ulST { 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) { #XLumW0ItpQfJQ91tvMhCXNZRlRRVzv39 { width:8.75rem;height:2.6875rem;top:234.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ7hcTNUwmywcT6gPJt83IX9LEu98Btt { display:block; }
 }@media only screen and (max-width: 763px) { #eWgsXtsW84bc4EWClEspJooIq5vOumma { width:11.1875rem;height:3.16699375rem;top:245.9375rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRFkdGAQn52Dr9HE6ao8ZMDTW1Zl8V2v { 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; }#sRFkdGAQn52Dr9HE6ao8ZMDTW1Zl8V2v.adaptive-delivery-prevent-bg, #sRFkdGAQn52Dr9HE6ao8ZMDTW1Zl8V2v.lazyload, #sRFkdGAQn52Dr9HE6ao8ZMDTW1Zl8V2v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gVQt7NhtwpzliNtVWhGHa5ZMGOsBdiKf { 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) { #fG7SqgAgLepeUH8qo9RecvHpTiVvZ3pX { width:11.1875rem;height:2.67933125rem;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) { #BZTnJgAAIe3J7awQry3zslBsFh51S1Gg { width:8.75rem;height:2.6875rem;top:216.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbHHnFs9ExmVS1eLU0Dbf8MA4R9pLKtC { display:block; }
 }@media only screen and (max-width: 763px) { #swuFFmZG5TxOSiUv6N3eRkDRczWGVbkR { 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) { #yLMJaCwv7KfTr2vUe4mBB8Rf3Bb7L4c5 { 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) { #QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row .container { background-color: transparent; background-image: none; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row .container > .video-iframe-container { display: none; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row > .video-iframe-container { display: none; }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .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); }#QkXWeKmLFbCZgSPwC42TKdTLXANqBeyQ > .row .container { width:20rem;height:125.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8kIghVBPftfZiwPqSvF2ypaLA4nESLH { 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) { #Ren3VaFVT3PCJF4CfzmvwcMeDalABIE7 { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGd7IToq9F3qouoEARVu5wQLV8wQ3Po1 { 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; }#NGd7IToq9F3qouoEARVu5wQLV8wQ3Po1.adaptive-delivery-prevent-bg, #NGd7IToq9F3qouoEARVu5wQLV8wQ3Po1.lazyload, #NGd7IToq9F3qouoEARVu5wQLV8wQ3Po1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q62pTViSmgad4zTN43OyGXBABOQhnMVT { width:11rem;height:1.62464375rem;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) { #PIO09rqBcv1cQ8oK4dtFvPtEVXdzeoJV { 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) { #cuf7Fd0yB9oUkIn1NwIZ3Se1kV9WS2P1 { width:8.75rem;height:2.6875rem;top:15.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgTKiRmP0ouTzZ2wHDXU0HFQkhMTeqTh { display:block; }
 }@media only screen and (max-width: 763px) { #lr7ESdIi1vls04Tgd5yb5oUThcK3q2mT { width:11.1875rem;height:1.46218125rem;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) { #Ir8drKO2eurln2V8KDPD4mJdiCiQHT0A { 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) { #WKrw4T5tXg45ygwnVdt8xwGQfL8PAXFX { 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; }#WKrw4T5tXg45ygwnVdt8xwGQfL8PAXFX.adaptive-delivery-prevent-bg, #WKrw4T5tXg45ygwnVdt8xwGQfL8PAXFX.lazyload, #WKrw4T5tXg45ygwnVdt8xwGQfL8PAXFX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Lr0CR1PXRzOJqqyVF06yvCrIFJkQyMB2 { 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) { #c06J1fH8WLVs9OdN8RXhdKV2G8VXJiq2 { 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) { #FAh7P24RrBW4ShKHpcG3aVPsaxpDBcwk { width:8.75rem;height:2.6875rem;top:32.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIuhX5SAznnxU6e7Xb5ex79DetGVwo11 { display:block; }
 }@media only screen and (max-width: 763px) { #zsZ0eUtXLXJWIJMiPDzQewFBtprcpqT0 { 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; }#zsZ0eUtXLXJWIJMiPDzQewFBtprcpqT0.adaptive-delivery-prevent-bg, #zsZ0eUtXLXJWIJMiPDzQewFBtprcpqT0.lazyload, #zsZ0eUtXLXJWIJMiPDzQewFBtprcpqT0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pBviTg6caAcsaz4fAVlsve8p1HTmWyLs { width:14.3125rem;height:3.2492875rem;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) { #RNwRnq7ElhX6JXQPDcZ9qn1mqz28QIEC { width:11.125rem;height:2.59765625rem;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) { #Rlw5OU02Zs0qFuk9HlTtvAuwyfcDSa01 { 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) { #crPAiSL6xMJHaZx0sxFCAd2fyKRU8T7T { 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) { #v82OdPXuKkarEmeuQEl6DNgmEm83TUy9 { width:8.75rem;height:2.6875rem;top:27.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3NMLrPNQNWFOyywu0ynU8Bnce0nF5sJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZwHFiZ4erSJyQZiBkLXaUs689MQ5tIHi { width:8.75rem;height:2.6875rem;top:50.25rem;left:5.625rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #cwasqLTx2K7O2ie8x5es7mi3anbDmUWk { display:block; }
 }@media only screen and (max-width: 763px) { #EdkTEmvS5fRnl3GSyDGGDkq5yxM3wNhw { width:11rem;height:1.62464375rem;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) { #aayyqRPmTANie1rg4oTR6vu1MXITIrOs { width:11.1875rem;height:1.46218125rem;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) { #myA9nHwu0ayL9ysy3GnTDADJ0v1wizUz { width:20rem;height:2.51855625rem;top:0.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTFcAx9AqUZy9TdzCzSiuXJ7zrbZNSDs { width:11.1875rem;height:3.16699375rem;top:59.375rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evrETyH9WE9fSIRRLKOoqKo9yqTVuGPn { 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; }#evrETyH9WE9fSIRRLKOoqKo9yqTVuGPn.adaptive-delivery-prevent-bg, #evrETyH9WE9fSIRRLKOoqKo9yqTVuGPn.lazyload, #evrETyH9WE9fSIRRLKOoqKo9yqTVuGPn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J3l2Tfz3zFadGmW7PoIo75rnFoGsBZlh { width:11rem;height:1.38139375rem;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) { #e8gxyhTUEXwWfKuPR9Z8NOyxWIlC7NHQ { 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) { #KSb5XGokV0x3xmyNbdG7AQ3NGZr7T0Cq { 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) { #tdkEHncv5lBwTJT3lbOXEGxSK1DBDfWR { width:8.75rem;height:2.6875rem;top:67.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1L8P3xQIELLeLnRHOGu4GxRNVAaWF96 { display:block; }
 }@media only screen and (max-width: 763px) { #ftPTNnf5rdoW5OMLM7J2afeHQNUah2Ot { 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; }#ftPTNnf5rdoW5OMLM7J2afeHQNUah2Ot.adaptive-delivery-prevent-bg, #ftPTNnf5rdoW5OMLM7J2afeHQNUah2Ot.lazyload, #ftPTNnf5rdoW5OMLM7J2afeHQNUah2Ot.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LxssdveRtrXmheQIwgiXC7sITMvr3e44 { width:11.125rem;height:2.59765625rem;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) { #mZ11OTKmeJckLTJuGdsNwaTvxHR93qBZ { width:13.125rem;height:3.2492875rem;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) { #GIe7RBQdn9icKXKWAFbGp0l58BWKQSAh { 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) { #oxbVfMHTCGXnbdiFISMvPnXeJnUKxVW3 { width:5.5rem;height:1.54385625rem;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) { #Tv32TUyyuy6P5vyqAqLtdBk0TWdMCSkx { width:8.75rem;height:2.6875rem;top:85.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpcLtEZ13dbgTeNP6oa76EGgw6ln1TRf { display:block; }
 }@media only screen and (max-width: 763px) { #IE9wGl0fzNbb096XrJeaFMJtFT4nnDyw { 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; }#IE9wGl0fzNbb096XrJeaFMJtFT4nnDyw.adaptive-delivery-prevent-bg, #IE9wGl0fzNbb096XrJeaFMJtFT4nnDyw.lazyload, #IE9wGl0fzNbb096XrJeaFMJtFT4nnDyw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ymI71eROsUT6JP0KlhIdVAEoQ32t4kxc { 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) { #sgg3BTbD0rc6T7HXBSQ1ra4zpx0CDHMH { 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) { #Lc1NdCJFm3sWFTehFEvTpwvPF15X8mzS { 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) { #RAPlDoEXxEToSOb0NGIeT8JD1lP6inMu { 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) { #QPnBFaa3kRC3nKZogyiCuSCep0ZENmlp { width:8.75rem;height:2.6875rem;top:171.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gI8LgR4nsplil2NPF2IDefbFMTu6Ea12 { display:block; }
 }@media only screen and (max-width: 763px) { #wM8n0ofRlxHw4xT2fT1VBySAfP3AI193 { 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; }#wM8n0ofRlxHw4xT2fT1VBySAfP3AI193.adaptive-delivery-prevent-bg, #wM8n0ofRlxHw4xT2fT1VBySAfP3AI193.lazyload, #wM8n0ofRlxHw4xT2fT1VBySAfP3AI193.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IBOUmoTELHqETLThIQClHOdxuwXQOEVN { width:11rem;height:1.46218125rem;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) { #K3GJ5Qn1IkZkQ88KXLq1VTbSrCNs3Smu { width:11.125rem;height:1.949575rem;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) { #wcPofqCVigQkbeNRgfPJGPasIxl9Qc97 { 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) { #M7oXhH8ll3x9LqIqCUXsMvAF4FVIwBPr { 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) { #W6fAGpP002N02zEiTqmoxRvLT95HgAWS { width:8.75rem;height:2.6875rem;top:122.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgloxJa84LRp6HFA7UfdETLcTnfTIGsP { display:block; }
 }@media only screen and (max-width: 763px) { #JFMJTf2belZLDkDxKgLVJWhGdUJg7KFt { 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; }#JFMJTf2belZLDkDxKgLVJWhGdUJg7KFt.adaptive-delivery-prevent-bg, #JFMJTf2belZLDkDxKgLVJWhGdUJg7KFt.lazyload, #JFMJTf2belZLDkDxKgLVJWhGdUJg7KFt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kza9c7qM1x7mxAMstNcUnXZyzvwgmsIt { width:11rem;height:2.59765625rem;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) { #rzwOefM3EyxTMZlx1Ta8lpf6IRmGGI4V { width:11.125rem;height:2.9243625rem;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) { #OeIEokecGuI5UFakMTd8G1HMhm4NdayT { 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) { #xy3acI7QASNnWTpOdTT89vwKnvwMcPTM { 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) { #I0IHshECAiRVIFNCZwO2nB3MO1yM2NRe { width:8.75rem;height:2.6875rem;top:103.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o13SLTSIRy1PnH65G9V5KUuw4RBio3Br { display:block; }
 }@media only screen and (max-width: 763px) { #DQBx8hUZesiLW22ZApT8yHzmxfm5McLu { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row .container { background-color: transparent; background-image: none; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row .container > .video-iframe-container { display: none; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row > .video-iframe-container { display: none; }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .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); }#DQBx8hUZesiLW22ZApT8yHzmxfm5McLu > .row .container { width:20rem;height:377.12487792969rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRO7hgMk23Qsl12yVx8LJ1nIF69zZxq1 { 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) { #q2qmLgtDz5OzcTBuXs7b1xbeT1X25lLM { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Frs7aoW3M2UNkGxbTwsEt1gqvg0C9ulq { 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) { #IHd5zAbt1bkIwBrpQo4kFqQe2SAQqxgZ { 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; }#IHd5zAbt1bkIwBrpQo4kFqQe2SAQqxgZ.adaptive-delivery-prevent-bg, #IHd5zAbt1bkIwBrpQo4kFqQe2SAQqxgZ.lazyload, #IHd5zAbt1bkIwBrpQo4kFqQe2SAQqxgZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bAJ5XUhMhKyqm4ZXuXxtsgXobLusaMTQ { width:11.875rem;height:2.9243625rem;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) { #ngsvU77wBpEp0zFBcMOHTcH5HBQHR6pq { 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) { #dLhXcnHcNDaXcVwo3T5uVy5gkiNFHldT { 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) { #X2JN6L6zDILbeXneROT6VmzTuhfrESU4 { width:5.5rem;height:1.54385625rem;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) { #Nfcu78bnpOezq7lIOvZytB9lJfqGAJtT { width:8.75rem;height:2.6875rem;top:37.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoovaFudTxQWpERyEXI7JvK09yBTbbp3 { display:block; }
 }@media only screen and (max-width: 763px) { #HfZtIpNrEqKlyZhrBkCTVv3H6vcOkioN { width:6.9361875rem;height:1.2180375rem;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) { #gNpKWIuwunO0Rt55k1KHfVg8Rnasvlr4 { 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; }#gNpKWIuwunO0Rt55k1KHfVg8Rnasvlr4.adaptive-delivery-prevent-bg, #gNpKWIuwunO0Rt55k1KHfVg8Rnasvlr4.lazyload, #gNpKWIuwunO0Rt55k1KHfVg8Rnasvlr4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aOmBMq1L0GmPdLJ9vQFAtnrBPZpTsig1 { 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) { #LN7oDKu01Txi9gM9aPPN2bBlZNAQGmQn { 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) { #zm8zFLkW3DV3TERJLl6a5q1hiOqo9Z6X { 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) { #DJpGk9k3dmkoqSiBlMrbJxBLFgkJpO5V { width:8.75rem;height:2.6875rem;top:73.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L848UizAGMuhNKAvET4CTv0QbWwNv6xP { display:block; }
 }@media only screen and (max-width: 763px) { #F4qDMI6E7gTTVNxKBRrDW6h83coraT31 { 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; }#F4qDMI6E7gTTVNxKBRrDW6h83coraT31.adaptive-delivery-prevent-bg, #F4qDMI6E7gTTVNxKBRrDW6h83coraT31.lazyload, #F4qDMI6E7gTTVNxKBRrDW6h83coraT31.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qlzxN8nxRWDxWcB2AoFsduLwA5VNS6DD { width:11.125rem;height:1.62464375rem;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) { #Es4dkTbPQ2d4VQd3i1k5l2rLgyiOnNp4 { 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) { #B9vdw40RQ4P0I9qDoZJnU7fybQfFCxxN { width:5.5rem;height:1.54385625rem;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) { #sURqd47Nher8nD1xDRmv5qxxG6EyqCfT { width:8.75rem;height:2.6875rem;top:92.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbpzNBD8T9pmDUgDmuT7RJq2h0gDTOKQ { display:block; }
 }@media only screen and (max-width: 763px) { #SI13OekSrvvvBt9o8KUeU2mKMkDu235t { width:14.375rem;height:10.6875rem;top:216.5rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SI13OekSrvvvBt9o8KUeU2mKMkDu235t.adaptive-delivery-prevent-bg, #SI13OekSrvvvBt9o8KUeU2mKMkDu235t.lazyload, #SI13OekSrvvvBt9o8KUeU2mKMkDu235t.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yFz5W23vDg9cAaTL5R29ycFvQnVthv9Q { width:11.125rem;height:3.25rem;top:219.5rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd4U0pLNVNy9aAa4aoSkmzdLc4JO8KhK { width:6.875rem;height:2.875rem;top:224.75rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XipsWyAix9vkT6AO0cm6ZBJQRImcNJTU { width:5.5rem;height:1.54385625rem;top:225.3125rem;left:7.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dKOrRxOwxBOxrZCabKuJwXaZVxPkepC6 { width:8.75rem;height:2.6875rem;top:211.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIi4BVIU9LlHP8GXWU1S4rbGMlxOczhE { display:block; }
 }@media only screen and (max-width: 763px) { #sCf5BGewvJMJHX7TEbuciCoJ3gu1syzS { width:14.375rem;height:10.6875rem;top:200.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sCf5BGewvJMJHX7TEbuciCoJ3gu1syzS.adaptive-delivery-prevent-bg, #sCf5BGewvJMJHX7TEbuciCoJ3gu1syzS.lazyload, #sCf5BGewvJMJHX7TEbuciCoJ3gu1syzS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fCq70yyFrWxWph6K2kolwoJ6ZnLqbTUz { width:11.125rem;height:1.7871125rem;top:203.3125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzirMQXResT6VrSEJ2EkwnDxh0hPdtLi { width:6.875rem;height:2.875rem;top:208.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CgFTuymuOheExCpPZaKfTS5mmd9cyQ2S { width:5.5rem;height:1.54385625rem;top:209rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dOya3zZUcnKU07EMuyL9N6ksGRwgieMi { width:8.75rem;height:2.6875rem;top:228rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzgBrNORLLiNP3wJaPnQXRJRNh7t8leo { display:block; }
 }@media only screen and (max-width: 763px) { #E8x6mLhnccwLOXtxXlEOH1qHPuzI6RwT { width:8.75rem;height:2.686525rem;top:56.625rem;left:5.625rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #nI4NlnPiTD7UBFA521gqRT08xzNU8RMh { display:block; }
 }@media only screen and (max-width: 763px) { #r8BPAUDhKnzEXCkqyQt3opJcZt95IBk2 { 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; }#r8BPAUDhKnzEXCkqyQt3opJcZt95IBk2.adaptive-delivery-prevent-bg, #r8BPAUDhKnzEXCkqyQt3opJcZt95IBk2.lazyload, #r8BPAUDhKnzEXCkqyQt3opJcZt95IBk2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ad4py6LBA5wFXGTQVT5P42tTw4i805AG { 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) { #fpcpEaZXr8sZAEtyft6B1fWVDOCKQ3Mh { 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) { #gUJ5vM8LVsHDb6QZeQa7HfgZtHuhX30b { 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) { #GxBaUeDdqxO5d98XQFagEaFVOhRmBhwB { width:8.75rem;height:2.6875rem;top:20.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR5x55JVlwQqnBnTFQuZ4uQwkpVNxy05 { display:block; }
 }@media only screen and (max-width: 763px) { #X4BuftF4cXKuIKWVW0TbQraTiU6A7OeC { width:20rem;height:2.51855625rem;top:196.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkcSOA7GF37wanhL4FBdNXHCK72tQTLL { width:16.5rem;height:2.51855625rem;top:40.5625rem;left:1.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDtJJDXeDGtv7GrZEoB0a86Tm6GaFV4F { 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; }#nDtJJDXeDGtv7GrZEoB0a86Tm6GaFV4F.adaptive-delivery-prevent-bg, #nDtJJDXeDGtv7GrZEoB0a86Tm6GaFV4F.lazyload, #nDtJJDXeDGtv7GrZEoB0a86Tm6GaFV4F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ql20ydr3p9OdDEaJluNgk0R9dVCc6a8l { 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) { #o190TuwwC2g2cJefLuB6dXEcngBuMku6 { width:11.875rem;height:5.848725rem;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) { #lmEq9JBwdgryUbwIrZqt8TK8V4enPPPh { 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) { #B7ATh1aK0wGIzsaFAL7fxI0v2uDx4xqi { width:8.75rem;height:2.6875rem;top:85.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0OcmrP01auCP25FoUU7X7owXEIyFoqn { display:block; }
 }@media only screen and (max-width: 763px) { #MDzI958efnM1DbduTUGiTu7EShZSlpix { width:5.5rem;height:1.54385625rem;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) { #Xwe1uwhnzFJrCi3ElnZKlRDoASrnCWuu { 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) { #LeMchuZP0i0b0s8qEesUxOSiPw54hESS { width:20rem;height:2.51855625rem;top:234.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCiopgmgJAfW1RKcmryHGlAEMR2X8aQ9 { width:14.375rem;height:10.6875rem;top:285.6875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dCiopgmgJAfW1RKcmryHGlAEMR2X8aQ9.adaptive-delivery-prevent-bg, #dCiopgmgJAfW1RKcmryHGlAEMR2X8aQ9.lazyload, #dCiopgmgJAfW1RKcmryHGlAEMR2X8aQ9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qVTQXTRxXIT7nNMUcJ7P6ft25R4dHCmH { width:11.125rem;height:1.62464375rem;top:288.125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef9TNkOWwnEETS0G7ba5X6LAOfWxNCGM { width:6.875rem;height:2.875rem;top:293.9375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TTgnnhaREzNCKlzGy3DRcLnIv33DbeLA { width:5.5rem;height:1.54385625rem;top:294.5rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ngea33Gpv3ePHQoMIb2QncEDKmpbi696 { width:14.375rem;height:10.6875rem;top:270.25rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Ngea33Gpv3ePHQoMIb2QncEDKmpbi696.adaptive-delivery-prevent-bg, #Ngea33Gpv3ePHQoMIb2QncEDKmpbi696.lazyload, #Ngea33Gpv3ePHQoMIb2QncEDKmpbi696.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UUOVZwK0K6WhS24bzAJLxh2Z9p7BJKLZ { width:6.875rem;height:2.875rem;top:278.5rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #c4cnTIgrMRxbJCe8EX8ZR7CVnO6qT2iu { width:5.5rem;height:1.54385625rem;top:279.0625rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #waKfd3KOUm7swlppDAMrKmb9VxtN7gar { width:8.75rem;height:2.6875rem;top:265.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFzAFzXSGWssEk4TOld19W8ODxGk7kl8 { display:block; }
 }@media only screen and (max-width: 763px) { #Gv9lI3xH2VB5bLSCIosTuA41xsfBQFnZ { width:8.75rem;height:2.6875rem;top:281.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzqpEUPvZIB5kl2JBFvPipOU67cixaTf { display:block; }
 }@media only screen and (max-width: 763px) { #s73AcpTZnlMWL7uZ93Oo6m9r71QUM3lW { width:14.375rem;height:10.6875rem;top:253.875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#s73AcpTZnlMWL7uZ93Oo6m9r71QUM3lW.adaptive-delivery-prevent-bg, #s73AcpTZnlMWL7uZ93Oo6m9r71QUM3lW.lazyload, #s73AcpTZnlMWL7uZ93Oo6m9r71QUM3lW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #deBCRVgZaTXn88706B8oTW2ADWugv6te { width:11.125rem;height:4.144175rem;top:255.375rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9mWNPhtDr3opTCFg81CbgUGetaWchOM { width:6.875rem;height:2.875rem;top:262.125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fxJ6vVpmFlRz3dL4Ve36PH9n0d3n3XVh { width:8.75rem;height:2.6875rem;top:249.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knRlDkhWBHwQQklScPOo5tunQIimT7UC { display:block; }
 }@media only screen and (max-width: 763px) { #MyChAlCwkGdsvcKZaBmhIticNfU3sy5E { width:5.5rem;height:1.54385625rem;top:262.6875rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k4RK4ZtXeQvB8Xg9wIGemvbJcTAO9bI5 { width:14.375rem;height:10.6875rem;top:238.25rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#k4RK4ZtXeQvB8Xg9wIGemvbJcTAO9bI5.adaptive-delivery-prevent-bg, #k4RK4ZtXeQvB8Xg9wIGemvbJcTAO9bI5.lazyload, #k4RK4ZtXeQvB8Xg9wIGemvbJcTAO9bI5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e901lpqkK8XTSpoDX3Uun9S1hBwzW8a5 { width:11.125rem;height:3.2492875rem;top:240.375rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhRMM09U0fQDU1fTldPGdWnHl98XdGRN { width:6.875rem;height:2.875rem;top:246.5rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XMWiSV7144RkhI7tw7tW4LfEOlTVu3EJ { width:5.5rem;height:1.54385625rem;top:247.0625rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UMoI6FhWMeaLpJIx3PNV6bsS1as0kX9J { width:8.75rem;height:2.6875rem;top:297.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3sGkMGLnPlIRAbsBlksDtCI8GNXBTrf { display:block; }
 }@media only screen and (max-width: 763px) { #PwLTsSfTHTsHVC8ipixmg4Pqwqw8xn36 { width:11.125rem;height:3.25rem;top:273.25rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9mOc0B7wPwOZq1XZOwgWxfzKJrzaAmv { 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; }#K9mOc0B7wPwOZq1XZOwgWxfzKJrzaAmv.adaptive-delivery-prevent-bg, #K9mOc0B7wPwOZq1XZOwgWxfzKJrzaAmv.lazyload, #K9mOc0B7wPwOZq1XZOwgWxfzKJrzaAmv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HSOlOTE2eUQBFgEKI7XnGVJeRzMsNAiU { 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) { #NCSf9D4I7qqUDmsZ6t7A4swO6lnlWm88 { 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) { #r9ROhQBeOTEMucg56TgRBlcleh5S44Hk { 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) { #oTweim9IU9uvTKu7ZrnZ0no6ihUVEakv { width:8.75rem;height:2.6875rem;top:17.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCaB14RF4UWTCFZvI2oDGkgA4bi1NXMz { display:block; }
 }@media only screen and (max-width: 763px) { #KNDlS0dE7voHcZhmCr25dA0otiQz6DOa { 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; }#KNDlS0dE7voHcZhmCr25dA0otiQz6DOa.adaptive-delivery-prevent-bg, #KNDlS0dE7voHcZhmCr25dA0otiQz6DOa.lazyload, #KNDlS0dE7voHcZhmCr25dA0otiQz6DOa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kVOKRnBMszVPVowsDDtDeA59qGA3HtNP { width:11.875rem;height:2.9243625rem;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) { #FmVAH64tZvQ7T6dKNB7eTSdGCbL4IkWy { 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; }#FmVAH64tZvQ7T6dKNB7eTSdGCbL4IkWy.adaptive-delivery-prevent-bg, #FmVAH64tZvQ7T6dKNB7eTSdGCbL4IkWy.lazyload, #FmVAH64tZvQ7T6dKNB7eTSdGCbL4IkWy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c5MTnTqlGT1xU65mG1zaNgHiwCCHoZqF { width:11.875rem;height:2.9243625rem;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) { #TqeoB69WMAseW1oT0dWxC4PqTMUX4TPb { 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) { #LoEkREbXJQnnTQKqcOMEyXWpSIRDFkTB { width:5.5rem;height:1.54385625rem;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) { #WrZ4HpuTMqaZWNKbES4yigaZS8TvRZzV { width:8.75rem;height:2.6875rem;top:128.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNqFgrD884A5fOGIXuXZGxaDK3p1nnuv { display:block; }
 }@media only screen and (max-width: 763px) { #kWEOAEGUZCkpQWGCmoBpNdq0m5ANVpOB { width:14.375rem;height:10.0625rem;top:116.375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#kWEOAEGUZCkpQWGCmoBpNdq0m5ANVpOB.adaptive-delivery-prevent-bg, #kWEOAEGUZCkpQWGCmoBpNdq0m5ANVpOB.lazyload, #kWEOAEGUZCkpQWGCmoBpNdq0m5ANVpOB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SK9XsDRHI1449GyQqgE17QtfaphMwJ5B { width:11.875rem;height:2.9243625rem;top:119.9375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW36yTVdRoIUqDeLnVIry6VXgggFuWUa { width:6.875rem;height:2.875rem;top:125.125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VxAwwwK3fPywJvIwJuH0IX891GO6BgfV { width:5.5rem;height:1.54385625rem;top:125.75rem;left:7.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PCTNZstpdQhCyHoizLAZbXHk2w9RiUze { width:8.75rem;height:2.6875rem;top:109.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU4WgwGgESMhSZPvNMQTIdULAtiqFKkI { display:block; }
 }@media only screen and (max-width: 763px) { #ih9z6VvItCTlo5Qo9EukK0CUrQeq4r46 { 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; }#ih9z6VvItCTlo5Qo9EukK0CUrQeq4r46.adaptive-delivery-prevent-bg, #ih9z6VvItCTlo5Qo9EukK0CUrQeq4r46.lazyload, #ih9z6VvItCTlo5Qo9EukK0CUrQeq4r46.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wUhNBhfo4PTKH3JK0LR9ckvIXvxAwzJc { width:11.875rem;height:3.89648125rem;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) { #iPIGolTlE0y1GQf6vF6uVM5MXLd7Lt1P { 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) { #wEhb6rLyOyrctrzzdwu5XHsAkw4e2nyu { width:5.5rem;height:1.54385625rem;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) { #okFSG3FskstV8mFAbQHORUOJxAC1RHC6 { width:8.75rem;height:2.6875rem;top:304.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRGy17W5r2maP0g0mQLxxsxI3ZkXEd3m { display:block; }
 }@media only screen and (max-width: 763px) { #Ah1QKSmbuM4Cxy0udSPI5nKgz1o9mxaM { width:20rem;height:2.51855625rem;top:309.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1U227KZTGef3NBtm24ASUPI83J1U3pk { width:14.375rem;height:10.6875rem;top:346.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#g1U227KZTGef3NBtm24ASUPI83J1U3pk.adaptive-delivery-prevent-bg, #g1U227KZTGef3NBtm24ASUPI83J1U3pk.lazyload, #g1U227KZTGef3NBtm24ASUPI83J1U3pk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y8vSqfCQZKQ878J0UPxNBtCDwbiwW9Tr { width:11.125rem;height:3.25rem;top:349.25rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moLPw2Va6KDbqTWgfSnL4ho3AV8dUFyd { width:6.875rem;height:2.875rem;top:354.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nhmkir8rNwe6DSmIpb0itRPaoyZC2rir { width:5.5rem;height:1.54385625rem;top:355rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tNOyuFGb1ThwQcAFLQA555Qq9o9ehnBC { width:8.75rem;height:2.6875rem;top:324.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZmL6p4QVNNHyATmwDpCzXKNuMTxAePm { display:block; }
 }@media only screen and (max-width: 763px) { #flf1n5lu3CDwtZVw9xMy3xBnw6dhWEDI { width:14.375rem;height:10.6875rem;top:329.6875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#flf1n5lu3CDwtZVw9xMy3xBnw6dhWEDI.adaptive-delivery-prevent-bg, #flf1n5lu3CDwtZVw9xMy3xBnw6dhWEDI.lazyload, #flf1n5lu3CDwtZVw9xMy3xBnw6dhWEDI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u8hQDQyzNaZwl1sDrcelnKD67gP1FyK1 { width:11.125rem;height:3.25rem;top:332.125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCCQPxrqJuDyfrOApQUAVZ1MfmAcMkFf { width:6.875rem;height:2.875rem;top:337.9375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LN8piTLu4S9xG9Kk146nfPbWrnJ2NP6d { width:5.5rem;height:1.54385625rem;top:338.5rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RxqdigiOUqZqbeeqSGdTI8Eq1puQdbBo { width:8.75rem;height:2.6875rem;top:341.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3LaOLPE4TpUhfEThDc9oTyOoV5mkR7H { display:block; }
 }@media only screen and (max-width: 763px) { #lIk6yR6zZrM5TUv666ZTXelEXvOMr2Pv { width:14.375rem;height:10.6875rem;top:313.375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#lIk6yR6zZrM5TUv666ZTXelEXvOMr2Pv.adaptive-delivery-prevent-bg, #lIk6yR6zZrM5TUv666ZTXelEXvOMr2Pv.lazyload, #lIk6yR6zZrM5TUv666ZTXelEXvOMr2Pv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #w3dR0EmSpWqlKTIRP5eZ9GlCG6cGHuRV { width:11.125rem;height:1.62464375rem;top:316.5625rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPm9g0Ok3nMrrMiU83ICTmAUyAQMeWWp { width:6.875rem;height:2.875rem;top:321.625rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #p8F9am16JKwoa4xJqAHkQeKNrErD9CfX { width:5.5rem;height:1.54385625rem;top:322.1875rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TNE0daJocJgks65tItHrUV9uaOae3iQl { width:8.75rem;height:2.6875rem;top:357.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbmxcVmKywUWZe24v9x5NTHp921Ow7t1 { display:block; }
 }@media only screen and (max-width: 763px) { #fRIu2BMy0RTw48qpVKQ1oI4cJDa32osc { 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; }#fRIu2BMy0RTw48qpVKQ1oI4cJDa32osc.adaptive-delivery-prevent-bg, #fRIu2BMy0RTw48qpVKQ1oI4cJDa32osc.lazyload, #fRIu2BMy0RTw48qpVKQ1oI4cJDa32osc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K2VJoyxFJ91rrGa6I0eJfHiGRSV57T6u { 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) { #Tkd3hdEQksqe0mA8QRR32nkWdAgLHOmN { 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) { #mLE9MsLSDMIpI20cExz9hvqtJ053qcwQ { 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) { #HVGG5UoB6RyVLTLhn1GKQa6A3Msvg5Ql { width:11.875rem;height:2.9243625rem;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) { #AfGT8UwDx4RD8zalU06DTAHkt6Nf8cNu { width:11.875rem;height:2.9243625rem;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) { #lFqPfeopLUPE7uEovmymQKmaHmJn2xph { width:8.75rem;height:2.6875rem;top:34.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4ouOv5TiUyDlsL7KE3Gal6aB1U9ekr7 { display:block; }
 }@media only screen and (max-width: 763px) { #ITvxFRPAr30oTIff3rxIPrAaPkwhczot { width:13.25rem;height:9.875rem;top:361.56237792969rem;left:3.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ITvxFRPAr30oTIff3rxIPrAaPkwhczot.adaptive-delivery-prevent-bg, #ITvxFRPAr30oTIff3rxIPrAaPkwhczot.lazyload, #ITvxFRPAr30oTIff3rxIPrAaPkwhczot.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BkuXNxN7qc6oI1EK81TqM56XiympO8f3 { width:11.125rem;height:0;top:363.93737792969rem;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) { #Bru6XBepgAbo8QZrXBsp9lkQ1qtNxnex { width:6.875rem;height:2.875rem;top:369.06237792969rem;left:7.0625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EKSwrapWPBXDP4DD5yeJVnrLOOWNvJHT { width:5.5rem;height:0;top:369.62487792969rem;left:7.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) { #FTZ43w8ioW6OKizkchqUwBb2rDuM3m22 { width:8.75rem;height:2.6875rem;top:373.18737792969rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMIT5tSg0PbwbNUZpfD3OEU6tgNOfi0m { display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { width:20rem;height:0.9747875rem;top:13.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { width:3.125rem;height:3.125rem;top:2.4136276245117rem;left:15.812067091465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { width:13.186875rem;height:3.0877125rem;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { width:3.18685rem;height:3.18685rem;top:6.7556419372556rem;left:15.780599653721rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { width:9.375rem;height:2.2745rem;top:7.236328125rem;left:5.5679255127907rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }