.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row .container { background-color: transparent; background-image: none; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row .container > .video-iframe-container { display: none; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row > .video-iframe-container { display: none; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .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); }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row .container { border-width: 0; border-radius: 0; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;overflow:visible;position:relative;display:block; }#zey7TpOf0N3TeMxZ0UoWLcOl0dyhEKVK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:11.8125rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#Mn2ET9QR6Tci0FsKfs7Rf0hrLV2PBJ1C { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#35c9b8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.5625rem;left:39.1875rem;display:block; }
#SzkFsFHURM6g72OucnM2LN4zFWNx4RBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kl7uO9f1Z0dMbcWnEqmlrLDtTI21VIaJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#35c9b8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.5625rem;left:30.4375rem;display:block; }
#q6Ob5fJWiHhs7XuvlyJUu5i7u82cggHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VWUTwOydJ7ewO3Al93dk2HaadPGIZCoh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#35c9b8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.5625rem;left:45.25rem;display:block; }
#ezsQg0bHpmOG21TngNMx5FWxpsdKSwS7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NuOoyTiK0cKpip5Hf8EigHhWOMhEiuL2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#35c9b8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.5625rem;left:52.125rem;display:block; }
#bUZa5Xk7TUhGJm7oqAIZLnBL1LXq9FSr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4a3ba247-cdf1-4eae-bbb1-d065e742f993/Irenalandingigrafiki9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS.adaptive-delivery-prevent-bg, #zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS.lazyload, #zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS.lazyloading { background-image: none; }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .row .container { background-color: transparent; background-image: none; }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .row .container > .video-iframe-container { display: none; }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .row > .video-iframe-container { display: none; }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .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); }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .row .container { border-width: 0; border-radius: 0; }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#sWbodnRrgauDS80WKp0snTyAFdRePWxk { color:#f1f1f1;display:block;width:21.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.0625rem;left:33.0625rem;height:1.40625rem;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;font-style:normal;display:block; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-form-header { font-size:0.875rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;color:#000000;width:21.5625rem;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;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;line-height:1.8;overflow:hidden; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #ffffff;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:21.5625rem;box-sizing:border-box;height:2.625rem;color:#346ae7;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-text {padding-top: 0; padding-bottom: 0;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #ffffff;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:21.5625rem;box-sizing:border-box;height:4.375rem;color:#346ae7;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .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:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.83);border-left:0.0625rem solid rgba(255,255,255,0.83);border-right:0.0625rem solid rgba(255,255,255,0.83);border-bottom:0.0625rem solid rgba(255,255,255,0.83);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:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-select {padding-top: 0; padding-bottom: 0;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .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; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #23a594, #3cd3c4);background-image: -moz-linear-gradient(360deg, #23a594, #3cd3c4);background-image: -ms-linear-gradient(360deg, #23a594, #3cd3c4);background-image: -o-linear-gradient(360deg, #23a594, #3cd3c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a594', endColorstr='#3cd3c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a594', endColorstr='#3cd3c4' );";background-image: linear-gradient(360deg, #23a594, #3cd3c4);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.375rem;margin-bottom:0.25rem;margin-left:5.375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:10.75rem;height:2.875rem;font-family:montserrat;overflow:hidden;text-align:center;text-align-last:center; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr [class*="-text"]:-moz-placeholder { color:#346ae7;font-family:montserrat;font-size:0.875rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr [class*="-text"]::-moz-placeholder { color:#346ae7;font-family:montserrat;font-size:0.875rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr [class*="-text"]:-ms-input-placeholder { color:#346ae7;font-family:montserrat;font-size:0.875rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr [class*="-text"]::-webkit-input-placeholder { color:#346ae7;font-family:montserrat;font-size:0.875rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .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.625rem;font-weight:300;color:#346ae7;vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;float:none; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .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; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-container:first-of-type{padding-top:0;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-container:last-of-type{padding-bottom:0;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.8125rem;left:31.875rem;font-size:0.875rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr {display:block;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.8125rem;left:31.875rem;font-size:0.875rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #Xpyh6U024kcfS00R3hEHDl4IhevdTpRl { position:relative; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #x145WHlIGlJzab5NBpeDDH9VneHvH4WQ { position:relative;display:none; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #axUFwVr8pFxhKHHIbJ3gM8KZZMfLgRkV { position:relative; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #i2GiEbaZmTZkwxVdPLa3yTGfSQNnnDA0 { position:relative; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #AN0CtUxvQiPR3v5DRVVvHga9TCn7aKEu { position:relative;display:none; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #JfQUgD0vEP9xixkvotHa6kDC5ldxCATa { position:relative; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #n9nLRadUGs9fKEt3dGorUCDe2HtMdXBk { position:relative; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #LXzzciHSUgCrNaT0B6yAL0eyG3mWC5Ad { position:relative;display:none; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #lmJgm2TVUynDOdMpUFf8yUPMHaTuuXMq { position:relative; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #h0ZiGR5C6tmC7rUtLJNybPNVicroF8IU { position:relative; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #UrEyHingxTL73zaRTau8uEtH2BLONRTI { position:relative;z-index:2; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #Nsuwf5h6mIvTK7k9i7T5JnnpgqoCQ7TO { position:relative; }
#Ri0s6VQzelIDGhTGEDMXMh43n6nCWBDx { position:relative;display:block;z-index:100000;display:block; }
#XKRV9mqFs3Xx3bIGfEDbT6WKSVtpViFb { position:relative;display:block;z-index:100000;display:block; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #ZZOQFsE2ri64rO9spLgkHJHsmPJXnabk { position:relative; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #vbeizyND2tdhhRbFh5pdJ936QXTiNdQ8 { position:relative; }
#hw0V3vkgsrtyJk1bJfTX6bINg9Nitdkq { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.52);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(255,255,255,0.74) ;height:26.5rem;width:24.625rem;top:8.875rem;left:31.5625rem;display:block; }
#XVK0T0IkKe7btVGTyFLIe0TLVkykfnPW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:36.5rem;width:31.0625rem;top:4.15625rem;left:0rem;overflow:hidden;display:block; }
#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e83594f-b0f4-429b-b9a5-08c3416827b3/11.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W.adaptive-delivery-prevent-bg, #QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W.lazyload, #QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W.lazyloading { background-image: none; }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .row .container { background-color: transparent; background-image: none; }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .row .container > .video-iframe-container { display: none; }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .row > .video-iframe-container { display: none; }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .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); }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .row .container { border-width: 0; border-radius: 0; }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#RckJ7kR7FvomAs8x4iwemfbabyL4E8an .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: -0.25rem 0.625rem 1.25rem rgba(0,239,255,0.35) ;color:#35c9b8;padding-top:1.2825rem;padding-right:1.1625rem;padding-bottom:1.2825rem;padding-left:1.1625rem;display:block;align-items:center;width:6.97rem;min-width:6.97rem;height:6.898125rem;position:relative;font-family:arial;font-size:5.134375rem;font-weight:700;line-height:110.37px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an .widget-text.counter-label { background-color:;background-image:none;color:#35c9b8;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.8025rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.293125rem;height:2.72625rem;position:relative;font-family:"open sans";font-size:1.925rem;font-weight:700;line-height:43.62px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:44.9375rem;height:12.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.625rem;left:7.53125rem;z-index:15022; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #tMD8pUhpDISqZ4lfO3JEfW2bPTgLdJsJ { display:flex;position:relative;top:0rem;left:0rem; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #fruTr3llKSeTavE1BNJoAPge7z61T9e7 { width:auto; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #xvSoZ4TABU65FrtNUwerNAnXRIkvgRBm {  }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #OUwh745TVB4LNpV7RgvHnHzMhT7az30l { display:flex;position:relative;top:0rem;left:0rem; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #I4s09C3lAhmVmOeluzDxxpoppqXTaLFe {  }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #L1v9AE0wbGX3s81PN5a3l4RcxE8Gq5Tx {  }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #z4iD0mWTQLhWTCfp7kSaFRtmqPtuINW6 { display:flex;position:relative;top:0rem;left:0rem; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #eiICTi5BIld15IXiVziC85JmM4EeLTAM {  }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #JrsTiiq4cTunomk7f967O0xWJm5rGJ8w {  }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #ZTAtl4U9Hg7dIAxVuufQuNUsDA50Aaxs { display:flex;position:relative;top:0rem;left:0rem; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #TPAOmoRFprwMokDOXbt8TGih1HrxUAMB {  }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an #wTcuuMW9Ip3HGA8cmHTJIgKEqouTRwmI {  }
#aTGarDKH6Hl3ndLNb2UuHQUfhZ41wkp4 { color:#346ae7;display:block;width:44.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2.75rem;left:7.59375rem;height:2.625rem;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;font-style:normal;display:block; }
#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .row .container { background-color: transparent; background-image: none; }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .row .container > .video-iframe-container { display: none; }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .row > .video-iframe-container { display: none; }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .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); }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .row .container { border-width: 0; border-radius: 0; }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .row .container { font-size:0.875rem;font-family:arial;height:78rem;width:60rem;position:relative;display:block; }#oCFlFG6L0HNSzTvH60sU8MnVBTE7JKwD { color:#79a4f7;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:19.625rem;left:24.75rem;height:17.84765625rem;text-align:left;text-align-last:left;display:block; }
#CLxDe6uMsz72NkoysDHeKQ0v2hpiXqpV { color:#79a4f7;display:block;width:49.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:5.03125rem;height:5.8496125rem;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;font-style:italic;display:block; }
#hQrglJTvmbvP1W4mTDZC18I4Bv5SPT7t { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:9.9375rem;top:1.9375rem;left:25.03125rem;overflow:hidden;display:block; }
#aIArqbur2psbC5zFUbwUqrCsfHAr1UTg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:71rem;left:0rem;overflow:hidden;display:block; }
#x9wqJHXyi7Up7A25iXperOHfSTHW2Iuv { color:#79a4f7;display:block;width:33.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:46.625rem;left:3.4375rem;height:21.673325rem;text-align:left;text-align-last:left;display:block; }
#wHkdfPDatc7tmd3tQwnQTxeRwPn125SM { color:#79a4f7;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:44.9375rem;left:3.4375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#JIt6sH3CflBzn6mM54UgqANxyGiwDIFd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.3125rem;width:19.75rem;top:16.9375rem;left:3.125rem;overflow:hidden;display:block; }
#OGUT7l6Gu6VZbvaqbhZ7TU9SKp16Vwm1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.5rem;width:19.8125rem;top:45.75rem;left:37.5rem;overflow:hidden;display:block; }
#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e83594f-b0f4-429b-b9a5-08c3416827b3/11.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ.adaptive-delivery-prevent-bg, #vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ.lazyload, #vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ.lazyloading { background-image: none; }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .row .container { background-color: transparent; background-image: none; }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .row .container > .video-iframe-container { display: none; }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .row > .video-iframe-container { display: none; }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .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); }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .row .container { border-width: 0; border-radius: 0; }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#moUXJUipIkgf8XDcAN1TCZoeb7PAo7Zg { color:#346ae7;display:block;width:44.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:3.3125rem;left:7.53125rem;height:2.625rem;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;font-style:normal;display:block; }
#rrGx484BfmVEJ14O7OTtU2PyVDFRaTF6 { box-sizing:content-box;height:8.125rem;width:18.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:7.625rem;left:1.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#urZ2HQiOJNzR9fkJCz8HQKMt8DQNTK6o { color:#346ae7;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.31201171875rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rm4MGM6pDWRLx55i3AZv34h6KX1iUkrT { color:#35c9b8;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.1875rem;left:2.53125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B2RrUqkSGOuRUZKg9zvQx0zdrNwgJQVT { box-sizing:content-box;height:8.125rem;width:18.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:7.625rem;left:20.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#yJJuUphZ8LTV813tfu5LsVdlAxTkZVeR { color:#35c9b8;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.1875rem;left:21.8125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yEknxV1igceQaxZ1GKSsUNlxXWpvBPBS { color:#346ae7;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.3115234375rem;left:22.90625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fK4RSDVGDXb5pFFec6EovXpHlh9yTxC0 { box-sizing:content-box;height:8.125rem;width:18.5rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:7.625rem;left:40.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#Rrruv9vq13TX2AZZcoIAxoPA9ihhRThE { color:#35c9b8;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.1875rem;left:41.125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agUDmdvtEvkh7ZgK4lezd2Zo3vvDADFm { color:#346ae7;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.3115234375rem;left:41.84375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4440d368-3274-4c24-8592-75f067ab4cbf/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam.adaptive-delivery-prevent-bg, #fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam.lazyload, #fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam.lazyloading { background-image: none; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row .container { background-color: transparent; background-image: none; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row .container > .video-iframe-container { display: none; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row > .video-iframe-container { display: none; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .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); }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row .container { border-width: 0; border-radius: 0; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;position:relative;display:block; }#kcfyBVNPZaycNUwQoBZ00C7Xadonq8va { color:#ffffff;display:block;width:43.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:2.77490234375rem;left:8.34375rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#Vr9LrqHidVTM28MTVLbbTd37u7EdzwZ8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:20.1875rem;top:15.5rem;left:39.8125rem;overflow:hidden;display:block; }
#pWgNKoWFoSSfRZ9iTegnF1bLI9BFf8rd { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.1875rem;left:9.09375rem;height:11.8979375rem;text-align:center;text-align-last:center;display:block; }
#lFFwBXP2XwTD7AXpUPBEvF7cX0HyFvJr { color:#ffffff;display:block;width:41rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:20.5888671875rem;left:9.4375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e83594f-b0f4-429b-b9a5-08c3416827b3/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ.adaptive-delivery-prevent-bg, #slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ.lazyload, #slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ.lazyloading { background-image: none; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row .container { background-color: transparent; background-image: none; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row .container > .video-iframe-container { display: none; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row > .video-iframe-container { display: none; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .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); }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row .container { border-width: 0; border-radius: 0; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row .container { font-size:0.875rem;font-family:arial;height:95.1875rem;width:60rem;position:relative;display:block; }#TMJs63CCIq55vwZ4PpkmabTKX8NASBSU { color:#35c9b8;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.13720703125rem;left:17.9375rem;height:2.92480625rem;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;font-style:normal;display:block; }
#hTJ3eRIKIgD9b6s5nTSzSBqkifWSs8np { color:#346ae7;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:87.375rem;left:25.3125rem;height:1.29980625rem;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;font-style:italic;display:block; }
#tuMsTLLZIcKyEaCg8sGmaGNVp8cBPUaw { background-color:#35c9b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:79.4375rem;left:25.875rem;display:block; }
#zcVWacX9uvqf61tITs46XRTb6hCyuow1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dawtO5vrfzxCAyJ3LAwNRox1A03UdwFZ { color:#346ae7;display:block;width:42.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:10.625rem;left:8.96875rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWyuZCnfqp2SKTW41quksw5FpNJHdKTk { color:#35c9b8;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:13.69921875rem;left:16.78125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cc0PAyJggXziypwitHATHkKrZTkdTcmP { color:#35c9b8;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:8.48828125rem;left:25.375rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dmD0fNSZTENyAK9OZAGUrvK0x9acPvoy { color:#35c9b8;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:25.5625rem;left:17.9375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mg6VyXqhaG62kIN9KCD0lPrKCeOJQgbr { color:#346ae7;display:block;width:42.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:20.3125rem;left:8.5625rem;height:4.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Klau34Uvy8yDE9T4UUxpEORl1gXhKL9X { color:#35c9b8;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:18.1875rem;left:25.125rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EOL4ZkUtCO9TT5QckFLG7AoS9uGL2Bfk { color:#35c9b8;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:38.1064453125rem;left:18.6875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#W1GavB8BXGTO3eLPXZNA408SRT5TW1W5 { color:#346ae7;display:block;width:42.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:33.125rem;left:8.5625rem;height:4.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDa7TICd6ZusBv1iRZ4LIrcsVvdMvB39 { color:#35c9b8;display:block;width:7.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:30.9375rem;left:26.5rem;height:2.19970625rem;text-align:center;text-align-last:center;display:block; }
#ttCIL09Dzl5kWeNvVordiu17fOSHMIFT { color:#35c9b8;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:48.4375rem;left:19.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#dD8dW89TkIQhTSTEXafqyVkHJwI74r8A { color:#346ae7;display:block;width:42.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:45.5625rem;left:8.5625rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnEAvPv18ZFydKnPnICOzytlDWPT7gQ6 { color:#35c9b8;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:43.4375rem;left:25.6875rem;height:2.19970625rem;text-align:center;text-align-last:center;display:block; }
#JmLKJmNbJnJsZSo7NwzyPZHy3HxiWA87 { color:#35c9b8;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:61.125rem;left:20.1875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#yxsMssGwmkto5JoeTD192cv5J9gK9cUv { color:#346ae7;display:block;width:42.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:55.8125rem;left:9.0625rem;height:4.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOKbaSPllWybXn7TBcCP9BRHuPEvw9Pq { color:#35c9b8;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:53.6875rem;left:25.875rem;height:2.19970625rem;text-align:center;text-align-last:center;display:block; }
#pkOOL2c0Q0QBuKN3GX6PcCpeuTe3qgFq { color:#35c9b8;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:74.3125rem;left:16.125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#nEWSOLkThmd6Br800bnBm9z5QT6Xbeci { color:#346ae7;display:block;width:42.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:69.07421875rem;left:8.53125rem;height:4.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCPKHnGvk7TnXJAuUWKJnxbGAXPfOcP4 { color:#35c9b8;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:66.9375rem;left:25.71875rem;height:2.19970625rem;text-align:center;text-align-last:center;display:block; }
#KtTkTV0WXXZOtDAFCxLTUTFU5TUATTxu { color:#35c9b8;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:89.9375rem;left:10.375rem;height:1.21875rem;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;font-style:italic;display:block; }
#cmNRQEmrCcfEeQb3kTEbTd5TStsPgbTw { color:#35c9b8;display:block;width:4.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:89.9375rem;left:19.875rem;height:1.21875rem;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;font-style:italic;display:block; }
#RGcBcRr8PQ5bnNJ8PyL6EXM0Pua6TuDM { color:#35c9b8;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:89.9375rem;left:28.6875rem;height:1.21875rem;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;font-style:italic;display:block; }
#MvlG2zNJ5EaFpxBMDuXCixzlwFDSf0PA { color:#35c9b8;display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:89.875rem;left:37rem;height:1.21875rem;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;font-style:italic;display:block; }
#V7FVepnW4tpeZBmTcd3RitBUHpaHQbTi { color:#35c9b8;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:89.875rem;left:46.125rem;height:1.21875rem;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;font-style:italic;display:block; }
#eSdxNccobLJnh1FMg9nZgatTlFV7cgey { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:89.859375rem;left:9.625rem; }
#eSdxNccobLJnh1FMg9nZgatTlFV7cgey > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#EnwMe3ObETWB8kM7nME2xAs6zrEAgERy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:89.75rem;left:18.4375rem; }
#EnwMe3ObETWB8kM7nME2xAs6zrEAgERy > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#IZOcnCBgoVczniQLDtvyh0lbXvTFd3yx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:89.8125rem;left:27.1875rem; }
#IZOcnCBgoVczniQLDtvyh0lbXvTFd3yx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#rr5qyOx3kBk5ds0ulVOnBstBK6lU929R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:89.75rem;left:35.625rem; }
#rr5qyOx3kBk5ds0ulVOnBstBK6lU929R > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#vXiAJM4bR9pgPLWtnEMpMFxCrEAOicUc { box-sizing:content-box;height:2.4375rem;width:7.1875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:89.3125rem;left:9.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#suJA0ATykSkaJ5ShcDZtJFTKVXeNHAEb { box-sizing:content-box;height:2.4375rem;width:7.1875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:89.3125rem;left:17.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#p6wwhH6mozEKaP1kUtB0qDlar8f9DBsg { box-sizing:content-box;height:2.4375rem;width:7.1875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:89.3125rem;left:26.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#R0LJBcy9cX7GHudaS2uiXSDfv1OiARN5 { box-sizing:content-box;height:2.4375rem;width:7.1875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:89.25rem;left:35rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#nKULyRZxHA89ri6HkaLzEQJarecRGcMe { box-sizing:content-box;height:2.4375rem;width:7.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:89.3125rem;left:43.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#T2zJffSfF5GmyfNwJbv52ttIQ3zoNHdy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:89.8125rem;left:44.8125rem; }
#T2zJffSfF5GmyfNwJbv52ttIQ3zoNHdy > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#pZb1bED5eEsvPIA3VABe1uFbe1lSJETa { box-sizing:content-box;height:2.3125rem;width:24.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:25.1875rem;left:17.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#STCFczu9MN3VRsRsr75sONHriyEoHvk6 { box-sizing:content-box;height:2.3125rem;width:18.3125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:13.3427734375rem;left:20.84375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#okeT9WoAOIASJwcN0epW82pQLDohq4Ai { box-sizing:content-box;height:2.3125rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:37.75rem;left:18.1875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#v2LPZbcCXy2h37HfSGmFAR9zJrUIlayP { box-sizing:content-box;height:2.3125rem;width:21.875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:48.0625rem;left:19.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#dPwkS9AdNhW060cVvVr7NG19bIWHNDRr { box-sizing:content-box;height:2.3125rem;width:21.6875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:60.75rem;left:19.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#zuV3ERTlWA2CkqOTKt8efqkD2PdkehRE { box-sizing:content-box;height:2.3125rem;width:29.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:74rem;left:15.4375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#AgxfL3gVMGWHnIgJJ96D0rhzEQsT2zDT { color:#346ae7;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:82.9375rem;left:25.1875rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7aa4f7;background-image:url("https://images.assets-landingi.com/uc/4a3ba247-cdf1-4eae-bbb1-d065e742f993/Irenalandingigrafiki9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ.adaptive-delivery-prevent-bg, #UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ.lazyload, #UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ.lazyloading { background-image: none; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row .container { background-color: transparent; background-image: none; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row .container > .video-iframe-container { display: none; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row > .video-iframe-container { display: none; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .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); }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row .container { border-width: 0; border-radius: 0; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row .container { font-size:0.875rem;font-family:arial;height:127.4375rem;width:60rem;position:relative;display:block; }#gWQOFleVbBedA3zrqNIfTxhLPwOwuDHC { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.9873046875rem;left:8.125rem;height:3.1499rem;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;font-style:normal;display:block; }
#xVhv3S83iksbT5GsRor8iTfZ1rWUqiIp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:0.625rem;left:53.875rem;overflow:hidden;display:block; }
#rbS4UqbnMHT18the28POtn4H9WJOuEuA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:12.75rem;top:48.5625rem;left:8.75rem;overflow:hidden;display:block; }
#nAPCNdfVpZsszWZLBsaDZ9n8BZ0KGsv6 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:52.5rem;left:24.25rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#gZy5L3DMQN7Hw7Ntwd9gT0CWf8i0HhJ5 { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:50rem;left:24.25rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#xUrvqkLwy9toqIZncBuixduOt8P2yTL1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:12rem;top:87.5rem;left:9.125rem;overflow:hidden;display:block; }
#z8u2zZOQuOq4GvNutyBokaTVBdvMUEkJ { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:93rem;left:24.125rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#bvyqIAs6e3569zIlTHq7WU1to0dM3N3u { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:90.8125rem;left:24.1875rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#X0ECmt3pc29wngcARqJkTXED7HznsrX2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:12.6875rem;top:67.9375rem;left:8.75rem;overflow:hidden;display:block; }
#cZT66OiadTk30mvfOOh0C1vc5u7TdFTA { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:71.625rem;left:24.25rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#UlC57GNEysGakgvcAThqT0gg7T7JKrIN { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:69.4375rem;left:24.3125rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#c0SWaodPux5dL9bfWE3PqTQgT0g6ke5n { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:33.3125rem;left:24.1875rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#IfyH2Ii1vMWRKH6zAOvM71blTC4bA8ou { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:12.25rem;top:29.8125rem;left:9rem;overflow:hidden;display:block; }
#Fkv7tv4buayuh3JMeNTccI9TA8qMKo1d { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:31.125rem;left:24.25rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#HppQagIEmHnCLWBlR8LvcSuy9StWvHUT { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:110.4375rem;left:24.25rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#Dmuahc4NpZMymEE79ovGaG1kREaTNJ3o { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:12.875rem;top:106.875rem;left:8.375rem;overflow:hidden;display:block; }
#WN0AeUnDKxAiQcCGgIpgLu6TW50mEvsC { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:108.25rem;left:24.3125rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#BPTtpmreEvOZB7SxLCFNJv3mTxFm7GlP { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.3125rem;left:24.375rem;height:12rem;text-align:left;text-align-last:left;display:block; }
#vXwG6CxtGTcykVLrAnwB4CmXmRs4RdJR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:12.4375rem;top:10.3125rem;left:8.75rem;overflow:hidden;display:block; }
#Z6sFt9cFt4ZrRFo31mCJayZMKNXpnTQw { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:11.125rem;left:24.4375rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e83594f-b0f4-429b-b9a5-08c3416827b3/11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC.adaptive-delivery-prevent-bg, #SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC.lazyload, #SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC.lazyloading { background-image: none; }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .row .container { background-color: transparent; background-image: none; }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .row .container > .video-iframe-container { display: none; }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .row > .video-iframe-container { display: none; }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .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); }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .row .container { border-width: 0; border-radius: 0; }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:60rem;position:relative;display:block; }#GCmUiBwtkmKL2BEtpaQxiHA5LOHEbXnc { color:#35c9b8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:21.6875rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yW1xToNoUPvi27lAst0IXmA98N6bgdTI { color:#346ae7;display:block;width:47.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.875rem;left:6.3125rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Unleus5wZT8OtW2mdB3rTEwc0cllHzsk { color:#346ae7;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:32.875rem;left:22.8125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IrAV0mP1LPAgPrNv6icaaMxyP9DwmIvh { color:#346ae7;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:39.8125rem;left:0.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IqqqibgLdP2D9lflFNcE7S3KuTuUsL0D { color:#346ae7;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:43.9375rem;left:3.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lyVlMIa2wRJHvgskffgkTmya88H9o17T { color:#346ae7;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:39.8125rem;left:31.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B2DEpNVpQCq0TUs61Hs3S1Kt21aOyglW { color:#346ae7;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:43.9375rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J24ZOWuhoTJiuwGW0AZBAu3wo2Pm4Rwz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.5rem;left:52.1875rem; }
#QgWiTDJtzlbBmQQH9ehgprzTTMo0AwzO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:24.5625rem;left:2.875rem; }
#d1QgTool9XTEGdAtAfp3Gz3N4aMsK2Bn { box-sizing:content-box;height:9.75rem;width:56rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:25.5rem;left:2rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#PrLiloVsJ0fg1ElbIRmvTso6a3pVGmIu { box-sizing:content-box;height:8.125rem;width:25.125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:38.125rem;left:32.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#u25QQnxvTEMFyI1bGyilSKgxz5Cy06SV { box-sizing:content-box;height:8.125rem;width:25.125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:38.125rem;left:2rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#sLJofWNxTTWsok5oSbVLnHirsKZ6NWGn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:34.75rem;top:3.375rem;left:12.625rem;overflow:hidden;display:block; }
#fECO5VrETJBnwCmQNn2X2RLuK1VEKnCi { background-color:#35c9b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:49.78125rem;left:25.65625rem;display:block; }
#nhryH1RqSJ2FgbbuHElbhtIQEZgpv7UP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5HouZmb3HhQx1uBpCfIXa9e8h5Hdz3V { color:#346ae7;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:53.34375rem;left:25.15625rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { color:rgba(52,106,231,0.32);display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:13.1875rem;left:8.125rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#EUoNQT79INFlBwDTepGVXo1H5CoZBBss { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:13.3125rem;top:2.8125rem;left:23.34375rem;overflow:hidden;display:block; }
#O4bGxkm9AUIcvLdbKrkCQxxOpmP3UiB9 { color:#346ae7;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.10009765625rem;left:17.875rem;height:3.41161875rem;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;font-style:normal;display:block; }
#S4rTm05ei8NZFgGhRB3xHgwQaZnhtdMk { color:#000000;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9375rem;left:17.875rem;height:1.4624rem;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y { display:block; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zey7TpOf0N3TeMxZ0UoWLcOl0dyhEKVK { width:11.8125rem;height:1.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn2ET9QR6Tci0FsKfs7Rf0hrLV2PBJ1C { width:4.6875rem;height:2.25rem;top:1.5625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzkFsFHURM6g72OucnM2LN4zFWNx4RBL { display:block; }
 }@media only screen and (max-width: 763px) { #kl7uO9f1Z0dMbcWnEqmlrLDtTI21VIaJ { width:7.8125rem;height:2.25rem;top:1.5625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6Ob5fJWiHhs7XuvlyJUu5i7u82cggHp { display:block; }
 }@media only screen and (max-width: 763px) { #VWUTwOydJ7ewO3Al93dk2HaadPGIZCoh { width:6.3125rem;height:2.25rem;top:1.5625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezsQg0bHpmOG21TngNMx5FWxpsdKSwS7 { display:block; }
 }@media only screen and (max-width: 763px) { #NuOoyTiK0cKpip5Hf8EigHhWOMhEiuL2 { width:6.3125rem;height:2.25rem;top:1.5625rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUZa5Xk7TUhGJm7oqAIZLnBL1LXq9FSr { display:block; }
 }@media only screen and (max-width: 763px) { #zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS { display:block; }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWbodnRrgauDS80WKp0snTyAFdRePWxk { width:21.6875rem;height:1.375rem;top:6.0625rem;left:26.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-text {padding-top: 0; padding-bottom: 0;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-select {padding-top: 0; padding-bottom: 0;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-button { width:10.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.375rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr  { width:21.5625rem;height:auto;top:8.8125rem;left:23.6875rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr {display:block;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr { width:21.5625rem;height:auto;top:8.8125rem;left:23.6875rem; }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #Xpyh6U024kcfS00R3hEHDl4IhevdTpRl {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #x145WHlIGlJzab5NBpeDDH9VneHvH4WQ {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #axUFwVr8pFxhKHHIbJ3gM8KZZMfLgRkV {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #i2GiEbaZmTZkwxVdPLa3yTGfSQNnnDA0 {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #AN0CtUxvQiPR3v5DRVVvHga9TCn7aKEu {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #JfQUgD0vEP9xixkvotHa6kDC5ldxCATa {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #n9nLRadUGs9fKEt3dGorUCDe2HtMdXBk {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #LXzzciHSUgCrNaT0B6yAL0eyG3mWC5Ad {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #lmJgm2TVUynDOdMpUFf8yUPMHaTuuXMq {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #h0ZiGR5C6tmC7rUtLJNybPNVicroF8IU {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #UrEyHingxTL73zaRTau8uEtH2BLONRTI {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #Nsuwf5h6mIvTK7k9i7T5JnnpgqoCQ7TO {  }
 }@media only screen and (max-width: 763px) { #Ri0s6VQzelIDGhTGEDMXMh43n6nCWBDx { display:block; }
 }@media only screen and (max-width: 763px) { #XKRV9mqFs3Xx3bIGfEDbT6WKSVtpViFb { display:block; }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #ZZOQFsE2ri64rO9spLgkHJHsmPJXnabk {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #vbeizyND2tdhhRbFh5pdJ936QXTiNdQ8 {  }
 }@media only screen and (max-width: 763px) { #hw0V3vkgsrtyJk1bJfTX6bINg9Nitdkq { width:24.625rem;height:26.5rem;top:8.875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVK0T0IkKe7btVGTyFLIe0TLVkykfnPW { top:4.125rem;left:0rem;width:31.0625rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W { display:block; }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an { width:18rem;height:5.0625rem;display:flex;top:25.8125rem;left:14.25rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #tMD8pUhpDISqZ4lfO3JEfW2bPTgLdJsJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #fruTr3llKSeTavE1BNJoAPge7z61T9e7 {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #xvSoZ4TABU65FrtNUwerNAnXRIkvgRBm {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #OUwh745TVB4LNpV7RgvHnHzMhT7az30l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #I4s09C3lAhmVmOeluzDxxpoppqXTaLFe {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #L1v9AE0wbGX3s81PN5a3l4RcxE8Gq5Tx {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #z4iD0mWTQLhWTCfp7kSaFRtmqPtuINW6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #eiICTi5BIld15IXiVziC85JmM4EeLTAM {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #JrsTiiq4cTunomk7f967O0xWJm5rGJ8w {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #ZTAtl4U9Hg7dIAxVuufQuNUsDA50Aaxs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #TPAOmoRFprwMokDOXbt8TGih1HrxUAMB {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #wTcuuMW9Ip3HGA8cmHTJIgKEqouTRwmI {  }
 }@media only screen and (max-width: 763px) { #aTGarDKH6Hl3ndLNb2UuHQUfhZ41wkp4 { width:44.9375rem;height:;top:2.75rem;left:1.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 { display:block; }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCFlFG6L0HNSzTvH60sU8MnVBTE7JKwD { top:19.625rem;left:15.625rem;width:32.125rem;height:17.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLxDe6uMsz72NkoysDHeKQ0v2hpiXqpV { width:47.75rem;height:5.8125rem;top:6.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQrglJTvmbvP1W4mTDZC18I4Bv5SPT7t { top:1.9375rem;left:18.90625rem;width:9.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIArqbur2psbC5zFUbwUqrCsfHAr1UTg { top:71rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9wqJHXyi7Up7A25iXperOHfSTHW2Iuv { top:46.625rem;left:0rem;width:33.5625rem;height:21.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHkdfPDatc7tmd3tQwnQTxeRwPn125SM { top:44.9375rem;left:0rem;width:25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIt6sH3CflBzn6mM54UgqANxyGiwDIFd { top:16.9375rem;left:0rem;width:19.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGUT7l6Gu6VZbvaqbhZ7TU9SKp16Vwm1 { top:45.75rem;left:27.9375rem;width:19.8125rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ { display:block; }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moUXJUipIkgf8XDcAN1TCZoeb7PAo7Zg { width:44.9375rem;height:2.625rem;top:3.3125rem;left:1.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGx484BfmVEJ14O7OTtU2PyVDFRaTF6 { top:7.625rem;left:0rem;width:18.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urZ2HQiOJNzR9fkJCz8HQKMt8DQNTK6o { width:13.75rem;height:1.4375rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm4MGM6pDWRLx55i3AZv34h6KX1iUkrT { width:16.5625rem;height:5.6875rem;top:8.1875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2RrUqkSGOuRUZKg9zvQx0zdrNwgJQVT { top:7.625rem;left:14.6875rem;width:18.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJJuUphZ8LTV813tfu5LsVdlAxTkZVeR { width:16.5625rem;height:5.6875rem;top:8.1875rem;left:15.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEknxV1igceQaxZ1GKSsUNlxXWpvBPBS { width:14.1875rem;height:1.4375rem;top:13.25rem;left:16.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK4RSDVGDXb5pFFec6EovXpHlh9yTxC0 { top:7.625rem;left:29.25rem;width:18.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrruv9vq13TX2AZZcoIAxoPA9ihhRThE { width:16.5625rem;height:5.6875rem;top:8.1875rem;left:31.1875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agUDmdvtEvkh7ZgK4lezd2Zo3vvDADFm { width:15.0625rem;height:1.4375rem;top:13.25rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam { display:block; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcfyBVNPZaycNUwQoBZ00C7Xadonq8va { top:2.75rem;left:2.21875rem;width:43.3125rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr9LrqHidVTM28MTVLbbTd37u7EdzwZ8 { top:15.5rem;left:27.5625rem;width:20.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWgNKoWFoSSfRZ9iTegnF1bLI9BFf8rd { top:8.1875rem;left:2.96875rem;width:41.8125rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFFwBXP2XwTD7AXpUPBEvF7cX0HyFvJr { top:20.5625rem;left:3.3125rem;width:41rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ { display:block; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMJs63CCIq55vwZ4PpkmabTKX8NASBSU { width:24.125rem;height:2.875rem;top:4.125rem;left:11.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJ3eRIKIgD9b6s5nTSzSBqkifWSs8np { width:10.375rem;height:1.25rem;top:87.375rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuMsTLLZIcKyEaCg8sGmaGNVp8cBPUaw { width:8.6875rem;height:2.9375rem;top:79.4375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcVWacX9uvqf61tITs46XRTb6hCyuow1 { display:block; }
 }@media only screen and (max-width: 763px) { #dawtO5vrfzxCAyJ3LAwNRox1A03UdwFZ { top:10.625rem;left:2.84375rem;width:42.9375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWyuZCnfqp2SKTW41quksw5FpNJHdKTk { top:13.6875rem;left:10.65625rem;width:26.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc0PAyJggXziypwitHATHkKrZTkdTcmP { top:8.4375rem;left:19.25rem;width:9.625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmD0fNSZTENyAK9OZAGUrvK0x9acPvoy { top:25.5625rem;left:11.8125rem;width:23.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg6VyXqhaG62kIN9KCD0lPrKCeOJQgbr { top:20.3125rem;left:2.4375rem;width:42.9375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klau34Uvy8yDE9T4UUxpEORl1gXhKL9X { top:18.1875rem;left:19rem;width:8.9375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOL4ZkUtCO9TT5QckFLG7AoS9uGL2Bfk { top:38.0625rem;left:12.5625rem;width:22.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1GavB8BXGTO3eLPXZNA408SRT5TW1W5 { top:33.125rem;left:2.4375rem;width:42.9375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDa7TICd6ZusBv1iRZ4LIrcsVvdMvB39 { top:30.9375rem;left:20.375rem;width:7.6875rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttCIL09Dzl5kWeNvVordiu17fOSHMIFT { top:48.4375rem;left:13.6875rem;width:20.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD8dW89TkIQhTSTEXafqyVkHJwI74r8A { top:45.5625rem;left:2.4375rem;width:42.9375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnEAvPv18ZFydKnPnICOzytlDWPT7gQ6 { top:43.4375rem;left:19.5625rem;width:8.5625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmLKJmNbJnJsZSo7NwzyPZHy3HxiWA87 { top:61.125rem;left:14.0625rem;width:19.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxsMssGwmkto5JoeTD192cv5J9gK9cUv { top:55.8125rem;left:2.9375rem;width:42.9375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOKbaSPllWybXn7TBcCP9BRHuPEvw9Pq { top:53.6875rem;left:19.75rem;width:8.4375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkOOL2c0Q0QBuKN3GX6PcCpeuTe3qgFq { top:74.3125rem;left:10rem;width:28.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEWSOLkThmd6Br800bnBm9z5QT6Xbeci { top:69.0625rem;left:2.40625rem;width:42.9375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCPKHnGvk7TnXJAuUWKJnxbGAXPfOcP4 { top:66.9375rem;left:19.59375rem;width:8.5625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtTkTV0WXXZOtDAFCxLTUTFU5TUATTxu { width:5.75rem;height:1.1875rem;top:89.9375rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmNRQEmrCcfEeQb3kTEbTd5TStsPgbTw { width:4.0625rem;height:1.1875rem;top:89.9375rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGcBcRr8PQ5bnNJ8PyL6EXM0Pua6TuDM { width:4.625rem;height:1.1875rem;top:89.9375rem;left:22.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvlG2zNJ5EaFpxBMDuXCixzlwFDSf0PA { width:3.75rem;height:1.1875rem;top:89.875rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7FVepnW4tpeZBmTcd3RitBUHpaHQbTi { width:3.5rem;height:1.1875rem;top:89.875rem;left:40rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdxNccobLJnh1FMg9nZgatTlFV7cgey { top:89.8125rem;left:3.5rem;width:1.375rem;height:1.375rem;display:block; }
#eSdxNccobLJnh1FMg9nZgatTlFV7cgey > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #EnwMe3ObETWB8kM7nME2xAs6zrEAgERy { top:89.75rem;left:12.3125rem;width:1.5rem;height:1.5rem;display:block; }
#EnwMe3ObETWB8kM7nME2xAs6zrEAgERy > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #IZOcnCBgoVczniQLDtvyh0lbXvTFd3yx { top:89.8125rem;left:21.0625rem;width:1.375rem;height:1.375rem;display:block; }
#IZOcnCBgoVczniQLDtvyh0lbXvTFd3yx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #rr5qyOx3kBk5ds0ulVOnBstBK6lU929R { top:89.75rem;left:29.5rem;width:1.375rem;height:1.375rem;display:block; }
#rr5qyOx3kBk5ds0ulVOnBstBK6lU929R > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #vXiAJM4bR9pgPLWtnEMpMFxCrEAOicUc { top:89.3125rem;left:2.9375rem;width:7.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suJA0ATykSkaJ5ShcDZtJFTKVXeNHAEb { top:89.3125rem;left:11.6875rem;width:7.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6wwhH6mozEKaP1kUtB0qDlar8f9DBsg { top:89.3125rem;left:20.4375rem;width:7.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0LJBcy9cX7GHudaS2uiXSDfv1OiARN5 { top:89.25rem;left:28.875rem;width:7.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKULyRZxHA89ri6HkaLzEQJarecRGcMe { top:89.3125rem;left:37.625rem;width:7.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2zJffSfF5GmyfNwJbv52ttIQ3zoNHdy { top:89.8125rem;left:38.6875rem;width:1.375rem;height:1.375rem;display:block; }
#T2zJffSfF5GmyfNwJbv52ttIQ3zoNHdy > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #pZb1bED5eEsvPIA3VABe1uFbe1lSJETa { top:25.1875rem;left:11.1875rem;width:24.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCFczu9MN3VRsRsr75sONHriyEoHvk6 { top:13.3125rem;left:14.71875rem;width:18.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okeT9WoAOIASJwcN0epW82pQLDohq4Ai { top:37.75rem;left:12.0625rem;width:23.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2LPZbcCXy2h37HfSGmFAR9zJrUIlayP { top:48.0625rem;left:12.9375rem;width:21.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPwkS9AdNhW060cVvVr7NG19bIWHNDRr { top:60.75rem;left:13.125rem;width:21.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuV3ERTlWA2CkqOTKt8efqkD2PdkehRE { top:74rem;left:9.3125rem;width:29.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgxfL3gVMGWHnIgJJ96D0rhzEQsT2zDT { width:9.6875rem;height:0.9375rem;top:82.9375rem;left:19.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ { display:block; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWQOFleVbBedA3zrqNIfTxhLPwOwuDHC { width:43.75rem;height:3.125rem;top:1.9375rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVhv3S83iksbT5GsRor8iTfZ1rWUqiIp { top:0.625rem;left:41.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbS4UqbnMHT18the28POtn4H9WJOuEuA { top:48.5625rem;left:2.625rem;width:12.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAPCNdfVpZsszWZLBsaDZ9n8BZ0KGsv6 { top:52.5rem;left:18.125rem;width:24.375rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZy5L3DMQN7Hw7Ntwd9gT0CWf8i0HhJ5 { top:50rem;left:18.125rem;width:20.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUrvqkLwy9toqIZncBuixduOt8P2yTL1 { top:87.5rem;left:3rem;width:12rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8u2zZOQuOq4GvNutyBokaTVBdvMUEkJ { top:93rem;left:18rem;width:24.625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvyqIAs6e3569zIlTHq7WU1to0dM3N3u { top:90.8125rem;left:18.0625rem;width:20.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ECmt3pc29wngcARqJkTXED7HznsrX2 { top:67.9375rem;left:2.625rem;width:12.6875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZT66OiadTk30mvfOOh0C1vc5u7TdFTA { top:71.625rem;left:18.125rem;width:26.5625rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlC57GNEysGakgvcAThqT0gg7T7JKrIN { top:69.4375rem;left:18.1875rem;width:20.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0SWaodPux5dL9bfWE3PqTQgT0g6ke5n { top:33.3125rem;left:18.0625rem;width:27.625rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfyH2Ii1vMWRKH6zAOvM71blTC4bA8ou { top:29.8125rem;left:2.875rem;width:12.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkv7tv4buayuh3JMeNTccI9TA8qMKo1d { top:31.125rem;left:18.125rem;width:20.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HppQagIEmHnCLWBlR8LvcSuy9StWvHUT { top:110.4375rem;left:18.125rem;width:26.3125rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmuahc4NpZMymEE79ovGaG1kREaTNJ3o { top:106.875rem;left:2.25rem;width:12.875rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN0AeUnDKxAiQcCGgIpgLu6TW50mEvsC { top:108.25rem;left:18.1875rem;width:20.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPTtpmreEvOZB7SxLCFNJv3mTxFm7GlP { top:13.3125rem;left:18.25rem;width:26.0625rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXwG6CxtGTcykVLrAnwB4CmXmRs4RdJR { top:10.3125rem;left:2.625rem;width:12.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6sFt9cFt4ZrRFo31mCJayZMKNXpnTQw { top:11.125rem;left:18.3125rem;width:24.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC { display:block; }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCmUiBwtkmKL2BEtpaQxiHA5LOHEbXnc { width:47.75rem;height:1.5rem;top:21.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW1xToNoUPvi27lAst0IXmA98N6bgdTI { width:47.25rem;height:3.875rem;top:27.875rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unleus5wZT8OtW2mdB3rTEwc0cllHzsk { width:14.1875rem;height:1.25rem;top:32.875rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrAV0mP1LPAgPrNv6icaaMxyP9DwmIvh { width:28.75rem;height:2.5625rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqqqibgLdP2D9lflFNcE7S3KuTuUsL0D { width:22.5625rem;height:1.4375rem;top:43.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyVlMIa2wRJHvgskffgkTmya88H9o17T { width:28.75rem;height:2.5625rem;top:39.8125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2DEpNVpQCq0TUs61Hs3S1Kt21aOyglW { width:28.75rem;height:1.4375rem;top:43.9375rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J24ZOWuhoTJiuwGW0AZBAu3wo2Pm4Rwz { top:25.5rem;left:43.125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgWiTDJtzlbBmQQH9ehgprzTTMo0AwzO { top:24.5625rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1QgTool9XTEGdAtAfp3Gz3N4aMsK2Bn { top:25.5rem;left:0rem;width:47.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrLiloVsJ0fg1ElbIRmvTso6a3pVGmIu { top:38.125rem;left:22.625rem;width:25.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u25QQnxvTEMFyI1bGyilSKgxz5Cy06SV { top:38.125rem;left:0rem;width:25.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLJofWNxTTWsok5oSbVLnHirsKZ6NWGn { top:3.375rem;left:6.5rem;width:34.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fECO5VrETJBnwCmQNn2X2RLuK1VEKnCi { width:8.6875rem;height:2.9375rem;top:49.75rem;left:19.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhryH1RqSJ2FgbbuHElbhtIQEZgpv7UP { display:block; }
 }@media only screen and (max-width: 763px) { #o5HouZmb3HhQx1uBpCfIXa9e8h5Hdz3V { width:9.6875rem;height:0.9375rem;top:53.3125rem;left:19.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:43.75rem;height:1.75rem;top:13.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUoNQT79INFlBwDTepGVXo1H5CoZBBss { top:2.8125rem;left:17.21875rem;width:13.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4bGxkm9AUIcvLdbKrkCQxxOpmP3UiB9 { width:24.25rem;height:3.375rem;top:9.0625rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4rTm05ei8NZFgGhRB3xHgwQaZnhtdMk { width:24.25rem;height:1.4375rem;top:5.9375rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y { background-color:#ffffff;background-image:none;display:block; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row .container { background-color: transparent; background-image: none; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row .container > .video-iframe-container { display: none; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row > .video-iframe-container { display: none; }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .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); }#MJXyqTFpdltFObWsAk1QHaZ1syT0PT2y > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zey7TpOf0N3TeMxZ0UoWLcOl0dyhEKVK { width:11.875rem;height:1.25rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn2ET9QR6Tci0FsKfs7Rf0hrLV2PBJ1C { width:4.6875rem;height:2.25rem;top:1.5625rem;left:7.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzkFsFHURM6g72OucnM2LN4zFWNx4RBL { display:block; }
 }@media only screen and (max-width: 763px) { #kl7uO9f1Z0dMbcWnEqmlrLDtTI21VIaJ { width:7.8125rem;height:2.25rem;top:1.5625rem;left:6.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6Ob5fJWiHhs7XuvlyJUu5i7u82cggHp { display:block; }
 }@media only screen and (max-width: 763px) { #VWUTwOydJ7ewO3Al93dk2HaadPGIZCoh { width:6.3125rem;height:2.25rem;top:1.5625rem;left:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezsQg0bHpmOG21TngNMx5FWxpsdKSwS7 { display:block; }
 }@media only screen and (max-width: 763px) { #NuOoyTiK0cKpip5Hf8EigHhWOMhEiuL2 { width:6.3125rem;height:2.25rem;top:1.5625rem;left:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUZa5Xk7TUhGJm7oqAIZLnBL1LXq9FSr { display:block; }
 }@media only screen and (max-width: 763px) { #zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS { display:block; }#zpRd8kJ1ORCe14pWlWS6WCNrUxHT2UTS > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWbodnRrgauDS80WKp0snTyAFdRePWxk { width:17.875rem;height:1.3125rem;top:24.6875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-text {padding-top: 0; padding-bottom: 0;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-select {padding-top: 0; padding-bottom: 0;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:4.375rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr  { width:17.5rem;height:auto;top:27.25rem;left:0rem; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr {display:block;}#HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr { width:17.5rem;height:auto;top:27.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #Xpyh6U024kcfS00R3hEHDl4IhevdTpRl {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #x145WHlIGlJzab5NBpeDDH9VneHvH4WQ {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #axUFwVr8pFxhKHHIbJ3gM8KZZMfLgRkV {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #i2GiEbaZmTZkwxVdPLa3yTGfSQNnnDA0 {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #AN0CtUxvQiPR3v5DRVVvHga9TCn7aKEu {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #JfQUgD0vEP9xixkvotHa6kDC5ldxCATa {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #n9nLRadUGs9fKEt3dGorUCDe2HtMdXBk {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #LXzzciHSUgCrNaT0B6yAL0eyG3mWC5Ad {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #lmJgm2TVUynDOdMpUFf8yUPMHaTuuXMq {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #h0ZiGR5C6tmC7rUtLJNybPNVicroF8IU {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #UrEyHingxTL73zaRTau8uEtH2BLONRTI {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #Nsuwf5h6mIvTK7k9i7T5JnnpgqoCQ7TO {  }
 }@media only screen and (max-width: 763px) { #Ri0s6VQzelIDGhTGEDMXMh43n6nCWBDx { display:block; }
 }@media only screen and (max-width: 763px) { #XKRV9mqFs3Xx3bIGfEDbT6WKSVtpViFb { display:block; }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #ZZOQFsE2ri64rO9spLgkHJHsmPJXnabk {  }
 }@media only screen and (max-width: 763px) { #HwNEXT0g5h7Lx7bRV9Jrw5rtTEDxR7Rr #vbeizyND2tdhhRbFh5pdJ936QXTiNdQ8 {  }
 }@media only screen and (max-width: 763px) { #hw0V3vkgsrtyJk1bJfTX6bINg9Nitdkq { width:20rem;height:26.5rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVK0T0IkKe7btVGTyFLIe0TLVkykfnPW { width:20rem;height:23.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W { display:block; }#QIiKL5lt7PzkuqVBpBcR8lId0NlKPJ2W > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an .widget-text.counter-number { padding-top:0.545625rem;padding-right:0.48625rem;padding-bottom:0.545625rem;padding-left:0.48625rem;width:2.916875rem;min-width:2.916875rem;height:2.9325rem;font-size:2.1825rem;line-height:46.92px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.34125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.88875rem;height:1.159375rem;font-size:0.81875rem;line-height:18.55px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RckJ7kR7FvomAs8x4iwemfbabyL4E8an { width:20rem;height:5.5rem;display:flex;top:6.724609375rem;left:0rem;z-index:15016;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #tMD8pUhpDISqZ4lfO3JEfW2bPTgLdJsJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #fruTr3llKSeTavE1BNJoAPge7z61T9e7 {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #xvSoZ4TABU65FrtNUwerNAnXRIkvgRBm {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #OUwh745TVB4LNpV7RgvHnHzMhT7az30l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #I4s09C3lAhmVmOeluzDxxpoppqXTaLFe {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #L1v9AE0wbGX3s81PN5a3l4RcxE8Gq5Tx {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #z4iD0mWTQLhWTCfp7kSaFRtmqPtuINW6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #eiICTi5BIld15IXiVziC85JmM4EeLTAM {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #JrsTiiq4cTunomk7f967O0xWJm5rGJ8w {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #ZTAtl4U9Hg7dIAxVuufQuNUsDA50Aaxs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #TPAOmoRFprwMokDOXbt8TGih1HrxUAMB {  }
 }@media only screen and (max-width: 763px) { #RckJ7kR7FvomAs8x4iwemfbabyL4E8an #wTcuuMW9Ip3HGA8cmHTJIgKEqouTRwmI {  }
 }@media only screen and (max-width: 763px) { #aTGarDKH6Hl3ndLNb2UuHQUfhZ41wkp4 { width:20rem;height:3.8496125rem;top:2.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 { display:block; }#p5A4eccNZWtbFPUEhPcxoDWi3oaMgMd7 > .row .container { width:20rem;height:113.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCFlFG6L0HNSzTvH60sU8MnVBTE7JKwD { width:19.625rem;height:26.7714625rem;top:18.4609375rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLxDe6uMsz72NkoysDHeKQ0v2hpiXqpV { width:19.5rem;height:10.3984375rem;top:6.8125rem;left:0.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQrglJTvmbvP1W4mTDZC18I4Bv5SPT7t { width:11.25rem;height:4.3125rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIArqbur2psbC5zFUbwUqrCsfHAr1UTg { width:7rem;height:7rem;top:104.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9wqJHXyi7Up7A25iXperOHfSTHW2Iuv { width:20rem;height:30.5976375rem;top:71.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHkdfPDatc7tmd3tQwnQTxeRwPn125SM { width:20rem;height:1.42480625rem;top:69.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIt6sH3CflBzn6mM54UgqANxyGiwDIFd { width:16.1875rem;height:19.0625rem;top:80.4043125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGUT7l6Gu6VZbvaqbhZ7TU9SKp16Vwm1 { width:16.1875rem;height:19.0625rem;top:47.4248046875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ { display:block; }#vcrlPApqZX6MeOVmIXHN0rp43Og6txKJ > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moUXJUipIkgf8XDcAN1TCZoeb7PAo7Zg { width:20rem;height:3.8496125rem;top:2.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrGx484BfmVEJ14O7OTtU2PyVDFRaTF6 { width:18.5rem;height:6.625rem;top:8.4746125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #urZ2HQiOJNzR9fkJCz8HQKMt8DQNTK6o { width:13.75rem;height:1.29980625rem;top:12.01171875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rm4MGM6pDWRLx55i3AZv34h6KX1iUkrT { width:16.5625rem;height:2.5996125rem;top:9.412109375rem;left:1.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2RrUqkSGOuRUZKg9zvQx0zdrNwgJQVT { width:18.5rem;height:6.4375rem;top:17.9746125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJJuUphZ8LTV813tfu5LsVdlAxTkZVeR { width:16.5625rem;height:2.5996125rem;top:18.912109375rem;left:1.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEknxV1igceQaxZ1GKSsUNlxXWpvBPBS { width:13.75rem;height:1.29980625rem;top:21.51171875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fK4RSDVGDXb5pFFec6EovXpHlh9yTxC0 { width:18.5rem;height:6.4375rem;top:27.0996125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrruv9vq13TX2AZZcoIAxoPA9ihhRThE { width:16.5625rem;height:2.5996125rem;top:28.099609375rem;left:1.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agUDmdvtEvkh7ZgK4lezd2Zo3vvDADFm { width:13.75rem;height:1.29980625rem;top:30.69921875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4440d368-3274-4c24-8592-75f067ab4cbf/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam.adaptive-delivery-prevent-bg, #fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam.lazyload, #fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam.lazyloading { background-image: none; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row .container { background-color: transparent; background-image: none; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row .container > .video-iframe-container { display: none; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row > .video-iframe-container { display: none; }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .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); }#fx0iDnTlLZAR8wEXwgf3Ru3nDgwbioam > .row .container { width:20rem;height:61.00537109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcfyBVNPZaycNUwQoBZ00C7Xadonq8va { width:20rem;height:7.199225rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vr9LrqHidVTM28MTVLbbTd37u7EdzwZ8 { width:19.8125rem;height:21.6875rem;top:39.31787109375rem;left:0.093371212121225rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWgNKoWFoSSfRZ9iTegnF1bLI9BFf8rd { width:20rem;height:23.994125rem;top:9.69925rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFFwBXP2XwTD7AXpUPBEvF7cX0HyFvJr { width:20rem;height:4rem;top:34.81787109375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e83594f-b0f4-429b-b9a5-08c3416827b3/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ.adaptive-delivery-prevent-bg, #slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ.lazyload, #slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ.lazyloading { background-image: none; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row .container { background-color: transparent; background-image: none; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row .container > .video-iframe-container { display: none; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row > .video-iframe-container { display: none; }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .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); }#slKhQ7KQ9isFTfHNeitkqcyMlFtL1gIZ > .row .container { width:20rem;height:160.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMJs63CCIq55vwZ4PpkmabTKX8NASBSU { width:20rem;height:5.19921875rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTJ3eRIKIgD9b6s5nTSzSBqkifWSs8np { width:20rem;height:1.13720625rem;top:136.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuMsTLLZIcKyEaCg8sGmaGNVp8cBPUaw { width:8.6875rem;height:2.9375rem;top:129.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcVWacX9uvqf61tITs46XRTb6hCyuow1 { display:block; }
 }@media only screen and (max-width: 763px) { #dawtO5vrfzxCAyJ3LAwNRox1A03UdwFZ { width:20rem;height:7.1996875rem;top:12.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWyuZCnfqp2SKTW41quksw5FpNJHdKTk { width:17.625rem;height:1.5996125rem;top:21.0625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cc0PAyJggXziypwitHATHkKrZTkdTcmP { width:8.375rem;height:2.19970625rem;top:10.625rem;left:5.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmD0fNSZTENyAK9OZAGUrvK0x9acPvoy { width:19.75rem;height:3.19921875rem;top:39.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mg6VyXqhaG62kIN9KCD0lPrKCeOJQgbr { width:20rem;height:9.599625rem;top:28.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Klau34Uvy8yDE9T4UUxpEORl1gXhKL9X { width:8.125rem;height:2.19970625rem;top:26.5625rem;left:5.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOL4ZkUtCO9TT5QckFLG7AoS9uGL2Bfk { width:16.6875rem;height:3.19921875rem;top:65rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1GavB8BXGTO3eLPXZNA408SRT5TW1W5 { width:20rem;height:11.9995rem;top:49.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDa7TICd6ZusBv1iRZ4LIrcsVvdMvB39 { width:7.6875rem;height:2.19970625rem;top:47.8125rem;left:6.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttCIL09Dzl5kWeNvVordiu17fOSHMIFT { width:18.6875rem;height:3.19921875rem;top:82.8125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dD8dW89TkIQhTSTEXafqyVkHJwI74r8A { width:20rem;height:7.1996875rem;top:74.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnEAvPv18ZFydKnPnICOzytlDWPT7gQ6 { width:8.625rem;height:2.19970625rem;top:72.5625rem;left:5.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmLKJmNbJnJsZSo7NwzyPZHy3HxiWA87 { width:19.75rem;height:1.5996125rem;top:105.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxsMssGwmkto5JoeTD192cv5J9gK9cUv { width:20rem;height:14.3994375rem;top:92.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOKbaSPllWybXn7TBcCP9BRHuPEvw9Pq { width:9rem;height:2.19970625rem;top:90.0625rem;left:5.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkOOL2c0Q0QBuKN3GX6PcCpeuTe3qgFq { width:16.0625rem;height:3.19921875rem;top:122.875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nEWSOLkThmd6Br800bnBm9z5QT6Xbeci { width:20rem;height:9.599625rem;top:112.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCPKHnGvk7TnXJAuUWKJnxbGAXPfOcP4 { width:8.75rem;height:2.19970625rem;top:110.625rem;left:5.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtTkTV0WXXZOtDAFCxLTUTFU5TUATTxu { width:5.75rem;height:1.21875rem;top:140.25rem;left:7.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmNRQEmrCcfEeQb3kTEbTd5TStsPgbTw { width:4.0625rem;height:1.21875rem;top:143.9375rem;left:8.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGcBcRr8PQ5bnNJ8PyL6EXM0Pua6TuDM { width:4.625rem;height:1.21875rem;top:147.625rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvlG2zNJ5EaFpxBMDuXCixzlwFDSf0PA { width:3.75rem;height:1.21875rem;top:151.3125rem;left:8.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7FVepnW4tpeZBmTcd3RitBUHpaHQbTi { width:3.5rem;height:1.21875rem;top:154.9375rem;left:8.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSdxNccobLJnh1FMg9nZgatTlFV7cgey { display:flex;width:1.375rem;height:1.375rem;top:140.1875rem;left:7.1875rem; }
#eSdxNccobLJnh1FMg9nZgatTlFV7cgey > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #EnwMe3ObETWB8kM7nME2xAs6zrEAgERy { display:flex;width:1.5rem;height:1.5rem;top:143.75rem;left:7.0625rem; }
#EnwMe3ObETWB8kM7nME2xAs6zrEAgERy > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #IZOcnCBgoVczniQLDtvyh0lbXvTFd3yx { display:flex;width:1.375rem;height:1.375rem;top:147.5rem;left:7.0625rem; }
#IZOcnCBgoVczniQLDtvyh0lbXvTFd3yx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #rr5qyOx3kBk5ds0ulVOnBstBK6lU929R { display:flex;width:1.375rem;height:1.375rem;top:151.1875rem;left:7.0625rem; }
#rr5qyOx3kBk5ds0ulVOnBstBK6lU929R > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #vXiAJM4bR9pgPLWtnEMpMFxCrEAOicUc { width:7.1875rem;height:2.4375rem;top:139.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suJA0ATykSkaJ5ShcDZtJFTKVXeNHAEb { width:7.1875rem;height:2.4375rem;top:143.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6wwhH6mozEKaP1kUtB0qDlar8f9DBsg { width:7.1875rem;height:2.4375rem;top:147rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0LJBcy9cX7GHudaS2uiXSDfv1OiARN5 { width:7.1875rem;height:2.4375rem;top:150.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKULyRZxHA89ri6HkaLzEQJarecRGcMe { width:7.1875rem;height:2.4375rem;top:154.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2zJffSfF5GmyfNwJbv52ttIQ3zoNHdy { display:flex;width:1.375rem;height:1.375rem;top:154.875rem;left:7.5rem; }
#T2zJffSfF5GmyfNwJbv52ttIQ3zoNHdy > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #pZb1bED5eEsvPIA3VABe1uFbe1lSJETa { width:20rem;height:3.375rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCFczu9MN3VRsRsr75sONHriyEoHvk6 { width:20rem;height:2.3125rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okeT9WoAOIASJwcN0epW82pQLDohq4Ai { width:20rem;height:3.3125rem;top:122.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2LPZbcCXy2h37HfSGmFAR9zJrUIlayP { width:20rem;height:3.375rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPwkS9AdNhW060cVvVr7NG19bIWHNDRr { width:20rem;height:3.5rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuV3ERTlWA2CkqOTKt8efqkD2PdkehRE { width:20rem;height:2.3125rem;top:105.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgxfL3gVMGWHnIgJJ96D0rhzEQsT2zDT { width:9.6875rem;height:0.9746125rem;top:132.6875rem;left:5.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ { background-color:#7aa4f7;background-image:url("https://images.assets-landingi.com/uc/4a3ba247-cdf1-4eae-bbb1-d065e742f993/Irenalandingigrafiki9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ.adaptive-delivery-prevent-bg, #UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ.lazyload, #UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ.lazyloading { background-image: none; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row .container { background-color: transparent; background-image: none; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row .container > .video-iframe-container { display: none; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row > .video-iframe-container { display: none; }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .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); }#UNOQNmiXhvR15oJk7Jrfn8lZJEo1orsZ > .row .container { width:20rem;height:262.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWQOFleVbBedA3zrqNIfTxhLPwOwuDHC { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVhv3S83iksbT5GsRor8iTfZ1rWUqiIp { width:6.125rem;height:6.125rem;top:5.29980625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbS4UqbnMHT18the28POtn4H9WJOuEuA { width:13rem;height:16.1875rem;top:102.217825rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAPCNdfVpZsszWZLBsaDZ9n8BZ0KGsv6 { width:20rem;height:21.597675rem;top:122.5049375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZy5L3DMQN7Hw7Ntwd9gT0CWf8i0HhJ5 { width:20rem;height:1.5996125rem;top:119.655325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUrvqkLwy9toqIZncBuixduOt8P2yTL1 { width:12.0625rem;height:14.75rem;top:188.4868625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8u2zZOQuOq4GvNutyBokaTVBdvMUEkJ { width:20rem;height:10.7988125rem;top:207.336475rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvyqIAs6e3569zIlTHq7WU1to0dM3N3u { width:20rem;height:1.5996125rem;top:204.4868625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0ECmt3pc29wngcARqJkTXED7HznsrX2 { width:13.1875rem;height:16.1875rem;top:145.3525625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZT66OiadTk30mvfOOh0C1vc5u7TdFTA { width:20rem;height:21.597625rem;top:165.639675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlC57GNEysGakgvcAThqT0gg7T7JKrIN { width:20rem;height:1.5996125rem;top:162.7900625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0SWaodPux5dL9bfWE3PqTQgT0g6ke5n { width:20rem;height:23.3974375rem;top:77.570825rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfyH2Ii1vMWRKH6zAOvM71blTC4bA8ou { width:12.75rem;height:15.75rem;top:57.7212125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkv7tv4buayuh3JMeNTccI9TA8qMKo1d { width:20rem;height:1.5996125rem;top:74.7212125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HppQagIEmHnCLWBlR8LvcSuy9StWvHUT { width:20rem;height:19.797875rem;top:239.6719rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dmuahc4NpZMymEE79ovGaG1kREaTNJ3o { width:13.5rem;height:16.1875rem;top:219.3847875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN0AeUnDKxAiQcCGgIpgLu6TW50mEvsC { width:20rem;height:1.5996125rem;top:236.8222875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BPTtpmreEvOZB7SxLCFNJv3mTxFm7GlP { width:20rem;height:21.597625rem;top:34.874025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXwG6CxtGTcykVLrAnwB4CmXmRs4RdJR { width:13.1875rem;height:16.5rem;top:12.67480625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6sFt9cFt4ZrRFo31mCJayZMKNXpnTQw { width:20rem;height:3.19921875rem;top:30.42480625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC { display:block; }#SXVHgSuBigFTPSNTUnTF2y5vZC7KHPnC > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCmUiBwtkmKL2BEtpaQxiHA5LOHEbXnc { width:20rem;height:1.25rem;top:11.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW1xToNoUPvi27lAst0IXmA98N6bgdTI { width:19.1875rem;height:9.09863125rem;top:16rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unleus5wZT8OtW2mdB3rTEwc0cllHzsk { width:20rem;height:1.25rem;top:26.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrAV0mP1LPAgPrNv6icaaMxyP9DwmIvh { width:20rem;height:3.89941875rem;top:31.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqqqibgLdP2D9lflFNcE7S3KuTuUsL0D { width:20rem;height:1.29980625rem;top:36.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyVlMIa2wRJHvgskffgkTmya88H9o17T { width:20rem;height:3.8994125rem;top:40.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2DEpNVpQCq0TUs61Hs3S1Kt21aOyglW { width:20rem;height:1.29980625rem;top:46.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J24ZOWuhoTJiuwGW0AZBAu3wo2Pm4Rwz { display:flex;width:4.625rem;height:4.625rem;top:13.625rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgWiTDJtzlbBmQQH9ehgprzTTMo0AwzO { display:flex;width:4.625rem;height:4.625rem;top:12.6875rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1QgTool9XTEGdAtAfp3Gz3N4aMsK2Bn { width:20rem;height:13.1875rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrLiloVsJ0fg1ElbIRmvTso6a3pVGmIu { width:20rem;height:8.125rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u25QQnxvTEMFyI1bGyilSKgxz5Cy06SV { width:20rem;height:8.125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLJofWNxTTWsok5oSbVLnHirsKZ6NWGn { width:20rem;height:9.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fECO5VrETJBnwCmQNn2X2RLuK1VEKnCi { width:8.6875rem;height:2.9375rem;top:49.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhryH1RqSJ2FgbbuHElbhtIQEZgpv7UP { display:block; }
 }@media only screen and (max-width: 763px) { #o5HouZmb3HhQx1uBpCfIXa9e8h5Hdz3V { width:9.6875rem;height:0.9746125rem;top:53.8125rem;left:5.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:19.6875rem;height:1.79980625rem;top:14.24853515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUoNQT79INFlBwDTepGVXo1H5CoZBBss { width:12.3125rem;height:1.25rem;top:2.1875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4bGxkm9AUIcvLdbKrkCQxxOpmP3UiB9 { width:20rem;height:3.41161875rem;top:8.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4rTm05ei8NZFgGhRB3xHgwQaZnhtdMk { width:20rem;height:1.4624rem;top:5.2880859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }