.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ec6f00;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); }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att { position:relative;display:block; }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att { background-color: transparent; background-image: none; }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att > .row .container > .video-iframe-container { display: none; }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att > .row > .video-iframe-container { display: none; }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att > .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); }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att { border-width: 0; border-radius: 0; }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ec6f00;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh .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; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.438125rem;padding-right:0.419375rem;padding-bottom:0.438125rem;padding-left:0.419375rem;display:block;align-items:center;width:2.510625rem;min-width:2.510625rem;height:2.3575rem;position:relative;font-family:"open sans";font-size:1.755625rem;font-weight:700;line-height:37.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.34875rem;height:0.93125rem;position:relative;font-family:"open sans";font-size:0.6575rem;font-weight:400;line-height:14.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.625rem;height:4.4375rem;padding-top:0.548125rem;padding-right:0.598125rem;padding-bottom:0.548125rem;padding-left:0.598125rem;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:0rem;left:53.89990234375rem;z-index:5000; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #vlkL5v9XhMOKmwk5HWKzln4cuGzt3hH3 { display:flex;position:relative;top:0rem;left:0rem; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #ilJwwapMiA2PvILO4MZRrHp1o8WkRgZg { width:auto; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #wT7kXW8t8vBc7OHVwQW13XRqaWMCS9TO {  }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #lr61dWa7GvviHNqE4RD3D7zpyT3Tq2aq { display:flex;position:relative;top:0rem;left:0rem; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #Aa2dlhJMBq0TnP10ANn8V1dzGkReGaUC {  }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #Hb1sePG9EfVkx1spe0zT4svLo9ruyXF8 {  }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #wVKLpgNDeDzw68TOdyPg4utZq640uqE1 { display:flex;position:relative;top:0rem;left:0rem; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #DAbZhrkgf86y9TusS6eVR8pbTb6QnbC0 {  }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #ugT0HR87TLKRwl94zy7JPkyqT0K8FOBA {  }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #wl7e9F7cc6CFFBJ9tOa9CwAVKmL2EBcp { display:flex;position:relative;top:0rem;left:0rem; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #RTvoFXUcTFRqns2aNrBUgEyzplEkDiqR {  }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #IIXIWiF1XiWWzxmQLilC0FCvw1F9IbEc {  }
#C7QfzTwOZA0dcRhAKQoXhf7SzlMlHOFo { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.20654296875rem;left:10.71875rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/547c4055-22c6-4cfa-ab9c-a0c2b82d34a0/Heade2r.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe.adaptive-delivery-prevent-bg, #Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe.lazyload, #Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe.lazyloading { background-image: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container { background-color: transparent; background-image: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container > .video-iframe-container { display: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row > .video-iframe-container { display: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .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); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container { border-width: 0; border-radius: 0; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container { width:75rem;height:47.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#J9E6Qm4WQbVMEwK9JdApxPMpnNG1Pz59 { position:absolute;display:block;z-index:15000;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:10.6875rem;width:17.5rem;top:0rem;left:28.75rem;overflow:hidden;display:block; }
#z6gwMkgVmGzOZP4uCnUGRek7BAv0krC5 { background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.0625rem;left:25.625rem;display:block; }
#l4OOfiPveTLOLoGRHHQnDU0eyrF4QsSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h8BqCfBwKXFv8lMzRehNvkwk0sM9KMbH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:17.9375rem;left:16rem;display:block; }
#CtmxxTX65ggJVbqXip1k4gzofD6thQAA { color:#7209ac;display:block;width:43.9375rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10rem;left:12rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/547c4055-22c6-4cfa-ab9c-a0c2b82d34a0/Heade2r.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6.adaptive-delivery-prevent-bg, #T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6.lazyload, #T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6.lazyloading { background-image: none; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row .container { border-width: 0; border-radius: 0; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row .container { width:75rem;height:71.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#INdFumwTOOkgftxo1K7LVF9sJa63RVaU { position:absolute;display:block;z-index:15000;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:10.6875rem;width:17.5rem;top:1.4375rem;left:28.75rem;overflow:hidden;display:block; }
#TmiSRhVA2TUKBWuGXacXAfuFwSDwzVPe { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.9755859375rem;left:16.25rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRwQs895sBoaPV4lAV6lPk62b44NkLQ4 { background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:62.0625rem;left:25.625rem;display:block; }
#xWVVpxPkMQr5DczGb07TD7L0M08Wy9UH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXCK7as277zwJt9zyn2SiRR9V9UogIPo { color:#7209ac;display:block;width:42.5rem;position:absolute;font-family:dosis;font-size:3.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5380859375rem;left:16.25rem;height:4.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h75qxSxAOGDu0MRF3cCHAMSNIBRcWMy8 { position:absolute;display:block;z-index:15007;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:4.9375rem;width:37.1875rem;top:12.0625rem;left:18.625rem;overflow:hidden;display:block; }
#g8iLz5Mz56XvurRxPDz30cCiUVudFwrs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:36.5rem;left:17.5rem;display:block; }
#GtWvTF0bL6MW7SF7Jil8cSqztNOHIEzX { color:#7209ac;display:block;width:42.5rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5380859375rem;left:16.25rem;height:6.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66b1f08e-a10d-4297-b3fa-dd46c7cb456b/Heade2r.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS.adaptive-delivery-prevent-bg, #pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS.lazyload, #pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS.lazyloading { background-image: none; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row .container { background-color: transparent; background-image: none; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #04a5cc; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row .container > .video-iframe-container { display: none; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #04a5cc; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row > .video-iframe-container { display: none; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .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); }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row .container { border-width: 0; border-radius: 0; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#yE3TSC9R0KV9fwuUr5ernG7pSPVGpbHB { color:#7209ac;display:block;width:64.5625rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:5.21875rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#wtvUqB7OyZFndPV3sLpUtZnvTP3CLKrQ { color:#ffffff;display:block;width:62.875rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.25rem;left:6.0625rem;height:6.337875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sf5WdATo6Hl80MF40WNSAFPCiKH1GW8W { color:#ffffff;display:block;width:63rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.5rem;left:6rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#aw7OcBaZdx2IWtzNR0thrHR4F65OakWz { color:#ffffff;display:block;width:53.3125rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.5625rem;left:10.84375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/126de3b2-25d0-4d88-b81d-4a73809513ac/degrade1.jpg");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; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np.adaptive-delivery-prevent-bg, #fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np.lazyload, #fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np.lazyloading { background-image: none; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row .container { background-color: transparent; background-image: none; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row .container > .video-iframe-container { display: none; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row > .video-iframe-container { display: none; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .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); }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row .container { border-width: 0; border-radius: 0; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row .container { font-size:0.875rem;font-family:"open sans";height:42.5625rem;width:75rem;position:relative;display:block; }#uI5P0DV1AQ907b6ohdu5zNr9TpXH24i8 { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:12.25rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#S00gS1pDwrXFQmXmlD7qqFDnUz3xAxLq { color:#7209ac;display:block;width:53.1875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.46875rem;left:10.90625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMhS0eI1RtfUzR8wVLDgapJFfoaVLtT7 { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.25rem;left:12.25rem;height:19.5rem;display:block; }
#vImvqKRPPTXxzyPclMGTkRZTu5AG2zwR { color:#16c9cf;display:block;width:50.8125rem;position:absolute;font-family:dosis;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:35.34375rem;left:12.09375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HPK9gvwTMOgyEDQWI9EuugAKnczuUIGR { 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:24.4375rem;width:11.125rem;top:18.125rem;left:62.875rem;overflow:hidden;display:block; }
#wQMu2zPyFXLwLZhXxsKuLcoxVFTXs4BC { 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:12.3125rem;width:14.25rem;top:9.46875rem;left:60.75rem;overflow:hidden;display:block; }
#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#42a6b6;background-image:url("https://images.assets-landingi.com/uc/d5efba58-3074-42bc-8882-97b29502c317/bg3_compressed.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf.adaptive-delivery-prevent-bg, #e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf.lazyload, #e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf.lazyloading { background-image: none; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row .container { background-color: transparent; background-image: none; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row .container > .video-iframe-container { display: none; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row > .video-iframe-container { display: none; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .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); }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row .container { border-width: 0; border-radius: 0; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row .container { font-size:0.875rem;font-family:"open sans";height:39.375rem;width:75rem;position:relative;display:block; }#iVDor5aLMWkq5xXWAktTg3FVy0gqyUz5 { color:#7209ac;display:block;width:48.3125rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.9375rem;height:9.097625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vRvMVpE5OLi6fwL7KVhuZ6XtNwmh0fOn { color:#000000;display:block;width:30.5rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.125rem;left:12.75rem;height:24.7411875rem;font-style:normal;display:block; }
#or4hgN6iK1wb4OroPvUxXRsaS3x88xkV { 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:2rem;width:2rem;top:10.9375rem;left:10.1875rem;overflow:hidden;display:block; }
#qf0cUIOWdB88PpMElx9t4mRevRF4QecX { position:absolute;display:block;z-index:15012;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:2rem;width:2rem;top:14.1875rem;left:10.1875rem;overflow:hidden;display:block; }
#bR8BiAM99GTzAXeLRcvc8blksavwrlsN { position:absolute;display:block;z-index:15013;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:2rem;width:2rem;top:17.4375rem;left:10.1875rem;overflow:hidden;display:block; }
#Sl2duMq1SNEM4Cu6kWUB67TC5focgcGk { 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:2rem;width:2rem;top:20.6875rem;left:10.1875rem;overflow:hidden;display:block; }
#N9xuy6RnO4Bl9yEwewmDTvvcLHDee85m { position:absolute;display:block;z-index:15015;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:2rem;width:2rem;top:23.875rem;left:10.1875rem;overflow:hidden;display:block; }
#td1tTiqrU34EEaQG6D12rnlFbKX0AdCU { position:absolute;display:block;z-index:15016;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:2rem;width:2rem;top:27.125rem;left:10.1875rem;overflow:hidden;display:block; }
#APA3Fv1cFIDLr9epPEZ28di0Nvh5w9zH { position:absolute;display:block;z-index:15017;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:2rem;width:2rem;top:30.4375rem;left:10.1875rem;overflow:hidden;display:block; }
#htgpwIn26nkTuW5Zk8pJTMTfGDLwbA5T { 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:2rem;width:2rem;top:33.75rem;left:10.1875rem;overflow:hidden;display:block; }
#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9bf7fb;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; }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .row .container { background-color: transparent; background-image: none; }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .row .container > .video-iframe-container { display: none; }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .row > .video-iframe-container { display: none; }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .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); }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .row .container { border-width: 0; border-radius: 0; }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .row .container { font-size:0.875rem;font-family:"open sans";height:25rem;width:75rem;position:relative;display:block; }#C1lgL8xhpaINuwQe6ynsSR8rcynWweuL { color:#760d9f;display:block;width:39.375rem;position:absolute;font-family:dosis;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.96875rem;left:10.6875rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qUkqLPTt7dqeb7IRfsSFgkvCvL0RJevo { position:absolute;display:block;z-index:15004;background-color:#760d9f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:42.875rem;top:13.1875rem;left:11.75rem;display:block; }
#r9QFvwOeh59sEaEJCx5wATRODiEkOxcF { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.6875rem;left:13.6875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aluOH3UKR3cIBugWt7KtPmmfyCdD1aet { position:absolute;display:block;z-index:15005;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:23.125rem;width:18.75rem;top:1.875rem;left:48.75rem;overflow:hidden;display:block; }
#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9bf7fb, #ffffff);background-image: -moz-linear-gradient(180deg, #9bf7fb, #ffffff);background-image: -ms-linear-gradient(180deg, #9bf7fb, #ffffff);background-image: -o-linear-gradient(180deg, #9bf7fb, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bf7fb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bf7fb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #9bf7fb, #ffffff);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; }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .row .container { background-color: transparent; background-image: none; }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .row .container > .video-iframe-container { display: none; }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .row > .video-iframe-container { display: none; }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .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); }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .row .container { border-width: 0; border-radius: 0; }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .row .container { font-size:0.875rem;font-family:"open sans";height:43.5rem;width:75rem;position:relative;display:block; }#zGcXIp4xWk6O7UsTSpvMMMbymwdR9mPX { color:#7209ac;display:block;width:36.875rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:3.25rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vrnxTGD6pISPuzsWkublBo1HcCIzidsN { color:#000000;display:block;width:36.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.625rem;left:3.25rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#W4XbCVePQLr857c3wCFpJ3OoVkvytTQd { 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:39.6875rem;width:36.375rem;top:1.90625rem;left:38.625rem;overflow:hidden;display:block; }
#Ti4AolGUO1VmNr60R2pdT2o50WIU6FJW { background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.0625rem;left:23.75rem;display:none; }
#TZ69cboCU9pNKVxm4WqGFmUKmo9KBs5A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#760d9f;background-image:url("https://images.assets-landingi.com/uc/89a796fa-176b-40e4-b945-ef2bab9bdfcb/ef22ff87c_1000000000000000000028.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy.adaptive-delivery-prevent-bg, #qyKQQOykCQ2MNphEs09TMUvwieT6DUyy.lazyload, #qyKQQOykCQ2MNphEs09TMUvwieT6DUyy.lazyloading { background-image: none; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row .container { background-color: transparent; background-image: none; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row .container > .video-iframe-container { display: none; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row > .video-iframe-container { display: none; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .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); }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row .container { border-width: 0; border-radius: 0; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row .container { font-size:0.875rem;font-family:"open sans";height:57.875rem;width:75rem;position:relative;display:block; }#QuQUd2sAeafFaw1cXueSHDggaJBfpBu5 { color:#16c9cf;display:block;width:43.6875rem;position:absolute;font-family:dosis;font-size:2.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:4.75rem;left:5.25rem;height:3.44921875rem;font-style:normal;display:block; }
#a5QoZd81l3NVedD6xv8zFBVT9oER5U9P { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.875rem;width:24.625rem;top:2.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#fFllPk6q3Euz9a1ko5ugOw2L1p20rVKI { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.8125rem;left:5.2500000298023rem;height:4.875rem;display:block; }
#vCW1TUlgrng0ZTGrPS8DqO5yzlupJTsc { color:#ffb300;display:block;width:45.1875rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.6875rem;left:5.2500000298023rem;height:10.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GoBD0pJlLB4cValCkPT81UT7xpcnAy4C { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:19.8125rem;left:5.2812500298023rem;height:19.5rem;text-align:left;text-align-last:left;display:block; }
#PhUeLReWLa5rqadepBD7Vfqv86L2nodz { position:absolute;display:block;z-index:15007;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:18.1875rem;width:8.1875rem;top:28.3125rem;left:54.69936854335rem;overflow:hidden;display:block; }
#y1GZWHX9XxOH7gxZCyQ5mmTQtMuPIJud { position:absolute;display:block;z-index:15020;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:10.5625rem;width:15.8125rem;top:20.625rem;left:51.1875rem;overflow:hidden;display:block; }
#DTdlXVgmsdGSdczJJbOvbESPLtuciDni { color:#ffffff;display:block;width:64.25rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:46.8125rem;left:5.3750000298023rem;height:6.82325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9bf7fb, #ffffff);background-image: -moz-linear-gradient(180deg, #9bf7fb, #ffffff);background-image: -ms-linear-gradient(180deg, #9bf7fb, #ffffff);background-image: -o-linear-gradient(180deg, #9bf7fb, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bf7fb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bf7fb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #9bf7fb, #ffffff);background-size:auto !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; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row .container { background-color: transparent; background-image: none; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row .container > .video-iframe-container { display: none; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row > .video-iframe-container { display: none; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .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); }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row .container { border-width: 0; border-radius: 0; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row .container { font-size:0.875rem;font-family:arial;height:70rem;width:75rem;position:relative;display:block; }#drR2afFsaeMzDF9evu9Q4aElZVThyNab { color:#7209ac;display:block;width:23.0625rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:25.96875rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MUAb0JzPWwrmm0spSaPlMVS9zzIZMWBc { color:#7209ac;display:block;width:35.125rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:19.6875rem;height:7.7996875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a10NQryUklzcnZBxDC2bLc5T2WlXzaip { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:17.6875rem;left:5.875rem;height:14rem;font-style:normal;display:block; }
#KNw9HtTXZ3qv19muV5PZfteXueFyIJzD { 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:37.5rem;width:23.9375rem;top:2.375rem;left:45.1875rem;overflow:hidden;display:block; }
#SWRghohIAhG4cAUV1nEITxEiBTqxP6n4 { color:#7209ac;display:block;width:32.625rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tnwzDZXEgTqi1hRmL2vOvOllzgHXQcht { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:47.9375rem;left:34.125rem;height:15.75rem;font-style:normal;display:block; }
#zeApiPt8GcUUZvVTDuO6LcviGQyzTV0T { color:#7209ac;display:block;width:32.625rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.8125rem;left:34.125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NnRoL5kXPefmsO7aObxJ8Opt3SxrLT4I { 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:28.125rem;width:25.8125rem;top:40.5rem;left:4.8125rem;overflow:hidden;display:block; }
#eIX3R3vpAD7x5Q20Ds6cfk8oHGcLiGn8 { position:absolute;display:block;z-index:15012;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:5.9375rem;width:21.25rem;top:35.8125rem;left:11.5625rem;overflow:hidden;display:block; }
#t812UKlcGKxcTpIPtNANe1DJHaEXiAAG { position:absolute;display:block;z-index:15013;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:5.9375rem;width:18.8125rem;top:38.25rem;left:1.5rem;overflow:hidden;display:block; }
#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b4cd30;background-image:url("https://images.assets-landingi.com/uc/907a9905-f052-4b1a-9791-50e4f7cce419/bgsky.jpg");background-position:bottom 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; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q.adaptive-delivery-prevent-bg, #BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q.lazyload, #BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q.lazyloading { background-image: none; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row .container { background-color: transparent; background-image: none; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row .container > .video-iframe-container { display: none; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row > .video-iframe-container { display: none; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .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); }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row .container { border-width: 0; border-radius: 0; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row .container { font-size:0.875rem;font-family:"open sans";height:54.375rem;width:75rem;position:relative;display:block; }#tHAxPikRwpC7BcQbbHSCdWZvH8FuI4cZ { color:#65108f;display:block;width:53.3125rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.1875rem;left:10.8125rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a8J77R0WTDFOtAgsbfRKIX2MzZfQGkWm { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.28125rem;left:10.8125rem;height:19.25rem;font-style:normal;display:block; }
#DIXM33MUDEer0GSZ6IFKC34MVc03NbwS { position:absolute;display:block;z-index:15017;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:21.25rem;width:24.0625rem;top:10.65625rem;left:40.125rem;overflow:hidden;display:block; }
#K2k4DoqTVmVPGIKTvABUkUNDCb8nrf2M { color:#ffffff;display:block;width:53.3125rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:32.46875rem;left:10.8125rem;height:12.25rem;font-style:normal;display:block; }
#ZrS2hqNtV1rKGbhRvTVTTeDSZanNJQrd { background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.0625rem;left:23.75rem;display:block; }
#lA7IeCNFqcFWGS8SH9O8ad0qvgmCZfdE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eedabb3a-8c81-46c1-9f84-6c82ee646238/bgtextura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L.adaptive-delivery-prevent-bg, #LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L.lazyload, #LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L.lazyloading { background-image: none; }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .row .container { background-color: transparent; background-image: none; }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .row .container > .video-iframe-container { display: none; }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .row > .video-iframe-container { display: none; }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .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); }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .row .container { border-width: 0; border-radius: 0; }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#J7ZRWLCmRgBqK7C8zZgEw4vi7MTLzgP4 { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:dosis;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.25rem;left:18.375rem;height:8.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eedabb3a-8c81-46c1-9f84-6c82ee646238/bgtextura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0.adaptive-delivery-prevent-bg, #lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0.lazyload, #lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0.lazyloading { background-image: none; }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .row .container { background-color: transparent; background-image: none; }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .row .container > .video-iframe-container { display: none; }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .row > .video-iframe-container { display: none; }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .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); }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .row .container { border-width: 0; border-radius: 0; }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#EZRHnsxVvppy0J9fIgcctTHxoFMSANmJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.25rem;width:19.0625rem;top:0.75rem;left:47.430471420288rem;overflow:hidden;display:block; }
#BPs1DQFegD8WCg2T5P3CQtdAVKtHTVuB { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:dosis;font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.7109375rem;height:3.7380625rem;display:block; }
#gp6TqE5xacrVB9XVHqdSygM6EoWGMZhT { position:absolute;display:block;z-index:15001;background-color:rgba(81,81,102,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.625rem;width:44.9375rem;top:9.125rem;left:1.8992195129394rem;display:block; }
#OisXthfrQmllq1ZWVoee9u0hN1ZhW00x { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.137499809265rem;left:2.8679695129394rem;height:17.5429625rem;display:block; }
#AK2zeeMmox0FXBgNmGcMiWQTEUd00IHG { background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:dosis;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.125rem;left:15.335939407349rem;display:block; }
#EVq6pr9Mnzd4uG7r2ZaOOITQmGgc1FsG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AM6QtyaUpVnFXC7pacSEQbJKz304PMl1 { color:#000000;display:block;width:42.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.137499809265rem;left:2.8679695129394rem;height:14.3rem;display:none; }
#g6lL5kd19Fl4WSeX4O84KromJ7N0Kp5e { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.25rem;top:62.625rem;left:0rem;display:none; }
#m9en5il5MMowTLMuXG63gkMClRDepMVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eedabb3a-8c81-46c1-9f84-6c82ee646238/bgtextura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#m9en5il5MMowTLMuXG63gkMClRDepMVm.adaptive-delivery-prevent-bg, #m9en5il5MMowTLMuXG63gkMClRDepMVm.lazyload, #m9en5il5MMowTLMuXG63gkMClRDepMVm.lazyloading { background-image: none; }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .row .container { background-color: transparent; background-image: none; }#m9en5il5MMowTLMuXG63gkMClRDepMVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .row .container > .video-iframe-container { display: none; }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .row > .video-iframe-container { display: none; }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .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); }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .row .container { border-width: 0; border-radius: 0; }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#vqv98LHhxEIHzZwMqzJIlizNu8VOd6o6 { position:absolute;display:block;z-index:15002;background-color:rgba(81,81,102,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.875rem;width:44.9375rem;top:0rem;left:1.8992195129394rem;display:block; }
#rKwQ5FVmCQ7gMydxmwE0ochmgrd3SCVn { color:#ffffff;display:block;width:43rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.9617195129394rem;height:23.39060625rem;display:block; }
#FthORuAz7RavmAWXNztdlXxcFT62tnUe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eedabb3a-8c81-46c1-9f84-6c82ee646238/bgtextura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#FthORuAz7RavmAWXNztdlXxcFT62tnUe.adaptive-delivery-prevent-bg, #FthORuAz7RavmAWXNztdlXxcFT62tnUe.lazyload, #FthORuAz7RavmAWXNztdlXxcFT62tnUe.lazyloading { background-image: none; }#FthORuAz7RavmAWXNztdlXxcFT62tnUe > .row .container { border-width: 0; border-radius: 0; }#FthORuAz7RavmAWXNztdlXxcFT62tnUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FthORuAz7RavmAWXNztdlXxcFT62tnUe > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:none; }#p6kngWS2nqdiuNXCQUsObxoXxD7TGybF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.375rem;width:19.0625rem;top:0.75rem;left:47.430471420288rem;overflow:hidden;display:block; }
#R7bW0sDDITrBBi4ZmGZrnB2A3IMOTBfZ { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:dosis;font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.7109375rem;height:7.475rem;display:block; }
#f4nmZ9sSm0IiAxhP1hoGpTpBuAT1tAaW { position:absolute;display:block;z-index:15001;background-color:rgba(81,81,102,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.625rem;width:44.9375rem;top:9.125rem;left:1.8992195129394rem;display:block; }
#GTOKfI2Oq3R7mTDrEAfX0HJPocvTALJ4 { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.137499809265rem;left:2.8679695129394rem;height:17.55rem;display:block; }
#z7AkeKEFGTkw4RIs09wvi5svLJXRQ6Oq { background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:dosis;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.125rem;left:15.335939407349rem;display:block; }
#L5oR4n7EVPUvhFqPCNQKDp2DkcylEvRQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w0x8OX2UAvoDKaGGyG7z6xXV62fVUbFu { color:#000000;display:block;width:42.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.137499809265rem;left:2.8679695129394rem;height:14.3rem;display:none; }
#eN739CoxudArJJH7hghyXPO2yAanT66n { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.625rem;top:15.0625rem;left:0.5rem;display:none; }
#duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eedabb3a-8c81-46c1-9f84-6c82ee646238/bgtextura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU.adaptive-delivery-prevent-bg, #duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU.lazyload, #duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU.lazyloading { background-image: none; }#duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU > .row .container { border-width: 0; border-radius: 0; }#duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#EHNfBJbQfLOuUt400oQuV3p1Qt6Ghmlc { position:absolute;display:block;z-index:15002;background-color:rgba(81,81,102,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:44.9375rem;top:0rem;left:1.8992195129394rem;display:block; }
#uJFtRXVsUWxtU8TTQiIN6PeyRMtvQH88 { color:#ffffff;display:block;width:43rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.9617195129394rem;height:5.85rem;display:block; }
#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#65108f;background-image:url("https://images.assets-landingi.com/uc/89a796fa-176b-40e4-b945-ef2bab9bdfcb/ef22ff87c_1000000000000000000028.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx.adaptive-delivery-prevent-bg, #PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx.lazyload, #PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx.lazyloading { background-image: none; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container { background-color: transparent; background-image: none; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container > .video-iframe-container { display: none; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row > .video-iframe-container { display: none; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .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); }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container { border-width: 0; border-radius: 0; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container { font-size:0.875rem;font-family:"open sans";height:100rem;width:75rem;position:relative;display:block; }#yMJcFezMNaibJGCBJixkU56J9bXLdQR6 { 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;background-color:transparent;background-image:none;height:13rem;width:60rem;position:absolute;display:block;z-index:15000;top:10.125rem;left:7.5rem;display:block; }
#VIWRNRMeJgqBMvBCvbT9id4WkDTHd42z { border-top:0.25rem solid #ff4838;border-left:0.25rem solid #ff4838;border-right:0.25rem solid #ff4838;border-bottom:0.25rem solid #ff4838;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/b6df7a27-9f54-4425-8ce6-647a319125c1/TATIANI.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:6.8125rem;width:6.8125rem;position:absolute;display:block;z-index:15001;top:11rem;left:8.375rem;display:block; }#VIWRNRMeJgqBMvBCvbT9id4WkDTHd42z.adaptive-delivery-prevent-bg, #VIWRNRMeJgqBMvBCvbT9id4WkDTHd42z.lazyload, #VIWRNRMeJgqBMvBCvbT9id4WkDTHd42z.lazyloading { background-image: none; }
#JGTW9F8TsLJRSxhuAfmEbNiNr3taghGC { display:block;width:50.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:12.5625rem;left:16.562501907349rem;height:6.75rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RnBkoqks0KuLtkN6SakHARdv2Hu5CJqR { display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.875rem;left:28.875001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#wJMbvn9gWBEJ5hzuP8r5maIfBUmk6NBI { display:block;width:75rem;position:absolute;font-family:dosis;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.7380625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#kqPg9PeXtHx1HrrPbbbvsDFBmWTSQl3v { display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.6875rem;left:28.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#qpidZiysobeRwzLtpABlAwzvkPsIEXT9 { display:block;width:50.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:26rem;left:16.5625rem;height:9rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8qSKVrVWuVgSZm2nZE7WtfLSxkTITSP { border-top:0.25rem solid #ff4838;border-left:0.25rem solid #ff4838;border-right:0.25rem solid #ff4838;border-bottom:0.25rem solid #ff4838;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/7b24f98f-429e-463b-a1e3-a5a26f48c6c6/paloma.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:6.8125rem;width:6.8125rem;position:absolute;display:block;z-index:15005;top:26rem;left:8.375rem;display:block; }#k8qSKVrVWuVgSZm2nZE7WtfLSxkTITSP.adaptive-delivery-prevent-bg, #k8qSKVrVWuVgSZm2nZE7WtfLSxkTITSP.lazyload, #k8qSKVrVWuVgSZm2nZE7WtfLSxkTITSP.lazyloading { background-image: none; }
#dvNTpIyfJoHyr31xUCJaipKHNu1SnHLb { 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;background-color:transparent;background-image:none;height:10.875rem;width:60rem;position:absolute;display:block;z-index:15004;top:25.125rem;left:7.5rem;display:block; }
#LmT7ispob3lsNJSKS0LexgHo932vGxgE { 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;background-color:transparent;background-image:none;height:9.8125rem;width:60rem;position:absolute;display:block;z-index:15008;top:38rem;left:7.5rem;display:block; }
#kB0oDp78VHmaqXhEGcP5skx4bKPhf2aq { display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.4375rem;left:28.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Oz7JOP4MPm7cnHG0zZBavD3fA7nTpU7R { display:block;width:50.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:38.875rem;left:16.5625rem;height:4.50086875rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yqZlms4cdGxHGr30qtUzNvPBJv1n97cT { border-top:0.25rem solid #ff4838;border-left:0.25rem solid #ff4838;border-right:0.25rem solid #ff4838;border-bottom:0.25rem solid #ff4838;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/640fe3b4-e47c-45e5-bfe9-abc87c88b48a/Michelli1.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:6.8125rem;width:6.8125rem;position:absolute;display:block;z-index:15009;top:38.875rem;left:8.375rem;display:block; }#yqZlms4cdGxHGr30qtUzNvPBJv1n97cT.adaptive-delivery-prevent-bg, #yqZlms4cdGxHGr30qtUzNvPBJv1n97cT.lazyload, #yqZlms4cdGxHGr30qtUzNvPBJv1n97cT.lazyloading { background-image: none; }
#KzNfWwsqBEcOJxoq9ID9rW0dAhS8A0g7 { border-top:0.25rem solid #ff4838;border-left:0.25rem solid #ff4838;border-right:0.25rem solid #ff4838;border-bottom:0.25rem solid #ff4838;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/4aa06e4f-8004-419a-a60b-e909653ea19d/maiza.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:6.8125rem;width:6.8125rem;position:absolute;display:block;z-index:15013;top:50.9375rem;left:8.375rem;display:block; }#KzNfWwsqBEcOJxoq9ID9rW0dAhS8A0g7.adaptive-delivery-prevent-bg, #KzNfWwsqBEcOJxoq9ID9rW0dAhS8A0g7.lazyload, #KzNfWwsqBEcOJxoq9ID9rW0dAhS8A0g7.lazyloading { background-image: none; }
#S31DPygPPTkTdRRv3gT1wIuuw7TfAwzt { display:block;width:50.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:50.9375rem;left:16.5625rem;height:4.50086875rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iaawa0oFtViv8CG7JhV09gWTOw06DfAf { display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:56.375rem;left:28.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#slkAqU1aVyylA8UT2k1RUWsBtE9v9sXh { 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;background-color:transparent;background-image:none;height:8.875rem;width:60rem;position:absolute;display:block;z-index:15012;top:50.0625rem;left:7.5rem;display:block; }
#Sfdx3UGPcTUQ7J6ta7FmyyzRTQVsV3U3 { border-top:0.25rem solid #ff4838;border-left:0.25rem solid #ff4838;border-right:0.25rem solid #ff4838;border-bottom:0.25rem solid #ff4838;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/d16d53bf-c1ed-496e-8e3c-6ab5c4e7dd6b/camila.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:6.8125rem;width:6.8125rem;position:absolute;display:block;z-index:15017;top:62.125rem;left:8.375rem;display:block; }#Sfdx3UGPcTUQ7J6ta7FmyyzRTQVsV3U3.adaptive-delivery-prevent-bg, #Sfdx3UGPcTUQ7J6ta7FmyyzRTQVsV3U3.lazyload, #Sfdx3UGPcTUQ7J6ta7FmyyzRTQVsV3U3.lazyloading { background-image: none; }
#far61iGGL7J1ZRHcDHNqgsN3qZ1DJuOF { display:block;width:50.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:62.875rem;left:16.5625rem;height:3.37565rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucHsmVRiTCPvg3tFViXbfUBLom2mtn2I { display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:67.3125rem;left:28.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#H88ThRFrZhmxLaBnZU6WDCSQQHJITdWi { 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;background-color:transparent;background-image:none;height:8.875rem;width:60rem;position:absolute;display:block;z-index:15016;top:61.25rem;left:7.5rem;display:block; }
#T5p9cMHiK73SUsORl2b4ol4tES75bTnN { 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;background-color:transparent;background-image:none;height:10.3125rem;width:60rem;position:absolute;display:block;z-index:15020;top:72.5625rem;left:7.5rem;display:block; }
#ouhmmo1pQq34p07sTHWwBSWuTRi3D6F6 { display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:80.3125rem;left:29.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#EtDlAv0b0e8aMJkX5Lc5q89TN9DZSb16 { display:block;width:50.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:73.4375rem;left:16.5625rem;height:6.75rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4kSAZKMfAKT7ogmGgtHHtRQZwcbkqcf { border-top:0.25rem solid #ff4838;border-left:0.25rem solid #ff4838;border-right:0.25rem solid #ff4838;border-bottom:0.25rem solid #ff4838;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/1de85887-f05e-403f-993d-5aa786424817/RENATA.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:6.8125rem;width:6.8125rem;position:absolute;display:block;z-index:15021;top:73.4375rem;left:8.375rem;display:block; }#Q4kSAZKMfAKT7ogmGgtHHtRQZwcbkqcf.adaptive-delivery-prevent-bg, #Q4kSAZKMfAKT7ogmGgtHHtRQZwcbkqcf.lazyload, #Q4kSAZKMfAKT7ogmGgtHHtRQZwcbkqcf.lazyloading { background-image: none; }
#nMarkqMTIz93XkANyrnDwge5sOqFpVCU { 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;background-color:transparent;background-image:none;height:8.875rem;width:60rem;position:absolute;display:block;z-index:15024;top:85.5rem;left:7.5rem;display:block; }
#K2fxO1Zg5l9lkRQglUnhpomfVm3J3fte { display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:91.09375rem;left:29.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#BaLZChg3hFMGni5b5pegr2hTm3Ocgm3R { display:block;width:50.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:87.5rem;left:16.5625rem;height:2.25043125rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9V7qRmQ09PQoSZ8CwZ7gwTQy83DQqAS { border-top:0.25rem solid #ff4838;border-left:0.25rem solid #ff4838;border-right:0.25rem solid #ff4838;border-bottom:0.25rem solid #ff4838;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/f52f679a-2417-4e0d-89a7-ca9f35e18a8c/LARISSA.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:6.8125rem;width:6.8125rem;position:absolute;display:block;z-index:15025;top:86.375rem;left:8.375rem;display:block; }#B9V7qRmQ09PQoSZ8CwZ7gwTQy83DQqAS.adaptive-delivery-prevent-bg, #B9V7qRmQ09PQoSZ8CwZ7gwTQy83DQqAS.lazyload, #B9V7qRmQ09PQoSZ8CwZ7gwTQy83DQqAS.lazyloading { background-image: none; }
#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa { 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; }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .row .container { background-color: transparent; background-image: none; }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .row .container > .video-iframe-container { display: none; }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .row > .video-iframe-container { display: none; }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .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); }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .row .container { border-width: 0; border-radius: 0; }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .row .container { font-size:0.875rem;font-family:arial;height:123.75rem;width:75rem;position:relative;display:block; }#Gpm8O8Ne4rdsmdzEAu1lITR6TwR6Sx6p { color:#7209ac;display:block;width:59.75rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O32mdd9ew2xfrxQbaIZFCG3cItBgLHQu { color:#000000;display:block;width:72.625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:7.8125rem;left:1.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sas7vZsqrRAzd8L33PqC1L0LuZpI94tX { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.375rem;left:2.875rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igns5aU9RcgyULJ26rkKKLlq4pbqh1LK { color:#16c9cf;display:block;width:17.0625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.40625rem;left:3.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTpTsTsmwnbqvrPCmSq8Tki8tOk97UF2 { position:absolute;display:block;z-index:15016;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:12.5rem;width:9.625rem;top:21.90625rem;left:7.40625rem;overflow:hidden;display:block; }
#CO2KUBtUpmpABcxuslENNzWMqvmAJTI6 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:19.4375rem;left:1.25rem;display:block; }
#ahPuJFdvZbaClsMi5ucbH72NsMicasNg { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.5rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gzsv0Lu06M0CDrCPw7yzhRRUOnUkQBru { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:37.375rem;left:28.125rem;height:10.233375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GI4MdqmMZh9m5r3QmrOKR7u1xQD3MlFr { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:19.5625rem;left:26.5625rem;display:block; }
#d62NPf1ITdCvbVcmA7VNvdyRVoCQPv6b { position:absolute;display:block;z-index:15017;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:12.5rem;width:8.5625rem;top:22.0625rem;left:33.25rem;overflow:hidden;display:block; }
#knzKoXCHq8xIzILLohc1Sq8sdO2ffXLZ { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:19.5rem;left:51.9375rem;display:block; }
#MtOf75y795B4sQllTrz7V5UZOZ76lDVz { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:37.375rem;left:53.5625rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuLb7142S3CZQ9Opcw8ByEz2GCDwSKJf { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:34.40625rem;left:52.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sL7oMafGuS0G6tEu0hdLTguKmhTdU8dv { 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:12.5rem;width:5.375rem;top:21.96875rem;left:60.25rem;overflow:hidden;display:block; }
#WyAR1vC3bOnLBHTieBqfdqUaAhBhZUa4 { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:53.8125rem;left:1.25rem;display:block; }
#z7fXdQGw0mRSzVS4hmdELW9NstWHMhk8 { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:73.5625rem;left:2.875rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNrqaQUWkbnZzCdwtmwUUQxEwJFczFz6 { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:69.3125rem;left:1.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LG4uvCQmt3mksyo9s6O001LPrAzk8Sw7 { position:absolute;display:block;z-index:15025;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:12.5rem;width:5.625rem;top:56.8125rem;left:9.4375rem;overflow:hidden;display:block; }
#BH7O75cSWWZTJLSonxxrGdp91LBhDp6C { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:53.875rem;left:26.5625rem;display:block; }
#VwO5oGDdQlo4B9R87VwEbcbsM76HaeCp { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:69.3125rem;left:26.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dT988a7AZLhsEnfurlbzrWEcBe0haz7N { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:73.5625rem;left:28.125rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uISFT21RtMBeXTCO6mD4lcId62z0hXLB { position:absolute;display:block;z-index:15026;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:12.5rem;width:5.625rem;top:56.875rem;left:34.6875rem;overflow:hidden;display:block; }
#ohme5Jd41weg1aWByCUgifNtbTl117yp { color:#16c9cf;display:block;width:25rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:25rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eur4x1ATibg2v6U0wG8pHXKqMkAk9U8S { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:73.5625rem;left:53.5625rem;height:10.233375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXZmdyoqaToGDguontznkniLR5fZRIe0 { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:69.3125rem;left:52.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GexPFZxX5lZm027FJ7gg00GCcw0mohkA { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:53.875rem;left:51.9375rem;display:block; }
#QDslCbb0RtGLtL0k3MtUt2r4MvkzF05T { position:absolute;display:block;z-index:15027;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:12.5rem;width:5.625rem;top:56.8125rem;left:60.125rem;overflow:hidden;display:block; }
#suibdzJoAO4CncWmkQRGPOFTCnXUy3H2 { position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:88.5625rem;left:1.25rem;display:block; }
#szJwLo7T6e21TSG1MzoH9a39PIgIvXeh { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:106.3125rem;left:2.875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQ5sVo90wbdo9FfXykQwmKx7KuFtuNMg { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:104rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3t2mTQBMwxcTxGLrNQ8hEAnxwG3scdM { position:absolute;display:block;z-index:15031;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:12.5rem;width:5.625rem;top:91.5rem;left:9.4375rem;overflow:hidden;display:block; }
#UTfkfxk8f68XxREhGbKLti6JoqQ0JKIm { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:88.625rem;left:26.625rem;display:block; }
#igTCkh84yrNMyGryWF6hnsT7xIN4IBfU { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:106.3125rem;left:28.125rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTTrWfSa02akDdnnQH50ZKzOrMyfbrLs { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:104rem;left:26.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReBsFQPQSxP2ClyTHaKFLkhITXb7lZIr { position:absolute;display:block;z-index:15032;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:12.5rem;width:5.625rem;top:91.5625rem;left:34.6875rem;overflow:hidden;display:block; }
#EPCvpxPD5kZ7uSEFxD9xoNvM306UNENc { position:absolute;display:block;z-index:15035;background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:28.375rem;top:14.8125rem;left:1.34375rem;display:block; }
#hd703aldvv5DXdhCUqydX9HUlLmWVhhR { position:absolute;display:block;z-index:15036;background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:28.375rem;top:14.78125rem;left:45.5625rem;display:block; }
#fmlgHq2ZE3UDtbWI1mIchfsc7gF6iscL { position:absolute;display:block;z-index:15037;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:23rem;width:28.125rem;top:97.375rem;left:46.875rem;overflow:hidden;display:block; }
#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e { position:relative;display:block; }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e { background-color: transparent; background-image: none; }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e > .row .container > .video-iframe-container { display: none; }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e > .row > .video-iframe-container { display: none; }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e > .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); }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e { border-width: 0; border-radius: 0; }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:110rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FLq5mlvXmSM38k32mIHRP6dhgbzOI037 { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.375rem;left:2.875rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ie0tSkTvJ9347xDolGqxIsBJLSI3IHyX { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.75rem;left:1.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3iqqVa8gAJR0ZPsaf13HorrE5BRdzQ3 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:5.875rem;left:1.25rem;display:block; }
#wbP8dkpnIQeOsgJ8czuyH615UslCXurl { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.75rem;left:26.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wa8ZsfUThQyQxoxB7bDgPfMfcU8Eg8s3 { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.875rem;left:28.25rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ef6vzw0M0bDToddfnn0pe9DKvWWDonPp { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:5.9375rem;left:26.625rem;display:block; }
#AL3GxKe2iQNb4PINVerUJ1uJ8ZNs7EKH { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:5.875rem;left:51.625rem;display:block; }
#LbdCU5w8eaUnLPP3zlneE9cggtolnITX { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.5625rem;left:53.3125rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vAuegEGkTStiAzDUcLWfDCfaMfo8i3tH { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21rem;left:51.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FeNzURkNcqDAIQ9SFgXd56klf2RX9P8v { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:40.375rem;left:1.3125rem;display:block; }
#enZW2wmxkSaPIIfutnFLwNhwOhggzZgv { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:60.3125rem;left:2.9375rem;height:10.233375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SSEhCXbe1nqJ0oXKuCqE7ze0OTXJX3ty { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:55.875rem;left:1.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIpgECHItKL0MgcWSEMeAaVyTtZbPZkq { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:40.375rem;left:26.5625rem;display:block; }
#dzg60BuFaAE0Pyghs2fmi3xfwFHLT6zm { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:53.9375rem;left:26.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEtIlKdivvln7TF2n8IsE1UTzX15ab4A { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:57.6875rem;left:28.3125rem;height:13.15725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrVhLhgaWXVKLpZE5TZuuIy8yQGhVfUv { color:#16c9cf;display:block;width:25rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#reFmOWPqtW68swIdwJEfceTgMRkxvrXC { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:54.4375rem;left:53.3125rem;height:19.004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SEi9gUxdifNsnToF9Eh4xey4nnwB7OEp { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:52.25rem;left:51.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZNayAvuumD81du10AA1cTdsXMFNXtC9 { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:40.3125rem;left:51.6875rem;display:block; }
#P69lQuGSdkABkUWUMRdegFvHu9PEP9tz { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:74.8125rem;left:1.3125rem;display:block; }
#ziFaP0SMb6FzNsApxVhMnsAzqLxbHAe4 { color:#434343;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:93.75rem;left:1.375rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqDCarZAdZ6M4ukO6ysbZKVsAIqTWZoe { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:90.8125rem;left:1.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yShlDKm3JZlypSPlDDuBuT5vTPlo7Poq { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:74.875rem;left:26.5625rem;display:block; }
#yGgl6npUqToyUWTUBTemS1aUxazKpuDs { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:93.8125rem;left:28.1875rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWvQtw9TOOeiCnCpG1arr7lxVT6CT7Lb { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:90.875rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0PShWo1y8PiDMZ0dESHebZNb8QgQAHJ { position:absolute;display:block;z-index:15026;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:12.5rem;width:8.9375rem;top:8.75rem;left:7.78125rem;overflow:hidden;display:block; }
#wdAso1NhiPCbAAT4vbnXAMoe7tH6G1Pg { position:absolute;display:block;z-index:15027;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:12.5rem;width:9.5625rem;top:8.75rem;left:32.875rem;overflow:hidden;display:block; }
#WwpTkw07fQLm5xghThOKMotQcAWTTyzV { position:absolute;display:block;z-index:15028;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:12.5rem;width:8.9375rem;top:8.625rem;left:58.25rem;overflow:hidden;display:block; }
#EF8QgyHmnIa0o3xW0eTwdPEUc4WrIrNN { position:absolute;display:block;z-index:15029;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:12.5rem;width:9.6875rem;top:43.375rem;left:7.4375rem;overflow:hidden;display:block; }
#ZsUkoG8USRTwMAWEMw1Fd9Sc9qUsTWRF { position:absolute;display:block;z-index:15032;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:11.25rem;width:19rem;top:41.9375rem;left:28.1875rem;overflow:hidden;display:block; }
#KpwtpIiROx1FdBvxu3dex77kiWhuSEAL { position:absolute;display:block;z-index:15035;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:12.5rem;width:14.6875rem;top:39.75rem;left:55.5rem;overflow:hidden;display:block; }
#Pip5TBvJDRZiqlzER8IzqWC3DkV1H6mZ { position:absolute;display:block;z-index:15038;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:12.5rem;width:5.625rem;top:78rem;left:9.4375rem;overflow:hidden;display:block; }
#aQCEdw1QTEUrBu2mweEseMoiH4i5yeWa { position:absolute;display:block;z-index:15041;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:12.5rem;width:9.6875rem;top:78.0625rem;left:32.6875rem;overflow:hidden;display:block; }
#yCftpFDrV3TXJPktk4bOpOEkGG8w3Gyx { position:absolute;display:block;z-index:15038;background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:25.875rem;top:1.0625rem;left:47.825rem;display:block; }
#Rbpwv2H3XmtNUhhvfyHH8uwzbqMLOVZ5 { position:absolute;display:block;z-index:15037;background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:25.9375rem;top:1.25rem;left:1.1875rem;display:block; }
#RKW7kADx5gpBDgw6GBBROA5L571ehiw3 { position:absolute;display:block;z-index:15042;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:25.5625rem;width:31.25rem;top:84.4375rem;left:43.75rem;overflow:hidden;display:block; }
#bo7hCc3WtGJME8W4H3918JioZnn6ilrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89a796fa-176b-40e4-b945-ef2bab9bdfcb/ef22ff87c_1000000000000000000028.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK.adaptive-delivery-prevent-bg, #bo7hCc3WtGJME8W4H3918JioZnn6ilrK.lazyload, #bo7hCc3WtGJME8W4H3918JioZnn6ilrK.lazyloading { background-image: none; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row .container { background-color: transparent; background-image: none; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row .container > .video-iframe-container { display: none; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row > .video-iframe-container { display: none; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .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); }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row .container { border-width: 0; border-radius: 0; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row .container { font-size:0.875rem;font-family:arial;height:76.5625rem;width:75rem;position:relative;display:block; }#BQk6s1koliVzHkwpgQRiDlZuQUgTx1IK { color:#16c9cf;display:block;width:36.4375rem;position:absolute;font-family:dosis;font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:8.5625rem;left:7.875rem;height:8.3984375rem;font-style:normal;display:block; }
#BqPH5swDeMDXpTT3h9mBnw1QoZfSyec8 { color:#ffffff;display:block;width:40rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:13.4375rem;left:7.875rem;height:10.5rem;font-style:normal;display:block; }
#uPTmozKRgf8EKwvQSkIN2ky6ogPmDyUX { position:absolute;display:block;z-index:15044;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:25rem;width:20.1875rem;top:3.875rem;left:47.125rem;overflow:hidden;display:block; }
#f0HNKWymFdiM0IdQI6KuMvTrhwvo4pFs { color:#ffffff;display:block;width:40rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:40.8125rem;left:7.875rem;height:12.25rem;font-style:normal;display:block; }
#anqQnhXDMTDPVcfRgl4QtcAsE9MI05NO { color:#16c9cf;display:block;width:40.375rem;position:absolute;font-family:dosis;font-size:3.5rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:35.9375rem;left:7.875rem;height:8.3984375rem;font-style:normal;display:block; }
#cv7IiJ9SA59XdI4K2Ip3aaRKkaphcByx { position:absolute;display:block;z-index:15047;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:21.5rem;width:9.75rem;top:32.125rem;left:52.34375rem;overflow:hidden;display:block; }
#FucwThC7Wx6IpTrDRzgZofBXnzbRDLZI { position:absolute;display:block;z-index:15048;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:12.3125rem;width:14.25rem;top:23.6875rem;left:19.5rem;overflow:hidden;display:block; }
#WozMa45oeq9ukOByf8x9Er3dyV08L9vc { position:absolute;display:block;z-index:15049;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:16rem;width:27.25rem;top:57.636720657349rem;left:43.592969894409rem;overflow:hidden;display:block; }
#EB1t8ptOwHs7dHeHT0MmaxlrTRsbJRVg { color:#16c9cf;display:block;width:37.125rem;position:absolute;font-family:dosis;font-size:3.5rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:56.262501716614rem;left:7.6562519073488rem;height:12.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CC9Kph8cfaCTzEa2WIkH0y48UTLBAVd6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.1875rem;top:98.5rem;left:5.75rem;display:none; }
#GwpDIV45T3uw0Grzl36BR6Vg1EEdypef { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:65.162500381469rem;left:7.8750019073488rem;height:8.75rem;font-style:normal;display:block; }
#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 { position:relative;display:block; }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 { background-color: transparent; background-image: none; }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 > .row .container > .video-iframe-container { display: none; }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 > .row > .video-iframe-container { display: none; }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 > .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); }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 { border-width: 0; border-radius: 0; }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:85.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Axax46qvECZi1txIDtEapJsBfP5bmmef { color:#16c9cf;display:block;width:59.75rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExqPCiCdkcRWiKmZ34wbs97Ve0FTTpWe { color:#000000;display:block;width:54.5625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:8.125rem;left:10.21875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvGD6IvbMeGQF6DcAwEmANlGzSUvSzwA { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.5625rem;left:2.875rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gQry60LxDtTOqFh89lehZzIrykpHN64S { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.8125rem;left:1.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sb9Ss9brHRXG40WuhnA7Woe1soODOv5K { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:15.4375rem;left:1.25rem;display:block; }
#Ww5agsORDHxoT1UHr5dEKDzqHvK2Ie5B { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.875rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQ1vtHOSGQiLPWZKZ3T8ZIpBHRpSgBzD { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.625rem;left:28.1875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Td3llcEHvIQDeWiGTSWMKP0z77XOovLB { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:15.5rem;left:26.5625rem;display:block; }
#TnO38xrJTQAXhS5lkq7iqLIOMZNno2Nk { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:15.5rem;left:52rem;display:block; }
#M9vMeXBkWgs0TulAhEsCrdTFiR1vVXSr { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:35.4375rem;left:53.6875rem;height:10.233375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrFVn8PxrRfTqep4c8LwkKwMx4RxavMr { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.5rem;left:52.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jy8oTSTm9zhAUT4ROLrm3qN3AU4FO1n0 { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:50.0625rem;left:1.3125rem;display:block; }
#KdlLLs0xvNTtf0QQ327rTTkXLTElF0Sc { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:69.9375rem;left:2.9375rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GsQ2J0Pv9xsmxKUoxzyKqSl1oWsADJNi { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:65.75rem;left:1.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSDJXgAWVCmaUbOITX6hCNF384Ezf09u { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:50.125rem;left:26.5625rem;display:block; }
#KGuBAVdTrcbNDLwkG4T9Uy9IFzU4zKe9 { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:66.5rem;left:26.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZrM0Ts1fz1wFTKtFlvB9TJ3rGWCDXRa { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:69.0625rem;left:28.125rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTgPT33yNxMKThMbM3x4lN9uDoVQJ84n { position:absolute;display:block;z-index:15048;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:12.5rem;width:9rem;top:18.3125rem;left:7.625rem;overflow:hidden;display:block; }
#ZeQWUPbsaXbwcqXgHsl3nQdtU7dsQx86 { position:absolute;display:block;z-index:15049;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:12.5rem;width:9rem;top:18.354167938233rem;left:33.000003814698rem;overflow:hidden;display:block; }
#hWdu4QB7Z6bA6aZ6gTpHmQCJ0eJm2Zbl { position:absolute;display:block;z-index:15050;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:12.5rem;width:9rem;top:18.4375rem;left:58.4375rem;overflow:hidden;display:block; }
#u6kqQAFowOMDVw08mw8gHMIQc2sbk9uS { position:absolute;display:block;z-index:15051;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:12.5rem;width:5.625rem;top:53.25rem;left:9.5rem;overflow:hidden;display:block; }
#ZBMVT15c6EMb5DkeXtUa3EsALBldJ6rS { position:absolute;display:block;z-index:15051;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:12.5rem;width:17.1875rem;top:53.3125rem;left:28.9375rem;overflow:hidden;display:block; }
#qFfg8VyBiwVbTU03Vb5fS3uiMCckodnS { position:absolute;display:block;z-index:15052;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:10.875rem;width:13.3125rem;top:4.4374961853028rem;left:61.687505722046rem;overflow:hidden;display:block; }
#Ratsb9guRC1lLzuELSReBDwsweTdpnvu { position:absolute;display:block;z-index:15053;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:12.3125rem;width:14.25rem;top:41.812540054321rem;left:41.374292373657rem;overflow:hidden;display:block; }
#aGpeA8ke8drEqiNFPvqK6A1rGl8CTu1a { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ce6ca3;border-left:0.0625rem dotted #ce6ca3;border-right:0.0625rem dotted #ce6ca3;border-bottom:0.0625rem dotted #ce6ca3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:21.875rem;top:50.062500953674rem;left:51.999998092651rem;display:block; }
#kyBHehvouCaIlGI5uAy3f7oihUJz5fKy { position:absolute;display:block;z-index:15054;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:19.625rem;top:50.062534332276rem;left:53.187498092651rem;overflow:hidden;display:block; }
#raX7dPD5KSrvkwQCLyQ6HTaI1qbwmP1B { color:#434343;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:68.474435806275rem;left:53.624998092651rem;height:14.619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTKqP5MWLi8yhAMrrxreRdmlU8v1ksvf { color:#16c9cf;display:block;width:21.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:64.875034332275rem;left:52.062498092651rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRUiEG2uE8Van6rFKQesA089oxskxLL6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec7c61ff-a0fd-4f4d-a8fc-bc6295f8ba1d/footer.jpg");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; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6.adaptive-delivery-prevent-bg, #wRUiEG2uE8Van6rFKQesA089oxskxLL6.lazyload, #wRUiEG2uE8Van6rFKQesA089oxskxLL6.lazyloading { background-image: none; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row .container { background-color: transparent; background-image: none; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row .container > .video-iframe-container { display: none; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row > .video-iframe-container { display: none; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .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); }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row .container { border-width: 0; border-radius: 0; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row .container { font-size:0.875rem;font-family:"open sans";height:56.3125rem;width:75rem;position:relative;display:block; }#afA8Hfp8Qy9cSOySL9wTxgN14XRN8CPH { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375001192094rem;left:16.71875rem;height:8.44925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SWhi4Pu7BbDiotQPqBe2QJoXnDgDoxaS { color:#ffffff;display:block;width:41.3730625rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:18.625rem;left:16.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tuce9Awa5H0PIw6IGB1apqTkHBMKTm57 { background-color:#ec6f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.0625rem;left:25.875rem;display:block; }
#ohHRGU8OzC9IGmSDalfB9hAzs3XEg1sR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzBiHISpxicDS1ZbpPmHu8x7o7pWs1zM { color:#ffffff;display:block;width:54.4375rem;position:absolute;font-family:dosis;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:10.28125rem;height:9.26075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ms7qNrtnZ3t8cWCCmKpf95KufT0GbDJc { color:#65108f;display:block;width:24.125rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:40rem;left:25.4375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fF9tQ8s0XttbCtDqxcsEeQJikeklnbEG { position:absolute;display:block;z-index:15014;background-color:#fe7600;background-image:none;background-position:center !important;background-repeat:no-repeat !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;height:6.625rem;width:37.375rem;top:42rem;left:18.812501907349rem;display:none; }
#byFq7ftfHkAe3ymqLXo19Uggg77M5DZI { color:#000000;display:block;width:32.125rem;position:absolute;font-family:dosis;font-size:5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.5625rem;left:21.4375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pa5z0s6krRXHRZoObbuZSTMpZSuT4F10 { position:absolute;display:block;z-index:15004;background-color:#65108f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:31.3125rem;top:19.0625rem;left:21.8125rem;display:block; }
#VcTaXR3HrV7TcmS8fqOFozxZ0NxK89Ue { position:absolute;display:block;z-index:15005;background-color:#65108f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:35.5625rem;top:22.5625rem;left:19.6875rem;display:block; }
#txd0lkWplQRhHJGRoGBohFr0b0iDDMsU { color:#ffffff;display:block;width:41.372375rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:22.187501072884rem;left:16.813369750976rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xC8XrbXkuA7Co8Rqdn6rghErCJOO0n73 { background-color:#fe7600;background-image:none;background-position:center !important;background-repeat:no-repeat !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:"open sans";font-size:4.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.75rem;height:6.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.5625rem;left:20.125rem;display:block; }
#Xk96y9SagGBXoQFcxbiCREADPpe3ZMVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EyQzkMTJe35IdVBvrGe3NNfTiS14qJzh { color:#ffffff;display:block;width:41.3715rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:28.124131321907rem;left:16.813369750976rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTKyANaz5d5RQ2P3Re3hne6oxRT10lVR { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:50.03125rem;left:22.75rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#XpqW7o1K83dkwRE6bsCZeJs28SRxdQlT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:48.8125rem;left:19.15625rem; }
#e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec7c61ff-a0fd-4f4d-a8fc-bc6295f8ba1d/footer.jpg");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:none; }#e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv.adaptive-delivery-prevent-bg, #e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv.lazyload, #e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv.lazyloading { background-image: none; }#e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv > .row .container { border-width: 0; border-radius: 0; }#e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv > .row .container { font-size:0.875rem;font-family:"open sans";height:61.375rem;width:75rem;position:relative;display:none; }#VXFwNXkKFz7nX3QVuwJ6pR1PruRqvFrP { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4375rem;left:17.9375rem;height:6.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbwofovobF5kvd1CPBFFhi1wU8KyqVle { color:#ffffff;display:block;width:41.3730625rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:25rem;left:16.875rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZGs8kCIoxwinDQzhfkEgbp0eguQe1aHL { background-color:#7209ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:55.5rem;left:25.625rem;display:block; }
#Da3N3xfws4W1uEXbH4I8uHPoFcTcimOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gb0flSM8HKtkgs5S9OhDExanSKFfqiLl { color:#ffffff;display:block;width:41.3730625rem;position:absolute;font-family:dosis;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0625rem;left:16.8125rem;height:9.26175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#luDuZrAKku74UIT3SPcM0RNAlGqVoWnV { color:#65108f;display:block;width:24.125rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.9375rem;left:25.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZJQHpM27wcJWOwfO9UmaPHv6IB5BsTO { position:absolute;display:block;z-index:15014;background-color:#fe7600;background-image:none;background-position:center !important;background-repeat:no-repeat !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;height:6.625rem;width:37.375rem;top:42rem;left:18.812501907349rem;display:none; }
#dVw2slsCyZLtk8Kmx770IpoTWNTeEk4N { color:#000000;display:block;width:32.125rem;position:absolute;font-family:dosis;font-size:5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.5625rem;left:21.4375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BFMgl3loT5TVKo8qM4p74DiJNcUtdTL1 { color:#65108f;display:block;width:41.3730625rem;position:absolute;font-family:exo;font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.875rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qAtolsKEO1EWe5HK1fhBuGuNn6qZz3Hu { position:absolute;display:block;z-index:15004;background-color:#65108f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:31.3125rem;top:25.4375rem;left:21.875rem;display:block; }
#tbgnPRO0lWBG5QrEQed5pFbPdZW9oJUi { position:absolute;display:block;z-index:15005;background-color:#65108f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:35.5625rem;top:28.9375rem;left:19.75rem;display:block; }
#JzfEO5JBTy3yp09aOirVy9uNb7caBrfw { color:#ffffff;display:block;width:41.3730625rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:28.5rem;left:16.875rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U3ub0CVkxkCkwgrsBwLOH20h0igv09lq { background-color:#fe7600;background-image:none;background-position:center !important;background-repeat:no-repeat !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:"open sans";font-size:4.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.75rem;height:6.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:40.112501144409rem;left:20.125001907349rem;display:block; }
#tFsNTiO7fPVPm0VJZlGo7ongcWILQiv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U.adaptive-delivery-prevent-bg, #hm5OCNlAkXCZUyhZS174twfFNu49Nc2U.lazyload, #hm5OCNlAkXCZUyhZS174twfFNu49Nc2U.lazyloading { background-image: none; }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .row .container { background-color: transparent; background-image: none; }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .row .container > .video-iframe-container { display: none; }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .row > .video-iframe-container { display: none; }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .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); }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .row .container { border-width: 0; border-radius: 0; }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#byJUUVWqvDAsz214TKnAgzWUqgLAViat { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:mavenpro;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.678906440735rem;left:29.750001907349rem;height:5.19965625rem;text-align:left;text-align-last:left;display:block; }
#ROuagOryzI4NoI0OnJT7r37e8tegs5Pt { position:absolute;display:block;z-index:15015;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.375rem;width:16.6875rem;top:0.25rem;left:9.7500019073488rem;overflow:hidden;display:block; }
#Lk9MAuC82rg78lCk5mP4oFmOLpLaOuVm { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:29.750001907349rem;height:5.19921875rem;font-style:normal;display:block; }
#S3Kwl1Q0T1qKlvOMGi6RX4HDEUF6kVyl { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:17rem;left:18.625rem;display:block; }
#LbVGTcVMSQ3LVp6kWDkX3bpAvGE9Dxd7 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.0625rem;width:10.4375rem;top:17.1875rem;left:14.9375rem;display:block; }
#qQexzEK1nXay60NPONZfzOTJtrBJNe14 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -moz-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -ms-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -o-linear-gradient(180deg, #e6d4a4, #ffa500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d4a4', endColorstr='#ffa500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d4a4', endColorstr='#ffa500' );";background-image: linear-gradient(180deg, #e6d4a4, #ffa500);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(79,239,163,0.5) ;height:4.25rem;width:4.25rem;top:16.4375rem;left:18.0625rem;display:block; }
#nq7MPzE3lozJ0ZiHaAzxEQ4G6Wa7cpqd { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.0625rem;width:10.4375rem;top:17.1875rem;left:27.6875rem;display:block; }
#uDLcVOwZkMgTkBwBWNnUa79oZZD0u5L4 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -moz-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -ms-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -o-linear-gradient(180deg, #e6d4a4, #ffa500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d4a4', endColorstr='#ffa500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d4a4', endColorstr='#ffa500' );";background-image: linear-gradient(180deg, #e6d4a4, #ffa500);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(79,239,163,0.5) ;height:4.25rem;width:4.25rem;top:16.4375rem;left:30.875rem;display:block; }
#LrtaDa6rV6EWzZv6DU9qhFJTvuxtDpEo { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:16.9375rem;left:31.4375rem;display:block; }
#um8WfhVxVPQwQ3wsRFNeBNMdnQP6eN9K { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.0625rem;width:10.4375rem;top:17.1875rem;left:40.5rem;display:block; }
#r3O4vOrCgolzi25t7yHuZNyOeOUu9mJa { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:21.1875rem;left:16.8125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#DybcmQuk7WpyBpTM1ICyvKOcAUrFWlk1 { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:21.1875rem;left:29.125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#VEb9LcDTDXVs947rrDOrg8yF7yLoPgZK { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:17.0625rem;left:44.25rem;display:block; }
#dl7DDZ73rMOuV6GXTklccSNDfr3qh7rT { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:21.1875rem;left:41.5625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#TqAAVfXnkw7QCoPA7KtU3kVa4rFPIT3Z { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -moz-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -ms-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -o-linear-gradient(180deg, #e6d4a4, #ffa500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d4a4', endColorstr='#ffa500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d4a4', endColorstr='#ffa500' );";background-image: linear-gradient(180deg, #e6d4a4, #ffa500);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(79,239,163,0.5) ;height:4.25rem;width:4.25rem;top:16.4375rem;left:43.6875rem;display:block; }
#RKMBAOfPZbE50uZFbevrMfRentwTIhxh { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.0625rem;width:10.4375rem;top:17.125rem;left:52.75rem;display:block; }
#AAPkReB1Suog5guyP9Ul63t3ZVGEnS73 { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:21.125rem;left:54.375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#vDJTVLvqEfvvKqhLL94R91FDsKsW1HAD { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -moz-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -ms-linear-gradient(180deg, #e6d4a4, #ffa500);background-image: -o-linear-gradient(180deg, #e6d4a4, #ffa500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d4a4', endColorstr='#ffa500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d4a4', endColorstr='#ffa500' );";background-image: linear-gradient(180deg, #e6d4a4, #ffa500);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(79,239,163,0.5) ;height:4.25rem;width:4.25rem;top:16.5rem;left:56.0625rem;display:block; }
#D980WENb3NFyU0anNIDf8l4wvgF8RNZo { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:17.0625rem;left:56.625rem;display:block; }
#MhhouBqfTcO9qOx48NcmI0yum9skDSID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID.adaptive-delivery-prevent-bg, #MhhouBqfTcO9qOx48NcmI0yum9skDSID.lazyload, #MhhouBqfTcO9qOx48NcmI0yum9skDSID.lazyloading { background-image: none; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row .container { background-color: transparent; background-image: none; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row .container > .video-iframe-container { display: none; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row > .video-iframe-container { display: none; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .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); }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row .container { border-width: 0; border-radius: 0; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row .container { font-size:0.875rem;font-family:"open sans";height:4.25rem;width:75rem;position:relative;display:block; }#kISUdkgx63e2VowK2uvhBHuwqiwKL3PR { color:#323232;display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.72500109672544rem;left:17.875rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx.adaptive-delivery-prevent-bg, #hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx.lazyload, #hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx.lazyloading { background-image: none; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row .container { background-color: transparent; background-image: none; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row .container > .video-iframe-container { display: none; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row > .video-iframe-container { display: none; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .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); }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row .container { border-width: 0; border-radius: 0; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row .container { font-size:0.875rem;font-family:"open sans";height:2.375rem;width:75rem;position:relative;display:block; }#OSu3TqVCMt8bPbxQq4Qen416pmbIXp6v { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -moz-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -ms-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -o-linear-gradient(180deg, #ffa04d, #fe7600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#fe7600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#fe7600' );";background-image: linear-gradient(180deg, #ffa04d, #fe7600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.5rem;height:2.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.1875rem;left:10.8125rem;display:block; }
#VRJFTn6hP5kDqVz3TEPSh3Ss73aTHwp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RaxeflWqo9VreiDwxhGG5LtTbT7oaTD5 { box-sizing:content-box;color:#fafafa;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem rgba(255,255,255,0.79);display:block;z-index:15002;top:0.25rem;left:62.0625rem;display:block; }
#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN.adaptive-delivery-prevent-bg, #rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN.lazyload, #rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN.lazyloading { background-image: none; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row .container { background-color: transparent; background-image: none; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row .container > .video-iframe-container { display: none; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row > .video-iframe-container { display: none; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .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); }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row .container { border-width: 0; border-radius: 0; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row .container { font-size:0.875rem;font-family:"open sans";height:9.75rem;width:75rem;position:relative;display:block; }#kZODtODv3m0FZpcNLZ8UifpkkyxZ3dbo { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fe7600;border-left:0.1875rem solid #fe7600;border-right:0.1875rem solid #fe7600;border-bottom:0.1875rem solid #fe7600;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:53.125rem;top:0rem;left:10.8125rem;display:block; }
#TaBSpZLTF6VOl2nWT0XuXQ3TyUUxFANP { color:#000000;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:11.6875rem;height:5.19965rem;display:block; }
#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR.adaptive-delivery-prevent-bg, #f8qK4TuurlAXMLB1TIQRERmIdQWFICsR.lazyload, #f8qK4TuurlAXMLB1TIQRERmIdQWFICsR.lazyloading { background-image: none; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row .container { background-color: transparent; background-image: none; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row .container > .video-iframe-container { display: none; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row > .video-iframe-container { display: none; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .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); }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row .container { border-width: 0; border-radius: 0; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row .container { font-size:0.875rem;font-family:"open sans";height:2.375rem;width:75rem;position:relative;display:block; }#PU50AUv3rB8TrThoM5zInwmsQprshxnm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -moz-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -ms-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -o-linear-gradient(180deg, #ffa04d, #fe7600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#fe7600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#fe7600' );";background-image: linear-gradient(180deg, #ffa04d, #fe7600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.5rem;height:2.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.1875rem;left:10.8125rem;display:block; }
#SbVTxVdr0cbkhMwfaEisn9TUxLSeb8UE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtnKSRqu80D54T5C5d6H6vvT6Ts9Awh9 { box-sizing:content-box;color:#fafafa;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem rgba(255,255,255,0.79);display:block;z-index:15002;top:0.25rem;left:62.0625rem;display:block; }
#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN.adaptive-delivery-prevent-bg, #regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN.lazyload, #regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN.lazyloading { background-image: none; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row .container { background-color: transparent; background-image: none; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row .container > .video-iframe-container { display: none; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row > .video-iframe-container { display: none; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .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); }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row .container { border-width: 0; border-radius: 0; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row .container { font-size:0.875rem;font-family:"open sans";height:3.5rem;width:75rem;position:relative;display:block; }#WUxGqtE5GHFKrttq9ShTntEUoVFNVX3p { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fe7600;border-left:0.1875rem solid #fe7600;border-right:0.1875rem solid #fe7600;border-bottom:0.1875rem solid #fe7600;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.125rem;width:53.125rem;top:0rem;left:10.8125rem;display:block; }
#e9RDd0seaIlE4q4HaD59TdKmV5w7z6zV { color:#000000;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:11.6875rem;height:2.599825rem;display:block; }
#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr.adaptive-delivery-prevent-bg, #ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr.lazyload, #ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr.lazyloading { background-image: none; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row .container { background-color: transparent; background-image: none; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row .container > .video-iframe-container { display: none; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row > .video-iframe-container { display: none; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .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); }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row .container { border-width: 0; border-radius: 0; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row .container { font-size:0.875rem;font-family:"open sans";height:2.375rem;width:75rem;position:relative;display:block; }#l7P6chAZKVDKXudasSnc9HZk34Wf9EiM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -moz-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -ms-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -o-linear-gradient(180deg, #ffa04d, #fe7600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#fe7600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#fe7600' );";background-image: linear-gradient(180deg, #ffa04d, #fe7600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.5rem;height:2.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.1875rem;left:10.8125rem;display:block; }
#ODe33JdCx9T8m6XweEJoDuwR40Uhk3Fl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y85eMIkpyKUUpMgzqbgzDAmSiio2CW8M { box-sizing:content-box;color:#fafafa;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem rgba(255,255,255,0.79);display:block;z-index:15002;top:0.25rem;left:62.0625rem;display:block; }
#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF.adaptive-delivery-prevent-bg, #qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF.lazyload, #qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF.lazyloading { background-image: none; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row .container { background-color: transparent; background-image: none; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row .container > .video-iframe-container { display: none; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row > .video-iframe-container { display: none; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .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); }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row .container { border-width: 0; border-radius: 0; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row .container { font-size:0.875rem;font-family:"open sans";height:9.75rem;width:75rem;position:relative;display:block; }#xaNBnhTEnXmih0RnSwVo9qEuwwIilGNi { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fe7600;border-left:0.1875rem solid #fe7600;border-right:0.1875rem solid #fe7600;border-bottom:0.1875rem solid #fe7600;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:53.125rem;top:0rem;left:10.8125rem;display:block; }
#zkQVpFHiNtcLBIoxKbpiTZzhT7cybKUt { color:#000000;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:11.6875rem;height:5.19965rem;display:block; }
#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1.adaptive-delivery-prevent-bg, #iGXaKbgdrR9bubtssUl5H74ezSdSwTB1.lazyload, #iGXaKbgdrR9bubtssUl5H74ezSdSwTB1.lazyloading { background-image: none; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row .container { background-color: transparent; background-image: none; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row .container > .video-iframe-container { display: none; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row > .video-iframe-container { display: none; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .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); }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row .container { border-width: 0; border-radius: 0; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row .container { font-size:0.875rem;font-family:"open sans";height:2.375rem;width:75rem;position:relative;display:block; }#T5WTsfzUUaWXUoPPDO2mAGPwGPdOlRb7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -moz-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -ms-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -o-linear-gradient(180deg, #ffa04d, #fe7600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#fe7600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#fe7600' );";background-image: linear-gradient(180deg, #ffa04d, #fe7600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.5rem;height:2.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.1875rem;left:10.8125rem;display:block; }
#FGMLlqX3bIklkZZEZ1wBUHf3WhEXEkLC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBl7gGVuwkwRk5TZJpbPtwyDvnvxIqB5 { box-sizing:content-box;color:#fafafa;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem rgba(255,255,255,0.79);display:block;z-index:15002;top:0.25rem;left:62.0625rem;display:block; }
#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul.adaptive-delivery-prevent-bg, #sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul.lazyload, #sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul.lazyloading { background-image: none; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row .container { background-color: transparent; background-image: none; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row .container > .video-iframe-container { display: none; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row > .video-iframe-container { display: none; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .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); }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row .container { border-width: 0; border-radius: 0; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row .container { font-size:0.875rem;font-family:"open sans";height:6rem;width:75rem;position:relative;display:block; }#utbNFQF1oU2N0bVzPUQvQh2Sqrvthoal { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fe7600;border-left:0.1875rem solid #fe7600;border-right:0.1875rem solid #fe7600;border-bottom:0.1875rem solid #fe7600;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.625rem;width:53.125rem;top:0rem;left:10.8125rem;display:block; }
#hMW9ECcLUriWKo1vXPaKd940zQGOKDWH { color:#000000;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:11.6875rem;height:5.19965rem;display:block; }
#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk.adaptive-delivery-prevent-bg, #yUU5SzgWCllqkzmefSFUmgWu5J2WDerk.lazyload, #yUU5SzgWCllqkzmefSFUmgWu5J2WDerk.lazyloading { background-image: none; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row .container { background-color: transparent; background-image: none; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row .container > .video-iframe-container { display: none; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row > .video-iframe-container { display: none; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .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); }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row .container { border-width: 0; border-radius: 0; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row .container { font-size:0.875rem;font-family:"open sans";height:2.375rem;width:75rem;position:relative;display:block; }#GDGwA7OmUDVkcEqtcxIiX05vEH2Xhqi8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -moz-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -ms-linear-gradient(180deg, #ffa04d, #fe7600);background-image: -o-linear-gradient(180deg, #ffa04d, #fe7600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#fe7600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#fe7600' );";background-image: linear-gradient(180deg, #ffa04d, #fe7600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.5rem;height:2.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.1875rem;left:10.8125rem;display:block; }
#HzZHoKnPchTXIZtIXB7zU1UVOzHPqboO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAuCdJ8z9t2eZL6Eb9yleDVo5zAesLi6 { box-sizing:content-box;color:#fafafa;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem rgba(255,255,255,0.79);display:block;z-index:15002;top:0.25rem;left:62.0625rem;display:block; }
#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S.adaptive-delivery-prevent-bg, #ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S.lazyload, #ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S.lazyloading { background-image: none; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row .container { background-color: transparent; background-image: none; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row .container > .video-iframe-container { display: none; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row > .video-iframe-container { display: none; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .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); }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row .container { border-width: 0; border-radius: 0; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row .container { font-size:0.875rem;font-family:"open sans";height:4.75rem;width:75rem;position:relative;display:block; }#DVaqsa8BGlqGf5oPeSWg0gq1z3HWtqkb { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fe7600;border-left:0.1875rem solid #fe7600;border-right:0.1875rem solid #fe7600;border-bottom:0.1875rem solid #fe7600;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.375rem;width:53.125rem;top:0rem;left:10.8125rem;display:block; }
#NbsC2ThEev4nwpGzIDTny3xOH1UxT5E3 { color:#000000;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:11.6875rem;height:2.599825rem;display:block; }
#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF.adaptive-delivery-prevent-bg, #O8rDDwqrPppKcscqJzTURpZC1lfiwPgF.lazyload, #O8rDDwqrPppKcscqJzTURpZC1lfiwPgF.lazyloading { background-image: none; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row .container { background-color: transparent; background-image: none; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row .container > .video-iframe-container { display: none; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row > .video-iframe-container { display: none; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .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); }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row .container { border-width: 0; border-radius: 0; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row .container { font-size:0.875rem;font-family:"open sans";height:3.125rem;width:75rem;position:relative;display:block; }#bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { background-color:#1b1d24;background-image:none;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;display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row .container { background-color: transparent; background-image: none; }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row .container > .video-iframe-container { display: none; }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row > .video-iframe-container { display: none; }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .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); }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row .container { border-width: 0; border-radius: 0; }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row .container { width:60rem;height:11.3875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att { display:block; }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh .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; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh .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; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh { display:flex;width:18rem;height:5.0625rem;top:0.1875rem;left:25.125rem; }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #vlkL5v9XhMOKmwk5HWKzln4cuGzt3hH3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #ilJwwapMiA2PvILO4MZRrHp1o8WkRgZg {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #wT7kXW8t8vBc7OHVwQW13XRqaWMCS9TO {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #lr61dWa7GvviHNqE4RD3D7zpyT3Tq2aq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #Aa2dlhJMBq0TnP10ANn8V1dzGkReGaUC {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #Hb1sePG9EfVkx1spe0zT4svLo9ruyXF8 {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #wVKLpgNDeDzw68TOdyPg4utZq640uqE1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #DAbZhrkgf86y9TusS6eVR8pbTb6QnbC0 {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #ugT0HR87TLKRwl94zy7JPkyqT0K8FOBA {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #wl7e9F7cc6CFFBJ9tOa9CwAVKmL2EBcp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #RTvoFXUcTFRqns2aNrBUgEyzplEkDiqR {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #IIXIWiF1XiWWzxmQLilC0FCvw1F9IbEc {  }
 }@media only screen and (max-width: 763px) { #C7QfzTwOZA0dcRhAKQoXhf7SzlMlHOFo { top:0.1875rem;left:0rem;width:33.4375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0902510b-e108-43b5-b092-bb36984fb05d/Headermobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe.adaptive-delivery-prevent-bg, #Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe.lazyload, #Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe.lazyloading { background-image: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container { background-color: transparent; background-image: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container > .video-iframe-container { display: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row > .video-iframe-container { display: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .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); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9E6Qm4WQbVMEwK9JdApxPMpnNG1Pz59 { width:17.5rem;height:10.6875rem;top:0rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6gwMkgVmGzOZP4uCnUGRek7BAv0krC5 { width:23.75rem;height:3.75rem;top:42.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4OOfiPveTLOLoGRHHQnDU0eyrF4QsSX { display:block; }
 }@media only screen and (max-width: 763px) { #h8BqCfBwKXFv8lMzRehNvkwk0sM9KMbH { width:40rem;height:22.5rem;top:17.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtmxxTX65ggJVbqXip1k4gzofD6thQAA { width:43.9375rem;height:7.3125rem;top:10rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0902510b-e108-43b5-b092-bb36984fb05d/Headermobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6.adaptive-delivery-prevent-bg, #T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6.lazyload, #T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6.lazyloading { background-image: none; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row .container { background-color: transparent; background-image: none; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row .container > .video-iframe-container { display: none; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row > .video-iframe-container { display: none; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .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); }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INdFumwTOOkgftxo1K7LVF9sJa63RVaU { width:17.5rem;height:10.6875rem;top:1.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmiSRhVA2TUKBWuGXacXAfuFwSDwzVPe { width:23.5625rem;height:3.875rem;top:12.1875rem;left:12.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRwQs895sBoaPV4lAV6lPk62b44NkLQ4 { width:23.75rem;height:3.75rem;top:62.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVVpxPkMQr5DczGb07TD7L0M08Wy9UH { display:block; }
 }@media only screen and (max-width: 763px) { #xXCK7as277zwJt9zyn2SiRR9V9UogIPo { width:42.5rem;height:3.0625rem;top:20.5rem;left:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h75qxSxAOGDu0MRF3cCHAMSNIBRcWMy8 { width:37.1875rem;height:4.9375rem;top:12.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8iLz5Mz56XvurRxPDz30cCiUVudFwrs { width:40rem;height:22.5rem;top:36.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtWvTF0bL6MW7SF7Jil8cSqztNOHIEzX { width:42.5rem;height:3.25rem;top:26.5rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS { display:block; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE3TSC9R0KV9fwuUr5ernG7pSPVGpbHB { width:47.75rem;height:5.1875rem;top:2.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtvUqB7OyZFndPV3sLpUtZnvTP3CLKrQ { width:47.75rem;height:6.3125rem;top:9.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf5WdATo6Hl80MF40WNSAFPCiKH1GW8W { width:47.75rem;height:5.75rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw7OcBaZdx2IWtzNR0thrHR4F65OakWz { width:47.75rem;height:2.5625rem;top:24.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np { display:block; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uI5P0DV1AQ907b6ohdu5zNr9TpXH24i8 { width:47.75rem;height:6.5rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S00gS1pDwrXFQmXmlD7qqFDnUz3xAxLq { width:47.75rem;height:6.5rem;top:9.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhS0eI1RtfUzR8wVLDgapJFfoaVLtT7 { width:47.75rem;height:16.25rem;top:15.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vImvqKRPPTXxzyPclMGTkRZTu5AG2zwR { width:47.75rem;height:2.75rem;top:35.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPK9gvwTMOgyEDQWI9EuugAKnczuUIGR { width:11.125rem;height:24.4375rem;top:18.125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMu2zPyFXLwLZhXxsKuLcoxVFTXs4BC { width:14.25rem;height:12.3125rem;top:9.4375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf { display:block; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVDor5aLMWkq5xXWAktTg3FVy0gqyUz5 { width:47.75rem;height:6.8125rem;top:2.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRvMVpE5OLi6fwL7KVhuZ6XtNwmh0fOn { width:30.5rem;height:25.0625rem;top:11.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or4hgN6iK1wb4OroPvUxXRsaS3x88xkV { width:2rem;height:2rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf0cUIOWdB88PpMElx9t4mRevRF4QecX { width:2rem;height:2rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR8BiAM99GTzAXeLRcvc8blksavwrlsN { width:2rem;height:2rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl2duMq1SNEM4Cu6kWUB67TC5focgcGk { width:2rem;height:2rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9xuy6RnO4Bl9yEwewmDTvvcLHDee85m { width:2rem;height:2rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #td1tTiqrU34EEaQG6D12rnlFbKX0AdCU { width:2rem;height:2rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APA3Fv1cFIDLr9epPEZ28di0Nvh5w9zH { width:2rem;height:2rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htgpwIn26nkTuW5Zk8pJTMTfGDLwbA5T { width:2rem;height:2rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs { display:block; }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1lgL8xhpaINuwQe6ynsSR8rcynWweuL { width:39.375rem;height:5rem;top:4.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUkqLPTt7dqeb7IRfsSFgkvCvL0RJevo { width:42.875rem;height:6.625rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9QFvwOeh59sEaEJCx5wATRODiEkOxcF { width:33.375rem;height:3.5rem;top:14.6875rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aluOH3UKR3cIBugWt7KtPmmfyCdD1aet { width:18.75rem;height:23.125rem;top:1.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDRDx46oshAHZTwHpyJ0m1405mReQ4XU { display:block; }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGcXIp4xWk6O7UsTSpvMMMbymwdR9mPX { width:36.875rem;height:6.75rem;top:4.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrnxTGD6pISPuzsWkublBo1HcCIzidsN { width:36.875rem;height:14.625rem;top:16.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4XbCVePQLr857c3wCFpJ3OoVkvytTQd { width:36.375rem;height:39.6875rem;top:1.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4AolGUO1VmNr60R2pdT2o50WIU6FJW { width:27.5rem;height:3.75rem;top:47.0625rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZ69cboCU9pNKVxm4WqGFmUKmo9KBs5A { display:block; }
 }@media only screen and (max-width: 763px) { #qyKQQOykCQ2MNphEs09TMUvwieT6DUyy { display:block; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuQUd2sAeafFaw1cXueSHDggaJBfpBu5 { top:4.75rem;left:0rem;width:43.6875rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5QoZd81l3NVedD6xv8zFBVT9oER5U9P { width:24.625rem;height:24.875rem;top:2.6875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFllPk6q3Euz9a1ko5ugOw2L1p20rVKI { width:30.75rem;height:4.875rem;top:12.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCW1TUlgrng0ZTGrPS8DqO5yzlupJTsc { width:45.1875rem;height:8.125rem;top:36.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoBD0pJlLB4cValCkPT81UT7xpcnAy4C { width:43.625rem;height:14.625rem;top:19.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhUeLReWLa5rqadepBD7Vfqv86L2nodz { width:8.1875rem;height:18.1875rem;top:28.3125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1GZWHX9XxOH7gxZCyQ5mmTQtMuPIJud { width:15.8125rem;height:10.5625rem;top:20.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTdlXVgmsdGSdczJJbOvbESPLtuciDni { width:47.75rem;height:6.75rem;top:46.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ { display:block; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drR2afFsaeMzDF9evu9Q4aElZVThyNab { width:23.0625rem;height:1.75rem;top:2.375rem;left:12.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUAb0JzPWwrmm0spSaPlMVS9zzIZMWBc { width:35.125rem;height:3.875rem;top:4.375rem;left:6.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #a10NQryUklzcnZBxDC2bLc5T2WlXzaip { width:38.0625rem;height:14rem;top:17.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNw9HtTXZ3qv19muV5PZfteXueFyIJzD { width:23.9375rem;height:37.5rem;top:2.375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWRghohIAhG4cAUV1nEITxEiBTqxP6n4 { width:32.625rem;height:3.25rem;top:12.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnwzDZXEgTqi1hRmL2vOvOllzgHXQcht { width:38.0625rem;height:15.75rem;top:47.9375rem;left:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeApiPt8GcUUZvVTDuO6LcviGQyzTV0T { width:32.625rem;height:3.25rem;top:42.8125rem;left:15.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnRoL5kXPefmsO7aObxJ8Opt3SxrLT4I { width:25.8125rem;height:28.125rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIX3R3vpAD7x5Q20Ds6cfk8oHGcLiGn8 { width:21.25rem;height:5.9375rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t812UKlcGKxcTpIPtNANe1DJHaEXiAAG { width:18.8125rem;height:5.9375rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q { display:block; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHAxPikRwpC7BcQbbHSCdWZvH8FuI4cZ { top:3.1875rem;left:0rem;width:47.75rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8J77R0WTDFOtAgsbfRKIX2MzZfQGkWm { top:14.25rem;left:0rem;width:27.875rem;height:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIXM33MUDEer0GSZ6IFKC34MVc03NbwS { width:24.0625rem;height:21.25rem;top:10.625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2k4DoqTVmVPGIKTvABUkUNDCb8nrf2M { top:32.4375rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrS2hqNtV1rKGbhRvTVTTeDSZanNJQrd { width:27.5rem;height:3.75rem;top:47.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA7IeCNFqcFWGS8SH9O8ad0qvgmCZfdE { display:block; }
 }@media only screen and (max-width: 763px) { #LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L { display:block; }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7ZRWLCmRgBqK7C8zZgEw4vi7MTLzgP4 { width:38.25rem;height:5.75rem;top:3.25rem;left:4.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 { display:block; }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZRHnsxVvppy0J9fIgcctTHxoFMSANmJ { width:19.0625rem;height:26.25rem;top:0.75rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPs1DQFegD8WCg2T5P3CQtdAVKtHTVuB { width:38.125rem;height:1.1875rem;top:4.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp6TqE5xacrVB9XVHqdSygM6EoWGMZhT { width:44.9375rem;height:18.625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OisXthfrQmllq1ZWVoee9u0hN1ZhW00x { width:42.25rem;height:14.625rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK2zeeMmox0FXBgNmGcMiWQTEUd00IHG { width:17.5rem;height:2.125rem;top:25.125rem;left:1.7109394073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVq6pr9Mnzd4uG7r2ZaOOITQmGgc1FsG { display:block; }
 }@media only screen and (max-width: 763px) { #AM6QtyaUpVnFXC7pacSEQbJKz304PMl1 { width:15.25rem;height:8rem;top:52.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6lL5kd19Fl4WSeX4O84KromJ7N0Kp5e { width:19.5rem;height:6.25rem;top:62.625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9en5il5MMowTLMuXG63gkMClRDepMVm { display:block; }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqv98LHhxEIHzZwMqzJIlizNu8VOd6o6 { width:44.9375rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKwQ5FVmCQ7gMydxmwE0ochmgrd3SCVn { width:43rem;height:21.875rem;top:0.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FthORuAz7RavmAWXNztdlXxcFT62tnUe { display:block; }#FthORuAz7RavmAWXNztdlXxcFT62tnUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6kngWS2nqdiuNXCQUsObxoXxD7TGybF { width:19.0625rem;height:25.375rem;top:0.75rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7bW0sDDITrBBi4ZmGZrnB2A3IMOTBfZ { width:38.125rem;height:1.1875rem;top:4.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4nmZ9sSm0IiAxhP1hoGpTpBuAT1tAaW { width:44.9375rem;height:18.625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTOKfI2Oq3R7mTDrEAfX0HJPocvTALJ4 { width:42.25rem;height:14.625rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7AkeKEFGTkw4RIs09wvi5svLJXRQ6Oq { width:17.5rem;height:2.125rem;top:25.125rem;left:1.7109394073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5oR4n7EVPUvhFqPCNQKDp2DkcylEvRQ { display:block; }
 }@media only screen and (max-width: 763px) { #w0x8OX2UAvoDKaGGyG7z6xXV62fVUbFu { width:9.875rem;height:11.25rem;top:4.75rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eN739CoxudArJJH7hghyXPO2yAanT66n { width:19.5rem;height:5.625rem;top:15.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU { display:block; }#duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHNfBJbQfLOuUt400oQuV3p1Qt6Ghmlc { width:44.9375rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJFtRXVsUWxtU8TTQiIN6PeyRMtvQH88 { width:43rem;height:5.8125rem;top:0.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx { display:block; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMJcFezMNaibJGCBJixkU56J9bXLdQR6 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIWRNRMeJgqBMvBCvbT9id4WkDTHd42z { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGTW9F8TsLJRSxhuAfmEbNiNr3taghGC { width:21.875rem;height:16.875rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnBkoqks0KuLtkN6SakHARdv2Hu5CJqR { width:21.875rem;height:1.625rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJMbvn9gWBEJ5hzuP8r5maIfBUmk6NBI { width:47.75rem;height:3.6875rem;top:4.25rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqPg9PeXtHx1HrrPbbbvsDFBmWTSQl3v { width:21.875rem;height:1.625rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpidZiysobeRwzLtpABlAwzvkPsIEXT9 { width:21.875rem;height:15.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8qSKVrVWuVgSZm2nZE7WtfLSxkTITSP { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNTpIyfJoHyr31xUCJaipKHNu1SnHLb { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmT7ispob3lsNJSKS0LexgHo932vGxgE { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB0oDp78VHmaqXhEGcP5skx4bKPhf2aq { width:21.875rem;height:1.625rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7JOP4MPm7cnHG0zZBavD3fA7nTpU7R { width:21.875rem;height:11.25rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqZlms4cdGxHGr30qtUzNvPBJv1n97cT { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzNfWwsqBEcOJxoq9ID9rW0dAhS8A0g7 { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S31DPygPPTkTdRRv3gT1wIuuw7TfAwzt { width:21.875rem;height:10.125rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaawa0oFtViv8CG7JhV09gWTOw06DfAf { width:21.875rem;height:1.625rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slkAqU1aVyylA8UT2k1RUWsBtE9v9sXh { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfdx3UGPcTUQ7J6ta7FmyyzRTQVsV3U3 { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #far61iGGL7J1ZRHcDHNqgsN3qZ1DJuOF { width:21.875rem;height:6.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucHsmVRiTCPvg3tFViXbfUBLom2mtn2I { width:21.875rem;height:1.625rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H88ThRFrZhmxLaBnZU6WDCSQQHJITdWi { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5p9cMHiK73SUsORl2b4ol4tES75bTnN { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouhmmo1pQq34p07sTHWwBSWuTRi3D6F6 { width:21.875rem;height:1.625rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtDlAv0b0e8aMJkX5Lc5q89TN9DZSb16 { width:21.875rem;height:13.5rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4kSAZKMfAKT7ogmGgtHHtRQZwcbkqcf { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMarkqMTIz93XkANyrnDwge5sOqFpVCU { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2fxO1Zg5l9lkRQglUnhpomfVm3J3fte { width:21.875rem;height:1.625rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaLZChg3hFMGni5b5pegr2hTm3Ocgm3R { width:21.875rem;height:3.375rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9V7qRmQ09PQoSZ8CwZ7gwTQy83DQqAS { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa { display:block; }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gpm8O8Ne4rdsmdzEAu1lITR6TwR6Sx6p { width:47.75rem;height:5.75rem;top:2.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O32mdd9ew2xfrxQbaIZFCG3cItBgLHQu { top:7.8125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sas7vZsqrRAzd8L33PqC1L0LuZpI94tX { width:18.75rem;height:5.8125rem;top:37.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igns5aU9RcgyULJ26rkKKLlq4pbqh1LK { width:17.0625rem;height:1.625rem;top:34.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTpTsTsmwnbqvrPCmSq8Tki8tOk97UF2 { width:9.625rem;height:12.5rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO2KUBtUpmpABcxuslENNzWMqvmAJTI6 { width:21.875rem;height:31.625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahPuJFdvZbaClsMi5ucbH72NsMicasNg { width:21.875rem;height:1.625rem;top:34.5rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzsv0Lu06M0CDrCPw7yzhRRUOnUkQBru { width:18.75rem;height:8.625rem;top:37.375rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI4MdqmMZh9m5r3QmrOKR7u1xQD3MlFr { width:21.875rem;height:31.625rem;top:19.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d62NPf1ITdCvbVcmA7VNvdyRVoCQPv6b { width:8.5625rem;height:12.5rem;top:22.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knzKoXCHq8xIzILLohc1Sq8sdO2ffXLZ { width:21.875rem;height:31.625rem;top:19.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtOf75y795B4sQllTrz7V5UZOZ76lDVz { width:18.75rem;height:7.25rem;top:37.375rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLb7142S3CZQ9Opcw8ByEz2GCDwSKJf { width:21.875rem;height:1.625rem;top:34.375rem;left:25.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL7oMafGuS0G6tEu0hdLTguKmhTdU8dv { width:5.375rem;height:12.5rem;top:21.9375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyAR1vC3bOnLBHTieBqfdqUaAhBhZUa4 { width:21.875rem;height:31.625rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7fXdQGw0mRSzVS4hmdELW9NstWHMhk8 { width:18.75rem;height:5.8125rem;top:73.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrqaQUWkbnZzCdwtmwUUQxEwJFczFz6 { width:21.875rem;height:3.25rem;top:69.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG4uvCQmt3mksyo9s6O001LPrAzk8Sw7 { width:5.625rem;height:12.5rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH7O75cSWWZTJLSonxxrGdp91LBhDp6C { width:21.875rem;height:31.625rem;top:53.875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwO5oGDdQlo4B9R87VwEbcbsM76HaeCp { width:21.875rem;height:3.25rem;top:69.3125rem;left:12.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT988a7AZLhsEnfurlbzrWEcBe0haz7N { width:18.75rem;height:5.8125rem;top:73.5625rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uISFT21RtMBeXTCO6mD4lcId62z0hXLB { width:5.625rem;height:12.5rem;top:56.875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohme5Jd41weg1aWByCUgifNtbTl117yp { width:25rem;height:2.875rem;top:13.5625rem;left:11.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eur4x1ATibg2v6U0wG8pHXKqMkAk9U8S { width:18.75rem;height:8.75rem;top:73.5625rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXZmdyoqaToGDguontznkniLR5fZRIe0 { width:21.875rem;height:3.25rem;top:69.3125rem;left:25.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GexPFZxX5lZm027FJ7gg00GCcw0mohkA { width:21.875rem;height:31.625rem;top:53.875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDslCbb0RtGLtL0k3MtUt2r4MvkzF05T { width:5.625rem;height:12.5rem;top:56.8125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suibdzJoAO4CncWmkQRGPOFTCnXUy3H2 { width:21.875rem;height:31.625rem;top:88.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szJwLo7T6e21TSG1MzoH9a39PIgIvXeh { width:18.75rem;height:5.8125rem;top:106.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ5sVo90wbdo9FfXykQwmKx7KuFtuNMg { width:21.875rem;height:1.625rem;top:104rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3t2mTQBMwxcTxGLrNQ8hEAnxwG3scdM { width:5.625rem;height:12.5rem;top:91.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTfkfxk8f68XxREhGbKLti6JoqQ0JKIm { width:21.875rem;height:31.625rem;top:88.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igTCkh84yrNMyGryWF6hnsT7xIN4IBfU { width:18.75rem;height:5.8125rem;top:106.3125rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTTrWfSa02akDdnnQH50ZKzOrMyfbrLs { width:21.875rem;height:1.625rem;top:104rem;left:13.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReBsFQPQSxP2ClyTHaKFLkhITXb7lZIr { width:5.625rem;height:12.5rem;top:91.5625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPCvpxPD5kZ7uSEFxD9xoNvM306UNENc { width:28.375rem;height:0.4375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd703aldvv5DXdhCUqydX9HUlLmWVhhR { width:28.375rem;height:0.4375rem;top:14.75rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmlgHq2ZE3UDtbWI1mIchfsc7gF6iscL { width:28.125rem;height:23rem;top:97.375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NERUgdvmxfbyOAgc35JPdbJnvdro2c2e { display:block; }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLq5mlvXmSM38k32mIHRP6dhgbzOI037 { width:18.75rem;height:7.25rem;top:24.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie0tSkTvJ9347xDolGqxIsBJLSI3IHyX { width:21.875rem;height:1.625rem;top:21.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3iqqVa8gAJR0ZPsaf13HorrE5BRdzQ3 { width:21.875rem;height:31.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbP8dkpnIQeOsgJ8czuyH615UslCXurl { width:21.875rem;height:3.25rem;top:21.75rem;left:13.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa8ZsfUThQyQxoxB7bDgPfMfcU8Eg8s3 { width:18.75rem;height:5.75rem;top:25.875rem;left:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef6vzw0M0bDToddfnn0pe9DKvWWDonPp { width:21.875rem;height:31.625rem;top:5.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL3GxKe2iQNb4PINVerUJ1uJ8ZNs7EKH { width:21.875rem;height:31.625rem;top:5.875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbdCU5w8eaUnLPP3zlneE9cggtolnITX { width:18.75rem;height:5.8125rem;top:23.5625rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAuegEGkTStiAzDUcLWfDCfaMfo8i3tH { width:21.875rem;height:1.625rem;top:21rem;left:25.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeNzURkNcqDAIQ9SFgXd56klf2RX9P8v { width:21.875rem;height:31.625rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enZW2wmxkSaPIIfutnFLwNhwOhggzZgv { width:18.75rem;height:7.25rem;top:60.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSEhCXbe1nqJ0oXKuCqE7ze0OTXJX3ty { width:21.875rem;height:3.25rem;top:55.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpgECHItKL0MgcWSEMeAaVyTtZbPZkq { width:21.875rem;height:31.625rem;top:40.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzg60BuFaAE0Pyghs2fmi3xfwFHLT6zm { width:21.875rem;height:3.5rem;top:53.9375rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEtIlKdivvln7TF2n8IsE1UTzX15ab4A { width:18.75rem;height:11.6875rem;top:57.6875rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrVhLhgaWXVKLpZE5TZuuIy8yQGhVfUv { width:25rem;height:2.875rem;top:0rem;left:11.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFmOWPqtW68swIdwJEfceTgMRkxvrXC { width:18.75rem;height:16.0625rem;top:54.4375rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEi9gUxdifNsnToF9Eh4xey4nnwB7OEp { width:21.875rem;height:1.75rem;top:52.25rem;left:25.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZNayAvuumD81du10AA1cTdsXMFNXtC9 { width:21.875rem;height:31.625rem;top:40.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P69lQuGSdkABkUWUMRdegFvHu9PEP9tz { width:21.875rem;height:31.625rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziFaP0SMb6FzNsApxVhMnsAzqLxbHAe4 { width:21.875rem;height:7.1875rem;top:93.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqDCarZAdZ6M4ukO6ysbZKVsAIqTWZoe { width:21.875rem;height:1.625rem;top:90.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yShlDKm3JZlypSPlDDuBuT5vTPlo7Poq { width:21.875rem;height:31.625rem;top:74.875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGgl6npUqToyUWTUBTemS1aUxazKpuDs { width:18.75rem;height:7.25rem;top:93.8125rem;left:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWvQtw9TOOeiCnCpG1arr7lxVT6CT7Lb { width:21.875rem;height:1.625rem;top:90.875rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0PShWo1y8PiDMZ0dESHebZNb8QgQAHJ { width:8.9375rem;height:12.5rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdAso1NhiPCbAAT4vbnXAMoe7tH6G1Pg { width:9.5625rem;height:12.5rem;top:8.75rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwpTkw07fQLm5xghThOKMotQcAWTTyzV { width:8.9375rem;height:12.5rem;top:8.625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF8QgyHmnIa0o3xW0eTwdPEUc4WrIrNN { width:9.6875rem;height:12.5rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsUkoG8USRTwMAWEMw1Fd9Sc9qUsTWRF { width:19rem;height:11.25rem;top:41.9375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpwtpIiROx1FdBvxu3dex77kiWhuSEAL { width:14.6875rem;height:12.5rem;top:39.75rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pip5TBvJDRZiqlzER8IzqWC3DkV1H6mZ { width:5.625rem;height:12.5rem;top:78rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQCEdw1QTEUrBu2mweEseMoiH4i5yeWa { width:9.6875rem;height:12.5rem;top:78.0625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCftpFDrV3TXJPktk4bOpOEkGG8w3Gyx { width:25.875rem;height:0.4375rem;top:1.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbpwv2H3XmtNUhhvfyHH8uwzbqMLOVZ5 { width:25.9375rem;height:0.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKW7kADx5gpBDgw6GBBROA5L571ehiw3 { width:31.25rem;height:25.5625rem;top:84.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo7hCc3WtGJME8W4H3918JioZnn6ilrK { display:block; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQk6s1koliVzHkwpgQRiDlZuQUgTx1IK { top:8.5625rem;left:0rem;width:36.4375rem;height:4.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqPH5swDeMDXpTT3h9mBnw1QoZfSyec8 { top:13.4375rem;left:0rem;width:40rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTmozKRgf8EKwvQSkIN2ky6ogPmDyUX { width:20.1875rem;height:25rem;top:3.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0HNKWymFdiM0IdQI6KuMvTrhwvo4pFs { top:40.8125rem;left:0rem;width:40rem;height:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqQnhXDMTDPVcfRgl4QtcAsE9MI05NO { top:35.9375rem;left:0rem;width:40.375rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv7IiJ9SA59XdI4K2Ip3aaRKkaphcByx { width:9.75rem;height:21.5rem;top:32.125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #FucwThC7Wx6IpTrDRzgZofBXnzbRDLZI { width:14.25rem;height:12.3125rem;top:23.6875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WozMa45oeq9ukOByf8x9Er3dyV08L9vc { width:27.25rem;height:16rem;top:57.625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB1t8ptOwHs7dHeHT0MmaxlrTRsbJRVg { top:56.25rem;left:0rem;width:37.125rem;height:8.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC9Kph8cfaCTzEa2WIkH0y48UTLBAVd6 { width:12.5rem;height:7.1875rem;top:98.5rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwpDIV45T3uw0Grzl36BR6Vg1EEdypef { top:65.125rem;left:0rem;width:38.375rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 { display:block; }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axax46qvECZi1txIDtEapJsBfP5bmmef { width:47.75rem;height:3.25rem;top:2.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqPCiCdkcRWiKmZ34wbs97Ve0FTTpWe { top:8.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvGD6IvbMeGQF6DcAwEmANlGzSUvSzwA { width:18.75rem;height:5.8125rem;top:33.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQry60LxDtTOqFh89lehZzIrykpHN64S { width:21.875rem;height:1.625rem;top:30.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb9Ss9brHRXG40WuhnA7Woe1soODOv5K { width:21.875rem;height:31.625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww5agsORDHxoT1UHr5dEKDzqHvK2Ie5B { width:21.875rem;height:1.625rem;top:30.875rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ1vtHOSGQiLPWZKZ3T8ZIpBHRpSgBzD { width:18.75rem;height:4.3125rem;top:33.625rem;left:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td3llcEHvIQDeWiGTSWMKP0z77XOovLB { width:21.875rem;height:31.625rem;top:15.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnO38xrJTQAXhS5lkq7iqLIOMZNno2Nk { width:21.875rem;height:31.625rem;top:15.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9vMeXBkWgs0TulAhEsCrdTFiR1vVXSr { width:18.75rem;height:8.75rem;top:35.4375rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrFVn8PxrRfTqep4c8LwkKwMx4RxavMr { width:21.875rem;height:3.5rem;top:31.5rem;left:25.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy8oTSTm9zhAUT4ROLrm3qN3AU4FO1n0 { width:21.875rem;height:31.625rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdlLLs0xvNTtf0QQ327rTTkXLTElF0Sc { width:18.75rem;height:7.25rem;top:69.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsQ2J0Pv9xsmxKUoxzyKqSl1oWsADJNi { width:21.875rem;height:3.25rem;top:65.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSDJXgAWVCmaUbOITX6hCNF384Ezf09u { width:21.875rem;height:31.625rem;top:50.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGuBAVdTrcbNDLwkG4T9Uy9IFzU4zKe9 { width:21.875rem;height:1.625rem;top:66.5rem;left:13.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrM0Ts1fz1wFTKtFlvB9TJ3rGWCDXRa { width:18.75rem;height:7.25rem;top:69.0625rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgPT33yNxMKThMbM3x4lN9uDoVQJ84n { width:9rem;height:12.5rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeQWUPbsaXbwcqXgHsl3nQdtU7dsQx86 { width:9rem;height:12.5rem;top:18.3125rem;left:19.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWdu4QB7Z6bA6aZ6gTpHmQCJ0eJm2Zbl { width:9rem;height:12.5rem;top:18.4375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6kqQAFowOMDVw08mw8gHMIQc2sbk9uS { width:5.625rem;height:12.5rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMVT15c6EMb5DkeXtUa3EsALBldJ6rS { width:17.1875rem;height:12.5rem;top:53.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFfg8VyBiwVbTU03Vb5fS3uiMCckodnS { width:13.3125rem;height:10.875rem;top:4.375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ratsb9guRC1lLzuELSReBDwsweTdpnvu { width:14.25rem;height:12.3125rem;top:41.8125rem;left:27.749292373658rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGpeA8ke8drEqiNFPvqK6A1rGl8CTu1a { width:21.875rem;height:31.625rem;top:50.0625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyBHehvouCaIlGI5uAy3f7oihUJz5fKy { width:19.625rem;height:15.75rem;top:50.0625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raX7dPD5KSrvkwQCLyQ6HTaI1qbwmP1B { width:18.75rem;height:11.6875rem;top:68.4375rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTKqP5MWLi8yhAMrrxreRdmlU8v1ksvf { width:21.875rem;height:3.25rem;top:64.875rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRUiEG2uE8Van6rFKQesA089oxskxLL6 { display:block; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afA8Hfp8Qy9cSOySL9wTxgN14XRN8CPH { width:41.5625rem;height:6.3125rem;top:9.9375rem;left:3.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWhi4Pu7BbDiotQPqBe2QJoXnDgDoxaS { width:41.3125rem;height:3.5625rem;top:18.625rem;left:3.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuce9Awa5H0PIw6IGB1apqTkHBMKTm57 { width:23.75rem;height:3.75rem;top:44.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohHRGU8OzC9IGmSDalfB9hAzs3XEg1sR { display:block; }
 }@media only screen and (max-width: 763px) { #UzBiHISpxicDS1ZbpPmHu8x7o7pWs1zM { width:47.75rem;height:6.125rem;top:1.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms7qNrtnZ3t8cWCCmKpf95KufT0GbDJc { width:24.125rem;height:3.25rem;top:40rem;left:11.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF9tQ8s0XttbCtDqxcsEeQJikeklnbEG { width:37.375rem;height:6.625rem;top:42rem;left:5.1875019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFq7ftfHkAe3ymqLXo19Uggg77M5DZI { width:32.125rem;height:3.875rem;top:41.5625rem;left:7.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa5z0s6krRXHRZoObbuZSTMpZSuT4F10 { width:31.3125rem;height:3rem;top:19.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTaXR3HrV7TcmS8fqOFozxZ0NxK89Ue { width:35.5625rem;height:3rem;top:22.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txd0lkWplQRhHJGRoGBohFr0b0iDDMsU { width:41.3125rem;height:3.5625rem;top:22.1875rem;left:3.1883697509766rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC8XrbXkuA7Co8Rqdn6rghErCJOO0n73 { width:34.75rem;height:6.625rem;top:32.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk96y9SagGBXoQFcxbiCREADPpe3ZMVc { display:block; }
 }@media only screen and (max-width: 763px) { #EyQzkMTJe35IdVBvrGe3NNfTiS14qJzh { width:41.3125rem;height:3.5625rem;top:28.0625rem;left:3.18798828125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTKyANaz5d5RQ2P3Re3hne6oxRT10lVR { top:50rem;left:9.125rem;width:29.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpqW7o1K83dkwRE6bsCZeJs28SRxdQlT { top:48.8125rem;left:5.53125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv { display:block; }#e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXFwNXkKFz7nX3QVuwJ6pR1PruRqvFrP { width:39.1875rem;height:6.1875rem;top:15.4375rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwofovobF5kvd1CPBFFhi1wU8KyqVle { width:41.3125rem;height:3.5625rem;top:25rem;left:3.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGs8kCIoxwinDQzhfkEgbp0eguQe1aHL { width:23.75rem;height:3.75rem;top:55.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da3N3xfws4W1uEXbH4I8uHPoFcTcimOT { display:block; }
 }@media only screen and (max-width: 763px) { #gb0flSM8HKtkgs5S9OhDExanSKFfqiLl { width:41.3125rem;height:9.25rem;top:4.0625rem;left:3.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luDuZrAKku74UIT3SPcM0RNAlGqVoWnV { width:24.125rem;height:3.25rem;top:49.9375rem;left:11.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZJQHpM27wcJWOwfO9UmaPHv6IB5BsTO { width:37.375rem;height:6.625rem;top:42rem;left:5.1875019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVw2slsCyZLtk8Kmx770IpoTWNTeEk4N { width:32.125rem;height:3.875rem;top:41.5625rem;left:7.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFMgl3loT5TVKo8qM4p74DiJNcUtdTL1 { width:41.3125rem;height:4.1875rem;top:32.6875rem;left:3.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAtolsKEO1EWe5HK1fhBuGuNn6qZz3Hu { width:31.3125rem;height:3rem;top:25.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbgnPRO0lWBG5QrEQed5pFbPdZW9oJUi { width:35.5625rem;height:3rem;top:28.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzfEO5JBTy3yp09aOirVy9uNb7caBrfw { width:41.3125rem;height:3.5625rem;top:28.5rem;left:3.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3ub0CVkxkCkwgrsBwLOH20h0igv09lq { width:34.75rem;height:6.625rem;top:40.0625rem;left:6.5000019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFsNTiO7fPVPm0VJZlGo7ongcWILQiv8 { display:block; }
 }@media only screen and (max-width: 763px) { #hm5OCNlAkXCZUyhZS174twfFNu49Nc2U { display:block; }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byJUUVWqvDAsz214TKnAgzWUqgLAViat { width:36.9375rem;height:6.4375rem;top:8.625rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROuagOryzI4NoI0OnJT7r37e8tegs5Pt { width:16.6875rem;height:15.375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9MAuC82rg78lCk5mP4oFmOLpLaOuVm { width:29.5625rem;height:1.1875rem;top:3rem;left:16.125001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3Kwl1Q0T1qKlvOMGi6RX4HDEUF6kVyl { width:3.125rem;height:3.125rem;top:17rem;left:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbVGTcVMSQ3LVp6kWDkX3bpAvGE9Dxd7 { width:10.4375rem;height:8.0625rem;top:17.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQexzEK1nXay60NPONZfzOTJtrBJNe14 { width:4.25rem;height:4.25rem;top:16.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq7MPzE3lozJ0ZiHaAzxEQ4G6Wa7cpqd { width:10.4375rem;height:8.0625rem;top:17.1875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDLcVOwZkMgTkBwBWNnUa79oZZD0u5L4 { width:4.25rem;height:4.25rem;top:16.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrtaDa6rV6EWzZv6DU9qhFJTvuxtDpEo { width:3.125rem;height:3.125rem;top:16.9375rem;left:17.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #um8WfhVxVPQwQ3wsRFNeBNMdnQP6eN9K { width:10.4375rem;height:8.0625rem;top:17.1875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3O4vOrCgolzi25t7yHuZNyOeOUu9mJa { width:6.75rem;height:1.75rem;top:21.1875rem;left:3.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DybcmQuk7WpyBpTM1ICyvKOcAUrFWlk1 { width:7.75rem;height:0.875rem;top:21.1875rem;left:15.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEb9LcDTDXVs947rrDOrg8yF7yLoPgZK { width:3.125rem;height:3.125rem;top:17.0625rem;left:30.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl7DDZ73rMOuV6GXTklccSNDfr3qh7rT { width:8.4375rem;height:0.875rem;top:21.1875rem;left:27.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqAAVfXnkw7QCoPA7KtU3kVa4rFPIT3Z { width:4.25rem;height:4.25rem;top:16.4375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKMBAOfPZbE50uZFbevrMfRentwTIhxh { width:10.4375rem;height:8.0625rem;top:17.125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAPkReB1Suog5guyP9Ul63t3ZVGEnS73 { width:7.1875rem;height:0.875rem;top:21.125rem;left:40.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDJTVLvqEfvvKqhLL94R91FDsKsW1HAD { width:4.25rem;height:4.25rem;top:16.5rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D980WENb3NFyU0anNIDf8l4wvgF8RNZo { width:3.125rem;height:3.125rem;top:17.0625rem;left:43rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhhouBqfTcO9qOx48NcmI0yum9skDSID { display:block; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kISUdkgx63e2VowK2uvhBHuwqiwKL3PR { width:39.1875rem;height:1.625rem;top:0.6875rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx { display:block; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSu3TqVCMt8bPbxQq4Qen416pmbIXp6v { width:46.75rem;height:2.125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRJFTn6hP5kDqVz3TEPSh3Ss73aTHwp6 { display:block; }
 }@media only screen and (max-width: 763px) { #RaxeflWqo9VreiDwxhGG5LtTbT7oaTD5 { width:2.125rem;height:2.0625rem;top:0.25rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN { display:block; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZODtODv3m0FZpcNLZ8UifpkkyxZ3dbo { width:47.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaBSpZLTF6VOl2nWT0XuXQ3TyUUxFANP { width:47.75rem;height:6.4375rem;top:0.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8qK4TuurlAXMLB1TIQRERmIdQWFICsR { display:block; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PU50AUv3rB8TrThoM5zInwmsQprshxnm { width:46.75rem;height:2.125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbVTxVdr0cbkhMwfaEisn9TUxLSeb8UE { display:block; }
 }@media only screen and (max-width: 763px) { #TtnKSRqu80D54T5C5d6H6vvT6Ts9Awh9 { width:2.125rem;height:2.0625rem;top:0.25rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN { display:block; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUxGqtE5GHFKrttq9ShTntEUoVFNVX3p { width:47.375rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9RDd0seaIlE4q4HaD59TdKmV5w7z6zV { width:47.75rem;height:2.5625rem;top:0.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr { display:block; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7P6chAZKVDKXudasSnc9HZk34Wf9EiM { width:46.75rem;height:2.125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODe33JdCx9T8m6XweEJoDuwR40Uhk3Fl { display:block; }
 }@media only screen and (max-width: 763px) { #y85eMIkpyKUUpMgzqbgzDAmSiio2CW8M { width:2.125rem;height:2.0625rem;top:0.25rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF { display:block; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaNBnhTEnXmih0RnSwVo9qEuwwIilGNi { width:47.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkQVpFHiNtcLBIoxKbpiTZzhT7cybKUt { width:47.75rem;height:6.4375rem;top:0.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 { display:block; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5WTsfzUUaWXUoPPDO2mAGPwGPdOlRb7 { width:46.75rem;height:2.125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGMLlqX3bIklkZZEZ1wBUHf3WhEXEkLC { display:block; }
 }@media only screen and (max-width: 763px) { #SBl7gGVuwkwRk5TZJpbPtwyDvnvxIqB5 { width:2.125rem;height:2.0625rem;top:0.25rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul { display:block; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utbNFQF1oU2N0bVzPUQvQh2Sqrvthoal { width:47.375rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMW9ECcLUriWKo1vXPaKd940zQGOKDWH { width:47.75rem;height:2.4375rem;top:0.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUU5SzgWCllqkzmefSFUmgWu5J2WDerk { display:block; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDGwA7OmUDVkcEqtcxIiX05vEH2Xhqi8 { width:46.75rem;height:2.125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzZHoKnPchTXIZtIXB7zU1UVOzHPqboO { display:block; }
 }@media only screen and (max-width: 763px) { #yAuCdJ8z9t2eZL6Eb9yleDVo5zAesLi6 { width:2.125rem;height:2.0625rem;top:0.25rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S { display:block; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVaqsa8BGlqGf5oPeSWg0gq1z3HWtqkb { width:47.375rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbsC2ThEev4nwpGzIDTny3xOH1UxT5E3 { width:47.75rem;height:1.625rem;top:0.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8rDDwqrPppKcscqJzTURpZC1lfiwPgF { display:block; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att { display:block; }#Sfx5nFCmW1LVSTzZp3MNmVpDP5XT2Att > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh .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; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh .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; }
#rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh { display:flex;width:18rem;height:5.0625rem;top:0.1875rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #vlkL5v9XhMOKmwk5HWKzln4cuGzt3hH3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #ilJwwapMiA2PvILO4MZRrHp1o8WkRgZg {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #wT7kXW8t8vBc7OHVwQW13XRqaWMCS9TO {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #lr61dWa7GvviHNqE4RD3D7zpyT3Tq2aq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #Aa2dlhJMBq0TnP10ANn8V1dzGkReGaUC {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #Hb1sePG9EfVkx1spe0zT4svLo9ruyXF8 {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #wVKLpgNDeDzw68TOdyPg4utZq640uqE1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #DAbZhrkgf86y9TusS6eVR8pbTb6QnbC0 {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #ugT0HR87TLKRwl94zy7JPkyqT0K8FOBA {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #wl7e9F7cc6CFFBJ9tOa9CwAVKmL2EBcp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #RTvoFXUcTFRqns2aNrBUgEyzplEkDiqR {  }
 }@media only screen and (max-width: 763px) { #rTSZJs0ROnDsLzbeGkNb2wqELWTriMzh #IIXIWiF1XiWWzxmQLilC0FCvw1F9IbEc {  }
 }@media only screen and (max-width: 763px) { #C7QfzTwOZA0dcRhAKQoXhf7SzlMlHOFo { width:20rem;height:7.79883125rem;top:6.57080078125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0902510b-e108-43b5-b092-bb36984fb05d/Headermobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe.adaptive-delivery-prevent-bg, #Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe.lazyload, #Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe.lazyloading { background-image: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container { background-color: transparent; background-image: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container > .video-iframe-container { display: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row > .video-iframe-container { display: none; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .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); }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container { border-width: 0; border-radius: 0; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nd0WZelKk3fHsH6vyHSrO9AlgapsfhJe > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9E6Qm4WQbVMEwK9JdApxPMpnNG1Pz59 { width:12.5625rem;height:7.625rem;top:0rem;left:3.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6gwMkgVmGzOZP4uCnUGRek7BAv0krC5 { width:17.75rem;height:3.75rem;top:26.0625rem;left:1.125rem;font-size:1.625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #l4OOfiPveTLOLoGRHHQnDU0eyrF4QsSX { display:block; }
 }@media only screen and (max-width: 763px) { #h8BqCfBwKXFv8lMzRehNvkwk0sM9KMbH { height:11.25rem;width:20rem;top:14.26416015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtmxxTX65ggJVbqXip1k4gzofD6thQAA { width:20rem;height:8.125rem;top:6.13916015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0902510b-e108-43b5-b092-bb36984fb05d/Headermobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6.adaptive-delivery-prevent-bg, #T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6.lazyload, #T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6.lazyloading { background-image: none; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row .container { border-width: 0; border-radius: 0; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9pA0chZZlnalv8BeU9lTMeLH1Rdcpv6 > .row .container { width:20rem;height:49.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #INdFumwTOOkgftxo1K7LVF9sJa63RVaU { width:10.3125rem;height:6.25rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmiSRhVA2TUKBWuGXacXAfuFwSDwzVPe { width:20rem;height:1.05625rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRwQs895sBoaPV4lAV6lPk62b44NkLQ4 { width:17.75rem;height:3.75rem;top:32.0625rem;left:1.125rem;font-size:1.625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xWVVpxPkMQr5DczGb07TD7L0M08Wy9UH { display:block; }
 }@media only screen and (max-width: 763px) { #xXCK7as277zwJt9zyn2SiRR9V9UogIPo { width:20rem;height:2.6rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h75qxSxAOGDu0MRF3cCHAMSNIBRcWMy8 { width:19.5rem;height:2.5625rem;top:5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8iLz5Mz56XvurRxPDz30cCiUVudFwrs { height:11.25rem;width:20rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtWvTF0bL6MW7SF7Jil8cSqztNOHIEzX { width:20rem;height:6.5rem;top:12.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS { background-color:#04a5cc;background-image:url("https://images.assets-landingi.com/uc/b3b90785-83b3-43fe-820e-30fd2dbf3579/fundonuvemmobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS.adaptive-delivery-prevent-bg, #pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS.lazyload, #pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS.lazyloading { background-image: none; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row .container { background-color: transparent; background-image: none; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row .container > .video-iframe-container { display: none; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row > .video-iframe-container { display: none; }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .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); }#pGXFGyVZiZFdw9F0nNQpWNciHk9oO3TS > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE3TSC9R0KV9fwuUr5ernG7pSPVGpbHB { width:20rem;height:8.9355625rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtvUqB7OyZFndPV3sLpUtZnvTP3CLKrQ { width:20rem;height:10.722625rem;top:11.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf5WdATo6Hl80MF40WNSAFPCiKH1GW8W { width:20rem;height:11.69925rem;top:23rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw7OcBaZdx2IWtzNR0thrHR4F65OakWz { width:20rem;height:2.4375rem;top:35.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b543082e-11cf-4bf0-ac78-80f635752d76/bgmobile4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np.adaptive-delivery-prevent-bg, #fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np.lazyload, #fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np.lazyloading { background-image: none; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row .container { background-color: transparent; background-image: none; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row .container > .video-iframe-container { display: none; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row > .video-iframe-container { display: none; }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .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); }#fLmJydIZPJdEfUltr4kAa7AosU7UZ4Np > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uI5P0DV1AQ907b6ohdu5zNr9TpXH24i8 { width:20rem;height:11.375rem;top:0.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S00gS1pDwrXFQmXmlD7qqFDnUz3xAxLq { width:20rem;height:7.3125rem;top:13.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhS0eI1RtfUzR8wVLDgapJFfoaVLtT7 { width:20rem;height:30.875rem;top:22rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vImvqKRPPTXxzyPclMGTkRZTu5AG2zwR { width:20rem;height:5.19921875rem;top:53.625rem;left:0rem;font-size:2rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HPK9gvwTMOgyEDQWI9EuugAKnczuUIGR { width:6.875rem;height:15.25rem;top:61rem;left:8.25rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #wQMu2zPyFXLwLZhXxsKuLcoxVFTXs4BC { width:9.0625rem;height:7.8125rem;top:58.6875rem;left:4.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9584412b-f8f7-4ed2-90ca-2bb14b0f21d4/Headermobilebg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf.adaptive-delivery-prevent-bg, #e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf.lazyload, #e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf.lazyloading { background-image: none; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row .container { background-color: transparent; background-image: none; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.19); }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row .container > .video-iframe-container { display: none; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.19); }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row > .video-iframe-container { display: none; }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .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); }#e9hrcbkCPmIFfhaElrM84Ab7qMOTa4Vf > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVDor5aLMWkq5xXWAktTg3FVy0gqyUz5 { width:20rem;height:13.6479375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRvMVpE5OLi6fwL7KVhuZ6XtNwmh0fOn { width:16.875rem;height:25.5rem;top:14.1875rem;left:3.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #or4hgN6iK1wb4OroPvUxXRsaS3x88xkV { width:2rem;height:2rem;top:13.9375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qf0cUIOWdB88PpMElx9t4mRevRF4QecX { width:2rem;height:2rem;top:16.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR8BiAM99GTzAXeLRcvc8blksavwrlsN { width:2rem;height:2rem;top:21.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl2duMq1SNEM4Cu6kWUB67TC5focgcGk { width:2rem;height:2rem;top:24.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9xuy6RnO4Bl9yEwewmDTvvcLHDee85m { width:2rem;height:2rem;top:27.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #td1tTiqrU34EEaQG6D12rnlFbKX0AdCU { width:2rem;height:2rem;top:31.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APA3Fv1cFIDLr9epPEZ28di0Nvh5w9zH { width:2rem;height:2rem;top:35rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htgpwIn26nkTuW5Zk8pJTMTfGDLwbA5T { width:2rem;height:2rem;top:38rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs { display:block; }#pglPLAfhfZ1FxtcNcS8D8o1J4J7qMvLs > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1lgL8xhpaINuwQe6ynsSR8rcynWweuL { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUkqLPTt7dqeb7IRfsSFgkvCvL0RJevo { width:20rem;height:7.875rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9QFvwOeh59sEaEJCx5wATRODiEkOxcF { width:19.25rem;height:5.361325rem;top:35.5rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aluOH3UKR3cIBugWt7KtPmmfyCdD1aet { width:18.75rem;height:23.125rem;top:9.8125rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #eDRDx46oshAHZTwHpyJ0m1405mReQ4XU { display:block; }#eDRDx46oshAHZTwHpyJ0m1405mReQ4XU > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGcXIp4xWk6O7UsTSpvMMMbymwdR9mPX { width:20rem;height:15.9243125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrnxTGD6pISPuzsWkublBo1HcCIzidsN { width:20rem;height:24.375rem;top:18.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4XbCVePQLr857c3wCFpJ3OoVkvytTQd { width:20rem;height:21.8213125rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4AolGUO1VmNr60R2pdT2o50WIU6FJW { width:19rem;height:3.75rem;top:64.5625rem;left:0.5rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TZ69cboCU9pNKVxm4WqGFmUKmo9KBs5A { display:block; }
 }@media only screen and (max-width: 763px) { #qyKQQOykCQ2MNphEs09TMUvwieT6DUyy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b82af93-ba41-4ecc-9d39-47afd8c776b5/bgmobile2.jpg");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy.adaptive-delivery-prevent-bg, #qyKQQOykCQ2MNphEs09TMUvwieT6DUyy.lazyload, #qyKQQOykCQ2MNphEs09TMUvwieT6DUyy.lazyloading { background-image: none; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row .container { background-color: transparent; background-image: none; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row .container > .video-iframe-container { display: none; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row > .video-iframe-container { display: none; }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .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); }#qyKQQOykCQ2MNphEs09TMUvwieT6DUyy > .row .container { width:20rem;height:93.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuQUd2sAeafFaw1cXueSHDggaJBfpBu5 { width:16.5rem;height:4.79980625rem;top:1.25rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5QoZd81l3NVedD6xv8zFBVT9oER5U9P { width:12.9375rem;height:13.125rem;top:6.75rem;left:3.53125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fFllPk6q3Euz9a1ko5ugOw2L1p20rVKI { width:20rem;height:6.5rem;top:29.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCW1TUlgrng0ZTGrPS8DqO5yzlupJTsc { width:20rem;height:11.375rem;top:63.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #GoBD0pJlLB4cValCkPT81UT7xpcnAy4C { width:20rem;height:24.375rem;top:35.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhUeLReWLa5rqadepBD7Vfqv86L2nodz { width:3.5625rem;height:8.1875rem;top:71.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1GZWHX9XxOH7gxZCyQ5mmTQtMuPIJud { width:9.75rem;height:6.5rem;top:14.125rem;left:5.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #DTdlXVgmsdGSdczJJbOvbESPLtuciDni { width:20rem;height:9.75rem;top:81.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8133b4a4-1cc1-4953-b687-ddd58409ad06/bgmobile3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ.adaptive-delivery-prevent-bg, #HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ.lazyload, #HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ.lazyloading { background-image: none; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row .container { background-color: transparent; background-image: none; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row .container > .video-iframe-container { display: none; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row > .video-iframe-container { display: none; }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .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); }#HTWvIZG3NZ7Ur531KpJH7WusBZHTtlCJ > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drR2afFsaeMzDF9evu9Q4aElZVThyNab { width:20rem;height:1.7875rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUAb0JzPWwrmm0spSaPlMVS9zzIZMWBc { width:20rem;height:5.19921875rem;top:4rem;left:0rem;font-size:2rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #a10NQryUklzcnZBxDC2bLc5T2WlXzaip { width:17.6875rem;height:15.39895rem;top:15.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNw9HtTXZ3qv19muV5PZfteXueFyIJzD { width:11.9375rem;height:18.75rem;top:25.875rem;left:4.03125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #SWRghohIAhG4cAUV1nEITxEiBTqxP6n4 { width:20rem;height:2.6rem;top:11.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnwzDZXEgTqi1hRmL2vOvOllzgHXQcht { width:17.6875rem;height:19.59865rem;top:35.5625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeApiPt8GcUUZvVTDuO6LcviGQyzTV0T { width:20rem;height:2.6rem;top:31.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnRoL5kXPefmsO7aObxJ8Opt3SxrLT4I { width:15.0625rem;height:16.4375rem;top:33.625rem;left:1.5625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #eIX3R3vpAD7x5Q20Ds6cfk8oHGcLiGn8 { width:11.125rem;height:3.125rem;top:30.5625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t812UKlcGKxcTpIPtNANe1DJHaEXiAAG { width:15.8125rem;height:5rem;top:32rem;left:2.5625rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q { background-color:#9ebe18;background-image:url("https://images.assets-landingi.com/uc/65698265-3cf5-4778-be78-03ff2cc7e89d/bg116.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q.adaptive-delivery-prevent-bg, #BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q.lazyload, #BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q.lazyloading { background-image: none; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row .container { background-color: transparent; background-image: none; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row .container > .video-iframe-container { display: none; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row > .video-iframe-container { display: none; }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .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); }#BwSp5TPFzgdIXeJqPGnLG3siPQXe1Q6Q > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHAxPikRwpC7BcQbbHSCdWZvH8FuI4cZ { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8J77R0WTDFOtAgsbfRKIX2MzZfQGkWm { width:20rem;height:19.25rem;top:10.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIXM33MUDEer0GSZ6IFKC34MVc03NbwS { width:20rem;height:17.6875rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2k4DoqTVmVPGIKTvABUkUNDCb8nrf2M { width:20rem;height:24.5rem;top:49.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrS2hqNtV1rKGbhRvTVTTeDSZanNJQrd { width:19rem;height:3.75rem;top:73.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA7IeCNFqcFWGS8SH9O8ad0qvgmCZfdE { display:block; }
 }@media only screen and (max-width: 763px) { #LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L { display:block; }#LgaIlimuuNfy8UKX3NyXgN2cAabwfo3L > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7ZRWLCmRgBqK7C8zZgEw4vi7MTLzgP4 { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 { display:block; }#lt5ykQ4m9qcxOp2Wd78XkS8iEz5xK3T0 > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZRHnsxVvppy0J9fIgcctTHxoFMSANmJ { width:9.5rem;height:13.125rem;top:1.25rem;left:10.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BPs1DQFegD8WCg2T5P3CQtdAVKtHTVuB { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp6TqE5xacrVB9XVHqdSygM6EoWGMZhT { width:20rem;height:22.25rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OisXthfrQmllq1ZWVoee9u0hN1ZhW00x { width:15.25rem;height:0;top:4.6875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AK2zeeMmox0FXBgNmGcMiWQTEUd00IHG { width:17.5rem;height:2.125rem;top:23.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVq6pr9Mnzd4uG7r2ZaOOITQmGgc1FsG { display:block; }
 }@media only screen and (max-width: 763px) { #AM6QtyaUpVnFXC7pacSEQbJKz304PMl1 { width:9.875rem;height:11.69535rem;top:5.125rem;left:0.6875rem;font-size:0.75rem;z-index:15003;font-family:dosis;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g6lL5kd19Fl4WSeX4O84KromJ7N0Kp5e { top:15.4375rem;left:0.5rem;width:19.5rem;height:6.82226875rem;z-index:15004;font-size:0.75rem;font-family:dosis;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m9en5il5MMowTLMuXG63gkMClRDepMVm { display:block; }#m9en5il5MMowTLMuXG63gkMClRDepMVm > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqv98LHhxEIHzZwMqzJIlizNu8VOd6o6 { width:20rem;height:22.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKwQ5FVmCQ7gMydxmwE0ochmgrd3SCVn { width:19.5rem;height:19.49218125rem;top:0.5625rem;left:0.25rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FthORuAz7RavmAWXNztdlXxcFT62tnUe { display:none; }#FthORuAz7RavmAWXNztdlXxcFT62tnUe > .row .container { width:20rem;height:24.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p6kngWS2nqdiuNXCQUsObxoXxD7TGybF { width:9.5rem;height:12.6875rem;top:1.25rem;left:10.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #R7bW0sDDITrBBi4ZmGZrnB2A3IMOTBfZ { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4nmZ9sSm0IiAxhP1hoGpTpBuAT1tAaW { width:20rem;height:21.25rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTOKfI2Oq3R7mTDrEAfX0HJPocvTALJ4 { width:15.25rem;height:0;top:4.6875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7AkeKEFGTkw4RIs09wvi5svLJXRQ6Oq { width:17.5rem;height:2.125rem;top:22.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5oR4n7EVPUvhFqPCNQKDp2DkcylEvRQ { display:block; }
 }@media only screen and (max-width: 763px) { #w0x8OX2UAvoDKaGGyG7z6xXV62fVUbFu { width:9.875rem;height:11.6953rem;top:4.75rem;left:0.6875rem;font-size:0.75rem;z-index:15003;font-family:dosis;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eN739CoxudArJJH7hghyXPO2yAanT66n { top:16.0625rem;left:0.5rem;width:19.5rem;height:5.84765625rem;z-index:15004;font-size:0.75rem;font-family:dosis;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU { display:none; }#duUqxOxuqUzmsM4ZKIriCq52PpnOlqXU > .row .container { width:20rem;height:7.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EHNfBJbQfLOuUt400oQuV3p1Qt6Ghmlc { width:20rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJFtRXVsUWxtU8TTQiIN6PeyRMtvQH88 { width:19.5rem;height:4.87305rem;top:0.78125rem;left:0.5rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx { background-color:#760d9f;background-image:url("https://images.assets-landingi.com/uc/8b82af93-ba41-4ecc-9d39-47afd8c776b5/bgmobile2.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx.adaptive-delivery-prevent-bg, #PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx.lazyload, #PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx.lazyloading { background-image: none; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container { background-color: transparent; background-image: none; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container > .video-iframe-container { display: none; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row > .video-iframe-container { display: none; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .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); }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container { border-width: 0; border-radius: 0; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQVlXMr5TSy8w3i2PfALf0ANWDDnuXlx > .row .container { width:20rem;height:167.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMJcFezMNaibJGCBJixkU56J9bXLdQR6 { width:18.75rem;height:24rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIWRNRMeJgqBMvBCvbT9id4WkDTHd42z { width:6.25rem;height:6.25rem;top:5.125rem;left:6.625rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/b6df7a27-9f54-4425-8ce6-647a319125c1/TATIANI.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VIWRNRMeJgqBMvBCvbT9id4WkDTHd42z.adaptive-delivery-prevent-bg, #VIWRNRMeJgqBMvBCvbT9id4WkDTHd42z.lazyload, #VIWRNRMeJgqBMvBCvbT9id4WkDTHd42z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JGTW9F8TsLJRSxhuAfmEbNiNr3taghGC { width:17.5rem;height:13rem;top:14.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnBkoqks0KuLtkN6SakHARdv2Hu5CJqR { width:17.5rem;height:1.54375rem;top:13.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJMbvn9gWBEJ5hzuP8r5maIfBUmk6NBI { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kqPg9PeXtHx1HrrPbbbvsDFBmWTSQl3v { width:20rem;height:1.54375rem;top:40.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpidZiysobeRwzLtpABlAwzvkPsIEXT9 { width:17.5rem;height:16rem;top:42.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8qSKVrVWuVgSZm2nZE7WtfLSxkTITSP { width:6.25rem;height:6.25rem;top:32.9375rem;left:6.625rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/7b24f98f-429e-463b-a1e3-a5a26f48c6c6/paloma.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#k8qSKVrVWuVgSZm2nZE7WtfLSxkTITSP.adaptive-delivery-prevent-bg, #k8qSKVrVWuVgSZm2nZE7WtfLSxkTITSP.lazyload, #k8qSKVrVWuVgSZm2nZE7WtfLSxkTITSP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dvNTpIyfJoHyr31xUCJaipKHNu1SnHLb { width:19.75rem;height:23.375rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmT7ispob3lsNJSKS0LexgHo932vGxgE { width:19.75rem;height:19.9375rem;top:51.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB0oDp78VHmaqXhEGcP5skx4bKPhf2aq { width:20rem;height:1.54375rem;top:68.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7JOP4MPm7cnHG0zZBavD3fA7nTpU7R { width:17.5rem;height:9rem;top:70.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqZlms4cdGxHGr30qtUzNvPBJv1n97cT { width:6.8125rem;height:6.8125rem;top:59.9375rem;left:6.375rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/640fe3b4-e47c-45e5-bfe9-abc87c88b48a/Michelli1.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yqZlms4cdGxHGr30qtUzNvPBJv1n97cT.adaptive-delivery-prevent-bg, #yqZlms4cdGxHGr30qtUzNvPBJv1n97cT.lazyload, #yqZlms4cdGxHGr30qtUzNvPBJv1n97cT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KzNfWwsqBEcOJxoq9ID9rW0dAhS8A0g7 { width:6.8125rem;height:6.8125rem;top:83.5rem;left:6.375rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/4aa06e4f-8004-419a-a60b-e909653ea19d/maiza.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KzNfWwsqBEcOJxoq9ID9rW0dAhS8A0g7.adaptive-delivery-prevent-bg, #KzNfWwsqBEcOJxoq9ID9rW0dAhS8A0g7.lazyload, #KzNfWwsqBEcOJxoq9ID9rW0dAhS8A0g7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S31DPygPPTkTdRRv3gT1wIuuw7TfAwzt { width:17.5rem;height:9rem;top:93.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaawa0oFtViv8CG7JhV09gWTOw06DfAf { width:20rem;height:1.54375rem;top:92.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slkAqU1aVyylA8UT2k1RUWsBtE9v9sXh { width:19.75rem;height:17.9375rem;top:133.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfdx3UGPcTUQ7J6ta7FmyyzRTQVsV3U3 { width:6.8125rem;height:6.8125rem;top:105.75rem;left:6.34375rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/d16d53bf-c1ed-496e-8e3c-6ab5c4e7dd6b/camila.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Sfdx3UGPcTUQ7J6ta7FmyyzRTQVsV3U3.adaptive-delivery-prevent-bg, #Sfdx3UGPcTUQ7J6ta7FmyyzRTQVsV3U3.lazyload, #Sfdx3UGPcTUQ7J6ta7FmyyzRTQVsV3U3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #far61iGGL7J1ZRHcDHNqgsN3qZ1DJuOF { width:17.5rem;height:7rem;top:116rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucHsmVRiTCPvg3tFViXbfUBLom2mtn2I { width:20rem;height:1.54375rem;top:114.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H88ThRFrZhmxLaBnZU6WDCSQQHJITdWi { width:19.75rem;height:15.5625rem;top:84.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T5p9cMHiK73SUsORl2b4ol4tES75bTnN { width:19.75rem;height:22.375rem;top:108.3125rem;left:0.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ouhmmo1pQq34p07sTHWwBSWuTRi3D6F6 { width:20rem;height:1.54375rem;top:133.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtDlAv0b0e8aMJkX5Lc5q89TN9DZSb16 { width:17.5rem;height:13rem;top:134.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4kSAZKMfAKT7ogmGgtHHtRQZwcbkqcf { width:6.8125rem;height:6.8125rem;top:124.8125rem;left:6.375rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/1de85887-f05e-403f-993d-5aa786424817/RENATA.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Q4kSAZKMfAKT7ogmGgtHHtRQZwcbkqcf.adaptive-delivery-prevent-bg, #Q4kSAZKMfAKT7ogmGgtHHtRQZwcbkqcf.lazyload, #Q4kSAZKMfAKT7ogmGgtHHtRQZwcbkqcf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nMarkqMTIz93XkANyrnDwge5sOqFpVCU { width:19.75rem;height:12.375rem;top:135.96875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2fxO1Zg5l9lkRQglUnhpomfVm3J3fte { width:20rem;height:1.54375rem;top:158.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaLZChg3hFMGni5b5pegr2hTm3Ocgm3R { width:20rem;height:3rem;top:160.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9V7qRmQ09PQoSZ8CwZ7gwTQy83DQqAS { width:6.8125rem;height:6.8125rem;top:150.5625rem;left:6.375rem;background-color:#ff4838;background-image:url("https://images.assets-landingi.com/uc/f52f679a-2417-4e0d-89a7-ca9f35e18a8c/LARISSA.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#B9V7qRmQ09PQoSZ8CwZ7gwTQy83DQqAS.adaptive-delivery-prevent-bg, #B9V7qRmQ09PQoSZ8CwZ7gwTQy83DQqAS.lazyload, #B9V7qRmQ09PQoSZ8CwZ7gwTQy83DQqAS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa { display:block; }#HHCVseLNTnTH7P96E9ZNoKKpCL9L5Gpa > .row .container { width:20rem;height:315.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gpm8O8Ne4rdsmdzEAu1lITR6TwR6Sx6p { width:20rem;height:6.8246875rem;top:1.25rem;left:0rem;font-size:1.75rem;color:#7209ac;display:block; }
 }@media only screen and (max-width: 763px) { #O32mdd9ew2xfrxQbaIZFCG3cItBgLHQu { width:20rem;height:8.3105625rem;top:9.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sas7vZsqrRAzd8L33PqC1L0LuZpI94tX { width:16.875rem;height:7.312rem;top:45.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igns5aU9RcgyULJ26rkKKLlq4pbqh1LK { width:16.875rem;height:1.7875rem;top:43.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTpTsTsmwnbqvrPCmSq8Tki8tOk97UF2 { width:12.1875rem;height:15.625rem;top:28.1875rem;left:3.90625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #CO2KUBtUpmpABcxuslENNzWMqvmAJTI6 { width:18.75rem;height:29.5625rem;top:25.8125rem;left:0.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ahPuJFdvZbaClsMi5ucbH72NsMicasNg { width:18.75rem;height:3.57421875rem;top:75.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzsv0Lu06M0CDrCPw7yzhRRUOnUkQBru { width:16.875rem;height:8.7744375rem;top:77.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI4MdqmMZh9m5r3QmrOKR7u1xQD3MlFr { width:18.75rem;height:31.25rem;top:57.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d62NPf1ITdCvbVcmA7VNvdyRVoCQPv6b { width:10.75rem;height:15.625rem;top:60.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knzKoXCHq8xIzILLohc1Sq8sdO2ffXLZ { width:18.75rem;height:37.75rem;top:204.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtOf75y795B4sQllTrz7V5UZOZ76lDVz { width:16.875rem;height:7.312rem;top:114.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLb7142S3CZQ9Opcw8ByEz2GCDwSKJf { width:16.875rem;height:3.57421875rem;top:111rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL7oMafGuS0G6tEu0hdLTguKmhTdU8dv { width:7.0625rem;height:15.625rem;top:95.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyAR1vC3bOnLBHTieBqfdqUaAhBhZUa4 { width:18.75rem;height:31.875rem;top:92.0625rem;left:0.625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #z7fXdQGw0mRSzVS4hmdELW9NstWHMhk8 { width:16.875rem;height:7.312rem;top:152.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrqaQUWkbnZzCdwtmwUUQxEwJFczFz6 { width:16.875rem;height:7.1484375rem;top:145.75rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG4uvCQmt3mksyo9s6O001LPrAzk8Sw7 { width:7.0625rem;height:15.625rem;top:130.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH7O75cSWWZTJLSonxxrGdp91LBhDp6C { width:18.75rem;height:33.5rem;top:245.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwO5oGDdQlo4B9R87VwEbcbsM76HaeCp { width:16.875rem;height:3.57421875rem;top:184.3125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT988a7AZLhsEnfurlbzrWEcBe0haz7N { width:16.875rem;height:5.8496125rem;top:193.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uISFT21RtMBeXTCO6mD4lcId62z0hXLB { width:7.0625rem;height:15.625rem;top:168.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohme5Jd41weg1aWByCUgifNtbTl117yp { width:20rem;height:2.6rem;top:20.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eur4x1ATibg2v6U0wG8pHXKqMkAk9U8S { width:16.875rem;height:10.2368125rem;top:228.1875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXZmdyoqaToGDguontznkniLR5fZRIe0 { width:16.875rem;height:5.361325rem;top:222.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GexPFZxX5lZm027FJ7gg00GCcw0mohkA { width:18.75rem;height:36.3125rem;top:165.1875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QDslCbb0RtGLtL0k3MtUt2r4MvkzF05T { width:7.0625rem;height:15.625rem;top:207.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suibdzJoAO4CncWmkQRGPOFTCnXUy3H2 { width:18.75rem;height:34.0625rem;top:281.6875rem;left:0.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #szJwLo7T6e21TSG1MzoH9a39PIgIvXeh { width:16.875rem;height:6.5rem;top:266.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ5sVo90wbdo9FfXykQwmKx7KuFtuNMg { width:16.875rem;height:2.11230625rem;top:264.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3t2mTQBMwxcTxGLrNQ8hEAnxwG3scdM { width:7.0625rem;height:15.625rem;top:248.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTfkfxk8f68XxREhGbKLti6JoqQ0JKIm { width:18.75rem;height:35.6875rem;top:126.75rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #igTCkh84yrNMyGryWF6hnsT7xIN4IBfU { width:16.875rem;height:6.5rem;top:303.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTTrWfSa02akDdnnQH50ZKzOrMyfbrLs { width:16.875rem;height:4.2246125rem;top:301.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReBsFQPQSxP2ClyTHaKFLkhITXb7lZIr { width:7.0625rem;height:15.625rem;top:285.4375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPCvpxPD5kZ7uSEFxD9xoNvM306UNENc { width:3.5625rem;height:0.4375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd703aldvv5DXdhCUqydX9HUlLmWVhhR { width:3.5rem;height:0.4375rem;top:21.375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmlgHq2ZE3UDtbWI1mIchfsc7gF6iscL { width:20rem;height:16.3555rem;top:314.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NERUgdvmxfbyOAgc35JPdbJnvdro2c2e { display:block; }#NERUgdvmxfbyOAgc35JPdbJnvdro2c2e > .row .container { width:20rem;height:309.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLq5mlvXmSM38k32mIHRP6dhgbzOI037 { width:16.875rem;height:7.312rem;top:31.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie0tSkTvJ9347xDolGqxIsBJLSI3IHyX { width:16.875rem;height:3.57421875rem;top:27.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3iqqVa8gAJR0ZPsaf13HorrE5BRdzQ3 { width:18.75rem;height:33.5625rem;top:8.4375rem;left:0.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #wbP8dkpnIQeOsgJ8czuyH615UslCXurl { width:16.875rem;height:3.57421875rem;top:63.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa8ZsfUThQyQxoxB7bDgPfMfcU8Eg8s3 { width:16.875rem;height:7.312rem;top:67.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef6vzw0M0bDToddfnn0pe9DKvWWDonPp { width:18.75rem;height:34.25rem;top:233.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL3GxKe2iQNb4PINVerUJ1uJ8ZNs7EKH { width:18.75rem;height:32.8125rem;top:44.75rem;left:0.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LbdCU5w8eaUnLPP3zlneE9cggtolnITX { width:16.875rem;height:5.8496125rem;top:103rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAuegEGkTStiAzDUcLWfDCfaMfo8i3tH { width:16.875rem;height:3.57421875rem;top:98.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeNzURkNcqDAIQ9SFgXd56klf2RX9P8v { width:18.75rem;height:31.0625rem;top:80.5625rem;left:0.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #enZW2wmxkSaPIIfutnFLwNhwOhggzZgv { width:16.875rem;height:8.7744375rem;top:139.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSEhCXbe1nqJ0oXKuCqE7ze0OTXJX3ty { width:16.875rem;height:5.361325rem;top:133.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpgECHItKL0MgcWSEMeAaVyTtZbPZkq { width:18.75rem;height:36.375rem;top:270.6875rem;left:0.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dzg60BuFaAE0Pyghs2fmi3xfwFHLT6zm { width:16.875rem;height:3.57421875rem;top:167.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEtIlKdivvln7TF2n8IsE1UTzX15ab4A { width:16.875rem;height:13.161625rem;top:171.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrVhLhgaWXVKLpZE5TZuuIy8yQGhVfUv { width:20rem;height:2.6rem;top:4.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFmOWPqtW68swIdwJEfceTgMRkxvrXC { width:16.875rem;height:19.01125rem;top:208.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEi9gUxdifNsnToF9Eh4xey4nnwB7OEp { width:16.875rem;height:1.7875rem;top:206.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZNayAvuumD81du10AA1cTdsXMFNXtC9 { width:18.75rem;height:35.875rem;top:114.5625rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #P69lQuGSdkABkUWUMRdegFvHu9PEP9tz { width:18.75rem;height:34rem;top:153.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziFaP0SMb6FzNsApxVhMnsAzqLxbHAe4 { width:16.875rem;height:10.2368125rem;top:255.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqDCarZAdZ6M4ukO6ysbZKVsAIqTWZoe { width:16.875rem;height:1.7875rem;top:253.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yShlDKm3JZlypSPlDDuBuT5vTPlo7Poq { width:18.75rem;height:39.4375rem;top:190.6875rem;left:0.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #yGgl6npUqToyUWTUBTemS1aUxazKpuDs { width:16.875rem;height:9.75rem;top:294.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWvQtw9TOOeiCnCpG1arr7lxVT6CT7Lb { width:16.875rem;height:4.2246125rem;top:289.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0PShWo1y8PiDMZ0dESHebZNb8QgQAHJ { width:11.25rem;height:15.625rem;top:11.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdAso1NhiPCbAAT4vbnXAMoe7tH6G1Pg { width:11.9375rem;height:15.625rem;top:47.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwpTkw07fQLm5xghThOKMotQcAWTTyzV { width:11.25rem;height:15.625rem;top:84rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF8QgyHmnIa0o3xW0eTwdPEUc4WrIrNN { width:12.125rem;height:15.625rem;top:117.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsUkoG8USRTwMAWEMw1Fd9Sc9qUsTWRF { width:18.75rem;height:10.9375rem;top:156.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpwtpIiROx1FdBvxu3dex77kiWhuSEAL { width:18.75rem;height:15.8125rem;top:192.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pip5TBvJDRZiqlzER8IzqWC3DkV1H6mZ { width:7.8125rem;height:17.1875rem;top:236.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQCEdw1QTEUrBu2mweEseMoiH4i5yeWa { width:13.3125rem;height:17.1875rem;top:273.375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCftpFDrV3TXJPktk4bOpOEkGG8w3Gyx { width:1.625rem;height:0.4375rem;top:5.6875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbpwv2H3XmtNUhhvfyHH8uwzbqMLOVZ5 { width:1.625rem;height:0.4375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKW7kADx5gpBDgw6GBBROA5L571ehiw3 { width:20rem;height:16.359375rem;top:305.078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bo7hCc3WtGJME8W4H3918JioZnn6ilrK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b82af93-ba41-4ecc-9d39-47afd8c776b5/bgmobile2.jpg");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK.adaptive-delivery-prevent-bg, #bo7hCc3WtGJME8W4H3918JioZnn6ilrK.lazyload, #bo7hCc3WtGJME8W4H3918JioZnn6ilrK.lazyloading { background-image: none; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row .container { background-color: transparent; background-image: none; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row .container > .video-iframe-container { display: none; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row > .video-iframe-container { display: none; }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .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); }#bo7hCc3WtGJME8W4H3918JioZnn6ilrK > .row .container { width:20rem;height:116rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQk6s1koliVzHkwpgQRiDlZuQUgTx1IK { width:16.5rem;height:4.79980625rem;top:20.75rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqPH5swDeMDXpTT3h9mBnw1QoZfSyec8 { width:17rem;height:17.32175rem;top:25.875rem;left:1.5000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPTmozKRgf8EKwvQSkIN2ky6ogPmDyUX { width:15rem;height:18.75rem;top:2.0625rem;left:2.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #f0HNKWymFdiM0IdQI6KuMvTrhwvo4pFs { width:20rem;height:15.7470625rem;top:68.312530517575rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anqQnhXDMTDPVcfRgl4QtcAsE9MI05NO { width:20rem;height:4.79980625rem;top:62.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cv7IiJ9SA59XdI4K2Ip3aaRKkaphcByx { width:7.6875rem;height:16.875rem;top:46rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FucwThC7Wx6IpTrDRzgZofBXnzbRDLZI { width:14.25rem;height:12.3125rem;top:44.5625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WozMa45oeq9ukOByf8x9Er3dyV08L9vc { width:15.375rem;height:9rem;top:87.68750190735rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB1t8ptOwHs7dHeHT0MmaxlrTRsbJRVg { width:20rem;height:7.2rem;top:97.937530517575rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CC9Kph8cfaCTzEa2WIkH0y48UTLBAVd6 { top:97.686721801756rem;left:1.125rem;width:17.75rem;height:4.79980625rem;z-index:15050;font-weight:300;font-style:normal;font-family:dosis;line-height:1.2;font-size:2rem;color:#16c9cf;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwpDIV45T3uw0Grzl36BR6Vg1EEdypef { width:20rem;height:11.0229375rem;top:103.17420654297rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 { display:block; }#pwGclODVypBZqvAauVgkDQAVyI7k5hZ3 > .row .container { width:20rem;height:224.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axax46qvECZi1txIDtEapJsBfP5bmmef { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqPCiCdkcRWiKmZ34wbs97Ve0FTTpWe { width:20rem;height:8.3105625rem;top:4.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvGD6IvbMeGQF6DcAwEmANlGzSUvSzwA { width:16.875rem;height:7.312rem;top:34.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQry60LxDtTOqFh89lehZzIrykpHN64S { width:16.875rem;height:3.57421875rem;top:30.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb9Ss9brHRXG40WuhnA7Woe1soODOv5K { width:18.75rem;height:32.1875rem;top:12.5rem;left:0.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Ww5agsORDHxoT1UHr5dEKDzqHvK2Ie5B { width:18.75rem;height:2.11230625rem;top:65.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ1vtHOSGQiLPWZKZ3T8ZIpBHRpSgBzD { width:16.875rem;height:6.5rem;top:67.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td3llcEHvIQDeWiGTSWMKP0z77XOovLB { width:18.75rem;height:30.125rem;top:47.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnO38xrJTQAXhS5lkq7iqLIOMZNno2Nk { width:18.75rem;height:35.25rem;top:80.5rem;left:0.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #M9vMeXBkWgs0TulAhEsCrdTFiR1vVXSr { width:16.875rem;height:8.7744375rem;top:103.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrFVn8PxrRfTqep4c8LwkKwMx4RxavMr { width:16.875rem;height:5.361325rem;top:98.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy8oTSTm9zhAUT4ROLrm3qN3AU4FO1n0 { width:18.75rem;height:31.4375rem;top:155.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdlLLs0xvNTtf0QQ327rTTkXLTElF0Sc { width:16.875rem;height:9.75rem;top:141.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsQ2J0Pv9xsmxKUoxzyKqSl1oWsADJNi { width:16.875rem;height:6.33691875rem;top:135.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSDJXgAWVCmaUbOITX6hCNF384Ezf09u { width:18.75rem;height:34.25rem;top:118.59375rem;left:0.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KGuBAVdTrcbNDLwkG4T9Uy9IFzU4zKe9 { width:16.875rem;height:4.2246125rem;top:169.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrM0Ts1fz1wFTKtFlvB9TJ3rGWCDXRa { width:16.875rem;height:9.75rem;top:174.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgPT33yNxMKThMbM3x4lN9uDoVQJ84n { width:10.375rem;height:14.375rem;top:16.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeQWUPbsaXbwcqXgHsl3nQdtU7dsQx86 { width:10rem;height:14.375rem;top:51.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWdu4QB7Z6bA6aZ6gTpHmQCJ0eJm2Zbl { width:10.4375rem;height:14.3125rem;top:84rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6kqQAFowOMDVw08mw8gHMIQc2sbk9uS { width:6.5rem;height:14.375rem;top:121.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMVT15c6EMb5DkeXtUa3EsALBldJ6rS { width:15.0625rem;height:10.9375rem;top:158.9375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFfg8VyBiwVbTU03Vb5fS3uiMCckodnS { width:20rem;height:16.4150625rem;top:192.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ratsb9guRC1lLzuELSReBDwsweTdpnvu { width:11.125rem;height:9.625rem;top:188.625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGpeA8ke8drEqiNFPvqK6A1rGl8CTu1a { width:19.875rem;height:31.625rem;top:188.6875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kyBHehvouCaIlGI5uAy3f7oihUJz5fKy { width:19.625rem;height:15.75rem;top:188.6875333786rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raX7dPD5KSrvkwQCLyQ6HTaI1qbwmP1B { width:18.75rem;height:11.69925rem;top:208.0369348526rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTKqP5MWLi8yhAMrrxreRdmlU8v1ksvf { width:20rem;height:4.2246125rem;top:202.93820381164rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRUiEG2uE8Van6rFKQesA089oxskxLL6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/123a1578-e919-4cae-bec8-6d3a8f52053b/footer2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6.adaptive-delivery-prevent-bg, #wRUiEG2uE8Van6rFKQesA089oxskxLL6.lazyload, #wRUiEG2uE8Van6rFKQesA089oxskxLL6.lazyloading { background-image: none; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row .container { background-color: transparent; background-image: none; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row .container > .video-iframe-container { display: none; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row > .video-iframe-container { display: none; }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .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); }#wRUiEG2uE8Van6rFKQesA089oxskxLL6 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afA8Hfp8Qy9cSOySL9wTxgN14XRN8CPH { width:20rem;height:8.9355625rem;top:10.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWhi4Pu7BbDiotQPqBe2QJoXnDgDoxaS { width:20rem;height:1.96875rem;top:21.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuce9Awa5H0PIw6IGB1apqTkHBMKTm57 { width:19rem;height:4.5rem;top:39.5625rem;left:0.4992898106575rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohHRGU8OzC9IGmSDalfB9hAzs3XEg1sR { display:block; }
 }@media only screen and (max-width: 763px) { #UzBiHISpxicDS1ZbpPmHu8x7o7pWs1zM { width:20rem;height:5.1181625rem;top:2.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms7qNrtnZ3t8cWCCmKpf95KufT0GbDJc { width:20rem;height:2.11230625rem;top:36.125011444092rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fF9tQ8s0XttbCtDqxcsEeQJikeklnbEG { width:20rem;height:5.375rem;top:35.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #byFq7ftfHkAe3ymqLXo19Uggg77M5DZI { width:20rem;height:2.6rem;top:36.84375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pa5z0s6krRXHRZoObbuZSTMpZSuT4F10 { width:20rem;height:1.75rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTaXR3HrV7TcmS8fqOFozxZ0NxK89Ue { width:20rem;height:1.75rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txd0lkWplQRhHJGRoGBohFr0b0iDDMsU { width:20rem;height:1.96875rem;top:23.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC8XrbXkuA7Co8Rqdn6rghErCJOO0n73 { width:19rem;height:5.75rem;top:29.624990463257rem;left:0.4992898106575rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk96y9SagGBXoQFcxbiCREADPpe3ZMVc { display:block; }
 }@media only screen and (max-width: 763px) { #EyQzkMTJe35IdVBvrGe3NNfTiS14qJzh { width:20rem;height:1.96875rem;top:26.750000476837rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTKyANaz5d5RQ2P3Re3hne6oxRT10lVR { width:20rem;height:6.09375rem;top:50.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpqW7o1K83dkwRE6bsCZeJs28SRxdQlT { display:flex;width:4.25rem;height:4.25rem;top:45.625rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/123a1578-e919-4cae-bec8-6d3a8f52053b/footer2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv.adaptive-delivery-prevent-bg, #e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv.lazyload, #e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv.lazyloading { background-image: none; }#e7hzLnFT4NTgOWRQa4iBtSg86BczqFDv > .row .container { width:20rem;height:53.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VXFwNXkKFz7nX3QVuwJ6pR1PruRqvFrP { width:20rem;height:8.9355625rem;top:11.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwofovobF5kvd1CPBFFhi1wU8KyqVle { width:20rem;height:1.96875rem;top:23.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGs8kCIoxwinDQzhfkEgbp0eguQe1aHL { width:19rem;height:4.5rem;top:46.374999523163rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da3N3xfws4W1uEXbH4I8uHPoFcTcimOT { display:block; }
 }@media only screen and (max-width: 763px) { #gb0flSM8HKtkgs5S9OhDExanSKFfqiLl { width:20rem;height:6.8229375rem;top:2.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luDuZrAKku74UIT3SPcM0RNAlGqVoWnV { width:20rem;height:2.1125rem;top:42.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZJQHpM27wcJWOwfO9UmaPHv6IB5BsTO { width:20rem;height:5.375rem;top:35.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVw2slsCyZLtk8Kmx770IpoTWNTeEk4N { width:20rem;height:2.6rem;top:36.84375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFMgl3loT5TVKo8qM4p74DiJNcUtdTL1 { width:20rem;height:2.6rem;top:29.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAtolsKEO1EWe5HK1fhBuGuNn6qZz3Hu { width:20rem;height:1.75rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbgnPRO0lWBG5QrEQed5pFbPdZW9oJUi { width:20rem;height:1.75rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzfEO5JBTy3yp09aOirVy9uNb7caBrfw { width:20rem;height:1.96875rem;top:25.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3ub0CVkxkCkwgrsBwLOH20h0igv09lq { width:19rem;height:5.75rem;top:33.999219894409rem;left:0.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFsNTiO7fPVPm0VJZlGo7ongcWILQiv8 { display:block; }
 }@media only screen and (max-width: 763px) { #hm5OCNlAkXCZUyhZS174twfFNu49Nc2U { display:block; }#hm5OCNlAkXCZUyhZS174twfFNu49Nc2U > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byJUUVWqvDAsz214TKnAgzWUqgLAViat { width:20rem;height:6.82225rem;top:7.3999986648563rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ROuagOryzI4NoI0OnJT7r37e8tegs5Pt { width:6.1875rem;height:5.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9MAuC82rg78lCk5mP4oFmOLpLaOuVm { width:13.5625rem;height:2.4375rem;top:2.3612499237061rem;left:6.1874997019768rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3Kwl1Q0T1qKlvOMGi6RX4HDEUF6kVyl { width:2.1875rem;height:2.1875rem;top:14.125rem;left:1.6250001192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbVGTcVMSQ3LVp6kWDkX3bpAvGE9Dxd7 { width:4.375rem;height:4.375rem;top:14.25rem;left:0.49921870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQexzEK1nXay60NPONZfzOTJtrBJNe14 { width:2.5rem;height:2.5rem;top:14rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq7MPzE3lozJ0ZiHaAzxEQ4G6Wa7cpqd { width:4.375rem;height:4.375rem;top:14.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDLcVOwZkMgTkBwBWNnUa79oZZD0u5L4 { width:2.5rem;height:2.5rem;top:13.968750380911rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrtaDa6rV6EWzZv6DU9qhFJTvuxtDpEo { width:2.1875rem;height:2.1875rem;top:14.125rem;left:6.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #um8WfhVxVPQwQ3wsRFNeBNMdnQP6eN9K { width:4.375rem;height:4.375rem;top:14.250000380911rem;left:15.092969298362rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3O4vOrCgolzi25t7yHuZNyOeOUu9mJa { width:4.1875rem;height:1.7871125rem;top:16.662500762381rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DybcmQuk7WpyBpTM1ICyvKOcAUrFWlk1 { width:4.625rem;height:1.7871125rem;top:16.625rem;left:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEb9LcDTDXVs947rrDOrg8yF7yLoPgZK { width:2.1875rem;height:2.1875rem;top:14.187500380911rem;left:16.249218344688rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl7DDZ73rMOuV6GXTklccSNDfr3qh7rT { width:4.1875rem;height:1.7871125rem;top:16.737499617971rem;left:15.249219298362rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqAAVfXnkw7QCoPA7KtU3kVa4rFPIT3Z { width:2.5rem;height:2.5rem;top:13.968750380911rem;left:16.092968344688rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKMBAOfPZbE50uZFbevrMfRentwTIhxh { width:4.375rem;height:4.375rem;top:14.125000380911rem;left:10.217969298362rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAPkReB1Suog5guyP9Ul63t3ZVGEnS73 { width:3.8125rem;height:1.7871125rem;top:16.75rem;left:10.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDJTVLvqEfvvKqhLL94R91FDsKsW1HAD { width:2.5rem;height:2.5rem;top:13.968750380911rem;left:11.217969298362rem;display:block; }
 }@media only screen and (max-width: 763px) { #D980WENb3NFyU0anNIDf8l4wvgF8RNZo { width:2.1875rem;height:2.1875rem;top:14.125rem;left:11.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhhouBqfTcO9qOx48NcmI0yum9skDSID { background-color:#ffffff;background-image:none;display:block; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row .container { background-color: transparent; background-image: none; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row .container > .video-iframe-container { display: none; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row > .video-iframe-container { display: none; }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .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); }#MhhouBqfTcO9qOx48NcmI0yum9skDSID > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kISUdkgx63e2VowK2uvhBHuwqiwKL3PR { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;font-family:dosis;display:block; }
 }@media only screen and (max-width: 763px) { #hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx { background-color:#ffffff;background-image:none;display:block; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row .container { background-color: transparent; background-image: none; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row .container > .video-iframe-container { display: none; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row > .video-iframe-container { display: none; }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .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); }#hcnytf9TsSt1RJR6InJ6oZLlu4wo4mzx > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSu3TqVCMt8bPbxQq4Qen416pmbIXp6v { width:19rem;height:2rem;top:1.25rem;left:0.5rem;font-size:0.5625rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #VRJFTn6hP5kDqVz3TEPSh3Ss73aTHwp6 { display:block; }
 }@media only screen and (max-width: 763px) { #RaxeflWqo9VreiDwxhGG5LtTbT7oaTD5 { width:1.25rem;height:1.25rem;top:1.625rem;left:0.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN { background-color:#ffffff;background-image:none;display:block; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row .container { background-color: transparent; background-image: none; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row .container > .video-iframe-container { display: none; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row > .video-iframe-container { display: none; }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .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); }#rcrRBEGJVeFUsIdFNhPfomBNUk5vAeZN > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZODtODv3m0FZpcNLZ8UifpkkyxZ3dbo { width:18.625rem;height:10rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaBSpZLTF6VOl2nWT0XuXQ3TyUUxFANP { width:18.3125rem;height:6.5rem;top:0.875rem;left:0.5rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #f8qK4TuurlAXMLB1TIQRERmIdQWFICsR { background-color:#ffffff;background-image:none;display:block; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row .container { background-color: transparent; background-image: none; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row .container > .video-iframe-container { display: none; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row > .video-iframe-container { display: none; }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .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); }#f8qK4TuurlAXMLB1TIQRERmIdQWFICsR > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PU50AUv3rB8TrThoM5zInwmsQprshxnm { width:19rem;height:2rem;top:1.25rem;left:0.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbVTxVdr0cbkhMwfaEisn9TUxLSeb8UE { display:block; }
 }@media only screen and (max-width: 763px) { #TtnKSRqu80D54T5C5d6H6vvT6Ts9Awh9 { width:1.25rem;height:1.25rem;top:1.625rem;left:0.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN { background-color:#ffffff;background-image:none;display:block; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row .container { background-color: transparent; background-image: none; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row .container > .video-iframe-container { display: none; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row > .video-iframe-container { display: none; }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .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); }#regDoJ3XN12xfDzUeDxkrMLwsAK2IZPN > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUxGqtE5GHFKrttq9ShTntEUoVFNVX3p { width:18.625rem;height:1.875rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9RDd0seaIlE4q4HaD59TdKmV5w7z6zV { width:18.3125rem;height:1.625rem;top:0.6875rem;left:0.84375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr { background-color:#ffffff;background-image:none;display:block; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row .container { background-color: transparent; background-image: none; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row .container > .video-iframe-container { display: none; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row > .video-iframe-container { display: none; }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .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); }#ToQ9AMhHQFLGAbDi3Pe6zTLO8Wd1mlQr > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7P6chAZKVDKXudasSnc9HZk34Wf9EiM { width:19rem;height:2rem;top:1.25rem;left:0.5rem;font-size:0.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ODe33JdCx9T8m6XweEJoDuwR40Uhk3Fl { display:block; }
 }@media only screen and (max-width: 763px) { #y85eMIkpyKUUpMgzqbgzDAmSiio2CW8M { width:1.25rem;height:1.25rem;top:1.6875rem;left:0.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF { background-color:#ffffff;background-image:none;display:block; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row .container { background-color: transparent; background-image: none; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row .container > .video-iframe-container { display: none; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row > .video-iframe-container { display: none; }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .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); }#qkRxvCxxUmc8QsiTtCX253CgKTFxlvHF > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaNBnhTEnXmih0RnSwVo9qEuwwIilGNi { width:18.625rem;height:10rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkQVpFHiNtcLBIoxKbpiTZzhT7cybKUt { width:18.3125rem;height:5.6875rem;top:1.125rem;left:0.84375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 { background-color:#ffffff;background-image:none;display:block; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row .container { background-color: transparent; background-image: none; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row .container > .video-iframe-container { display: none; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row > .video-iframe-container { display: none; }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .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); }#iGXaKbgdrR9bubtssUl5H74ezSdSwTB1 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5WTsfzUUaWXUoPPDO2mAGPwGPdOlRb7 { width:19rem;height:2rem;top:1.25rem;left:0.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGMLlqX3bIklkZZEZ1wBUHf3WhEXEkLC { display:block; }
 }@media only screen and (max-width: 763px) { #SBl7gGVuwkwRk5TZJpbPtwyDvnvxIqB5 { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul { background-color:#ffffff;background-image:none;display:block; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row .container { background-color: transparent; background-image: none; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row .container > .video-iframe-container { display: none; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row > .video-iframe-container { display: none; }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .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); }#sBvMUQdSDEeAHsbwx4kiGFUlTAsNOBul > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utbNFQF1oU2N0bVzPUQvQh2Sqrvthoal { width:18.625rem;height:6.875rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMW9ECcLUriWKo1vXPaKd940zQGOKDWH { width:18.3125rem;height:4.875rem;top:1.1875rem;left:0.84375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUU5SzgWCllqkzmefSFUmgWu5J2WDerk { background-color:#ffffff;background-image:none;display:block; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row .container { background-color: transparent; background-image: none; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row .container > .video-iframe-container { display: none; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row > .video-iframe-container { display: none; }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .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); }#yUU5SzgWCllqkzmefSFUmgWu5J2WDerk > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDGwA7OmUDVkcEqtcxIiX05vEH2Xhqi8 { width:19rem;height:2rem;top:1.25rem;left:0.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzZHoKnPchTXIZtIXB7zU1UVOzHPqboO { display:block; }
 }@media only screen and (max-width: 763px) { #yAuCdJ8z9t2eZL6Eb9yleDVo5zAesLi6 { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S { background-color:#ffffff;background-image:none;display:block; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row .container { background-color: transparent; background-image: none; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row .container > .video-iframe-container { display: none; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row > .video-iframe-container { display: none; }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .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); }#ggDf5TMH50NU10GOd6AG1Jg1VfuTq34S > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVaqsa8BGlqGf5oPeSWg0gq1z3HWtqkb { width:18.625rem;height:4.375rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbsC2ThEev4nwpGzIDTny3xOH1UxT5E3 { width:18.3125rem;height:2.4375rem;top:0.53125rem;left:0.84375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8rDDwqrPppKcscqJzTURpZC1lfiwPgF { background-color:#ffffff;background-image:none;display:block; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row .container { background-color: transparent; background-image: none; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row .container > .video-iframe-container { display: none; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row > .video-iframe-container { display: none; }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .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); }#O8rDDwqrPppKcscqJzTURpZC1lfiwPgF > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { background-color:#1b1d24;background-image:none;display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row .container { background-color: transparent; background-image: none; }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row .container > .video-iframe-container { display: none; }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row > .video-iframe-container { display: none; }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .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); }#OAhA2A1wDLKeKKvqyihSdAHrM5XTsGS2 > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }