.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { background-color: transparent; background-image: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container > .video-iframe-container { display: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row > .video-iframe-container { display: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .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); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { border-width: 0; border-radius: 0; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0617875rem;width:22.8125rem;top:0rem;left:18.593749046326rem;overflow:hidden;display:block; }
#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/M0Qb08Ps/images.jfif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.adaptive-delivery-prevent-bg, #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.lazyload, #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.lazyloading { background-image: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { background-color: transparent; background-image: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container > .video-iframe-container { display: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row > .video-iframe-container { display: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .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); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { border-width: 0; border-radius: 0; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { color:#272828;display:block;width:15.997375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:8rem;left:4.5950527191162rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzQ3vnsMmfinxrTWoIFRzBUdbiqtPu5b { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:32.3125rem;left:47.25rem;overflow:hidden;display:block; }
#D3E7XfAFRp6TVJhPpXKG6CAStsE2tv4t { color:rgba(2,172,0,0.8);display:block;width:14.8118125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:39.1875rem;left:42.25rem;height:1.38093125rem;font-style:normal;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-form-header {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.75rem;font-weight:700;color:#000000;width:15.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;font-style:normal;overflow:hidden; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:15.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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;width:15.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:15.1875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fdbd61;background-image:none;background-position:center !important;background-repeat:no-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-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#000000;width:15.1875rem;height:3.125rem;font-family:kids;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;text-align:center;text-align-last:center;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .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;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:14rem;overflow:hidden;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .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; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;text-align:center;text-align-last:center; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container:first-of-type{padding-top:0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container:last-of-type{padding-bottom:0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.7445735931396rem;top:10.80837726593rem;z-index:100038;position:absolute; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.1875rem;display:block;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.7445735931396rem;top:10.80837726593rem;z-index:100038;position:absolute; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 { position:relative; }
#APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { position:relative;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV { position:relative; }
#E6TJXEoWeC2K3IePTVSdHIHhPF0nodnQ { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d5d9df, #4bc8d7);background-image: -moz-linear-gradient(180deg, #d5d9df, #4bc8d7);background-image: -ms-linear-gradient(180deg, #d5d9df, #4bc8d7);background-image: -o-linear-gradient(180deg, #d5d9df, #4bc8d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9df', endColorstr='#4bc8d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9df', endColorstr='#4bc8d7' );";background-image: linear-gradient(180deg, #d5d9df, #4bc8d7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:17.9375rem;top:7.6875rem;left:3.5625rem;display:block; }
#EJNLmm5eLhyJQhAWeQbdlzqImQDFEhB1 { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.24925rem;width:31.24925rem;top:12.505064964294rem;left:24.748264312744rem;overflow:hidden;display:block; }
#FM7T6GzpdIikaJU6HdvJdJdwAyOpHT9T { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:1.625rem;left:23.8125rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRUrFUWtAwuRddHomtyhrhsW9rbbDtxl { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"aref ruqaa";font-size:4.125rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:3.6875rem;left:24.5rem;height:5.3624125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wnsCApuicH9yyTS7zWvFVF01xs9olQMr { background-color:#d20404;background-image:none;background-position:center !important;background-repeat:no-repeat !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.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:3.436775rem;text-decoration:none;z-index:100080;text-align:center;text-align-last:center;top:10.5rem;left:31.1875rem;display:block; }
#X8Advu3FA8i9b2liHSgXwT1TteC3Ii0q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE { position:relative;display:block; }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE { background-color: transparent; background-image: none; }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE > .row .container > .video-iframe-container { display: none; }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE > .row > .video-iframe-container { display: none; }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE > .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); }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE { border-width: 0; border-radius: 0; }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:212.5625rem;width:60rem;position:relative;display:block; }#ih1vxpJmXQeUVTBbP2cSGzAh0ReHST8q { color:#000000;display:block;width:11.810625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:9.9375rem;left:6.625rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q9EpLeReRWaOkndAD5hdWnOz4HsEGRyU { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:16.75rem;left:6.625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRhEonsGTNrKVLVCDUD2nnqDDRwNbCod { color:#999999;display:block;width:6.9371875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:19.511716842651rem;left:7.9680271148681rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D9HrhosoBytRXQcBxmhT2LVmeGdL8GKg { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:23.060617446899rem;left:8.0598964691163rem;display:block; }
#oKZrwGBZR3ktkewCNU9zSSf1dflATBTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R3QK4yLVcb1xAh81FD1inuktK2KSOhRU { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:31.375rem;left:5.375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zhpBuFhEB6mh1XAnGFKKXkSPfKQOZ7qi { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:31.375rem;left:5.375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yLT7DRZFWILfIpEHQX9KcSgId8uNDb5V { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:37.125rem;left:5.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SoR2NCi2QpyCGITc458ZUQ7ShVsF4P4a { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:42.5625rem;left:5.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nBtFcnpvTlLhz43LniOmPQfpyMQ70Xzu { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:46.124134063721rem;left:9.1536464691163rem;display:block; }
#Ib0xU8cydLFiEiGQP4pmoEyA3DIxxbta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WIK1mydzi76qwt2ZI9m5FiNscDyzaTO4 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:33.6875rem;left:25.0625rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H4uecIoTF8esU0O0mIrx51v7EioPH8eI { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:42.375rem;left:20.5625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iTBaMJDp7zEo5MrDEzRceAWV26fABRAr { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:42.1875rem;left:40.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dJk5T4JBE58odQkLGdkt6AHD5lhroNoV { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:33.9375rem;left:42.5625rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nP4WH4J8UeTBzzhDbg1BlAWBCLT0S7Cs { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:39.5625rem;left:23.8125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9KQovHyr0HSEI5LULEEXi6k4kDZqyHh { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:36.625rem;left:41.625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A9PN1FgQ72LKMqmeJX5u5PoQzNEI8xNt { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:46.125rem;left:27.5rem;display:block; }
#b8nMado2CFGHVvvKGqmVZNNUPWLgEVe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AeqQsBy9sXcWnEZIbba1vgzAoq3lLy5x { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:46.124134063721rem;left:45.091869354248rem;display:block; }
#ckywaMk7WKeX3A7c3kDeUaTOeAGoOTVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m69sPgkBiVVcm8UD4Tz7F9gK6pxJ1eNF { color:#131010;display:block;width:11.8120625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:10.124420166016rem;left:41.749858856201rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HVL0rASTg3TpyFNNqhNTehzUz8ZuqvNo { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:14.186920166016rem;left:41.249279022217rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cK3Er20TKsd2fHewDR9VNynxRJqSCdRc { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:23.061343193054rem;left:44.811923980713rem;display:block; }
#xmyahzKT1KOxayb4FwE0uT7LsgHTn3ER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#As41qFRsiEpt89LadvlnKG4krEa2U3Hn { color:#131010;display:block;width:11.8120625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:10.9375rem;left:23.8125rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITFThkiKh2b2E26LoTGCVm5Twr9KJkQQ { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:15rem;left:23.3125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fgRsGzubJO7o2Azvq9vw2iZOafQXbTmi { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:23.1875rem;left:27.125rem;display:block; }
#y5Mvb1eQ3KZCHragLoXZJ6u4xA93Tss0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dfrb3R53sKvH7SxSZgS49T44oGAoQTI5 { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:13.1875rem;left:24.125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0NTmw66199BOPxLTiwAEUx4ItRn3qJr { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"aref ruqaa";font-size:3.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:0rem;left:15.812355041504rem;height:4.2245375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bENUpogwVauMUlsFBmTnrSaVTRGTJp0v { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100100;top:5.3125rem;left:52.875rem;display:block; }
#HFVGw2gBUAcWPI7ct2WXHQO2Iv1lZakg { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:8.125rem;left:54.6875rem;height:1.54369375rem;font-style:normal;display:block; }
#CSDWLM3qAfkfhoMffSpMJTmLKOG6JGZA { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100102;top:3.8125rem;left:35.75rem;display:block; }
#XkWDrXTgLTHpV4rUaCBZ5c1JoD97fv5V { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100103;line-height:1.3;letter-spacing:0;top:6.625rem;left:37.5625rem;height:1.54369375rem;font-style:normal;display:block; }
#wrBgRgDJVDSKlfPf3vbEML1bJkKM552P { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100104;top:3.6875rem;left:16.75rem;display:block; }
#nGn3ql0aDMGOyluHD5UPaipfRHIixITd { color:#ffffff;display:block;width:3.99956875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100105;line-height:1.3;letter-spacing:0;top:6.4375rem;left:19rem;height:1.54369375rem;font-style:normal;display:block; }
#IoxJCcUlAMhvZTTZ6S9tE9S4JJPw783r { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100106;top:26.4375rem;left:52.875rem;display:block; }
#mWcq5XoTZK0pC24qHPN2XLr40k7HXx0J { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100107;line-height:1.3;letter-spacing:0;top:29.25rem;left:54.6875rem;height:1.54369375rem;font-style:normal;display:block; }
#y75mLJLqK1CEhhlswxnNex8DTCcpSDmg { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100108;top:26.9375rem;left:34.1875rem;display:block; }
#cJQSky6OXT1LADIBWOmwQg576OvtrTdX { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:29.75rem;left:36rem;height:1.54369375rem;font-style:normal;display:block; }
#QtvpfAhJR5FgiIaVb9Cz6CU21hbzP7cN { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100110;top:25.75rem;left:16.75rem;display:block; }
#oWGpq2wdHnyHvk1QGgiPBxpDLihQM2E7 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:28.5625rem;left:18.5625rem;height:1.54369375rem;font-style:normal;display:block; }
#xFMXDLqvnOcsbTgEPd6pNkfrxQZZQDRA { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.7494375rem;width:14.37425rem;top:8.875rem;left:23.3125rem;display:block; }#xFMXDLqvnOcsbTgEPd6pNkfrxQZZQDRA.adaptive-delivery-prevent-bg, #xFMXDLqvnOcsbTgEPd6pNkfrxQZZQDRA.lazyload, #xFMXDLqvnOcsbTgEPd6pNkfrxQZZQDRA.lazyloading { background-image: none; }
#cTuU0afzk9ZM1MttT4fOHMkA2MkGumQd { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.7494375rem;width:14.37425rem;top:9.12398815155rem;left:40.467304229736rem;display:block; }#cTuU0afzk9ZM1MttT4fOHMkA2MkGumQd.adaptive-delivery-prevent-bg, #cTuU0afzk9ZM1MttT4fOHMkA2MkGumQd.lazyload, #cTuU0afzk9ZM1MttT4fOHMkA2MkGumQd.lazyloading { background-image: none; }
#qKzU1FguWV13OriB6h4Z4tLfd4IEmvc1 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.7494375rem;width:14.3735625rem;top:30.5625rem;left:5.375rem;display:block; }#qKzU1FguWV13OriB6h4Z4tLfd4IEmvc1.adaptive-delivery-prevent-bg, #qKzU1FguWV13OriB6h4Z4tLfd4IEmvc1.lazyload, #qKzU1FguWV13OriB6h4Z4tLfd4IEmvc1.lazyloading { background-image: none; }
#aaoF0NGdTFIOq0hJqCGQO9tSd8sgcHz8 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.7494375rem;width:14.3735625rem;top:31.25rem;left:23rem;display:block; }#aaoF0NGdTFIOq0hJqCGQO9tSd8sgcHz8.adaptive-delivery-prevent-bg, #aaoF0NGdTFIOq0hJqCGQO9tSd8sgcHz8.lazyload, #aaoF0NGdTFIOq0hJqCGQO9tSd8sgcHz8.lazyloading { background-image: none; }
#I5XQkxOg5CRQAQyBZBv388PTikSi2nN6 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.7494375rem;width:14.3735625rem;top:31.375rem;left:41rem;display:block; }#I5XQkxOg5CRQAQyBZBv388PTikSi2nN6.adaptive-delivery-prevent-bg, #I5XQkxOg5CRQAQyBZBv388PTikSi2nN6.lazyload, #I5XQkxOg5CRQAQyBZBv388PTikSi2nN6.lazyloading { background-image: none; }
#kfOUrDBLvV5B8KOJIOG439pSgKlTQiO7 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.7494375rem;width:14.3735625rem;top:8.6875rem;left:5.0625rem;display:block; }#kfOUrDBLvV5B8KOJIOG439pSgKlTQiO7.adaptive-delivery-prevent-bg, #kfOUrDBLvV5B8KOJIOG439pSgKlTQiO7.lazyload, #kfOUrDBLvV5B8KOJIOG439pSgKlTQiO7.lazyloading { background-image: none; }
#K9SmPULd1ixbCQV1t9ALqZ7ZTvndEps1 { color:#000000;display:block;width:59.99925rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.2238140106201rem;left:0rem;height:2.11263125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xmT5RDTl4oGEMGP0TdXvENPosumNfhUW { color:#000000;display:block;width:59.9985625rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:51.139326095581rem;left:0.00072288513183594rem;height:2.11263125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OaX6xR5P043rDJI4DQO9AmE8iE8KFFIT { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.31175rem;width:14.37425rem;top:55.218464851379rem;left:23.780384063721rem;display:block; }#OaX6xR5P043rDJI4DQO9AmE8iE8KFFIT.adaptive-delivery-prevent-bg, #OaX6xR5P043rDJI4DQO9AmE8iE8KFFIT.lazyload, #OaX6xR5P043rDJI4DQO9AmE8iE8KFFIT.lazyloading { background-image: none; }
#xNQpUwoDsZc3ootdyxlHTDzQrECPbqoy { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:58.0625rem;left:23.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E6xu6WdQ4xTO6iqr39R2syuNl84cO7Qe { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:62.875rem;left:25.0625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BHKi6EG6rzhK9s6JCJSXPro5gXOMUFVE { color:#560548;display:block;width:15.1861875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100069;line-height:1.6;letter-spacing:0;top:62.875rem;left:22.4375rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A6vfSTlTQepUM9gST9FFTel4bb3MQfEL { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:14.375rem;top:55.0625rem;left:43rem;display:block; }#A6vfSTlTQepUM9gST9FFTel4bb3MQfEL.adaptive-delivery-prevent-bg, #A6vfSTlTQepUM9gST9FFTel4bb3MQfEL.lazyload, #A6vfSTlTQepUM9gST9FFTel4bb3MQfEL.lazyloading { background-image: none; }
#zgx4EfFg9mFBsgmtOxncFQtyGaW2wpy1 { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:58.0625rem;left:43.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nbNFGIxZbX6Og9H3sR5nuuU9mlDOBMwG { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:62.875rem;left:45.1875rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HZlG4W3AVKdHFbgw2fJOvKvt83dVpdfb { color:#560548;display:block;width:15.1861875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100075;line-height:1.6;letter-spacing:0;top:62.875rem;left:42.5625rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zy7au0hhFGCe2yV0qknoKAwq7kJa87tr { z-index:100032;top:67.875rem;left:44.5rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3733125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i57iFteVhgFbqGFuqJaK3c9NP6FaTZUO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gi2dIISSECphR1TxnaC7UJwLie1pTpIU { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:14.375rem;top:76.125rem;left:23.375rem;display:block; }#Gi2dIISSECphR1TxnaC7UJwLie1pTpIU.adaptive-delivery-prevent-bg, #Gi2dIISSECphR1TxnaC7UJwLie1pTpIU.lazyload, #Gi2dIISSECphR1TxnaC7UJwLie1pTpIU.lazyloading { background-image: none; }
#W7mGxIRWCltJRdOZdJpa8247PQcSJci2 { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:77.125rem;left:24.1875rem;height:2.92535rem;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; }
#ILt6TeEMCb2topRZgztgqPypR7s1GveX { color:#00308a;display:block;width:9.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:82.625rem;left:27.25rem;height:3.65559375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iCKPTNXgJePtdLuooTmTrqH2XV5SI6Vr { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:14.375rem;top:76.1875rem;left:43.5625rem;display:block; }#iCKPTNXgJePtdLuooTmTrqH2XV5SI6Vr.adaptive-delivery-prevent-bg, #iCKPTNXgJePtdLuooTmTrqH2XV5SI6Vr.lazyload, #iCKPTNXgJePtdLuooTmTrqH2XV5SI6Vr.lazyloading { background-image: none; }
#Td8lLo8QRKoxvf4WUE4KJvbkRDfJdl7t { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:77.875rem;left:44.5rem;height:1.462675rem;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; }
#kirZJJ75viRcTO44OH50S70oBErnMisM { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:82.375rem;left:46.3125rem;height:4.14061875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VxOQC63ZRZvoZ761aqENtK6sklLWpED5 { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100064;line-height:1.6;letter-spacing:0;top:87.375rem;left:22.9375rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uadTCbnSSIxHqiUFs7guOpXrsWI1OxMU { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:87.375rem;left:43.1875rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBtPFOXtnzartz2pDWCoqh2HvTM0qMSp { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.0625rem;width:14.375rem;top:76.125rem;left:3.75rem;display:block; }#JBtPFOXtnzartz2pDWCoqh2HvTM0qMSp.adaptive-delivery-prevent-bg, #JBtPFOXtnzartz2pDWCoqh2HvTM0qMSp.lazyload, #JBtPFOXtnzartz2pDWCoqh2HvTM0qMSp.lazyloading { background-image: none; }
#THgUaPTDZXsnhv1x1P0Z0TASoCvVOKdL { color:#1799eb;display:block;width:12.6245rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:77.75rem;left:4.4375rem;height:1.462675rem;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; }
#laeZqTUM18J6b0RK2wgh8eXbibQSiwxb { color:#00308a;display:block;width:13.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:81.5625rem;left:4.375rem;height:4.14061875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pTaPWHOHXFK3i2IHWKHmwsagwy0X4Tkw { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100074;line-height:1.6;letter-spacing:0;top:86.375rem;left:3.375rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJJCP7QhIJV0uv3Uk1l5bF2dd3lgyBtI { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:85.3125rem;left:5.1875rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MP77PwTeolN2iMmOMMWZCxbFWvg002hy { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.75rem;width:14.375rem;top:54.8125rem;left:4.75rem;display:block; }#MP77PwTeolN2iMmOMMWZCxbFWvg002hy.adaptive-delivery-prevent-bg, #MP77PwTeolN2iMmOMMWZCxbFWvg002hy.lazyload, #MP77PwTeolN2iMmOMMWZCxbFWvg002hy.lazyloading { background-image: none; }
#W5PeevkrhplEHAUATrhHU1LRSqHJzece { color:#00308a;display:block;width:10.93675rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:59.926942825317rem;left:7.5607643127444rem;height:6.4995625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dmBxUvHdRkO5cgMEAENHbz2NWAkHw6gF { color:#1799eb;display:block;width:12.6244375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:55.218464851379rem;left:6.2167243957519rem;height:1.462675rem;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; }
#w7DcDZXXokNcTRRwIzB0bIrFrD5cSQDu { color:#052956;display:block;width:15.187375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100072;line-height:1.6;letter-spacing:0;top:66.223962783812rem;left:4.9348964691162rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lpwoh7uk4psCc6TD5SAcVQugOZP62o43 { z-index:100031;top:87.6875rem;left:5.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3733125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AdTc6Ew80AGK3OTunc9ZSyP4U8ATPpCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ffCD8RbwPzwy3vHMCpi1AgmgcQI3mpM1 { z-index:100034;top:68.0625rem;left:6.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3745rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KZSJlWH01mlp1FkKlfo3k0b2oRadmN7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GRck9GhJK2otPI5IyhD26n4uSSaC0g2l { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100112;text-align:center;text-align-last:center;top:69.24392700195rem;left:46.759258270264rem;display:block; }
#FRHxwAZgS8X94aIMG3THi34rTlEnrNLE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NCr5L4i3S362Ndy5X5TnJnJgmxVLk8eV { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100113;text-align:center;text-align-last:center;top:69.243349075319rem;left:27.592594146729rem;display:block; }
#HkF4MiO2n6mzJKBPZ6drOT1Vx05m0OKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wTJ3XBmN5o1otyu2NXytP55bBawcdm7e { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100114;text-align:center;text-align-last:center;top:69.243349075319rem;left:8.0598964691163rem;display:block; }
#Sw0kwsuyQBWzlTflplFpDiWzrcpfvrgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ixpQLtZbUHmJ65VWCSJCH1NhmhT4t0oT { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100115;text-align:center;text-align-last:center;top:89.5625rem;left:48.1875rem;display:block; }
#sdOotTpnfFAd6umVSIeyOLmnwVoTlQXz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gVDrBTf2Z2Ud21deMaRT4TugNagZkBkf { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100116;text-align:center;text-align-last:center;top:89.5625rem;left:27.25rem;display:block; }
#Dw40ASgu6O9748zlsiZz5umlX7erBwXo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TmZVdXoUeCBR4DxWPtWCfSLIN03KToRk { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100117;text-align:center;text-align-last:center;top:88.9375rem;left:8.0625rem;display:block; }
#hutRbnNVWbdSQGdu3q8ndKGkV3VOtoI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T8laTXhWXqdAutVx1lDvavHMHC1TTCTi { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100109;top:51.75rem;left:52.8125rem;display:block; }
#B8RqJbK5A7DQb3rz0FpcIsxHOEDv2eE7 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100110;line-height:1.3;letter-spacing:0;top:54.5625rem;left:54.625rem;height:1.54369375rem;font-style:normal;display:block; }
#hvmm3k607xbPKXKRPvxxQi8bTA3Xffk8 { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100111;top:51.75rem;left:35.5rem;display:block; }
#g9T1b9t27bKBmHPsxJsrtrJsxgb9HWF7 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100112;line-height:1.3;letter-spacing:0;top:54.5625rem;left:37.3125rem;height:1.54369375rem;font-style:normal;display:block; }
#SL8ELhClLayMhPJxWAJRp0wUTCZhW1hv { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100113;top:51.125rem;left:17.1875rem;display:block; }
#hP3CIG2hHHrRLv3gXxeduL0LVhpglRgA { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100114;line-height:1.3;letter-spacing:0;top:53.9375rem;left:19rem;height:1.54369375rem;font-style:normal;display:block; }
#MXBK3E9v3phIw1VAg8HO0PCXFPVWcerS { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100115;top:72.25rem;left:52.875rem;display:block; }
#Vl60hoXgS3gdX0pUztf9XCs5BCFdT4cT { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100116;line-height:1.3;letter-spacing:0;top:75.0625rem;left:54.6875rem;height:1.54369375rem;font-style:normal;display:block; }
#N00XVOn1TGkWo3EMHgEQViffVdrzLXdo { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100117;top:72.25rem;left:34.5625rem;display:block; }
#Avd9M7I2bszzFJIiArEvpBtQFurNWZ1X { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100118;line-height:1.3;letter-spacing:0;top:75.0625rem;left:36.375rem;height:1.54369375rem;font-style:normal;display:block; }
#T3uJSAzTOz02ykHfzkEIhBB9i6TZcred { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100119;top:72.0625rem;left:14.875rem;display:block; }
#xZvR2CGcDXsb9I7B5N7l4qCHkayHIoix { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100120;line-height:1.3;letter-spacing:0;top:74.875rem;left:16.6875rem;height:1.54369375rem;font-style:normal;display:block; }
#VpUHrW26WFJTS7qkW9O20TtZkM87apcD { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:100.4375rem;left:42.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RGfkkGiXxC18vCbDvJGctinKWpV0ehd7 { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:103.8125rem;left:43.625rem;height:2.92535rem;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; }
#S1ZS6Czrl7uXoNuJBMrBTTLzVtbnisz8 { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:103.625rem;left:44.375rem;display:block; }
#J4r0KE2nIJCKxBeNOoUcXbvgPihV0RXA { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100136;line-height:1.3;letter-spacing:0;top:98.4375rem;left:23.75rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x3bls1i9DOKk8CVbkxoKTL6ESCx1csZZ { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:103.25rem;left:25.25rem;height:2.92535rem;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; }
#rbAkeQDgATfyX72o2JeOMLU3rf9Js8rm { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:103rem;left:25.6875rem;display:block; }
#QpELfvA34H7bn5tlxAaDucCgGzAQzlSF { color:#00308a;display:block;width:10.186625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:99.75rem;left:4.125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZSdS4nGHCxGi66T1aRonnh6FdgBJ9om { color:#00308a;display:block;width:8.936625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:103rem;left:4.75rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NfkzkHBtiGNullPKqeR4rtnVyTnGZNFR { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100140;top:95.0625rem;left:12.375rem;display:block; }
#QTJiFhRgcwa7R4DCrBdPGTabwBfMeRJc { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100141;line-height:1.3;letter-spacing:0;top:97.875rem;left:14.1875rem;height:1.54369375rem;font-style:normal;display:block; }
#G6lyJUaUsIpHLMvZ2eHCT40iTkoRVTtv { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100142;top:94.5rem;left:32.875rem;display:block; }
#NrnGCR9uWmUNS1o4XiAdukB2d0wkS3dy { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100143;line-height:1.3;letter-spacing:0;top:97.375rem;left:34.6875rem;height:1.54296875rem;font-style:normal;display:block; }
#ynHKNeIBP9r59e9uZ6mi2SUcCihCgVx1 { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:103.1875rem;left:4.75rem;display:block; }
#qeU39vQTIhSPUO3NxMrcJicGm0Vieutz { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100138;top:94.5rem;left:51.125rem;display:block; }
#JCZK4DaFCvbZZekWaTrBoL2wgTtqUDeL { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100144;top:115.375rem;left:41.875rem;display:block; }
#KxQJd4HOndPRF9P0Jx3toyUNDgMwMbf8 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100145;line-height:1.3;letter-spacing:0;top:118.1875rem;left:43.6875rem;height:1.54369375rem;font-style:normal;display:block; }
#F5f826VICF66OCcim09ErLvy0pRTA9F9 { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100146;top:114.9375rem;left:19.4375rem;display:block; }
#TMXa4yA7TptDouQ8PqRA5VQBTaS7pBQi { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:120.75rem;left:33.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IpWN4Ivm8vDMiBoceHbBEFJ5IMZ6TKEw { color:#ffffff;display:block;width:3.99956875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100147;line-height:1.3;letter-spacing:0;top:117.75751304626rem;left:21.12340927124rem;height:1.54369375rem;font-style:normal;display:block; }
#KuvS4kWcm2sygJsHqLbol05lotNe9gDQ { color:#00308a;display:block;width:11.9958125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:121.3125rem;left:11.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMZq5JmGFEowOw4EZ43Tw0LmP325EDiB { color:#ed2132;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:123.5625rem;left:34.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K3WaNvILsXBaazoe2kTooWGBCOvg3xFK { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:123.9375rem;left:33.9375rem;display:block; }
#pI9cNQ8dwnx2uNnaKgD0gPlPZ23M3ap9 { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:126.3125rem;left:32.75rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eInUk5QFceqUd92yGAMv4KxTZt8Q3s82 { color:#ed2132;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:128.25rem;left:34.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smTXIekXXqsxbON640JTvNhwtSFvkmyv { color:#ed2132;display:block;width:8.933rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:125.4375rem;left:11.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVNTMs8QhOMPA2NwCBViLDDypTml62vs { color:#00308a;display:block;width:8.933rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:128.5625rem;left:11.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ltu6poqVeTQnCSO7FXURZQw3LFXaT1Ks { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:128.6875rem;left:34rem;display:block; }
#W54yucfNTe0xSZaE1oZyLrNvPi4eJTFv { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.874275rem;width:1.874275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:125.5rem;left:10.5rem;display:block; }
#GzCP3UXDlyCuTX4tX4dzN6AC796DE302 { color:#00308a;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:130.3125rem;left:34.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#twglVmRxO4KQ1TfOT5pkAqNLTHVmeOsf { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100139;line-height:1.3;letter-spacing:0;top:97.3125rem;left:52.9375rem;height:1.54369375rem;font-style:normal;display:block; }
#n8015VbBxi5K69NqzuVSsBvhATGD4lhw { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.06175rem;width:14.37425rem;top:98.242628097531rem;left:41.281108856201rem;display:block; }#n8015VbBxi5K69NqzuVSsBvhATGD4lhw.adaptive-delivery-prevent-bg, #n8015VbBxi5K69NqzuVSsBvhATGD4lhw.lazyload, #n8015VbBxi5K69NqzuVSsBvhATGD4lhw.lazyloading { background-image: none; }
#GXabyT71iOmXVCLgrtt5arZ2NWdhiKkE { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.0610625rem;width:14.3735625rem;top:98.4375rem;left:22.625rem;display:block; }#GXabyT71iOmXVCLgrtt5arZ2NWdhiKkE.adaptive-delivery-prevent-bg, #GXabyT71iOmXVCLgrtt5arZ2NWdhiKkE.lazyload, #GXabyT71iOmXVCLgrtt5arZ2NWdhiKkE.lazyloading { background-image: none; }
#EeToZ0AitDnTWlvlSRaLhXGg4FhXfqVc { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.0610625rem;width:14.3735625rem;top:98.125rem;left:2.875rem;display:block; }#EeToZ0AitDnTWlvlSRaLhXGg4FhXfqVc.adaptive-delivery-prevent-bg, #EeToZ0AitDnTWlvlSRaLhXGg4FhXfqVc.lazyload, #EeToZ0AitDnTWlvlSRaLhXGg4FhXfqVc.lazyloading { background-image: none; }
#AET5TELAbiOfPoBFGVelFxxXgS0BMSXK { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.0610625rem;width:14.3735625rem;top:118.375rem;left:9.125rem;display:block; }#AET5TELAbiOfPoBFGVelFxxXgS0BMSXK.adaptive-delivery-prevent-bg, #AET5TELAbiOfPoBFGVelFxxXgS0BMSXK.lazyload, #AET5TELAbiOfPoBFGVelFxxXgS0BMSXK.lazyloading { background-image: none; }
#URH0izW9W4WeFL9ygtvHeQnc3C0xZ4WA { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.0610625rem;width:14.3735625rem;top:119.375rem;left:32.125rem;display:block; }#URH0izW9W4WeFL9ygtvHeQnc3C0xZ4WA.adaptive-delivery-prevent-bg, #URH0izW9W4WeFL9ygtvHeQnc3C0xZ4WA.lazyload, #URH0izW9W4WeFL9ygtvHeQnc3C0xZ4WA.lazyloading { background-image: none; }
#btsTxnTA0qgxJyGfhzL1PgwDuneBH9Lt { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100116;text-align:center;text-align-last:center;top:110.62471389771rem;left:45.091869354248rem;display:block; }
#pQvrnUsQOhD0zaOM4CtlQsTNWvuGDfAo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ayA9lnnfOs0SVCvGNyiWruGZrKkwp4TA { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100117;text-align:center;text-align-last:center;top:111.25043678284rem;left:26.623989105224rem;display:block; }
#yN04wl2IIio4NnQWPZRFJSnLK9EIWTlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ib11e8wDpLJwLhuCekcGKQkstFWNyUOH { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100118;text-align:center;text-align-last:center;top:110.62471389771rem;left:6.6232643127444rem;display:block; }
#ub4W9ECnO9qNNIrtyI9e6HgWG0zQripS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AEh7JXN38UhoSczrizgz5x8nX3IZNfyL { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100119;text-align:center;text-align-last:center;top:132.4375rem;left:35.875rem;display:block; }
#gMdSqFNhReIw8OT9InNPUveTtqFdVcpn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r8yw2VeTuK0r1k23Pabmv8mbLc8DTDWl { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749875rem;height:3.12355625rem;text-decoration:none;z-index:100120;text-align:center;text-align-last:center;top:131.625rem;left:12.75rem;display:block; }
#ce59RpAuhW9pa9971TzgX7Eon6mwdU4E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uPsmB3f8VQd35d1x6cNWGfxAb5hRvy68 { color:#000000;display:block;width:59.9978125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:93.699009895325rem;left:0rem;height:2.11263125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MfvTbhfkNW6gFyyNob2xCP5Ef80iugfz { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100120;line-height:1.3;letter-spacing:0;top:74.875rem;left:16.6875rem;height:1.54369375rem;font-style:normal;display:none; }
#T0LFbrKiUc6Ivdph7PbRk7PxO3gM0dvV { color:#000000;display:block;width:59.9978125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:137.3589553833rem;left:0.0032539367675781rem;height:2.11263125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#neQUuB6JbPUKfwZruyMeKtowTvEm2Wvt { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.1875rem;width:14.375rem;top:145.125rem;left:41.625rem;display:block; }#neQUuB6JbPUKfwZruyMeKtowTvEm2Wvt.adaptive-delivery-prevent-bg, #neQUuB6JbPUKfwZruyMeKtowTvEm2Wvt.lazyload, #neQUuB6JbPUKfwZruyMeKtowTvEm2Wvt.lazyloading { background-image: none; }
#wWWJeGr7Drv6aCuQc6ug2TF1X9mHspLf { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749125rem;height:3.12283125rem;text-decoration:none;z-index:100123;text-align:center;text-align-last:center;top:155.31033706665rem;left:45.092231750488rem;display:block; }
#msffZcndcdbVTCcDhNykUG8VK3Q1iOtA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tLLMMDa2p2CnJDBFNuKQyGx5PWmiOMnt { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:149.9375rem;left:44.25rem;height:2.92535rem;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; }
#sWvozeMTKbEP1GupimxAbfbHq30qiEVx { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100148;top:141.1875rem;left:51.875rem;display:block; }
#pHsHADV1sF8dddO0BAeU6x2SLFt3gAZx { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100142;line-height:1.3;letter-spacing:0;top:145.125rem;left:42.75rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoMQk2ulFt4qQr1L2N6ZepG79cUI9sv0 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100149;line-height:1.3;letter-spacing:0;top:144.0625rem;left:53.6875rem;height:1.54296875rem;font-style:normal;display:block; }
#nUmSTPMOGCvAND63H3KFvi8fhZMtVHsN { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.1875rem;width:14.375rem;top:145.3125rem;left:21.8125rem;display:block; }#nUmSTPMOGCvAND63H3KFvi8fhZMtVHsN.adaptive-delivery-prevent-bg, #nUmSTPMOGCvAND63H3KFvi8fhZMtVHsN.lazyload, #nUmSTPMOGCvAND63H3KFvi8fhZMtVHsN.lazyloading { background-image: none; }
#XqEMaCA0BfnssrIKqB7ubfUmqcchndp6 { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749125rem;height:3.12283125rem;text-decoration:none;z-index:100129;text-align:center;text-align-last:center;top:155.5rem;left:25.25rem;display:block; }
#xRco3hxi6rL9ToiicPpL1ln25ISFcgXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VQIOU3TxB1axLFQPU5L3U4g84OXpxM8X { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:150.125rem;left:24.4375rem;height:2.92535rem;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; }
#kWTILroDEhPDbPkVJvpowV3S1k03v3LI { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100154;top:140.625rem;left:32.875rem;display:block; }
#olA03QSFfVyfkuNDTHkBReF1T9tJTTAv { color:#00308a;display:block;width:11.9954375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100148;line-height:1.3;letter-spacing:0;top:146.0625rem;left:23.0625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RAXbywlTi2T7ZP802HyaNC1lbAEfgPyd { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100155;line-height:1.3;letter-spacing:0;top:143.5rem;left:34.6875rem;height:1.54296875rem;font-style:normal;display:block; }
#UbmuSdkLpsyTRKFFhPZpTD2HygMApeBz { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.1875rem;width:14.375rem;top:144.8125rem;left:1.25rem;display:block; }#UbmuSdkLpsyTRKFFhPZpTD2HygMApeBz.adaptive-delivery-prevent-bg, #UbmuSdkLpsyTRKFFhPZpTD2HygMApeBz.lazyload, #UbmuSdkLpsyTRKFFhPZpTD2HygMApeBz.lazyloading { background-image: none; }
#ZGATeD0rTZnf2eF8GJn9ZWOHMpCiXsO4 { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749125rem;height:3.12283125rem;text-decoration:none;z-index:100135;text-align:center;text-align-last:center;top:155rem;left:4.6875rem;display:block; }
#ULmwqHuu4shMalKHlJvLOeDXPZLpGhuy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Sa0VEzB8eqVC5VLUc0m2waZX7zWa4Giq { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:149.625rem;left:3.875rem;height:2.92535rem;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; }
#w8cKkl6lJxZ3Z5za0clP6FF9NoGZpTWX { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100160;top:140.625rem;left:11.3125rem;display:block; }
#k74Nrs7qLsd3HTsd30E8SwNHgeecsRcO { color:#00308a;display:block;width:11.9954375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100154;line-height:1.3;letter-spacing:0;top:145.5625rem;left:2.5rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UoILItLU3mON3zbW13ilLlXZJnDO0Qi7 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100161;line-height:1.3;letter-spacing:0;top:143.75rem;left:13.3125rem;height:1.54296875rem;font-style:normal;display:block; }
#iDz0ttLZWspCZXqKlFR85Ph3QH3lWnfM { color:#000000;display:block;width:59.99675rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:161.60807418823rem;left:0.0032539367675781rem;height:2.11263125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FtzG977JUiABAVTLgI7Jno7A4xUbg8nQ { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749125rem;height:3.12283125rem;text-decoration:none;z-index:100129;text-align:center;text-align-last:center;top:179.375rem;left:46rem;display:block; }
#qy7zHJlyWoxq3rcu7qC9rU2EUlFVOmZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CTxfzovk4SRWQ690Mp1Fpq94NRyBbLSf { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.1875rem;width:14.375rem;top:169.1875rem;left:42.5625rem;display:block; }#CTxfzovk4SRWQ690Mp1Fpq94NRyBbLSf.adaptive-delivery-prevent-bg, #CTxfzovk4SRWQ690Mp1Fpq94NRyBbLSf.lazyload, #CTxfzovk4SRWQ690Mp1Fpq94NRyBbLSf.lazyloading { background-image: none; }
#TfDQUbiabayxX9eO00eXESp6wbd7HikD { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100154;top:165.25rem;left:52.8125rem;display:block; }
#lUZno0tUKeyQ2UlBfwESuO4q6kQHSkxo { color:#00308a;display:block;width:11.9954375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100148;line-height:1.3;letter-spacing:0;top:171.67970085144rem;left:44.187282562256rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cb8TQ89TlaLG6m0HMTebx6dzcchsy7fE { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100155;line-height:1.3;letter-spacing:0;top:168.125rem;left:54.625rem;height:1.54296875rem;font-style:normal;display:block; }
#scc0dTT6hyBSnSDJfaT2irDAqfonoQVd { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749125rem;height:3.12283125rem;text-decoration:none;z-index:100134;text-align:center;text-align-last:center;top:179.5rem;left:11.5rem;display:block; }
#l0uq8zgvviZOolq2nIvoTbQ6rtRfvpJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ms0clePNbfhQ5rUhFbLqgHLyNR7vXcZ3 { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.1875rem;width:14.375rem;top:169.3125rem;left:8.0625rem;display:block; }#ms0clePNbfhQ5rUhFbLqgHLyNR7vXcZ3.adaptive-delivery-prevent-bg, #ms0clePNbfhQ5rUhFbLqgHLyNR7vXcZ3.lazyload, #ms0clePNbfhQ5rUhFbLqgHLyNR7vXcZ3.lazyloading { background-image: none; }
#H6LTwEa8zoWPfa1bzy2DdkEpgcXDyWiF { color:#00308a;display:block;width:11.9954375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100153;line-height:1.3;letter-spacing:0;top:172.32965660095rem;left:9.1525611877444rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E32URiNiSlrfhDIGZwPgPGlVy0LdoEMk { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100159;top:165.375rem;left:18.3125rem;display:block; }
#y8Qm1nQSKAJDWnqyyDT0GRiTit8uDKr1 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100160;line-height:1.3;letter-spacing:0;top:168.25rem;left:20.125rem;height:1.54296875rem;font-style:normal;display:block; }
#JyBdVeecznq1FCkUGttgvWIhMLd9EAeP { color:#000000;display:block;width:59.99675rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:184.67015266419rem;left:0.0032539367675781rem;height:2.11263125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wUM86EpSUB5NBWADTqUiAnS3zSqipBJa { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749125rem;height:3.12283125rem;text-decoration:none;z-index:100134;text-align:center;text-align-last:center;top:201.4375rem;left:45.0625rem;display:block; }
#mhrRFrRg5XX1E0oRMnqFGTLrdfmcQyvV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T2dGUXWZ7sCfdiHadRbdJftrAqUAdF9v { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.1875rem;width:14.375rem;top:191.25rem;left:41.625rem;display:block; }#T2dGUXWZ7sCfdiHadRbdJftrAqUAdF9v.adaptive-delivery-prevent-bg, #T2dGUXWZ7sCfdiHadRbdJftrAqUAdF9v.lazyload, #T2dGUXWZ7sCfdiHadRbdJftrAqUAdF9v.lazyloading { background-image: none; }
#SCNyeS1vuzxBhUiliGSIWPJJRM4WxVX3 { color:#00308a;display:block;width:11.9954375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100153;line-height:1.3;letter-spacing:0;top:193.75rem;left:43.25rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QtzDvTNSVB5IX9VOp7oFL9QURVMhhr6N { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100159;top:187.3125rem;left:51.875rem;display:block; }
#t7Ltt1RgLhLf50EzTUZ1mdTDHJ9sXB8i { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100160;line-height:1.3;letter-spacing:0;top:190.1875rem;left:53.6875rem;height:1.54296875rem;font-style:normal;display:block; }
#VyMTF9SKkd5seFQ5E9TWlh8uN5AWdOiU { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749125rem;height:3.12283125rem;text-decoration:none;z-index:100139;text-align:center;text-align-last:center;top:200.3125rem;left:10.0625rem;display:block; }
#e666Vft8STXdRNxRebMqSIbDs2MlhmTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FSvsgzKIVOQc7mRgnc4Lzu8IJWvH1uVp { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.1875rem;width:14.375rem;top:190.125rem;left:6.625rem;display:block; }#FSvsgzKIVOQc7mRgnc4Lzu8IJWvH1uVp.adaptive-delivery-prevent-bg, #FSvsgzKIVOQc7mRgnc4Lzu8IJWvH1uVp.lazyload, #FSvsgzKIVOQc7mRgnc4Lzu8IJWvH1uVp.lazyloading { background-image: none; }
#UH66vVddZifDwDSCAmTNzqfdA3k7IhhM { color:#00308a;display:block;width:11.9954375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100158;line-height:1.3;letter-spacing:0;top:192.625rem;left:8.25rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfPpKynlGLlXQDl7Atrsh3n4IagRfJnx { box-sizing:content-box;color:#f40000;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100164;top:186.1875rem;left:16.875rem;display:block; }
#BshoCs7PbXogX9EFIZdeE9H7MOnGteTz { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100165;line-height:1.3;letter-spacing:0;top:189.0625rem;left:18.6875rem;height:1.54296875rem;font-style:normal;display:block; }
#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -moz-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -ms-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -o-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f141b', endColorstr='#99637789' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f141b', endColorstr='#99637789' );";background-image: linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-size:initial !important;position:relative;display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { background-color: transparent; background-image: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .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); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { border-width: 0; border-radius: 0; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { font-size:0.875rem;font-family:"open sans";height:14.4375rem;width:60rem;position:relative;display:block; }#O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.5435rem;font-style:normal;display:block; }
#Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#TSWhXVtpP9Ezl7avF3C7fdXBtEnzfIf6 { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { box-sizing:content-box;color:#434343;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:100004;top:18.125rem;left:6rem;display:none; }
#z2SbkarbPCFKUdST6zW7l4LCDCZGy8WZ { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:50.4375rem;display:block; }
#D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { color:#ffffff;display:block;width:19.437rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:13.0576171875rem;left:25.24951171875rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DzF3Xfviz2kQbSJLyD0gXAo5D9abywVt { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:3.9995625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ocwsufZnfxrRvJHncl0DpUp2u9Av7nxA { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:50.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { top:0rem;left:12.468749046326rem;width:22.8125rem;height:6.0617875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { width:15.9375rem;height:2.1875rem;top:8rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzQ3vnsMmfinxrTWoIFRzBUdbiqtPu5b { top:32.3125rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3E7XfAFRp6TVJhPpXKG6CAStsE2tv4t { top:39.1875rem;left:33rem;width:14.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { width:15rem;height:auto; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 {  }
 }@media only screen and (max-width: 763px) { #APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV {  }
 }@media only screen and (max-width: 763px) { #E6TJXEoWeC2K3IePTVSdHIHhPF0nodnQ { top:7.6875rem;left:0rem;width:17.9375rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJNLmm5eLhyJQhAWeQbdlzqImQDFEhB1 { top:12.5rem;left:16.5625rem;width:31.1875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM7T6GzpdIikaJU6HdvJdJdwAyOpHT9T { top:1.625rem;left:16.25rem;width:31.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRUrFUWtAwuRddHomtyhrhsW9rbbDtxl { top:3.6875rem;left:16.25rem;width:31.5rem;height:5.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnsCApuicH9yyTS7zWvFVF01xs9olQMr { width:17.4375rem;height:3.375rem;top:10.5rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Advu3FA8i9b2liHSgXwT1TteC3Ii0q { display:block; }
 }@media only screen and (max-width: 763px) { #bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE { display:block; }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih1vxpJmXQeUVTBbP2cSGzAh0ReHST8q { top:9.9375rem;left:0.5rem;width:11.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9EpLeReRWaOkndAD5hdWnOz4HsEGRyU { top:16.75rem;left:0.5rem;width:12.75rem;height:2.75rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRhEonsGTNrKVLVCDUD2nnqDDRwNbCod { top:19.5rem;left:1.8430271148682rem;width:6.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9HrhosoBytRXQcBxmhT2LVmeGdL8GKg { width:6.6875rem;height:3.0625rem;top:23rem;left:1.9348964691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZrwGBZR3ktkewCNU9zSSf1dflATBTW { display:block; }
 }@media only screen and (max-width: 763px) { #R3QK4yLVcb1xAh81FD1inuktK2KSOhRU { top:31.375rem;left:0rem;width:11.75rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhpBuFhEB6mh1XAnGFKKXkSPfKQOZ7qi { top:31.375rem;left:0rem;width:11.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLT7DRZFWILfIpEHQX9KcSgId8uNDb5V { top:37.125rem;left:0rem;width:12.8125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoR2NCi2QpyCGITc458ZUQ7ShVsF4P4a { top:42.5625rem;left:0rem;width:6.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtFcnpvTlLhz43LniOmPQfpyMQ70Xzu { width:6.6875rem;height:3.0625rem;top:46.0625rem;left:3.0286464691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0xU8cydLFiEiGQP4pmoEyA3DIxxbta { display:block; }
 }@media only screen and (max-width: 763px) { #WIK1mydzi76qwt2ZI9m5FiNscDyzaTO4 { top:33.6875rem;left:18.9375rem;width:11.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4uecIoTF8esU0O0mIrx51v7EioPH8eI { top:42.375rem;left:14.4375rem;width:6.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBaMJDp7zEo5MrDEzRceAWV26fABRAr { top:42.1875rem;left:34rem;width:6.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJk5T4JBE58odQkLGdkt6AHD5lhroNoV { top:33.9375rem;left:35.9375rem;width:11.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP4WH4J8UeTBzzhDbg1BlAWBCLT0S7Cs { top:39.5625rem;left:17.6875rem;width:12.75rem;height:2.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KQovHyr0HSEI5LULEEXi6k4kDZqyHh { top:36.625rem;left:34.9375rem;width:12.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9PN1FgQ72LKMqmeJX5u5PoQzNEI8xNt { width:6.6875rem;height:3.0625rem;top:46.125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8nMado2CFGHVvvKGqmVZNNUPWLgEVe7 { display:block; }
 }@media only screen and (max-width: 763px) { #AeqQsBy9sXcWnEZIbba1vgzAoq3lLy5x { width:6.6875rem;height:3.0625rem;top:46.0625rem;left:38.966869354248rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckywaMk7WKeX3A7c3kDeUaTOeAGoOTVq { display:block; }
 }@media only screen and (max-width: 763px) { #m69sPgkBiVVcm8UD4Tz7F9gK6pxJ1eNF { top:10.0625rem;left:35.624858856201rem;width:11.75rem;height:2.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVL0rASTg3TpyFNNqhNTehzUz8ZuqvNo { top:14.125rem;left:34.9375rem;width:12.8125rem;height:3.625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK3Er20TKsd2fHewDR9VNynxRJqSCdRc { width:6.6875rem;height:3.0625rem;top:23rem;left:38.686923980713rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmyahzKT1KOxayb4FwE0uT7LsgHTn3ER { display:block; }
 }@media only screen and (max-width: 763px) { #As41qFRsiEpt89LadvlnKG4krEa2U3Hn { top:10.9375rem;left:17.6875rem;width:11.75rem;height:2.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFThkiKh2b2E26LoTGCVm5Twr9KJkQQ { top:15rem;left:17.1875rem;width:12.75rem;height:3.625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgRsGzubJO7o2Azvq9vw2iZOafQXbTmi { width:6.6875rem;height:3.0625rem;top:23.1875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Mvb1eQ3KZCHragLoXZJ6u4xA93Tss0 { display:block; }
 }@media only screen and (max-width: 763px) { #Dfrb3R53sKvH7SxSZgS49T44oGAoQTI5 { top:13.1875rem;left:18rem;width:12.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NTmw66199BOPxLTiwAEUx4ItRn3qJr { top:0rem;left:9.6873550415037rem;width:31.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bENUpogwVauMUlsFBmTnrSaVTRGTJp0v { top:5.3125rem;left:40.625rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFVGw2gBUAcWPI7ct2WXHQO2Iv1lZakg { top:8.125rem;left:43.8125rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSDWLM3qAfkfhoMffSpMJTmLKOG6JGZA { top:3.8125rem;left:29.625rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkWDrXTgLTHpV4rUaCBZ5c1JoD97fv5V { top:6.625rem;left:31.4375rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrBgRgDJVDSKlfPf3vbEML1bJkKM552P { top:3.6875rem;left:10.625rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGn3ql0aDMGOyluHD5UPaipfRHIixITd { top:6.4375rem;left:12.875rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoxJCcUlAMhvZTTZ6S9tE9S4JJPw783r { top:26.4375rem;left:40.625rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWcq5XoTZK0pC24qHPN2XLr40k7HXx0J { top:29.25rem;left:43.8125rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y75mLJLqK1CEhhlswxnNex8DTCcpSDmg { top:26.9375rem;left:28.0625rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJQSky6OXT1LADIBWOmwQg576OvtrTdX { top:29.75rem;left:29.875rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtvpfAhJR5FgiIaVb9Cz6CU21hbzP7cN { top:25.75rem;left:10.625rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWGpq2wdHnyHvk1QGgiPBxpDLihQM2E7 { top:28.5625rem;left:12.4375rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFMXDLqvnOcsbTgEPd6pNkfrxQZZQDRA { width:14.3125rem;height:15.6875rem;top:8.875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTuU0afzk9ZM1MttT4fOHMkA2MkGumQd { width:14.3125rem;height:15.6875rem;top:9.0625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKzU1FguWV13OriB6h4Z4tLfd4IEmvc1 { width:14.3125rem;height:15.6875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaoF0NGdTFIOq0hJqCGQO9tSd8sgcHz8 { width:14.3125rem;height:15.6875rem;top:31.25rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5XQkxOg5CRQAQyBZBv388PTikSi2nN6 { width:14.3125rem;height:15.6875rem;top:31.375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfOUrDBLvV5B8KOJIOG439pSgKlTQiO7 { width:14.3125rem;height:15.6875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9SmPULd1ixbCQV1t9ALqZ7ZTvndEps1 { width:47.75rem;height:2.0625rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmT5RDTl4oGEMGP0TdXvENPosumNfhUW { width:47.75rem;height:2.0625rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaX6xR5P043rDJI4DQO9AmE8iE8KFFIT { width:14.3125rem;height:15.25rem;top:55.1875rem;left:17.655384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNQpUwoDsZc3ootdyxlHTDzQrECPbqoy { width:12.5625rem;height:;top:58.0625rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6xu6WdQ4xTO6iqr39R2syuNl84cO7Qe { top:62.875rem;left:18.9375rem;width:10.875rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHKi6EG6rzhK9s6JCJSXPro5gXOMUFVE { width:15.125rem;height:1.875rem;top:62.875rem;left:16.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6vfSTlTQepUM9gST9FFTel4bb3MQfEL { width:14.3125rem;height:15.25rem;top:55.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgx4EfFg9mFBsgmtOxncFQtyGaW2wpy1 { width:12.5625rem;height:;top:58.0625rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbNFGIxZbX6Og9H3sR5nuuU9mlDOBMwG { top:62.875rem;left:36.8125rem;width:10.875rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZlG4W3AVKdHFbgw2fJOvKvt83dVpdfb { width:15.125rem;height:1.875rem;top:62.875rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy7au0hhFGCe2yV0qknoKAwq7kJa87tr { top:67.875rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i57iFteVhgFbqGFuqJaK3c9NP6FaTZUO { display:block; }
 }@media only screen and (max-width: 763px) { #Gi2dIISSECphR1TxnaC7UJwLie1pTpIU { width:14.3125rem;height:15.25rem;top:76.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7mGxIRWCltJRdOZdJpa8247PQcSJci2 { width:12.5625rem;height:2.875rem;top:77.125rem;left:18.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILt6TeEMCb2topRZgztgqPypR7s1GveX { top:82.625rem;left:21.125rem;width:9.1875rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCKPTNXgJePtdLuooTmTrqH2XV5SI6Vr { width:14.3125rem;height:15.25rem;top:76.1875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8lLo8QRKoxvf4WUE4KJvbkRDfJdl7t { width:12.5625rem;height:1.4375rem;top:77.875rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kirZJJ75viRcTO44OH50S70oBErnMisM { top:82.375rem;left:36.875rem;width:10.875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxOQC63ZRZvoZ761aqENtK6sklLWpED5 { width:15.125rem;height:1.875rem;top:87.375rem;left:16.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uadTCbnSSIxHqiUFs7guOpXrsWI1OxMU { width:15.125rem;height:1.875rem;top:87.375rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtPFOXtnzartz2pDWCoqh2HvTM0qMSp { width:14.3125rem;height:14rem;top:76.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THgUaPTDZXsnhv1x1P0Z0TASoCvVOKdL { width:12.5625rem;height:1.4375rem;top:77.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laeZqTUM18J6b0RK2wgh8eXbibQSiwxb { top:81.5625rem;left:0rem;width:13.375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTaPWHOHXFK3i2IHWKHmwsagwy0X4Tkw { width:15.125rem;height:1.875rem;top:86.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJJCP7QhIJV0uv3Uk1l5bF2dd3lgyBtI { top:85.3125rem;left:0rem;width:10.875rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP77PwTeolN2iMmOMMWZCxbFWvg002hy { width:14.3125rem;height:15.6875rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5PeevkrhplEHAUATrhHU1LRSqHJzece { top:59.875rem;left:1.4357643127441rem;width:10.875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmBxUvHdRkO5cgMEAENHbz2NWAkHw6gF { width:12.5625rem;height:2.875rem;top:55.1875rem;left:0.09172439575195rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7DcDZXXokNcTRRwIzB0bIrFrD5cSQDu { width:15.125rem;height:1.875rem;top:66.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpwoh7uk4psCc6TD5SAcVQugOZP62o43 { top:87.6875rem;left:0rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdTc6Ew80AGK3OTunc9ZSyP4U8ATPpCD { display:block; }
 }@media only screen and (max-width: 763px) { #ffCD8RbwPzwy3vHMCpi1AgmgcQI3mpM1 { top:68.0625rem;left:0.1875rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZSJlWH01mlp1FkKlfo3k0b2oRadmN7y { display:block; }
 }@media only screen and (max-width: 763px) { #GRck9GhJK2otPI5IyhD26n4uSSaC0g2l { width:6.6875rem;height:3.0625rem;top:69.8125rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRHxwAZgS8X94aIMG3THi34rTlEnrNLE { display:block; }
 }@media only screen and (max-width: 763px) { #NCr5L4i3S362Ndy5X5TnJnJgmxVLk8eV { width:6.6875rem;height:3.0625rem;top:69.1875rem;left:21.467594146729rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkF4MiO2n6mzJKBPZ6drOT1Vx05m0OKi { display:block; }
 }@media only screen and (max-width: 763px) { #wTJ3XBmN5o1otyu2NXytP55bBawcdm7e { width:6.6875rem;height:3.0625rem;top:69.1875rem;left:1.9348964691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw0kwsuyQBWzlTflplFpDiWzrcpfvrgP { display:block; }
 }@media only screen and (max-width: 763px) { #ixpQLtZbUHmJ65VWCSJCH1NhmhT4t0oT { width:6.6875rem;height:3.0625rem;top:89.5625rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdOotTpnfFAd6umVSIeyOLmnwVoTlQXz { display:block; }
 }@media only screen and (max-width: 763px) { #gVDrBTf2Z2Ud21deMaRT4TugNagZkBkf { width:6.6875rem;height:3.0625rem;top:89.5625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw40ASgu6O9748zlsiZz5umlX7erBwXo { display:block; }
 }@media only screen and (max-width: 763px) { #TmZVdXoUeCBR4DxWPtWCfSLIN03KToRk { width:6.6875rem;height:3.0625rem;top:88.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hutRbnNVWbdSQGdu3q8ndKGkV3VOtoI5 { display:block; }
 }@media only screen and (max-width: 763px) { #T8laTXhWXqdAutVx1lDvavHMHC1TTCTi { top:51.75rem;left:40.625rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8RqJbK5A7DQb3rz0FpcIsxHOEDv2eE7 { top:54.5625rem;left:43.8125rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvmm3k607xbPKXKRPvxxQi8bTA3Xffk8 { top:51.75rem;left:29.375rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9T1b9t27bKBmHPsxJsrtrJsxgb9HWF7 { top:54.5625rem;left:31.1875rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL8ELhClLayMhPJxWAJRp0wUTCZhW1hv { top:51.125rem;left:11.0625rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP3CIG2hHHrRLv3gXxeduL0LVhpglRgA { top:53.9375rem;left:12.875rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXBK3E9v3phIw1VAg8HO0PCXFPVWcerS { top:72.25rem;left:40.625rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl60hoXgS3gdX0pUztf9XCs5BCFdT4cT { top:75.0625rem;left:43.8125rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N00XVOn1TGkWo3EMHgEQViffVdrzLXdo { top:72.25rem;left:28.4375rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avd9M7I2bszzFJIiArEvpBtQFurNWZ1X { top:75.0625rem;left:30.25rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3uJSAzTOz02ykHfzkEIhBB9i6TZcred { top:72.0625rem;left:8.75rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZvR2CGcDXsb9I7B5N7l4qCHkayHIoix { top:74.875rem;left:10.5625rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpUHrW26WFJTS7qkW9O20TtZkM87apcD { top:100.4375rem;left:36.5rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGfkkGiXxC18vCbDvJGctinKWpV0ehd7 { top:103.8125rem;left:37.5rem;width:8.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ZS6Czrl7uXoNuJBMrBTTLzVtbnisz8 { top:103.625rem;left:38.25rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4r0KE2nIJCKxBeNOoUcXbvgPihV0RXA { top:98.4375rem;left:17.625rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3bls1i9DOKk8CVbkxoKTL6ESCx1csZZ { top:103.25rem;left:19.125rem;width:8.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbAkeQDgATfyX72o2JeOMLU3rf9Js8rm { top:103rem;left:19.5625rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpELfvA34H7bn5tlxAaDucCgGzAQzlSF { top:99.75rem;left:0rem;width:10.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZSdS4nGHCxGi66T1aRonnh6FdgBJ9om { top:102.9375rem;left:0rem;width:8.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfkzkHBtiGNullPKqeR4rtnVyTnGZNFR { top:95.0625rem;left:6.25rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTJiFhRgcwa7R4DCrBdPGTabwBfMeRJc { top:97.875rem;left:8.0625rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6lyJUaUsIpHLMvZ2eHCT40iTkoRVTtv { top:94.5rem;left:26.75rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrnGCR9uWmUNS1o4XiAdukB2d0wkS3dy { top:97.375rem;left:28.5625rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynHKNeIBP9r59e9uZ6mi2SUcCihCgVx1 { top:103.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeU39vQTIhSPUO3NxMrcJicGm0Vieutz { top:94.5rem;left:40.625rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCZK4DaFCvbZZekWaTrBoL2wgTtqUDeL { top:115.375rem;left:35.75rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxQJd4HOndPRF9P0Jx3toyUNDgMwMbf8 { top:118.1875rem;left:37.5625rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5f826VICF66OCcim09ErLvy0pRTA9F9 { top:114.9375rem;left:13.3125rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMXa4yA7TptDouQ8PqRA5VQBTaS7pBQi { top:120.75rem;left:27.25rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpWN4Ivm8vDMiBoceHbBEFJ5IMZ6TKEw { top:117.75rem;left:14.99840927124rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuvS4kWcm2sygJsHqLbol05lotNe9gDQ { top:121.3125rem;left:5.25rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMZq5JmGFEowOw4EZ43Tw0LmP325EDiB { top:123.5625rem;left:28.1875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3WaNvILsXBaazoe2kTooWGBCOvg3xFK { top:123.9375rem;left:27.8125rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI9cNQ8dwnx2uNnaKgD0gPlPZ23M3ap9 { top:126.3125rem;left:26.625rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eInUk5QFceqUd92yGAMv4KxTZt8Q3s82 { top:128.25rem;left:28.687501907349rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #smTXIekXXqsxbON640JTvNhwtSFvkmyv { top:125.4375rem;left:5.5625rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVNTMs8QhOMPA2NwCBViLDDypTml62vs { top:128.5625rem;left:5.5625rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltu6poqVeTQnCSO7FXURZQw3LFXaT1Ks { top:128.6875rem;left:27.875rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W54yucfNTe0xSZaE1oZyLrNvPi4eJTFv { top:125.5rem;left:4.375rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzCP3UXDlyCuTX4tX4dzN6AC796DE302 { top:130.3125rem;left:28.1875rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twglVmRxO4KQ1TfOT5pkAqNLTHVmeOsf { top:97.3125rem;left:43.8125rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8015VbBxi5K69NqzuVSsBvhATGD4lhw { width:14.3125rem;height:14rem;top:98.1875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXabyT71iOmXVCLgrtt5arZ2NWdhiKkE { width:14.3125rem;height:14rem;top:98.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeToZ0AitDnTWlvlSRaLhXGg4FhXfqVc { width:14.3125rem;height:14rem;top:98.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AET5TELAbiOfPoBFGVelFxxXgS0BMSXK { width:14.3125rem;height:14rem;top:118.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #URH0izW9W4WeFL9ygtvHeQnc3C0xZ4WA { width:14.3125rem;height:14rem;top:119.375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #btsTxnTA0qgxJyGfhzL1PgwDuneBH9Lt { width:6.6875rem;height:3.0625rem;top:110.5625rem;left:38.966869354248rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQvrnUsQOhD0zaOM4CtlQsTNWvuGDfAo { display:block; }
 }@media only screen and (max-width: 763px) { #ayA9lnnfOs0SVCvGNyiWruGZrKkwp4TA { width:6.6875rem;height:3.0625rem;top:111.25rem;left:20.498989105224rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN04wl2IIio4NnQWPZRFJSnLK9EIWTlh { display:block; }
 }@media only screen and (max-width: 763px) { #Ib11e8wDpLJwLhuCekcGKQkstFWNyUOH { width:6.6875rem;height:3.0625rem;top:110.5625rem;left:0.49826431274414rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub4W9ECnO9qNNIrtyI9e6HgWG0zQripS { display:block; }
 }@media only screen and (max-width: 763px) { #AEh7JXN38UhoSczrizgz5x8nX3IZNfyL { width:6.6875rem;height:3.0625rem;top:132.4375rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMdSqFNhReIw8OT9InNPUveTtqFdVcpn { display:block; }
 }@media only screen and (max-width: 763px) { #r8yw2VeTuK0r1k23Pabmv8mbLc8DTDWl { width:6.6875rem;height:3.0625rem;top:131.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce59RpAuhW9pa9971TzgX7Eon6mwdU4E { display:block; }
 }@media only screen and (max-width: 763px) { #uPsmB3f8VQd35d1x6cNWGfxAb5hRvy68 { width:47.75rem;height:2.0625rem;top:93.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfvTbhfkNW6gFyyNob2xCP5Ef80iugfz { top:74.875rem;left:10.5625rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0LFbrKiUc6Ivdph7PbRk7PxO3gM0dvV { width:47.75rem;height:2.0625rem;top:137.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #neQUuB6JbPUKfwZruyMeKtowTvEm2Wvt { width:14.375rem;height:10.1875rem;top:145.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWWJeGr7Drv6aCuQc6ug2TF1X9mHspLf { width:6.6875rem;height:3.0625rem;top:155.25rem;left:38.967231750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #msffZcndcdbVTCcDhNykUG8VK3Q1iOtA { display:block; }
 }@media only screen and (max-width: 763px) { #tLLMMDa2p2CnJDBFNuKQyGx5PWmiOMnt { top:149.875rem;left:38.124134063721rem;width:8.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWvozeMTKbEP1GupimxAbfbHq30qiEVx { top:141.1875rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHsHADV1sF8dddO0BAeU6x2SLFt3gAZx { top:145.125rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoMQk2ulFt4qQr1L2N6ZepG79cUI9sv0 { top:144.0625rem;left:43.8125rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUmSTPMOGCvAND63H3KFvi8fhZMtVHsN { width:14.375rem;height:10.125rem;top:145.3125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqEMaCA0BfnssrIKqB7ubfUmqcchndp6 { width:6.6875rem;height:3.0625rem;top:155.5rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRco3hxi6rL9ToiicPpL1ln25ISFcgXR { display:block; }
 }@media only screen and (max-width: 763px) { #VQIOU3TxB1axLFQPU5L3U4g84OXpxM8X { top:150.125rem;left:18.3125rem;width:8.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTILroDEhPDbPkVJvpowV3S1k03v3LI { top:140.625rem;left:26.75rem;width:7.1875rem;height:7.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #olA03QSFfVyfkuNDTHkBReF1T9tJTTAv { top:146.0625rem;left:16.9375rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAXbywlTi2T7ZP802HyaNC1lbAEfgPyd { top:143.5rem;left:28.5625rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbmuSdkLpsyTRKFFhPZpTD2HygMApeBz { width:14.375rem;height:10.125rem;top:144.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGATeD0rTZnf2eF8GJn9ZWOHMpCiXsO4 { width:6.6875rem;height:3.0625rem;top:155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULmwqHuu4shMalKHlJvLOeDXPZLpGhuy { display:block; }
 }@media only screen and (max-width: 763px) { #Sa0VEzB8eqVC5VLUc0m2waZX7zWa4Giq { top:149.625rem;left:0rem;width:8.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8cKkl6lJxZ3Z5za0clP6FF9NoGZpTWX { top:140.625rem;left:5.1875rem;width:7.1875rem;height:7.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74Nrs7qLsd3HTsd30E8SwNHgeecsRcO { top:145.5625rem;left:0rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoILItLU3mON3zbW13ilLlXZJnDO0Qi7 { top:143.75rem;left:7.1875rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDz0ttLZWspCZXqKlFR85Ph3QH3lWnfM { width:47.75rem;height:2.0625rem;top:161.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtzG977JUiABAVTLgI7Jno7A4xUbg8nQ { width:6.6875rem;height:3.0625rem;top:179.375rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy7zHJlyWoxq3rcu7qC9rU2EUlFVOmZM { display:block; }
 }@media only screen and (max-width: 763px) { #CTxfzovk4SRWQ690Mp1Fpq94NRyBbLSf { width:14.375rem;height:10.125rem;top:169.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfDQUbiabayxX9eO00eXESp6wbd7HikD { top:165.25rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUZno0tUKeyQ2UlBfwESuO4q6kQHSkxo { top:171.625rem;left:35.8125rem;width:11.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8TQ89TlaLG6m0HMTebx6dzcchsy7fE { top:168.125rem;left:43.8125rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scc0dTT6hyBSnSDJfaT2irDAqfonoQVd { width:6.6875rem;height:3.0625rem;top:179.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0uq8zgvviZOolq2nIvoTbQ6rtRfvpJq { display:block; }
 }@media only screen and (max-width: 763px) { #ms0clePNbfhQ5rUhFbLqgHLyNR7vXcZ3 { width:14.375rem;height:10.125rem;top:169.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6LTwEa8zoWPfa1bzy2DdkEpgcXDyWiF { top:172.3125rem;left:3.0275611877441rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E32URiNiSlrfhDIGZwPgPGlVy0LdoEMk { top:165.375rem;left:12.1875rem;width:7.1875rem;height:7.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Qm1nQSKAJDWnqyyDT0GRiTit8uDKr1 { top:168.25rem;left:14rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBdVeecznq1FCkUGttgvWIhMLd9EAeP { width:47.75rem;height:2.0625rem;top:184.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUM86EpSUB5NBWADTqUiAnS3zSqipBJa { width:6.6875rem;height:3.0625rem;top:201.4375rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhrRFrRg5XX1E0oRMnqFGTLrdfmcQyvV { display:block; }
 }@media only screen and (max-width: 763px) { #T2dGUXWZ7sCfdiHadRbdJftrAqUAdF9v { width:14.375rem;height:10.125rem;top:191.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCNyeS1vuzxBhUiliGSIWPJJRM4WxVX3 { top:193.75rem;left:35.8125rem;width:11.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtzDvTNSVB5IX9VOp7oFL9QURVMhhr6N { top:187.3125rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Ltt1RgLhLf50EzTUZ1mdTDHJ9sXB8i { top:190.1875rem;left:43.8125rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyMTF9SKkd5seFQ5E9TWlh8uN5AWdOiU { width:6.6875rem;height:3.0625rem;top:200.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e666Vft8STXdRNxRebMqSIbDs2MlhmTs { display:block; }
 }@media only screen and (max-width: 763px) { #FSvsgzKIVOQc7mRgnc4Lzu8IJWvH1uVp { width:14.375rem;height:10.125rem;top:190.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH66vVddZifDwDSCAmTNzqfdA3k7IhhM { top:192.625rem;left:2.125rem;width:11.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfPpKynlGLlXQDl7Atrsh3n4IagRfJnx { top:186.1875rem;left:10.75rem;width:7.1875rem;height:7.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BshoCs7PbXogX9EFIZdeE9H7MOnGteTz { top:189.0625rem;left:12.5625rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { width:28.8125rem;height:2.5rem;top:1.375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWhXVtpP9Ezl7avF3C7fdXBtEnzfIf6 { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2SbkarbPCFKUdST6zW7l4LCDCZGy8WZ { width:3.6875rem;height:3.6875rem;top:7.5625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { top:13rem;left:19.12451171875rem;width:19.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzF3Xfviz2kQbSJLyD0gXAo5D9abywVt { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocwsufZnfxrRvJHncl0DpUp2u9Av7nxA { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { width:20rem;height:5.3808625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { width:19.9980625rem;height:5.3818375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { width:15.9375rem;height:2.9752625rem;top:31.5625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qzQ3vnsMmfinxrTWoIFRzBUdbiqtPu5b { width:15.5625rem;height:15.5625rem;top:62.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3E7XfAFRp6TVJhPpXKG6CAStsE2tv4t { width:14.8125rem;height:1.38093125rem;top:74.5rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { width:15rem;height:auto;top:34.5rem;left:1.25rem; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { width:15rem;height:auto;top:34.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 {  }
 }@media only screen and (max-width: 763px) { #APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV {  }
 }@media only screen and (max-width: 763px) { #E6TJXEoWeC2K3IePTVSdHIHhPF0nodnQ { width:17.937rem;height:29.562rem;top:30.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJNLmm5eLhyJQhAWeQbdlzqImQDFEhB1 { width:20rem;height:20rem;top:6.9375028610231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM7T6GzpdIikaJU6HdvJdJdwAyOpHT9T { width:19.99925rem;height:1.462675rem;top:2.7481188774109rem;left:0.0014467239379883rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRUrFUWtAwuRddHomtyhrhsW9rbbDtxl { width:19.99925rem;height:3.00636875rem;top:4.7092018127441rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnsCApuicH9yyTS7zWvFVF01xs9olQMr { width:17.4375rem;height:3.375rem;top:22.745227813721rem;left:1.2796585559845rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Advu3FA8i9b2liHSgXwT1TteC3Ii0q { display:block; }
 }@media only screen and (max-width: 763px) { #bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE { display:block; }#bVSmHO5ayh4DmWgNiuhtyZSwZVF7ycaE > .row .container { width:20rem;height:483.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih1vxpJmXQeUVTBbP2cSGzAh0ReHST8q { width:11.8125rem;height:4.875rem;top:10.25rem;left:4.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9EpLeReRWaOkndAD5hdWnOz4HsEGRyU { width:12.8125rem;height:3.493925rem;top:17.6875rem;left:3.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRhEonsGTNrKVLVCDUD2nnqDDRwNbCod { width:6.9371875rem;height:1.625rem;top:15.125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9HrhosoBytRXQcBxmhT2LVmeGdL8GKg { width:10.31175rem;height:3.06206875rem;top:21.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZrwGBZR3ktkewCNU9zSSf1dflATBTW { display:block; }
 }@media only screen and (max-width: 763px) { #R3QK4yLVcb1xAh81FD1inuktK2KSOhRU { width:11.8125rem;height:2.03125rem;top:73.8125rem;left:5.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhpBuFhEB6mh1XAnGFKKXkSPfKQOZ7qi { width:11.8125rem;height:4.0625rem;top:73.8125rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLT7DRZFWILfIpEHQX9KcSgId8uNDb5V { width:12.8125rem;height:2.599825rem;top:79.5625rem;left:4.125rem;font-size:2rem;z-index:100151;display:block; }
 }@media only screen and (max-width: 763px) { #SoR2NCi2QpyCGITc458ZUQ7ShVsF4P4a { width:6.9371875rem;height:1.625rem;top:82.1875rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtFcnpvTlLhz43LniOmPQfpyMQ70Xzu { width:6.749875rem;height:3.06206875rem;top:85.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0xU8cydLFiEiGQP4pmoEyA3DIxxbta { display:block; }
 }@media only screen and (max-width: 763px) { #WIK1mydzi76qwt2ZI9m5FiNscDyzaTO4 { width:11.8120625rem;height:2.4375rem;top:95.3125rem;left:3.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4uecIoTF8esU0O0mIrx51v7EioPH8eI { width:6.9371875rem;height:1.625rem;top:102.875rem;left:0.75rem;font-size:1.25rem;z-index:100152;display:block; }
 }@media only screen and (max-width: 763px) { #iTBaMJDp7zEo5MrDEzRceAWV26fABRAr { width:6.9371875rem;height:1.625rem;top:120.1875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJk5T4JBE58odQkLGdkt6AHD5lhroNoV { width:11.8120625rem;height:2.4375rem;top:114.0625rem;left:3.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP4WH4J8UeTBzzhDbg1BlAWBCLT0S7Cs { width:12.81175rem;height:3.3311625rem;top:98.8125rem;left:2.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KQovHyr0HSEI5LULEEXi6k4kDZqyHh { width:12.81175rem;height:2.599825rem;top:117.0625rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9PN1FgQ72LKMqmeJX5u5PoQzNEI8xNt { width:6.749875rem;height:3.06206875rem;top:106.62399291993rem;left:6.2489874362946rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8nMado2CFGHVvvKGqmVZNNUPWLgEVe7 { display:block; }
 }@media only screen and (max-width: 763px) { #AeqQsBy9sXcWnEZIbba1vgzAoq3lLy5x { width:6.749875rem;height:3.06206875rem;top:125.0625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckywaMk7WKeX3A7c3kDeUaTOeAGoOTVq { display:block; }
 }@media only screen and (max-width: 763px) { #m69sPgkBiVVcm8UD4Tz7F9gK6pxJ1eNF { width:11.75rem;height:2.599825rem;top:52.125rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVL0rASTg3TpyFNNqhNTehzUz8ZuqvNo { width:12.8125rem;height:4.46875rem;top:55.75rem;left:2.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK3Er20TKsd2fHewDR9VNynxRJqSCdRc { width:6.75rem;height:3.0625rem;top:64.187357869rem;left:6.4992768764494rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmyahzKT1KOxayb4FwE0uT7LsgHTn3ER { display:block; }
 }@media only screen and (max-width: 763px) { #As41qFRsiEpt89LadvlnKG4krEa2U3Hn { width:13.0625rem;height:2.599825rem;top:30.875rem;left:3.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITFThkiKh2b2E26LoTGCVm5Twr9KJkQQ { width:12.8125rem;height:2.599825rem;top:37.3125rem;left:4.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgRsGzubJO7o2Azvq9vw2iZOafQXbTmi { width:6.75rem;height:3.0625rem;top:42.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Mvb1eQ3KZCHragLoXZJ6u4xA93Tss0 { display:block; }
 }@media only screen and (max-width: 763px) { #Dfrb3R53sKvH7SxSZgS49T44oGAoQTI5 { width:12.8125rem;height:1.7068125rem;top:34.125rem;left:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NTmw66199BOPxLTiwAEUx4ItRn3qJr { width:20rem;height:2.599825rem;top:0.62499682046473rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bENUpogwVauMUlsFBmTnrSaVTRGTJp0v { width:7.1875rem;height:7.1875rem;top:23.75rem;left:12.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFVGw2gBUAcWPI7ct2WXHQO2Iv1lZakg { width:4rem;height:1.54369375rem;top:26.5625rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSDWLM3qAfkfhoMffSpMJTmLKOG6JGZA { width:7.1875rem;height:7.1875rem;top:4.0625rem;left:12.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkWDrXTgLTHpV4rUaCBZ5c1JoD97fv5V { width:4rem;height:1.54369375rem;top:6.875rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrBgRgDJVDSKlfPf3vbEML1bJkKM552P { width:7.1875rem;height:7.1875rem;top:108.3125rem;left:12.125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGn3ql0aDMGOyluHD5UPaipfRHIixITd { width:4rem;height:1.54369375rem;top:111.125rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoxJCcUlAMhvZTTZ6S9tE9S4JJPw783r { width:7.1875rem;height:7.1875rem;top:88.125rem;left:12.125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWcq5XoTZK0pC24qHPN2XLr40k7HXx0J { width:4rem;height:1.54369375rem;top:90.9375rem;left:13.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y75mLJLqK1CEhhlswxnNex8DTCcpSDmg { width:7.1875rem;height:7.1875rem;top:66.6875rem;left:12.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJQSky6OXT1LADIBWOmwQg576OvtrTdX { width:4rem;height:1.54369375rem;top:69.5rem;left:14.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtvpfAhJR5FgiIaVb9Cz6CU21hbzP7cN { width:7.1875rem;height:7.1875rem;top:46.625rem;left:11.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWGpq2wdHnyHvk1QGgiPBxpDLihQM2E7 { width:4rem;height:1.54369375rem;top:49.4375rem;left:13.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFMXDLqvnOcsbTgEPd6pNkfrxQZZQDRA { width:14.3120625rem;height:15.6871875rem;top:28.125rem;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; }#xFMXDLqvnOcsbTgEPd6pNkfrxQZZQDRA.adaptive-delivery-prevent-bg, #xFMXDLqvnOcsbTgEPd6pNkfrxQZZQDRA.lazyload, #xFMXDLqvnOcsbTgEPd6pNkfrxQZZQDRA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cTuU0afzk9ZM1MttT4fOHMkA2MkGumQd { width:14.3120625rem;height:15.6871875rem;top:50.375rem;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; }#cTuU0afzk9ZM1MttT4fOHMkA2MkGumQd.adaptive-delivery-prevent-bg, #cTuU0afzk9ZM1MttT4fOHMkA2MkGumQd.lazyload, #cTuU0afzk9ZM1MttT4fOHMkA2MkGumQd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qKzU1FguWV13OriB6h4Z4tLfd4IEmvc1 { width:14.3120625rem;height:15.6871875rem;top:70.4375rem;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; }#qKzU1FguWV13OriB6h4Z4tLfd4IEmvc1.adaptive-delivery-prevent-bg, #qKzU1FguWV13OriB6h4Z4tLfd4IEmvc1.lazyload, #qKzU1FguWV13OriB6h4Z4tLfd4IEmvc1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aaoF0NGdTFIOq0hJqCGQO9tSd8sgcHz8 { width:14.3120625rem;height:15.6871875rem;top:92.625rem;left:2.125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aaoF0NGdTFIOq0hJqCGQO9tSd8sgcHz8.adaptive-delivery-prevent-bg, #aaoF0NGdTFIOq0hJqCGQO9tSd8sgcHz8.lazyload, #aaoF0NGdTFIOq0hJqCGQO9tSd8sgcHz8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I5XQkxOg5CRQAQyBZBv388PTikSi2nN6 { width:14.3120625rem;height:15.6871875rem;top:111.125rem;left:2.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; }#I5XQkxOg5CRQAQyBZBv388PTikSi2nN6.adaptive-delivery-prevent-bg, #I5XQkxOg5CRQAQyBZBv388PTikSi2nN6.lazyload, #I5XQkxOg5CRQAQyBZBv388PTikSi2nN6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kfOUrDBLvV5B8KOJIOG439pSgKlTQiO7 { width:14.3120625rem;height:15.6871875rem;top:6.5625rem;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; }#kfOUrDBLvV5B8KOJIOG439pSgKlTQiO7.adaptive-delivery-prevent-bg, #kfOUrDBLvV5B8KOJIOG439pSgKlTQiO7.lazyload, #kfOUrDBLvV5B8KOJIOG439pSgKlTQiO7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K9SmPULd1ixbCQV1t9ALqZ7ZTvndEps1 { width:19.9985625rem;height:1.65003125rem;top:4.060329914093rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmT5RDTl4oGEMGP0TdXvENPosumNfhUW { width:19.99925rem;height:1.65003125rem;top:130.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaX6xR5P043rDJI4DQO9AmE8iE8KFFIT { width:14.3125rem;height:15.25rem;top:153.875rem;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; }#OaX6xR5P043rDJI4DQO9AmE8iE8KFFIT.adaptive-delivery-prevent-bg, #OaX6xR5P043rDJI4DQO9AmE8iE8KFFIT.lazyload, #OaX6xR5P043rDJI4DQO9AmE8iE8KFFIT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xNQpUwoDsZc3ootdyxlHTDzQrECPbqoy { width:12.5621875rem;height:3.2487rem;top:156.75rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #E6xu6WdQ4xTO6iqr39R2syuNl84cO7Qe { width:10.8745625rem;height:0;top:161.5625rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHKi6EG6rzhK9s6JCJSXPro5gXOMUFVE { width:15.1244375rem;height:1.80013125rem;top:161.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6vfSTlTQepUM9gST9FFTel4bb3MQfEL { width:14.3125rem;height:15.25rem;top:173.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; }#A6vfSTlTQepUM9gST9FFTel4bb3MQfEL.adaptive-delivery-prevent-bg, #A6vfSTlTQepUM9gST9FFTel4bb3MQfEL.lazyload, #A6vfSTlTQepUM9gST9FFTel4bb3MQfEL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zgx4EfFg9mFBsgmtOxncFQtyGaW2wpy1 { width:12.5621875rem;height:1.625rem;top:176.6875rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #nbNFGIxZbX6Og9H3sR5nuuU9mlDOBMwG { width:10.8745625rem;height:0;top:181.5rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZlG4W3AVKdHFbgw2fJOvKvt83dVpdfb { width:15.1244375rem;height:1.80013125rem;top:181.5rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy7au0hhFGCe2yV0qknoKAwq7kJa87tr { top:186.5rem;left:4.3125rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i57iFteVhgFbqGFuqJaK3c9NP6FaTZUO { display:block; }
 }@media only screen and (max-width: 763px) { #Gi2dIISSECphR1TxnaC7UJwLie1pTpIU { width:14.3125rem;height:15.25rem;top:213.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; }#Gi2dIISSECphR1TxnaC7UJwLie1pTpIU.adaptive-delivery-prevent-bg, #Gi2dIISSECphR1TxnaC7UJwLie1pTpIU.lazyload, #Gi2dIISSECphR1TxnaC7UJwLie1pTpIU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W7mGxIRWCltJRdOZdJpa8247PQcSJci2 { width:12.5621875rem;height:3.2487rem;top:214.375rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ILt6TeEMCb2topRZgztgqPypR7s1GveX { width:9.1869375rem;height:4.87305rem;top:219.875rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCKPTNXgJePtdLuooTmTrqH2XV5SI6Vr { width:14.3125rem;height:15.25rem;top:234.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; }#iCKPTNXgJePtdLuooTmTrqH2XV5SI6Vr.adaptive-delivery-prevent-bg, #iCKPTNXgJePtdLuooTmTrqH2XV5SI6Vr.lazyload, #iCKPTNXgJePtdLuooTmTrqH2XV5SI6Vr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Td8lLo8QRKoxvf4WUE4KJvbkRDfJdl7t { width:12.5621875rem;height:1.625rem;top:235.8125rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #kirZJJ75viRcTO44OH50S70oBErnMisM { width:10.8745625rem;height:4.14061875rem;top:240.3125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxOQC63ZRZvoZ761aqENtK6sklLWpED5 { width:15.1244375rem;height:1.80013125rem;top:243.3125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uadTCbnSSIxHqiUFs7guOpXrsWI1OxMU { width:15.1244375rem;height:1.80013125rem;top:224.75rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtPFOXtnzartz2pDWCoqh2HvTM0qMSp { width:14.3125rem;height:14rem;top:194.875rem;left:2.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; }#JBtPFOXtnzartz2pDWCoqh2HvTM0qMSp.adaptive-delivery-prevent-bg, #JBtPFOXtnzartz2pDWCoqh2HvTM0qMSp.lazyload, #JBtPFOXtnzartz2pDWCoqh2HvTM0qMSp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #THgUaPTDZXsnhv1x1P0Z0TASoCvVOKdL { width:12.5621875rem;height:3.2487rem;top:196.5rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #laeZqTUM18J6b0RK2wgh8eXbibQSiwxb { width:13.3745625rem;height:5.52083125rem;top:200.3125rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTaPWHOHXFK3i2IHWKHmwsagwy0X4Tkw { width:15.1244375rem;height:1.80013125rem;top:203.125rem;left:2rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJJCP7QhIJV0uv3Uk1l5bF2dd3lgyBtI { width:10.8745625rem;height:0;top:204.0625rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP77PwTeolN2iMmOMMWZCxbFWvg002hy { width:14.3125rem;height:15.6875rem;top:133.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; }#MP77PwTeolN2iMmOMMWZCxbFWvg002hy.adaptive-delivery-prevent-bg, #MP77PwTeolN2iMmOMMWZCxbFWvg002hy.lazyload, #MP77PwTeolN2iMmOMMWZCxbFWvg002hy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W5PeevkrhplEHAUATrhHU1LRSqHJzece { width:10.8745625rem;height:7.799475rem;top:138.1875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmBxUvHdRkO5cgMEAENHbz2NWAkHw6gF { width:12.5621875rem;height:3.2487rem;top:133.4375rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #w7DcDZXXokNcTRRwIzB0bIrFrD5cSQDu { width:15.1244375rem;height:1.80013125rem;top:144.4375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpwoh7uk4psCc6TD5SAcVQugOZP62o43 { top:206.4375rem;left:4.3125rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdTc6Ew80AGK3OTunc9ZSyP4U8ATPpCD { display:block; }
 }@media only screen and (max-width: 763px) { #ffCD8RbwPzwy3vHMCpi1AgmgcQI3mpM1 { top:146.3125rem;left:4.375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZSJlWH01mlp1FkKlfo3k0b2oRadmN7y { display:block; }
 }@media only screen and (max-width: 763px) { #GRck9GhJK2otPI5IyhD26n4uSSaC0g2l { width:6.75rem;height:3.0625rem;top:187.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRHxwAZgS8X94aIMG3THi34rTlEnrNLE { display:block; }
 }@media only screen and (max-width: 763px) { #NCr5L4i3S362Ndy5X5TnJnJgmxVLk8eV { width:6.6875rem;height:3.0625rem;top:167.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkF4MiO2n6mzJKBPZ6drOT1Vx05m0OKi { display:block; }
 }@media only screen and (max-width: 763px) { #wTJ3XBmN5o1otyu2NXytP55bBawcdm7e { width:6.6875rem;height:3.0625rem;top:147.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw0kwsuyQBWzlTflplFpDiWzrcpfvrgP { display:block; }
 }@media only screen and (max-width: 763px) { #ixpQLtZbUHmJ65VWCSJCH1NhmhT4t0oT { width:6.6875rem;height:3.0625rem;top:247.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdOotTpnfFAd6umVSIeyOLmnwVoTlQXz { display:block; }
 }@media only screen and (max-width: 763px) { #gVDrBTf2Z2Ud21deMaRT4TugNagZkBkf { width:6.6875rem;height:3.0625rem;top:226.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw40ASgu6O9748zlsiZz5umlX7erBwXo { display:block; }
 }@media only screen and (max-width: 763px) { #TmZVdXoUeCBR4DxWPtWCfSLIN03KToRk { width:6.6875rem;height:3.0625rem;top:207.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hutRbnNVWbdSQGdu3q8ndKGkV3VOtoI5 { display:block; }
 }@media only screen and (max-width: 763px) { #T8laTXhWXqdAutVx1lDvavHMHC1TTCTi { width:7.125rem;height:7.125rem;top:252.4375rem;left:12.9375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8RqJbK5A7DQb3rz0FpcIsxHOEDv2eE7 { width:3.93735625rem;height:1.54369375rem;top:232.6875rem;left:14.5625rem;font-size:1.1875rem;z-index:100153;display:block; }
 }@media only screen and (max-width: 763px) { #hvmm3k607xbPKXKRPvxxQi8bTA3Xffk8 { width:7.125rem;height:7.125rem;top:169.125rem;left:12.9375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9T1b9t27bKBmHPsxJsrtrJsxgb9HWF7 { width:3.93735625rem;height:1.54369375rem;top:171.875rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL8ELhClLayMhPJxWAJRp0wUTCZhW1hv { width:7.1245625rem;height:7.1245625rem;top:149.6875rem;left:12.9375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP3CIG2hHHrRLv3gXxeduL0LVhpglRgA { width:3.93735625rem;height:1.54369375rem;top:152.375rem;left:15.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXBK3E9v3phIw1VAg8HO0PCXFPVWcerS { width:7.125rem;height:7.125rem;top:190.25rem;left:12.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl60hoXgS3gdX0pUztf9XCs5BCFdT4cT { width:3.93735625rem;height:0;top:455.40296250305rem;left:8rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N00XVOn1TGkWo3EMHgEQViffVdrzLXdo { width:7.125rem;height:7.125rem;top:209.75rem;left:12.9375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avd9M7I2bszzFJIiArEvpBtQFurNWZ1X { width:3.93735625rem;height:1.54369375rem;top:193.0625rem;left:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3uJSAzTOz02ykHfzkEIhBB9i6TZcred { width:7.1245625rem;height:7.1245625rem;top:229.875rem;left:12.9375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZvR2CGcDXsb9I7B5N7l4qCHkayHIoix { width:3.93735625rem;height:1.54369375rem;top:212.5625rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpUHrW26WFJTS7qkW9O20TtZkM87apcD { width:10.6871875rem;height:2.599825rem;top:336.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGfkkGiXxC18vCbDvJGctinKWpV0ehd7 { width:8.8744375rem;height:2.92535rem;top:339.6875rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ZS6Czrl7uXoNuJBMrBTTLzVtbnisz8 { width:1.8125rem;height:1.8125rem;top:339.5rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4r0KE2nIJCKxBeNOoUcXbvgPihV0RXA { width:11.9371875rem;height:2.599825rem;top:274.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3bls1i9DOKk8CVbkxoKTL6ESCx1csZZ { width:8.8744375rem;height:2.92535rem;top:279.625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbAkeQDgATfyX72o2JeOMLU3rf9Js8rm { width:1.8125rem;height:1.8125rem;top:279.375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpELfvA34H7bn5tlxAaDucCgGzAQzlSF { width:10.1244375rem;height:2.599825rem;top:257rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZSdS4nGHCxGi66T1aRonnh6FdgBJ9om { width:8.8744375rem;height:3.0859375rem;top:260.25rem;left:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfkzkHBtiGNullPKqeR4rtnVyTnGZNFR { width:7.125rem;height:7.125rem;top:269.875rem;left:12.9375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTJiFhRgcwa7R4DCrBdPGTabwBfMeRJc { width:3.93735625rem;height:1.54369375rem;top:272.6875rem;left:15.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6lyJUaUsIpHLMvZ2eHCT40iTkoRVTtv { width:7.125rem;height:7.125rem;top:330rem;left:12.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrnGCR9uWmUNS1o4XiAdukB2d0wkS3dy { width:3.93735625rem;height:1.54369375rem;top:332.8125rem;left:14.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynHKNeIBP9r59e9uZ6mi2SUcCihCgVx1 { width:1.8125rem;height:1.8125rem;top:260.4375rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeU39vQTIhSPUO3NxMrcJicGm0Vieutz { width:7.1245625rem;height:7.1245625rem;top:288.8125rem;left:12.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCZK4DaFCvbZZekWaTrBoL2wgTtqUDeL { width:7.125rem;height:7.125rem;top:288.8125rem;left:12.9375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxQJd4HOndPRF9P0Jx3toyUNDgMwMbf8 { width:3.93735625rem;height:1.54369375rem;top:291.625rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5f826VICF66OCcim09ErLvy0pRTA9F9 { width:7.125rem;height:7.125rem;top:310.5625rem;left:12.9375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMXa4yA7TptDouQ8PqRA5VQBTaS7pBQi { width:11.9371875rem;height:1.2999125rem;top:316.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpWN4Ivm8vDMiBoceHbBEFJ5IMZ6TKEw { width:3.93735625rem;height:1.54369375rem;top:313.375rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuvS4kWcm2sygJsHqLbol05lotNe9gDQ { width:11.9371875rem;height:1.2999125rem;top:297.1875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMZq5JmGFEowOw4EZ43Tw0LmP325EDiB { width:8.8744375rem;height:1.94921875rem;top:319.125rem;left:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3WaNvILsXBaazoe2kTooWGBCOvg3xFK { width:1.8125rem;height:1.8125rem;top:319.5rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI9cNQ8dwnx2uNnaKgD0gPlPZ23M3ap9 { width:11.9371875rem;height:1.2999125rem;top:321.875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eInUk5QFceqUd92yGAMv4KxTZt8Q3s82 { width:8.8744375rem;height:1.94921875rem;top:323.8125rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #smTXIekXXqsxbON640JTvNhwtSFvkmyv { width:8.8744375rem;height:1.94921875rem;top:301.3125rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVNTMs8QhOMPA2NwCBViLDDypTml62vs { width:8.8744375rem;height:1.2999125rem;top:304.4375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltu6poqVeTQnCSO7FXURZQw3LFXaT1Ks { width:1.8125rem;height:1.8125rem;top:324.25rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W54yucfNTe0xSZaE1oZyLrNvPi4eJTFv { width:1.8125rem;height:1.8125rem;top:301.375rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzCP3UXDlyCuTX4tX4dzN6AC796DE302 { width:8.8744375rem;height:1.2999125rem;top:325.875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twglVmRxO4KQ1TfOT5pkAqNLTHVmeOsf { width:3.93735625rem;height:1.54369375rem;top:298.8125rem;left:8.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8015VbBxi5K69NqzuVSsBvhATGD4lhw { width:14.3125rem;height:14rem;top:334.125rem;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; }#n8015VbBxi5K69NqzuVSsBvhATGD4lhw.adaptive-delivery-prevent-bg, #n8015VbBxi5K69NqzuVSsBvhATGD4lhw.lazyload, #n8015VbBxi5K69NqzuVSsBvhATGD4lhw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GXabyT71iOmXVCLgrtt5arZ2NWdhiKkE { width:14.3125rem;height:14rem;top:274.8125rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GXabyT71iOmXVCLgrtt5arZ2NWdhiKkE.adaptive-delivery-prevent-bg, #GXabyT71iOmXVCLgrtt5arZ2NWdhiKkE.lazyload, #GXabyT71iOmXVCLgrtt5arZ2NWdhiKkE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EeToZ0AitDnTWlvlSRaLhXGg4FhXfqVc { width:14.3125rem;height:14rem;top:255.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; }#EeToZ0AitDnTWlvlSRaLhXGg4FhXfqVc.adaptive-delivery-prevent-bg, #EeToZ0AitDnTWlvlSRaLhXGg4FhXfqVc.lazyload, #EeToZ0AitDnTWlvlSRaLhXGg4FhXfqVc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AET5TELAbiOfPoBFGVelFxxXgS0BMSXK { width:14.3125rem;height:14rem;top:294.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; }#AET5TELAbiOfPoBFGVelFxxXgS0BMSXK.adaptive-delivery-prevent-bg, #AET5TELAbiOfPoBFGVelFxxXgS0BMSXK.lazyload, #AET5TELAbiOfPoBFGVelFxxXgS0BMSXK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #URH0izW9W4WeFL9ygtvHeQnc3C0xZ4WA { width:14.3125rem;height:14rem;top:314.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; }#URH0izW9W4WeFL9ygtvHeQnc3C0xZ4WA.adaptive-delivery-prevent-bg, #URH0izW9W4WeFL9ygtvHeQnc3C0xZ4WA.lazyload, #URH0izW9W4WeFL9ygtvHeQnc3C0xZ4WA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #btsTxnTA0qgxJyGfhzL1PgwDuneBH9Lt { width:6.6875rem;height:3.0625rem;top:346.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQvrnUsQOhD0zaOM4CtlQsTNWvuGDfAo { display:block; }
 }@media only screen and (max-width: 763px) { #ayA9lnnfOs0SVCvGNyiWruGZrKkwp4TA { width:6.6875rem;height:3.0625rem;top:287.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN04wl2IIio4NnQWPZRFJSnLK9EIWTlh { display:block; }
 }@media only screen and (max-width: 763px) { #Ib11e8wDpLJwLhuCekcGKQkstFWNyUOH { width:6.6875rem;height:3.0625rem;top:267.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub4W9ECnO9qNNIrtyI9e6HgWG0zQripS { display:block; }
 }@media only screen and (max-width: 763px) { #AEh7JXN38UhoSczrizgz5x8nX3IZNfyL { width:6.6875rem;height:3.0625rem;top:328rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMdSqFNhReIw8OT9InNPUveTtqFdVcpn { display:block; }
 }@media only screen and (max-width: 763px) { #r8yw2VeTuK0r1k23Pabmv8mbLc8DTDWl { width:6.6875rem;height:3.0625rem;top:307.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce59RpAuhW9pa9971TzgX7Eon6mwdU4E { display:block; }
 }@media only screen and (max-width: 763px) { #uPsmB3f8VQd35d1x6cNWGfxAb5hRvy68 { width:19.99925rem;height:1.65003125rem;top:252.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfvTbhfkNW6gFyyNob2xCP5Ef80iugfz { width:3.93735625rem;height:1.54369375rem;top:255.25rem;left:14.5rem;font-size:1.1875rem;z-index:100121;display:block; }
 }@media only screen and (max-width: 763px) { #T0LFbrKiUc6Ivdph7PbRk7PxO3gM0dvV { width:20rem;height:1.6497375rem;top:350.81166439209rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neQUuB6JbPUKfwZruyMeKtowTvEm2Wvt { width:14.375rem;height:10.1875rem;top:356.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; }#neQUuB6JbPUKfwZruyMeKtowTvEm2Wvt.adaptive-delivery-prevent-bg, #neQUuB6JbPUKfwZruyMeKtowTvEm2Wvt.lazyload, #neQUuB6JbPUKfwZruyMeKtowTvEm2Wvt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wWWJeGr7Drv6aCuQc6ug2TF1X9mHspLf { width:6.6875rem;height:3.0625rem;top:366.68513774872rem;left:6.6558161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #msffZcndcdbVTCcDhNykUG8VK3Q1iOtA { display:block; }
 }@media only screen and (max-width: 763px) { #tLLMMDa2p2CnJDBFNuKQyGx5PWmiOMnt { width:8.8748125rem;height:2.92535rem;top:361.3125rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWvozeMTKbEP1GupimxAbfbHq30qiEVx { width:7.1875rem;height:7.1875rem;top:352rem;left:12.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHsHADV1sF8dddO0BAeU6x2SLFt3gAZx { width:11.936875rem;height:2.599825rem;top:356.5rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoMQk2ulFt4qQr1L2N6ZepG79cUI9sv0 { width:3.93663125rem;height:1.54296875rem;top:354.8125rem;left:14.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUmSTPMOGCvAND63H3KFvi8fhZMtVHsN { width:14.375rem;height:10.125rem;top: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; }#nUmSTPMOGCvAND63H3KFvi8fhZMtVHsN.adaptive-delivery-prevent-bg, #nUmSTPMOGCvAND63H3KFvi8fhZMtVHsN.lazyload, #nUmSTPMOGCvAND63H3KFvi8fhZMtVHsN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XqEMaCA0BfnssrIKqB7ubfUmqcchndp6 { width:6.6875rem;height:3.0625rem;top:385.12480354309rem;left:6.6558161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRco3hxi6rL9ToiicPpL1ln25ISFcgXR { display:block; }
 }@media only screen and (max-width: 763px) { #VQIOU3TxB1axLFQPU5L3U4g84OXpxM8X { width:8.8748125rem;height:2.92535rem;top:379.8125rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTILroDEhPDbPkVJvpowV3S1k03v3LI { width:7.1875rem;height:7.1875rem;top:370.6875rem;left:12.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #olA03QSFfVyfkuNDTHkBReF1T9tJTTAv { width:11.936875rem;height:2.599825rem;top:375.75rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAXbywlTi2T7ZP802HyaNC1lbAEfgPyd { width:3.93663125rem;height:1.54296875rem;top:373.5rem;left:14.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbmuSdkLpsyTRKFFhPZpTD2HygMApeBz { width:14.375rem;height:10.125rem;top:390.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; }#UbmuSdkLpsyTRKFFhPZpTD2HygMApeBz.adaptive-delivery-prevent-bg, #UbmuSdkLpsyTRKFFhPZpTD2HygMApeBz.lazyload, #UbmuSdkLpsyTRKFFhPZpTD2HygMApeBz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZGATeD0rTZnf2eF8GJn9ZWOHMpCiXsO4 { width:6.6873125rem;height:3.06206875rem;top:400.936419487rem;left:6.6558161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULmwqHuu4shMalKHlJvLOeDXPZLpGhuy { display:block; }
 }@media only screen and (max-width: 763px) { #Sa0VEzB8eqVC5VLUc0m2waZX7zWa4Giq { width:8.8748125rem;height:2.92535rem;top:395.625rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8cKkl6lJxZ3Z5za0clP6FF9NoGZpTWX { width:7.1875rem;height:7.1875rem;top:387.0625rem;left:12.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74Nrs7qLsd3HTsd30E8SwNHgeecsRcO { width:11.936875rem;height:2.599825rem;top:391.5625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoILItLU3mON3zbW13ilLlXZJnDO0Qi7 { width:3.93555rem;height:1.54296875rem;top:389.875rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDz0ttLZWspCZXqKlFR85Ph3QH3lWnfM { width:20rem;height:1.6497375rem;top:405.24850826416rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtzG977JUiABAVTLgI7Jno7A4xUbg8nQ { width:6.6875rem;height:3.0625rem;top:420.874584198rem;left:6.6558161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy7zHJlyWoxq3rcu7qC9rU2EUlFVOmZM { display:block; }
 }@media only screen and (max-width: 763px) { #CTxfzovk4SRWQ690Mp1Fpq94NRyBbLSf { width:14.375rem;height:10.125rem;top:410.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; }#CTxfzovk4SRWQ690Mp1Fpq94NRyBbLSf.adaptive-delivery-prevent-bg, #CTxfzovk4SRWQ690Mp1Fpq94NRyBbLSf.lazyload, #CTxfzovk4SRWQ690Mp1Fpq94NRyBbLSf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TfDQUbiabayxX9eO00eXESp6wbd7HikD { width:7.1875rem;height:7.1875rem;top:405.75rem;left:12.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUZno0tUKeyQ2UlBfwESuO4q6kQHSkxo { width:11.936875rem;height:5.19965rem;top:411.812084198rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8TQ89TlaLG6m0HMTebx6dzcchsy7fE { width:3.93663125rem;height:1.54296875rem;top:408.625rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scc0dTT6hyBSnSDJfaT2irDAqfonoQVd { width:6.6875rem;height:3.0625rem;top:438.37348556519rem;left:7.18641525507rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0uq8zgvviZOolq2nIvoTbQ6rtRfvpJq { display:block; }
 }@media only screen and (max-width: 763px) { #ms0clePNbfhQ5rUhFbLqgHLyNR7vXcZ3 { width:14.375rem;height:10.125rem;top:428.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; }#ms0clePNbfhQ5rUhFbLqgHLyNR7vXcZ3.adaptive-delivery-prevent-bg, #ms0clePNbfhQ5rUhFbLqgHLyNR7vXcZ3.lazyload, #ms0clePNbfhQ5rUhFbLqgHLyNR7vXcZ3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H6LTwEa8zoWPfa1bzy2DdkEpgcXDyWiF { width:11.936875rem;height:3.8997375rem;top:431.25rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E32URiNiSlrfhDIGZwPgPGlVy0LdoEMk { width:7.1875rem;height:7.1875rem;top:423.9375rem;left:12.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Qm1nQSKAJDWnqyyDT0GRiTit8uDKr1 { width:3.93663125rem;height:1.54296875rem;top:426.77626609803rem;left:15.185547888279rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBdVeecznq1FCkUGttgvWIhMLd9EAeP { width:20rem;height:1.6497375rem;top:442.68557338867rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUM86EpSUB5NBWADTqUiAnS3zSqipBJa { width:6.6875rem;height:3.0625rem;top:458.56229019165rem;left:6.6558161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhrRFrRg5XX1E0oRMnqFGTLrdfmcQyvV { display:block; }
 }@media only screen and (max-width: 763px) { #T2dGUXWZ7sCfdiHadRbdJftrAqUAdF9v { width:14.375rem;height:10.125rem;top:448.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; }#T2dGUXWZ7sCfdiHadRbdJftrAqUAdF9v.adaptive-delivery-prevent-bg, #T2dGUXWZ7sCfdiHadRbdJftrAqUAdF9v.lazyload, #T2dGUXWZ7sCfdiHadRbdJftrAqUAdF9v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SCNyeS1vuzxBhUiliGSIWPJJRM4WxVX3 { width:11.936875rem;height:5.19965rem;top:450.9375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtzDvTNSVB5IX9VOp7oFL9QURVMhhr6N { width:7.1875rem;height:7.1875rem;top:444.33485937119rem;left:12.811415731907rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Ltt1RgLhLf50EzTUZ1mdTDHJ9sXB8i { width:3.93663125rem;height:1.54296875rem;top:446.96398258209rem;left:15.185547888279rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyMTF9SKkd5seFQ5E9TWlh8uN5AWdOiU { width:6.6875rem;height:3.0625rem;top:476.56035804749rem;left:7.18641525507rem;display:block; }
 }@media only screen and (max-width: 763px) { #e666Vft8STXdRNxRebMqSIbDs2MlhmTs { display:block; }
 }@media only screen and (max-width: 763px) { #FSvsgzKIVOQc7mRgnc4Lzu8IJWvH1uVp { width:14.375rem;height:10.125rem;top:466.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; }#FSvsgzKIVOQc7mRgnc4Lzu8IJWvH1uVp.adaptive-delivery-prevent-bg, #FSvsgzKIVOQc7mRgnc4Lzu8IJWvH1uVp.lazyload, #FSvsgzKIVOQc7mRgnc4Lzu8IJWvH1uVp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UH66vVddZifDwDSCAmTNzqfdA3k7IhhM { width:11.936875rem;height:5.19965rem;top:468.9375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfPpKynlGLlXQDl7Atrsh3n4IagRfJnx { width:7.1875rem;height:7.1875rem;top:462.9375rem;left:12.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BshoCs7PbXogX9EFIZdeE9H7MOnGteTz { width:3.93663125rem;height:1.54296875rem;top:465.75849151611rem;left:14.499783575535rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { background-color: transparent; background-image: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .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); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { border-width: 0; border-radius: 0; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { width:16.6875rem;height:1.51171875rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TSWhXVtpP9Ezl7avF3C7fdXBtEnzfIf6 { width:13.0625rem;height:3.20095625rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2SbkarbPCFKUdST6zW7l4LCDCZGy8WZ { width:3.125rem;height:3.125rem;top:9.0625rem;left:15.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { width:19.437rem;height:1.21875rem;top:14.60888671875rem;left:0.27978515625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzF3Xfviz2kQbSJLyD0gXAo5D9abywVt { width:14.875rem;height:4.80143125rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocwsufZnfxrRvJHncl0DpUp2u9Av7nxA { width:3.125rem;height:3.125rem;top:3.5rem;left:15.5rem;font-size:2.1875rem;display:block; }
 }