.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(255,64,160,0.5);background-image:url("https://images.assets-landingi.com/uc/111f3724-1236-493d-b38c-b81fd4496417/hugcarepsycholog.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#J637uGMXllnvMsibMtJPfWBs9ox9Efor { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:45.5625rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5rem;left:61.5625rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgETTn6LeQASc5iT2GClHmlzZLA6ad2g { position:absolute;display:block;z-index:15006;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.625rem;width:4.375rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF { 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;z-index:auto;display:block; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row .container { background-color: transparent; background-image: none; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row .container > .video-iframe-container { display: none; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row > .video-iframe-container { display: none; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .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); }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row .container { border-width: 0; border-radius: 0; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#3045bb;display:block;width:59.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.6875rem;left:0rem;height:3.4375rem;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#3045bb;display:block;width:43.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.25rem;left:0rem;height:1.875rem;font-style:normal;display:block; }#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05be181fe3dac0fedd42e7706aa07b68d83c6565.svg); }
#pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { 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:1.4375rem;width:2rem;top:20.125rem;left:-7.8125rem;overflow:hidden;display:none; }
#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { color:#140e38;display:block;width:43.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:9.4375rem;left:0rem;height:;font-style:normal;display:block; }#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1cef0709d4e4bd0ea80f5344c09d73533cf954e5.svg); }
#V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { 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:1.5625rem;width:2rem;top:25.5rem;left:-7.8125rem;overflow:hidden;display:none; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-form-header {  }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-regular-label { display:block;width:13.4375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-text {padding-top: 0; padding-bottom: 0;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:2.9375rem;width:13.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-select {padding-top: 0; padding-bottom: 0;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#ff40a0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#010101;font-weight:700;font-style:normal; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#010101;font-weight:700;font-style:normal; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#010101;font-weight:700;font-style:normal; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#010101;font-weight:700;font-style:normal; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:42.1875rem;height:auto;font-size:0.75rem;font-family:montserrat;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:5.53125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-container:first-of-type{padding-top:0;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-container:last-of-type{padding-bottom:0;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:44.375rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:0rem;top:25.076171875rem;z-index:15003;position:absolute; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .radio-container { width:14.0625rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.5rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:44.375rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:0rem;top:25.076171875rem;z-index:15003;position:absolute; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #Vf0EPme1G5rt6d8gzNhikerB8xnlJt0u { position:relative; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #JP7unKQQM0Fgm2SX4zTGrnLFnNxF7qrA { position:relative;display:none; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #D5SDGKZBb85v4VaUDXepsVs2xc1EwgwT { position:relative; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #MJb4R342xhsVXKlWqGZEQDKT7WUtnqiT { position:relative; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #AqDRXGEh9HEvxubrpZ7EhQNX0z9Ixx3s { position:relative;display:none; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #ANzh2iXCT47078GeBkA1zSmceNwoeXah { position:relative; }
#x9ZbwxagOu0unwQKCrC9JdhifknMFm6q { position:relative;display:block; }
#pFxhTrb3H7elPXOL0a9KJTyir4caFXBO { position:relative;display:block; }
#Uu1HHJZ7ygBHpZ026ZpSJxUDkgRNowDx { position:relative;display:block; }
#C3rXSqZskK3u7uUf2IMrMt3PfbAQ8KfJ { position:relative;display:block; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #nIA2MWwT2ciRUlXe7Pwl1g7MbUwZ2LNZ { position:relative; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #zct3Vx7IqeuIqBZBcXT8MsHGUOSUIEKt { position:relative; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #vqIlHKLc4NKHc8LDHcM46TykiwU0qqdg { position:relative; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #tFtVhG9EEhva909BBzIUCTWFJJ74pocn { position:relative;z-index:2; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #oTWy3iqamx0DE24t7QDVhDxADUZOMdsD { position:relative; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #gXvPmyF3672FlDfsLnEoWtqfQJV8ZWkT { position:relative;z-index:15000; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo #pemhiLAkzxJs6cfvbCszAIPLIz7vKHTo { position:relative;z-index:15000; }
#oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:center !important;background-repeat: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; }#oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns.adaptive-delivery-prevent-bg, #oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns.lazyload, #oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns.lazyloading { background-image: none; }#oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns > .row .container { border-width: 0; border-radius: 0; }#oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;position:relative;display:none; }#cPLDPOZ5xuB7bUcD2SNN8GFfO6cqp8Uf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33rem;width:59.875rem;top:10.125rem;left:7.5625rem;display:block; }
#T2Tu23LEhWFO1Cbawnz2053DvvQGFB7R { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.9;letter-spacing:0;top:5.625rem;left:0rem;height:1.8999rem;text-align:center;text-align-last:center;display:block; }
#Tw4dsVlfl8PccMapGvlmUFhkvq6RD5A7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:44.6875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tlfhzn7V1DZnS7CTuxXMo0qiO24tkWWn { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,19,78,0.7), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,19,78,0.7), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,19,78,0.7), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,19,78,0.7), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f8134e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f8134e', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,19,78,0.7), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.25rem;width:7.25rem;top:47.0625rem;left:33.875rem;display:block; }
#b9PTa5s9cv5HElmu0wg9vxioXs64KDk9 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #050b2f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #050b2f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #050b2f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #050b2f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#050b2f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#050b2f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #050b2f, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:47.9375rem;left:34.75rem;display:block; }
#rIKTt0ElH1KAA0q1BWGndZZDfuxvT64Z { 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:1.0625rem;width:1.625rem;top:50.15625rem;left:36.6875rem;overflow:hidden;display:block; }
#Cq3zrkhT15doCxgSxrwSk3GBaBS6Svon { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { background-color: transparent; background-image: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container > .video-iframe-container { display: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container { display: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .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); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { border-width: 0; border-radius: 0; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { color:#000000;display:block;width:64.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.25rem;display:block; }
#DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg { color:#232323;display:block;width:54.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.6875rem;left:0rem;height:29.870625rem;font-style:normal;display:block; }#DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f8fd35a8335d73b176eb00062b0261d4bdf5dc8a.svg); }
#i38MZ2UBmDz5gkPW12S0ElL7CFXR4tb7 { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.6875rem;left:0rem;display:block; }
#tDEgEbHZDTigAXNutftxHxBtQ8quInro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VdKICetd5NLvnrnxubEai7LlRnLSvh7A { position:absolute;display:block;z-index:14999;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:43.3125rem;width:24.375rem;top:2.4375rem;left:50.625rem;overflow:hidden;display:block; }
#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nKzSr6hd/bg3_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.adaptive-delivery-prevent-bg, #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.lazyload, #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.lazyloading { background-image: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { border-width: 0; border-radius: 0; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:none; }#UHwIfBqzJeGPic4Ggmy8scRDpkOrDfSJ { color:#000000;display:block;width:50.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:24.875rem;height:3.25rem;display:block; }
#nmFqPyHT1lBhW3WcZCCL1Oue93dgez1g { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:17.6875rem;height:7.474625rem;display:block; }
#y9eHeGBdwaMkQZvTsd14VUiw4GLnVqTy { color:#232323;display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:8.25rem;left:27.8125rem;height:4.78125rem;font-style:normal;display:block; }
#zDxus7u3GlbTbsnHF9h4sAF4AUnag2GE { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.537109375rem;left:20.625rem;height:7.474625rem;display:block; }
#NtU29vWPNJdqBZbwZtKreeAgqxVpBkvh { color:#232323;display:block;width:42.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:15.724609375rem;left:31.0625rem;height:4.78125rem;font-style:normal;display:block; }
#lIQLhyrb9L6HXfSnm2eHhM77qE4ZSOqg { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.01171875rem;left:23.875rem;height:7.474625rem;display:block; }
#SZdk7pPBNJR4XsTRODzmPls2WJi4etJR { color:#232323;display:block;width:39.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:23.3583984375rem;left:34.875rem;height:4.78125rem;font-style:normal;display:block; }
#wKTTb4aQdyO4ikuNsMTyfT09POzUgOJa { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:44.625rem;left:7.5rem;display:block; }
#utsyynUDT3rJapmqw7kTnTBNs18STBN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhZsNUZUPKAcPmDDrU6Gb1nyhlgBeCuH { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.74853515625rem;left:26.6875rem;height:7.474625rem;display:block; }
#Bm0dEbCJ1gmiI34h0F6yuQGTy08EPwFp { color:#232323;display:block;width:36.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:31.09521484375rem;left:38.1875rem;height:4.78125rem;font-style:normal;display:block; }
#VoZgMGTnqQk7XGepU3StQmfTzGy018Zg { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37.77490234375rem;left:30rem;height:7.474625rem;display:block; }
#ggLJ9SnqQMTT23kDKs0gpp69AEbs5XSI { color:#232323;display:block;width:32.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:39.12158203125rem;left:41.8125rem;height:4.78125rem;font-style:normal;display:block; }
#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL { 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; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container { background-color: transparent; background-image: none; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container > .video-iframe-container { display: none; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row > .video-iframe-container { display: none; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .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); }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container { border-width: 0; border-radius: 0; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#JCt6wtLUzCX0MJuQ13lRFibBuRz236Oh { color:#dc7a91;display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:9.625rem;left:15.375rem;height:1.69970625rem;font-style:normal;display:block; }
#w9X3yFe2HviV5bMc8M0Bikb2vnZX4opb { color:#232323;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:11.3125rem;left:15.375rem;height:1.69970625rem;font-style:normal;display:block; }
#xIP92g7STP0g4t8p9VTObGrPVhA24krM { color:#232323;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15027;line-height:1.7;letter-spacing:0;top:18.8125rem;left:15.375rem;height:1.69970625rem;font-style:normal;display:block; }
#qxWXpuoP96f1UDCh45V30F6a2KUDHeQa { color:#ffaf00;display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:17.125rem;left:15.375rem;height:1.69970625rem;font-style:normal;display:block; }
#EgQGpKqtZMpSDPsHKTDF3HPWqkaWTGi4 { color:#232323;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15031;line-height:1.7;letter-spacing:0;top:26.3125rem;left:15.375rem;height:1.69970625rem;font-style:normal;display:block; }
#ZT7RqBMpgHF1OhNwXHk7DIknTG71yrHW { color:#63a7a8;display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:24.625rem;left:15.375rem;height:1.69970625rem;font-style:normal;display:block; }
#TvfJwgdEbQvEnyM3prrv9908BZSP2Efz { color:#232323;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:33.3525390625rem;left:8.4375rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O93mXzWyGt63IIzoewxUTnnDWATfqOnq { color:#000000;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.4375rem;left:22.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#gPiSkzfkrfcsUkcP7urDlTUwH8MUoT9B { position:absolute;display:block;z-index:15022;background-color:#ffaf00;background-image:none;background-position:center !important;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: none;height:6.25rem;width:6.25rem;top:16.5rem;left:7.8125rem;display:block; }
#Swnp8bvcTv7IOfo5PKLIm3sCrJSwIykf { position:absolute;display:block;z-index:15023;background-color:#ff40a0;background-image:none;background-position:center !important;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: none;height:6.25rem;width:6.25rem;top:9rem;left:7.8125rem;display:block; }
#mFnhvDMMVLzTkp5xkyBOz06RDIw59U62 { position:absolute;display:block;z-index:15026;background-color:#63a7a8;background-image:none;background-position:center !important;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: none;height:6.25rem;width:6.25rem;top:24rem;left:7.8125rem;display:block; }
#K5NTuCvUqrFAQoraTnsr4qP08Ba874IJ { 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:3.8125rem;width:3.8125rem;top:10.25rem;left:9.125rem;overflow:hidden;display:block; }
#fkbwP7ePoNTo8kyXAu8bU74szIwfApTT { 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:3.8125rem;width:3.8125rem;top:17.75rem;left:9.0625rem;overflow:hidden;display:block; }
#khZ42xU2DSxBcTK6cPpBzi0MMGPCVBTE { 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:3.8125rem;width:3.8125rem;top:25.25rem;left:9.0625rem;overflow:hidden;display:block; }
#xTfTNl4ofxhf443igCCqKk6LWEdBbKfC { color:#63b33e;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15036;line-height:1.7;letter-spacing:0;top:9rem;left:48.875rem;height:3.3994125rem;font-style:normal;display:block; }
#JtSNowCq4pWxk6waSHsBT3FEErRiWM8E { position:absolute;display:block;z-index:15035;background-color:#63b33e;background-image:none;background-position:center !important;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: none;height:6.25rem;width:6.25rem;top:8.5625rem;left:41.3125rem;display:block; }
#IWJGUk3Ff457IMhmvO2ViPHCPtM69BvS { color:#232323;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15037;line-height:1.7;letter-spacing:0;top:12.42578125rem;left:48.875rem;height:1.69970625rem;font-style:normal;display:block; }
#FzSoVVD1zlrKuTETMBskOJwDogGSTebC { 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:3.8125rem;width:3.8125rem;top:9.8125rem;left:42.625rem;overflow:hidden;display:block; }
#AndTCLyK7daGwk5VUrTNcJDsb2bu520G { position:absolute;display:block;z-index:15034;background-color:#009fe3;background-image:none;background-position:center !important;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: none;height:6.25rem;width:6.25rem;top:16.0625rem;left:41.3125rem;display:block; }
#ItlzTWpCM2HpgnftoGnt0oHEaCHhfJQa { color:#009fe3;display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:16.6875rem;left:48.875rem;height:1.69970625rem;font-style:normal;display:block; }
#OgcnDRvmewTTiZyQT7Ce8F9S8DztBkdz { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:17.3125rem;left:42.5625rem;overflow:hidden;display:block; }
#r7np8UtCQLWOPITntxODz9VqIZhoGOpr { color:#232323;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15039;line-height:1.7;letter-spacing:0;top:18.375rem;left:48.875rem;height:1.69970625rem;font-style:normal;display:block; }
#WOH9XzLJJrsV3bVNR6ZJbSHZtgBtdoqv { position:absolute;display:block;z-index:15038;background-color:#6d479c;background-image:none;background-position:center !important;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: none;height:6.25rem;width:6.25rem;top:23.5625rem;left:41.3125rem;display:block; }
#wqTyAyV0gcCEDhh03qDzVO9kD4pptoOh { color:#6d479c;display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15042;line-height:1.7;letter-spacing:0;top:24.1875rem;left:48.875rem;height:1.69970625rem;font-style:normal;display:block; }
#RkxBOEOrnaT8xliE6zCmTBBzoCq7vtVN { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:24.8125rem;left:42.5625rem;overflow:hidden;display:block; }
#rbdXvIzutAmptPQrOLifZUsTKp6tycRE { color:#232323;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15043;line-height:1.7;letter-spacing:0;top:25.875rem;left:48.875rem;height:1.69970625rem;font-style:normal;display:block; }
#gIS39wiuub4XTQvXxcftF1Z7KizuypSG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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; }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .row .container { background-color: transparent; background-image: none; }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .row .container > .video-iframe-container { display: none; }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .row > .video-iframe-container { display: none; }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .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); }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .row .container { border-width: 0; border-radius: 0; }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#LE2MQqmFtTtyQ7kCgLnEyGQgqZVkEWJx { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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; }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .row .container { background-color: transparent; background-image: none; }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .row .container > .video-iframe-container { display: none; }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .row > .video-iframe-container { display: none; }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .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); }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .row .container { border-width: 0; border-radius: 0; }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#izNqDQf9FtrNEThz1aRCldyic1ORZUDu { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.25rem;left:53.3125rem;height:5.68603125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U1Za3TGJWRdEwED1DohUSB8PGkOEEeeT { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.125rem;left:41.5rem;display:block; }
#Sy4XzOsyagTbUIFEK7fEV2Ny3r46zC9N { position:absolute;display:block;z-index:15010;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: none;height:9.375rem;width:9.375rem;top:2.84375rem;left:42.21875rem;overflow:hidden;display:block; }
#x5hJbHF5TXz6ABzArxz0XH372Ne1GbGf { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:3.125rem;left:53.375rem;height:1.75rem;font-style:normal;display:block; }
#Dy2VlDPvkp93UIeRTe9Xn3w9GRmzFfH0 { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:4.6875rem;left:53.375rem;height:1.57470625rem;font-style:normal;display:block; }
#wymEzdKt1RTzMBnxr0yN6CT46BTfIik1 { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:15.171875rem;left:53.3125rem;height:1.21875rem;font-style:normal;display:block; }#wymEzdKt1RTzMBnxr0yN6CT46BTfIik1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wymEzdKt1RTzMBnxr0yN6CT46BTfIik1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#HHp8VTJl9HBo4Eig688x4k6H9ORSsK7Q { position:absolute;display:block;z-index:15017;height:9.625rem;width:20rem;top:19.6875rem;left:15.625rem;display:none; }
#JVPM7tGN4crvHhhuxXtRybOTRG5xg2UG { position:absolute;display:block;z-index:15018;height:9.625rem;width:20rem;top:19.6875rem;left:53.3125rem;display:none; }
#AM7bsKTPKxO0DH0brd9WGu0LUIxVToTo { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.6875rem;left:53.3125rem;display:block; }
#SnSEl0am5hHggs1JgsCrQDXT5KAOsbEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UrQEzg9NRRvo2g9u4Bzn2xxMbhTtnLXN { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:14.62405rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EgUmMGfwIpugORWe4x6BNNKZ3fSXDw6e { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.75rem;left:10rem;display:block; }
#soss56k4S4owb3ZCTXP7krNQOwCZDQ2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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; }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .row .container { background-color: transparent; background-image: none; }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .row .container > .video-iframe-container { display: none; }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .row > .video-iframe-container { display: none; }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .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); }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .row .container { border-width: 0; border-radius: 0; }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#HVOIOAfF1zAIR50VT73JRpwlGuJ8MInK { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.125rem;left:3.8125rem;display:block; }
#cS9AvEhazWlWERGCc3bx2GTvoPguwSp9 { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.125rem;left:15.625rem;height:1.75rem;font-style:normal;display:block; }
#crokVTremPVlfTn9lCCNDbQuCLD6reD9 { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:15.625rem;height:3.41161875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TxfcpXRGZ0VvTrRf99Mkagpzu4rdwQT4 { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.25rem;left:53.3125rem;height:3.41161875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZD4KFqJJ0CIwLPitTDIkLoTt7eFPp1IU { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.125rem;left:41.5rem;display:block; }
#aWf4cv4lnuHmNzcqaTOrp2S3DoDMnddO { position:absolute;display:block;z-index:15010;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: none;height:9.375rem;width:9.375rem;top:2.84375rem;left:42.21875rem;overflow:hidden;display:block; }
#WFetLeslstUaEV5CQgwpIVxa2cQqyPaU { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:3.125rem;left:53.375rem;height:1.75rem;font-style:normal;display:block; }
#cmr5zNxCTiBTXPfncrWs8tKG5wvgseQk { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:4.6875rem;left:53.375rem;height:1.57470625rem;font-style:normal;display:block; }
#q6GSTXx6MFJpU76QlFnTyvdh6yTTTUV7 { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6875rem;left:15.6875rem;height:1.57470625rem;font-style:normal;display:block; }
#AfJPaAFeE8asxPLv61dx0OQoP8uDW0Es { position:absolute;display:block;z-index:15000;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: none;height:9.375rem;width:9.375rem;top:2.875rem;left:4.5625rem;overflow:hidden;display:block; }
#IABHbqWZNnWgdWpUKg2AQ48TEW48Fuop { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:14.3125rem;left:15.625rem;height:1.21875rem;font-style:normal;display:block; }#IABHbqWZNnWgdWpUKg2AQ48TEW48Fuop li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IABHbqWZNnWgdWpUKg2AQ48TEW48Fuop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#EPen2i1Dk8xOhHagk3zIN4DTVTIrIWZH { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:14.3125rem;left:53.3125rem;height:1.21875rem;font-style:normal;display:block; }#EPen2i1Dk8xOhHagk3zIN4DTVTIrIWZH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EPen2i1Dk8xOhHagk3zIN4DTVTIrIWZH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#a00WOLz26g0ynQgkmgqpvoKZkObpuR9t { position:absolute;display:block;z-index:15017;height:9.625rem;width:20rem;top:19.6875rem;left:15.625rem;display:none; }
#dawQlip2RXeeKbokemNiMxn4n685bCbL { position:absolute;display:block;z-index:15018;height:9.625rem;width:20rem;top:19.6875rem;left:53.3125rem;display:none; }
#d3bA1LowT9opIh4cL6gGcVg5qT1leIyU { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.75rem;left:15.625rem;display:block; }
#L7d61Bwr955SkRWOAgg5ETseZedkfhLe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oiB7JKgy1N1pXcidE0BaylzZqLkmnEvV { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.6875rem;left:53.3125rem;display:block; }
#aVA4566h5x0C9TGFHC9a4NsBzitFoXNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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; }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .row .container { background-color: transparent; background-image: none; }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .row .container > .video-iframe-container { display: none; }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .row > .video-iframe-container { display: none; }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .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); }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .row .container { border-width: 0; border-radius: 0; }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#lONTsAGBabJlJsDnQOvogQsJArpZUPhu { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.125rem;left:3.8125rem;display:block; }
#dPGIuzEX7qJCQETq0sMfdAkG7v321m9h { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.125rem;left:15.625rem;height:1.75rem;font-style:normal;display:block; }
#hgWX8HAcQtlX7OeeerdDLaM2GQ4cRLKL { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:15.625rem;height:6.82324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mcmmfZm4wS4MCJapOTF43V91TmOfOfd2 { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.25rem;left:53.3125rem;height:6.82324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H6vQiVhlxMLobBb96UrZ3pxFdKNR9839 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.125rem;left:41.5rem;display:block; }
#rB4maCoTOW3ACJzW1SkLxgOaKeRpkzKd { position:absolute;display:block;z-index:15010;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: none;height:9.375rem;width:9.375rem;top:2.84375rem;left:42.21875rem;overflow:hidden;display:block; }
#buX4ugFaIuQLWgOMg2pfV4L4hgM2lFBI { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:3.125rem;left:53.375rem;height:1.75rem;font-style:normal;display:block; }
#xUBNd3REztMpCtxHfZg6u8O8wz2mDydA { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:4.6875rem;left:53.375rem;height:1.57470625rem;font-style:normal;display:block; }
#TG76TBLZm7eIfqqW2ElNfbbeivWxdDuD { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6875rem;left:15.6875rem;height:1.57470625rem;font-style:normal;display:block; }
#ERT4UZydnpoNsWoaQIDvBcme37iKD1Wp { position:absolute;display:block;z-index:15000;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: none;height:9.375rem;width:9.375rem;top:2.875rem;left:4.5625rem;overflow:hidden;display:block; }
#lfQDBwkJddtwpBpq9l7AaPkyNcuAb4lR { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:16.9375rem;left:15.625rem;height:1.21875rem;font-style:normal;display:block; }#lfQDBwkJddtwpBpq9l7AaPkyNcuAb4lR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lfQDBwkJddtwpBpq9l7AaPkyNcuAb4lR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#zgvRZwtPRZH81Hd4nHahUZkU7AuLeHH1 { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:16.328125rem;left:53.3125rem;height:1.21875rem;font-style:normal;display:block; }#zgvRZwtPRZH81Hd4nHahUZkU7AuLeHH1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zgvRZwtPRZH81Hd4nHahUZkU7AuLeHH1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#yroor65RfgIQP5QGo0HN4oFE3giJPxiM { position:absolute;display:block;z-index:15017;height:9.625rem;width:20rem;top:19.6875rem;left:15.625rem;display:none; }
#P6lpwz0iD2gf6zCSkU8Rh04cECpU7D6n { position:absolute;display:block;z-index:15018;height:9.625rem;width:20rem;top:19.6875rem;left:53.3125rem;display:none; }
#DIbe8zsW6rvh162CaIgqlIUXptrKKKMM { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.6875rem;left:15.625rem;display:block; }
#bhskGHIXRmep2aNJG6LsTOZtm2eqhoTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQ7ciTq16NXrxrQBHEs6pBaXiud9Weto { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.6875rem;left:53.3125rem;display:block; }
#m6LshsGxWuZxKyfV1QgNivX3ZJqurOqy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQawGGT2plnMzvrnTNi1GLZB8ZPr0qrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#iQawGGT2plnMzvrnTNi1GLZB8ZPr0qrV > .row .container { border-width: 0; border-radius: 0; }#iQawGGT2plnMzvrnTNi1GLZB8ZPr0qrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQawGGT2plnMzvrnTNi1GLZB8ZPr0qrV > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:none; }#BarHrtZflE9ZqOJWIcKaqvkOK1iZD9iw { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:1.25rem;left:3.75rem;display:block; }
#iK1on530SX1UqWBANpaxKdxUyCDqXdx9 { position:absolute;display:block;z-index:14999;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: none;height:9.375rem;width:9.3125rem;top:2rem;left:4.5rem;overflow:hidden;display:block; }
#bDHumIkNORN2ncerPt8dyZbrdeGfeuWi { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:6.375rem;left:15.5625rem;height:7.96045625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xOT0aeeuBbaSxoVXnBEuyEPsZQiqEP19 { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:3.8125rem;left:15.625rem;height:1.57470625rem;font-style:normal;display:block; }
#lOmqgz9XT7gHPvdu6P6usKfnwz3MmH9J { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.25rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#EH6UWJ4Z2HblNhZEWthMGTdLZWaE1aKS { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.5625rem;left:15.5625rem;height:1.21875rem;font-style:normal;display:block; }#EH6UWJ4Z2HblNhZEWthMGTdLZWaE1aKS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EH6UWJ4Z2HblNhZEWthMGTdLZWaE1aKS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#byce9PQiKT8ILy0WsqmBpiCwXTkQrJxt { position:absolute;display:block;z-index:15020;height:9.625rem;width:20rem;top:25.6875rem;left:15.5625rem;display:none; }
#v59Q01BNhcJrNrwXkM1BgmuvzV5aSK7D { position:absolute;display:block;z-index:15021;height:9.625rem;width:20rem;top:18.25rem;left:53.4375rem;display:none; }
#vMgt8nr8sczCLpkFbDAvk0JUGCQsiXEb { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.625rem;left:15.5625rem;display:block; }
#xTI2FCPNgKNEUtIRQ4Eyml4vQkplOkud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuV4cZZyOP9c5JMUPoo8l6bP6GvAQHd1 { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:1.25rem;left:41.9375rem;display:block; }
#uRfGbzIg31Q6PJPSwBxTLlyUJHK2kbd1 { position:absolute;display:block;z-index:15021;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: none;height:9rem;width:9.4375rem;top:2.1875rem;left:42.625rem;overflow:hidden;display:block; }
#e2PaHSs967adAXHtBEpbzaUZFEuMGapi { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:3.25rem;left:54rem;height:1.75rem;font-style:normal;display:block; }
#qAD4zcPbaOCKnTQTKtnS56TgUlakBWUU { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:4.8125rem;left:54.0625rem;height:1.57470625rem;font-style:normal;display:block; }
#Qbbt4zt3zkwayoUSJ9OT0uhVCdSTAfrI { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.375rem;left:54rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L0OghpV6dtBXCKZqtMgu4iVSoQlKLrI2 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:14.25rem;left:54rem;height:1.21875rem;font-style:normal;display:block; }#L0OghpV6dtBXCKZqtMgu4iVSoQlKLrI2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L0OghpV6dtBXCKZqtMgu4iVSoQlKLrI2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#Qb6gXBUnyS96378Embowk796qfPxVEmC { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.78125rem;left:54rem;display:block; }
#TtvZgCBvgA3pmFgP6HeCiyWo8KPhXymu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0ZP6XsfeSPflK4w0BNlK38WaLK6r0se { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#Q0ZP6XsfeSPflK4w0BNlK38WaLK6r0se > .row .container { border-width: 0; border-radius: 0; }#Q0ZP6XsfeSPflK4w0BNlK38WaLK6r0se > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q0ZP6XsfeSPflK4w0BNlK38WaLK6r0se > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:none; }#TNti1Ht4y85WgsCoihAvXywdKg3Cstu7 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.125rem;left:3.8125rem;display:block; }
#TfvnR5cpXLagdS0oXaVI3ki7E4aor6tZ { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.125rem;left:15.625rem;height:1.75rem;font-style:normal;display:block; }
#MIFZyhq1HBxIZfzrqPwW4gdLHlLzUqpr { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:15.625rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rT6hSTniCycGlTI8GBRq6otupm6cfGIQ { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.25rem;left:53.3125rem;height:5.68603125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kv9GsR7UO18GMMEXAbQkanHg1BW6pTPI { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.125rem;left:41.5rem;display:block; }
#W76zBt4x0zmqRNoVSBNlkzM4nPTF1ekN { position:absolute;display:block;z-index:15010;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: none;height:9.375rem;width:9.375rem;top:2.84375rem;left:42.21875rem;overflow:hidden;display:block; }
#WmdPN6WxTMHChnfITq1c7dI5uxCKJ6tX { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:3.125rem;left:53.375rem;height:1.75rem;font-style:normal;display:block; }
#uTqqeetgnlRsdVHpzeNU0r97XwuIeB1u { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:4.6875rem;left:53.375rem;height:1.57470625rem;font-style:normal;display:block; }
#wOCPU9CXmSfpAALWF6kiKd6XmzEywJyc { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6875rem;left:15.6875rem;height:1.57470625rem;font-style:normal;display:block; }
#CRQUIoyTHfMqKetDmEwMITXmru6KXhfp { position:absolute;display:block;z-index:15000;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: none;height:9.375rem;width:9.375rem;top:2.84375rem;left:4.53125rem;overflow:hidden;display:block; }
#k0anI7dyVaG3fVbA3l1QK0f3WPzvgeJI { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:15.171875rem;left:15.625rem;height:1.21875rem;font-style:normal;display:block; }#k0anI7dyVaG3fVbA3l1QK0f3WPzvgeJI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k0anI7dyVaG3fVbA3l1QK0f3WPzvgeJI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#n6yLQKGCyykTJUQELVg8BD1vtJKy56lD { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:15.171875rem;left:53.3125rem;height:1.21875rem;font-style:normal;display:block; }#n6yLQKGCyykTJUQELVg8BD1vtJKy56lD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n6yLQKGCyykTJUQELVg8BD1vtJKy56lD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#MkKADnvHxo9g2OEOPGSFKXEKpsMxCtPR { position:absolute;display:block;z-index:15017;height:9.625rem;width:20rem;top:19.6875rem;left:15.625rem;display:none; }
#TvTTeR776iaSxl1cErTTJ0orc5n5VtG6 { position:absolute;display:block;z-index:15018;height:9.625rem;width:20rem;top:19.6875rem;left:53.3125rem;display:none; }
#U7koZumTSEHokqNEQvqdZbDARJopBg5J { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.6875rem;left:15.4365234375rem;display:block; }
#xqXrOLH64FgPVHXFr2OUuGWzznKVrFe0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZkcyWJ7Otw7nzQ4z9rbdLURWswPTLnz { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.6875rem;left:53.3125rem;display:block; }
#AMJnQtq2WEqUt0TMayefJKv2QwLs8Tnl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhUiVKBvvOdVVVFpxVlyvHsU65Uh6ane { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#EhUiVKBvvOdVVVFpxVlyvHsU65Uh6ane > .row .container { border-width: 0; border-radius: 0; }#EhUiVKBvvOdVVVFpxVlyvHsU65Uh6ane > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EhUiVKBvvOdVVVFpxVlyvHsU65Uh6ane > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:none; }#u5IQDrvzDviT1EM2sBbnXVAwGnLdyMuf { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:3rem;left:3.9375rem;display:block; }
#sDbEeOVeUxkoSiRwGDV7SuKquzUFu2Sq { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:4rem;left:15.75rem;height:1.75rem;font-style:normal;display:block; }
#Kaa9rus2JGQDHAvPVJtgU38GhZ6bruSV { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.75rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ryPU8QWP9L1r16M3AT8B2HETKoWWPgl5 { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.125rem;left:53.4375rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l75MVNV7EhyUZrChvs9rQsTOnUpXI5zW { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:3rem;left:41.625rem;display:block; }
#MlZlTTGMik3Ji61x2UWtt3W8aUsyTPL2 { position:absolute;display:block;z-index:15010;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: none;height:9.375rem;width:9.375rem;top:3.75rem;left:42.375rem;overflow:hidden;display:block; }
#v6Wyuu9IS25ZeLxFmqZb7clb4P0DyR9M { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:4rem;left:53.5rem;height:1.75rem;font-style:normal;display:block; }
#o4PkfoQLZZnUVDTo05Eu64KKDSmv9qq2 { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.5625rem;left:53.5rem;height:1.57470625rem;font-style:normal;display:block; }
#N5wBTsTc0JgT1JIrTNDP73I6Jbd13pJ6 { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5625rem;left:15.8125rem;height:1.57470625rem;font-style:normal;display:block; }
#MA6zBMfJb2WSiOdnNPc2APo3gztw0hz1 { position:absolute;display:block;z-index:15000;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: none;height:9rem;width:9.375rem;top:3.90625rem;left:4.65625rem;overflow:hidden;display:block; }
#QTlmcQK4Tm022v2SCGUuzzB1uTqn7zsR { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:12.65625rem;left:15.75rem;height:1.21875rem;font-style:normal;display:block; }#QTlmcQK4Tm022v2SCGUuzzB1uTqn7zsR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QTlmcQK4Tm022v2SCGUuzzB1uTqn7zsR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#mDHoWbCe5nsTxJEgttBQ17Uo6IBUCPrn { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:14.375rem;left:53.4375rem;height:1.21875rem;font-style:normal;display:block; }#mDHoWbCe5nsTxJEgttBQ17Uo6IBUCPrn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mDHoWbCe5nsTxJEgttBQ17Uo6IBUCPrn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#dfsfcfiKIGByaV5qqGkPiy3Wr0huF1NO { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.375rem;left:53.4375rem;display:block; }
#fZOKW94iAsBBRB9wvkSyzEHpe0gU4i3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqUStOfcTTLVd2t6gg2XBpJFCDCnlZbq { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.1875rem;left:15.5615234375rem;display:block; }
#nXiP6oICPsV7GGmmWtPwdD7traGcktR2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtdNkIvvdWqGs3RifxOOV4kkJ7rH86pw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#dtdNkIvvdWqGs3RifxOOV4kkJ7rH86pw > .row .container { border-width: 0; border-radius: 0; }#dtdNkIvvdWqGs3RifxOOV4kkJ7rH86pw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtdNkIvvdWqGs3RifxOOV4kkJ7rH86pw > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:none; }#PJFJfBZH1he7AZaCR20bCXSWaMHohmIq { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:3rem;left:3.9375rem;display:block; }
#vEMil7gbTmrmk2fE2M8oREKvSfiW1VQh { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:4rem;left:15.75rem;height:1.75rem;font-style:normal;display:block; }
#KCJn9Ky24lacGHN8UMVVpBD5Kc9sigJF { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.75rem;height:5.68603125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w01NhQk0CuTKeuLLO6unOsU12ZD4U1R7 { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.125rem;left:53.4375rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gcuDi5G4LQLby0oZ7RTbVedO2AyVXP9B { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:3rem;left:41.625rem;display:block; }
#wdHg3OFo9hBhlPVgnTpyXnxDkT27Kaf9 { position:absolute;display:block;z-index:15010;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: none;height:9.375rem;width:9.375rem;top:3.75rem;left:42.375rem;overflow:hidden;display:block; }
#aWaJHG3RLxQWFO8D18TCBPLXcwCrV2oT { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:4rem;left:53.5rem;height:1.75rem;font-style:normal;display:block; }
#gypc2vZLRQmB3M7l7SvshA2sUQOM6a5H { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.5625rem;left:53.5rem;height:1.57470625rem;font-style:normal;display:block; }
#BeDe5WNX7TR3k05hvMxyrzXctE5uilwL { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5625rem;left:15.8125rem;height:1.57470625rem;font-style:normal;display:block; }
#aWOL4ch8cblnkbUPqOh46TJJU6WXDwU1 { position:absolute;display:block;z-index:15000;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: none;height:8.8125rem;width:9.375rem;top:4rem;left:4.65625rem;overflow:hidden;display:block; }
#RA8Kt3tyiNC5SHMHG9uD5yJsg2ETZ5X7 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:15.59375rem;left:15.75rem;height:1.21875rem;font-style:normal;display:block; }#RA8Kt3tyiNC5SHMHG9uD5yJsg2ETZ5X7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RA8Kt3tyiNC5SHMHG9uD5yJsg2ETZ5X7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#n7g9MbTEIZZtCSXuqpVThTPDfmA8wrQv { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:14.375rem;left:53.4375rem;height:1.21875rem;font-style:normal;display:block; }#n7g9MbTEIZZtCSXuqpVThTPDfmA8wrQv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n7g9MbTEIZZtCSXuqpVThTPDfmA8wrQv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#IcwAkHpII9Kl6v8SL56wUouxrnee5TEc { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.375rem;left:53.4375rem;display:block; }
#mWcuxJAiIkwbAVTAhGETicsvp3Jux3Uy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCNaPe05gUgrVWhc38ubGrUmtX80BmvH { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.4375rem;left:15.5615234375rem;display:block; }
#pnIvDGcJMflzQLgTMC4Xez6tLmnxqyRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lU8JE0b8ScXLCv50gRKqyoMmPxdqTaM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#lU8JE0b8ScXLCv50gRKqyoMmPxdqTaM2 > .row .container { border-width: 0; border-radius: 0; }#lU8JE0b8ScXLCv50gRKqyoMmPxdqTaM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU8JE0b8ScXLCv50gRKqyoMmPxdqTaM2 > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:none; }#AG2sAVEnwPy1DJo70DDr4qlgkbTACXJJ { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.625rem;left:3.625rem;display:block; }
#CXNw4ZGcXpaH3Kc9twMuvZo31UGfixAP { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.75rem;left:15.6875rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#omB0dEcXG1h0Ub07LTuzaJmJGHVPnhuk { position:absolute;display:block;z-index:15007;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: none;height:9.375rem;width:9.4375rem;top:3.375rem;left:4.25rem;overflow:hidden;display:block; }
#g3J8DmHaEUP25qkJvccXrPLdCGwGBPkp { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:6.1875rem;left:15.75rem;height:1.57470625rem;font-style:normal;display:block; }
#hLHMyZOqy5fD8AkZCLbLs9FeGJQk7alJ { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.625rem;left:15.6875rem;height:1.75rem;font-style:normal;display:block; }
#xRygeCPLsEqWp4mQrJZvII9g6fbGo3TV { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:54rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e7adkLIDstUlES2A6TpkLhkRy6OeL9ca { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.625rem;left:41.9375rem;display:block; }
#gGD7nORgOarsl1VZUgQCHQuDdtfpzXSX { position:absolute;display:block;z-index:15014;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: none;height:9rem;width:9.4375rem;top:3.5625rem;left:42.625rem;overflow:hidden;display:block; }
#eKoAtpLfT7pGkTMaZUUg0q8roLEbLe4D { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:6.1875rem;left:54.0625rem;height:1.57470625rem;font-style:normal;display:block; }
#pizrV8156VM5JqL0A8aSHz0McOpO7uGH { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:4.625rem;left:54rem;height:1.75rem;font-style:normal;display:block; }
#NurdtVsQLgirhaHqTzWfqpoRoLfluiqf { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:14.625rem;left:15.6875rem;height:1.21875rem;font-style:normal;display:block; }#NurdtVsQLgirhaHqTzWfqpoRoLfluiqf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NurdtVsQLgirhaHqTzWfqpoRoLfluiqf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#M2584pxULqPysIQNfx1JBUo4wfmFJnhu { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:15.625rem;left:54rem;height:1.21875rem;font-style:normal;display:block; }#M2584pxULqPysIQNfx1JBUo4wfmFJnhu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M2584pxULqPysIQNfx1JBUo4wfmFJnhu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#qtWWiKbR4q4a6n7vgsFf7atI18SotQnA { position:absolute;display:block;z-index:15019;height:9.625rem;width:20rem;top:17.625rem;left:15.6875rem;display:block; }
#RSGUpamd7b2VAv3BopwUfoOvy2FXmJIX { position:absolute;display:block;z-index:15020;height:9.625rem;width:20rem;top:18.6875rem;left:54rem;display:block; }
#u1y2MT3LxTHef6TTZHFn9FclmL104oS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#u1y2MT3LxTHef6TTZHFn9FclmL104oS4 > .row .container { border-width: 0; border-radius: 0; }#u1y2MT3LxTHef6TTZHFn9FclmL104oS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1y2MT3LxTHef6TTZHFn9FclmL104oS4 > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:none; }#dJCEA3rPTHJ6VFIiLzTCcHAeKhSOdnOp { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:1.25rem;left:3.75rem;display:block; }
#A6BvoATdHplDzPDshFCxpvM5sBEDsMsC { position:absolute;display:block;z-index:14999;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: none;height:9.375rem;width:9.3125rem;top:2rem;left:4.5rem;overflow:hidden;display:block; }
#OBqh8eEDq9HSBAGXr5BA4mMHyRzFKpBc { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:6.375rem;left:15.5625rem;height:7.96045625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kbOSOzUmLulK08CENOZ1UsMruWR8npOy { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:3.8125rem;left:15.625rem;height:1.57470625rem;font-style:normal;display:block; }
#AVvUgwUI8qtG8cppsRQTg93ZPDf7SHf7 { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:14997;line-height:1.3;letter-spacing:0;top:6.375rem;left:53.4375rem;height:6.82324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ks7ggRiXv5r5elsegKSDLzCCfgiOlTL3 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:1.25rem;left:41.625rem;display:block; }
#oWVzFpB0ulL5kgAaMB4atU7WleKTWiX0 { position:absolute;display:block;z-index:15010;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: none;height:9.375rem;width:9.375rem;top:2rem;left:42.375rem;overflow:hidden;display:block; }
#JctIwqCyicE6pPeWH7LH6zo3TVuEmTAv { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:3.8125rem;left:53.5rem;height:1.57470625rem;font-style:normal;display:block; }
#y8o1A2EktXqaNTNzZ4LXAkyRiiQ5Hk4I { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.25rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#Z9I0ug9CNECrxMMCMTAKOVnHsBsFdaV6 { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:2.25rem;left:53.5rem;height:1.75rem;font-style:normal;display:block; }
#Q24O1LppLV6v81qwZzvMpZCTzI3hpOq4 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.5625rem;left:15.5625rem;height:1.21875rem;font-style:normal;display:block; }#Q24O1LppLV6v81qwZzvMpZCTzI3hpOq4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q24O1LppLV6v81qwZzvMpZCTzI3hpOq4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#evxDhGWNt9xRHlBxRhMI6bZtJRvTyQOi { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:15.3125rem;left:53.5625rem;height:1.21875rem;font-style:normal;display:block; }#evxDhGWNt9xRHlBxRhMI6bZtJRvTyQOi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#evxDhGWNt9xRHlBxRhMI6bZtJRvTyQOi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#eriMraGsbksNyBoqHu9KBRF9RbtOAfVi { position:absolute;display:block;z-index:15020;height:9.625rem;width:20rem;top:25.6875rem;left:15.5625rem;display:none; }
#tufTOlHylcLRvM4OQke3ZwAN5k7vx7vg { position:absolute;display:block;z-index:15021;height:9.625rem;width:20rem;top:18.25rem;left:53.4375rem;display:none; }
#ugo2zngmnZXq776tqMBeRl1oGo3X6TN2 { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.625rem;left:15.5625rem;display:block; }
#QcKBEEtB1LNKAtbD316vvl1nfsodUsXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RUC69opONsLEm9cAuzCgznAPMnolTJEC { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18.8125rem;left:53.4375rem;display:block; }
#vPlz48bNg8w6W6uoki6BrLPey9PO1o2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrm2eZt8K2iBPg0HzpUeUVObBFUpac93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#yrm2eZt8K2iBPg0HzpUeUVObBFUpac93 > .row .container { border-width: 0; border-radius: 0; }#yrm2eZt8K2iBPg0HzpUeUVObBFUpac93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrm2eZt8K2iBPg0HzpUeUVObBFUpac93 > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:none; }#ZK6Of5AK3cepRcpMrdPccLt781QPzfcF { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.625rem;left:3.625rem;display:block; }
#dr0zbTpZKv3ZJc6fF20BV9oTkIWPkyhm { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:15.5625rem;height:6.82324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cVeaHXGHB1Cv9ZsysC90mLGt6pp1nK9r { position:absolute;display:block;z-index:15007;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: none;height:9.3125rem;width:9.3125rem;top:3.375rem;left:4.25rem;overflow:hidden;display:block; }
#XUpG8uwFvEKzA4qp2I0O3JQquAQwQz0A { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:4.9375rem;left:15.625rem;height:1.57470625rem;font-style:normal;display:block; }
#TgT7OAfNm0CEU63o2B92qRkiPDxGkwF1 { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:3.375rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#dIMSam7zi9uFwLVleigBUlsdxvRt7tkL { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:16.125rem;left:15.5625rem;height:1.21875rem;font-style:normal;display:block; }#dIMSam7zi9uFwLVleigBUlsdxvRt7tkL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dIMSam7zi9uFwLVleigBUlsdxvRt7tkL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#yD23WiBgCZnWzpVnKzLNmVAuiVCGn7KO { position:absolute;display:block;z-index:15019;height:9.625rem;width:20rem;top:19.5625rem;left:15.5625rem;display:block; }
#goZqbksxcpNiJHWuBdbIJ7COr9qUqPml { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.16748046875rem;left:37.5rem;height:14.62405rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vsaCIOf9vTJTbtTUzCASsit6LnsoKIML { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.6875rem;left:47.5rem;display:block; }
#MW9DVtQtn2k3A4ll6Uu8RItnulXgCsWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#orRHuWX7MC5K5oLh82iGBxs7W9U7TCKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#orRHuWX7MC5K5oLh82iGBxs7W9U7TCKp > .row .container { border-width: 0; border-radius: 0; }#orRHuWX7MC5K5oLh82iGBxs7W9U7TCKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orRHuWX7MC5K5oLh82iGBxs7W9U7TCKp > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:none; }#Nt2cT70Ml5J5lo02dT7Bi26SkIPgMnSc { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.625rem;left:3.625rem;display:block; }
#sTMQHQZEfQvaw2ItqFAh9XnaqQcsvyTy { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.75rem;left:15.6875rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CyTLwhzNTSq2gOg0xUvCKgtZJg58GSKQ { position:absolute;display:block;z-index:15007;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: none;height:8.875rem;width:9.4375rem;top:3.59375rem;left:4.3125rem;overflow:hidden;display:block; }
#P8vPTaWqs2SWaVAzIdvh3A5SEhF5VnrG { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:6.1875rem;left:15.75rem;height:1.57470625rem;font-style:normal;display:block; }
#fXMnbsAD7MczFP6vshX1Z6MFSWX1Vv2q { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.625rem;left:15.6875rem;height:1.75rem;font-style:normal;display:block; }
#TkbXPg4DuK76VJi46XP6q2NQF2cAVVhT { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.625rem;left:41.375rem;display:block; }
#cAt9NonbTLM3TUoTrw4D9MEPQ4m4HAC1 { position:absolute;display:block;z-index:15012;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: none;height:8.875rem;width:9rem;top:3.625rem;left:42.25rem;overflow:hidden;display:block; }
#DSzrvFUzyCNUSVMkyRFPClCsHNHBPWOI { color:#ffffff;display:block;width:17.1235625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:4.5rem;left:53.375rem;height:1.75rem;font-style:normal;display:block; }
#N0vH14qbAsh5OcQQPgWx3gbEgvW64U5w { color:#ffffff;display:block;width:17.1225625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:6.1875rem;left:53.37548828125rem;height:1.57470625rem;font-style:normal;display:block; }
#NrgNNueind2Ntkbat2HMHeUM2vUsvCZh { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:8.74951171875rem;left:53.375rem;height:6.82324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dmd1JCRRDAkgC88W9ObNgPIUQZFgwQ40 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:14.8125rem;left:15.6875rem;height:;font-style:normal;display:block; }#dmd1JCRRDAkgC88W9ObNgPIUQZFgwQ40 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dmd1JCRRDAkgC88W9ObNgPIUQZFgwQ40 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#J0v2GXLuH0rc8ZQyf4eObRetAQNiIZvn { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:16.8125rem;left:53.375rem;height:1.21875rem;font-style:normal;display:block; }#J0v2GXLuH0rc8ZQyf4eObRetAQNiIZvn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J0v2GXLuH0rc8ZQyf4eObRetAQNiIZvn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#TPUCnrkTnAnH4DRhbTcWgPUTgQpS4lPp { position:absolute;display:block;z-index:15013;height:9.625rem;width:20rem;top:18.03125rem;left:15.6875rem;display:block; }
#ZzSiWHfOKH2hDE5MUz7HnyElUT9qCUW4 { position:absolute;display:block;z-index:15014;height:9.625rem;width:20rem;top:20rem;left:53.375rem;display:block; }
#Es173TKSaUaw0wuQmTpX5v9C8uVaC3Kf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#Es173TKSaUaw0wuQmTpX5v9C8uVaC3Kf > .row .container { border-width: 0; border-radius: 0; }#Es173TKSaUaw0wuQmTpX5v9C8uVaC3Kf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Es173TKSaUaw0wuQmTpX5v9C8uVaC3Kf > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:none; }#sQqRpECNop4A4wHbVT5bVrksNNqS3eDN { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:18.9375rem;height:14.62405rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zACpuhfIGzXrBRRRf2O2nQ2kKIomp2Il { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.1875rem;left:28.9375rem;display:block; }
#OxTAnUEB4ib4HoJTtKHLNcGhwIl5S2U5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mT4R0o9y6mCw1c2n65M33ysJBluy3yyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#mT4R0o9y6mCw1c2n65M33ysJBluy3yyV > .row .container { border-width: 0; border-radius: 0; }#mT4R0o9y6mCw1c2n65M33ysJBluy3yyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mT4R0o9y6mCw1c2n65M33ysJBluy3yyV > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:none; }#sHlB239iJJfpUVs57NRnVnoMPU7RySp6 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.875rem;left:3.75rem;display:block; }
#TM2R5NyPXMaNJl32em2AkCPJASSoJvNJ { position:absolute;display:block;z-index:14999;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: none;height:9.375rem;width:9.375rem;top:3.625rem;left:4.5rem;overflow:hidden;display:block; }
#BJT4bsfCMk8Gay8fTcM45nqUwgkQQ7zI { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:14997;line-height:1.3;letter-spacing:0;top:8rem;left:15.5625rem;height:6.82324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oXRQkQDsDf0o1IAyr1ipM0xqlvtZ2uNW { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.4375rem;left:15.625rem;height:1.57470625rem;font-style:normal;display:block; }
#yVTWeVRPe6PT6pBrdMfFmvTPDXsdLBKV { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:8rem;left:53.4375rem;height:15.92089375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vs5hw6upn7wAU56xwX66X6ckwnMceAKq { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.875rem;left:41.625rem;display:block; }
#HJXWUzr7JXHEGfuGIFkFwHtuTXfiORg4 { position:absolute;display:block;z-index:15010;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: none;height:9.375rem;width:9.375rem;top:3.625rem;left:42.375rem;overflow:hidden;display:block; }
#LXVqeH9rZZcxqOFECgwNJ1Hel6hRzZaE { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.4375rem;left:53.5rem;height:1.57470625rem;font-style:normal;display:block; }
#oxKpxWoUVZEXEsl1ilT1GOKFkJlPzBgv { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.875rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#Fb16GLMRBVncDRCpXgCV505rsWUcIhnE { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:3.875rem;left:53.5rem;height:1.75rem;font-style:normal;display:block; }
#UATzdteTHrzDVXFfI9cRiz38wozw1Xe6 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:16.4375rem;left:15.5625rem;height:1.21875rem;font-style:normal;display:block; }#UATzdteTHrzDVXFfI9cRiz38wozw1Xe6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UATzdteTHrzDVXFfI9cRiz38wozw1Xe6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#lpGMFTgi6CU1glMbh7sF3iJcl5woRKlD { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:25.4375rem;left:53.4375rem;height:1.21875rem;font-style:normal;display:block; }#lpGMFTgi6CU1glMbh7sF3iJcl5woRKlD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lpGMFTgi6CU1glMbh7sF3iJcl5woRKlD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#qWerkuCOdPmh8Z0ngbTkRZwrn2NcUsu0 { position:absolute;display:block;z-index:15018;height:9.625rem;width:20rem;top:19.875rem;left:15.5625rem;display:block; }
#Ih64xA4o115VBuB1DtI23qrxMbz8ShhX { position:absolute;display:block;z-index:15019;height:9.625rem;width:20rem;top:28.1875rem;left:53.4375rem;display:block; }
#mWsFucg1UAdeiiWJTe2MlXgQLb3oUUVF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#mWsFucg1UAdeiiWJTe2MlXgQLb3oUUVF > .row .container { border-width: 0; border-radius: 0; }#mWsFucg1UAdeiiWJTe2MlXgQLb3oUUVF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWsFucg1UAdeiiWJTe2MlXgQLb3oUUVF > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:none; }#CtOavVOv4kqlwvts9nSz7WoJK1lquZ3T { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.875rem;left:3.75rem;display:block; }
#JNgc6C0tmUDNV10L5EkCQkTkJOkefuIq { position:absolute;display:block;z-index:14999;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: none;height:9.375rem;width:9.375rem;top:3.625rem;left:4.5rem;overflow:hidden;display:block; }
#UZ4lfGAdHkbGKtee0MPXWlRWK0NSnC9g { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8rem;left:15.5625rem;height:9.09764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DqfTvFGbBn6X5VJOw1CEWZJfCk9kvbTJ { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.4375rem;left:15.625rem;height:1.57470625rem;font-style:normal;display:block; }
#y68ctcKBXNIsvr69Ba8U0ePhElwbS0TT { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8rem;left:53.4375rem;height:6.82324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZWS4ofll9ouvVBvfQxIDayF7oiFtsxif { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.875rem;left:41.625rem;display:block; }
#mRPS4XtxCvzxIKyfliR60hXp279tM75H { position:absolute;display:block;z-index:15010;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: none;height:9.375rem;width:9.375rem;top:3.625rem;left:42.375rem;overflow:hidden;display:block; }
#L1U1oK9DmOd0J7szRpMdJ6t6lvDUiIrK { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.4375rem;left:53.5rem;height:1.57470625rem;font-style:normal;display:block; }
#XrbgCKIGrhTSz7VEmko9sRFWgW9Gpezo { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.875rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#mOfHowMHTebPEp7lFO6Eq7Au3Q9IAmZB { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:3.875rem;left:53.5rem;height:1.75rem;font-style:normal;display:block; }
#NHisTi7ktQXIXRPAB5dvpOQBSMRRH6TB { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:18.875rem;left:15.5625rem;height:1.21875rem;font-style:normal;display:block; }#NHisTi7ktQXIXRPAB5dvpOQBSMRRH6TB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NHisTi7ktQXIXRPAB5dvpOQBSMRRH6TB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#wuHDvenKLggPB8V9yptzCPQSEuirm5FH { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:16.3125rem;left:53.4375rem;height:1.21875rem;font-style:normal;display:block; }#wuHDvenKLggPB8V9yptzCPQSEuirm5FH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wuHDvenKLggPB8V9yptzCPQSEuirm5FH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#LH8VHTmIWfOrL0qB0pqz0IZwwFOEaq0k { position:absolute;display:block;z-index:15016;height:9.625rem;width:20rem;top:21.6875rem;left:15.5625rem;display:block; }
#iyfvCQZaUCXgJWd6zlfI5tJLrwcfWEr3 { position:absolute;display:block;z-index:15017;height:9.625rem;width:20rem;top:19rem;left:53.4375rem;display:block; }
#wOdGTX3g9Ptk9OEVXJiiVfpgOe07TWye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#wOdGTX3g9Ptk9OEVXJiiVfpgOe07TWye > .row .container { border-width: 0; border-radius: 0; }#wOdGTX3g9Ptk9OEVXJiiVfpgOe07TWye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOdGTX3g9Ptk9OEVXJiiVfpgOe07TWye > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:none; }#qXbf9K3I1uO6IevGZcXrlbothONQ0qG9 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.8125rem;left:3.6875rem;display:block; }
#UQoJtkEgIDwODTUb96eZnez6ZmT7PA7f { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8125rem;left:15.5rem;height:1.75rem;font-style:normal;display:block; }
#xuG4pQQ3TpW9MOhDT20dpHIeqD22LZut { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.5rem;height:6.82324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WcCEJboqxqqOWyCfXxQdVLVs0y76cNIE { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.9375rem;left:53.1875rem;height:9.09764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mSFVnZ6Qg5OahHowr66DfHAnkJ2crwBF { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.8125rem;left:41.375rem;display:block; }
#JrkebPQFW0tW6dxX05Uw5rZsGAWQIqrT { position:absolute;display:block;z-index:15010;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: none;height:9.375rem;width:9.375rem;top:3.5625rem;left:42.125rem;overflow:hidden;display:block; }
#ukSnul98XlLN2mldxnMrAT1vIt4dfZhE { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:3.8125rem;left:53.25rem;height:1.75rem;font-style:normal;display:block; }
#e3POinzOrTgDkw0BIHLwfFNr7wsJ9Omo { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.375rem;left:53.25rem;height:1.57470625rem;font-style:normal;display:block; }
#TG3r2gCHCPSwRdSNHDN9AT1eoE8qTEfo { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.375rem;left:15.5625rem;height:1.57470625rem;font-style:normal;display:block; }
#WDwPPiWweW344WbfOFXMnxsaTB6WComC { position:absolute;display:block;z-index:15000;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: none;height:9.375rem;width:9.375rem;top:3.5625rem;left:4.4375rem;overflow:hidden;display:block; }
#LfpQ940v63ZX2HT1rwVbRxp8pIdozwAg { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:16.4375rem;left:15.5rem;height:1.21875rem;font-style:normal;display:block; }#LfpQ940v63ZX2HT1rwVbRxp8pIdozwAg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LfpQ940v63ZX2HT1rwVbRxp8pIdozwAg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#OQbkDa5JQbl4nTLgdyokPKFcHt7RTlB5 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:18.75rem;left:53.3125rem;height:1.21875rem;font-style:normal;display:block; }#OQbkDa5JQbl4nTLgdyokPKFcHt7RTlB5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OQbkDa5JQbl4nTLgdyokPKFcHt7RTlB5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
#tzZqViMp8uR9ScUEB9fkkESCsqRZUziM { position:absolute;display:block;z-index:15015;height:9.625rem;width:20rem;top:19.3125rem;left:15.5rem;display:block; }
#MvyU66RbGERkZ0hsQmWg2xEXP3laxmgr { position:absolute;display:block;z-index:15016;height:9.625rem;width:20rem;top:21.625rem;left:53.1875rem;display:block; }
#gtOp5p79PkQ1BKGfog29TePtXPukqF2u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;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:none; }#gtOp5p79PkQ1BKGfog29TePtXPukqF2u > .row .container { border-width: 0; border-radius: 0; }#gtOp5p79PkQ1BKGfog29TePtXPukqF2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtOp5p79PkQ1BKGfog29TePtXPukqF2u > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:none; }#RPMraq7kgERsf5sDp1NFPWDrBPJhTb6P { position:absolute;display:block;z-index:15012;height:9.625rem;width:20rem;top:3.96875rem;left:41.6875rem;display:block; }
#Q5KWRXwPtIVI4iHicyLsM1EXbyBNl1NB { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:0rem;height:14.62405625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHai1ElygmzlLBraf697KTBvtoXWbZeE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff40a0;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:none; }#ZHai1ElygmzlLBraf697KTBvtoXWbZeE > .row .container { border-width: 0; border-radius: 0; }#ZHai1ElygmzlLBraf697KTBvtoXWbZeE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZHai1ElygmzlLBraf697KTBvtoXWbZeE > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:none; }#uoePubpPPXUoV2mTe7HeDDCeWXvEeiR4 { position:absolute;display:block;z-index:15012;height:9.625rem;width:20rem;top:12.61083984375rem;left:46.25rem;display:none; }
#sWNe8J3NSZWAWC75lVLnyu67igIZhL6t { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.25rem;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; }
#wPkvE4UFXppMHNV2UAbpNw99KSqtMlZK { color:#ffb100;display:block;width:37.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.84375rem;left:0rem;height:2.2749rem;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; }
#ngWc97xRrQuvUJ7omTKGZvqG1mvX2Pk8 { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:12.34768125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IAfbCxnxIN1uSaGcatZQB4RLlMtNZ5sf { color:#ffb100;display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.23095703125rem;left:39.8125rem;height:5.1181625rem;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;text-align:center;text-align-last:center;display:block; }
#xXmkokuI3mKE2rNunP8lX8yzzAdRvfiT { background-color:#ffb100;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.625rem;left:47.5rem;display:block; }
#DIrZLuLXtHnZNP87St8bcv81OuizHGwB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff40a0;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { border-width: 0; border-radius: 0; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:none; }#iQmz0ZP00NQ0lpa4a78eDNEqNG0TlXwo { color:#ffffff;display:block;width:56.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:3.25rem;height:3.25rem;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; }
#xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { color:#ffb100;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5rem;left:3.1875rem;height:2.2749rem;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; }
#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:3.1875rem;height:2.9121125rem;font-style:normal;display:block; }#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB li:before{  }
#bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { color:#ffffff;display:block;width:68.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:19.75rem;left:3.1875rem;height:15.297375rem;font-style:normal;display:block; }
#DUClEltJe8LHKcyyqdRLkzmumyxkKMOT { color:#ffffff;display:block;width:66.5625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.08203125rem;left:3.25rem;height:4.7119125rem;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; }
#gguIkh80FWnoC9e46ZZAhFIGOEx91Vos { color:#ffffff;display:block;width:68.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:36.9375rem;left:3.15625rem;height:28.89500625rem;font-style:normal;display:block; }
#OklQL1Ru2tqNTvHmyas4t5MMOqgXwSGs { position:absolute;display:block;z-index:15008;height:9.625rem;width:20rem;top:57.14404296875rem;left:51.9375rem;display:none; }
#J9FldG0GpmbICivxAMTVCSwtTHlTJMt3 { color:#ffb100;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.3125rem;left:49.125rem;height:2.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#waluRTwiq8SUQ0d0TTxde4PGWLNHWpqi { background-color:#ff40a0;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:58.6875rem;left:53.1875rem;display:block; }
#vUIl2I4GgOszF7OgW1VbhDToZmESlpha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64f6d277-205f-4044-b5a4-0e590a5cc0cc/psychologiascaled.webp");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; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp.adaptive-delivery-prevent-bg, #N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp.lazyload, #N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp.lazyloading { background-image: none; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container { background-color: transparent; background-image: none; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,64,160,0.61); }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container > .video-iframe-container { display: none; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,64,160,0.61); }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row > .video-iframe-container { display: none; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .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); }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container { border-width: 0; border-radius: 0; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp::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; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#iO8Jn3rar8cBS9kLytvQpGaUuACkoqfH { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:6.0625rem;left:0rem;height:6.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8beXRVTlIJNkr2f5kAplNzsSNyVoJyb { color:#ffffff;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:12.8623046875rem;left:8.4375rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2MJv4NsEIlIldvkryBqTBerPXopVVTG { background-color:#232323;background-image:none;background-position:center !important;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.8125rem;left:28.75rem;display:block; }
#TWgaF9XrsiH2xzcPWi6mAAiZXbvOR1Bp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { background-color: transparent; background-image: none; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container > .video-iframe-container { display: none; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row > .video-iframe-container { display: none; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .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); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { border-width: 0; border-radius: 0; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#TBipTSl4tcFN6t92nyDXPXD2EtSaptz3 { color:#ff40a0;display:block;width:62.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:7.5rem;height:6.5rem;display:block; }
#OZUuxrveF9L7BqTWvgHCpbx0xnIn3VHw { 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;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:30.3125rem;width:34rem;top:9.5625rem;left:7.5rem;display:block; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-form-header {  }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:bold;color:#000000;width:28.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#313535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.1875rem;box-sizing:border-box;height:3.4375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top;text-align:center;text-align-last:center; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#313535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.1875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top;text-align:center;text-align-last:center; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ff40a0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:28.1875rem;height:3.4375rem;font-family:montserrat;overflow:hidden;text-align:center;text-align-last:center; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:1rem;text-align:center;text-align-last:center; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:1rem;text-align:center;text-align-last:center; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:montserrat;font-size:1rem;text-align:center;text-align-last:center; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:montserrat;font-size:1rem;text-align:center;text-align-last:center; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.2;font-size:0.8125rem;font-weight:300;color:#000000;vertical-align:top;width:27.1875rem;overflow:hidden;font-style:normal;float:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.875rem;vertical-align:middle;font-family:montserrat;font-size:0.9375rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:2;float:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container:first-of-type{padding-top:0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container:last-of-type{padding-bottom:0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.4375rem;left:9.1875rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.1875rem;display:block;vertical-align:top; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm {display:block;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.4375rem;left:9.1875rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #aKTT3nr1XUFUKXkQulOab98LdA9bCicU { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #o8Ten6DRqp4lBzviACwgIQnb372WCPKC { position:relative;display:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #PlzzDbZPlhQZbRkTLbghrlSaiW3bIzPT { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #ymQUy00tsgTmnGUr0fGQ9OBTb7m9Fs1z { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #JMIOPa1aJyMA5ynEVMdviFVedNBEgcmR { position:relative;display:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #mEXXZsiP3rTCQxbhfIa1vNh2qTWBJMfK { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #LqDHbtL4MT0wDM2hovTHyOTqCJlBhOkk { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #OcaRxBXHU69fk1ODfTsnrNSeC5SiFqQA { position:relative;display:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #IzX4QCP8CB52DK9HzbLriau9MMcTkZXp { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #EiKSP1DucEgQX94eaWrc11Bg5Uz03Ts7 { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #CeeIxeuf6osiVkNrqyQz4xLcxUyDPWBX { position:relative;z-index:2; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #Ms1EFb6UihvHCNoD9EcyAk6g41QkUlBw { position:relative; }
#HzqqZrflsroqwBJDGrkUnBQDE5nZ1ytB { position:relative;display:block; }
#dm9F3F7FPBURnCdvunpHNLZwo1JTvnGM { position:relative;display:block; }
#uUd7XeBDrXwvDqtCAKzid9XK1OLq3qTP { position:relative;display:block; }
#tqGNS5gV06yVKRuaNCutV8IBgOMn5Ewr { position:relative;display:block; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #cThSH8nw6CNfkTXltfimAoU5uK1VMPnK { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #KKgnTur2mS2xpT0RQrVl6FruD9sdD8OO { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #mPenDZ788nChwx5TC0Ah7cJwO3iKFgNI { position:relative;display:block;z-index:15000; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #FJ2FAQ2GKGkNn3ZbLxtHpPCgTVT6IFnt { position:relative;display:block;z-index:15000; }
#WvlrN6XexWM0S8GKK0qpATWM3d270UE6 { color:#232323;display:block;width:28.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.5625rem;left:44.8125rem;height:9rem;font-style:normal;display:block; }
#iD9LVnEIr52hXM3RqhnbO8ROkCEUPv2v { color:#232323;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:20.46923828125rem;left:44.8125rem;height:10.1982375rem;font-style:normal;display:block; }
#HMl7XBH5Q6bIKIXkNhJw0MmtXBSeLatX { position:absolute;display:block;z-index:15011;height:9.625rem;width:20rem;top:30.3125rem;left:44.8125rem;display:none; }
#z2082bcae957a6772554d155145e06c4.widget-smartsection { 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; } #z2082bcae957a6772554d155145e06c4.widget-smartsection *:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection input[type="text"]:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection input[type="email"]:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection input[type="tel"]:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection textarea:focus-visible { outline: none; } #SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .row .container { background-color: transparent; background-image: none; }#SVhFVXevmL3n2Elw14JaICSfXwptpgpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .row .container > .video-iframe-container { display: none; }#SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .row > .video-iframe-container { display: none; }#SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .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); }#SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .row .container { border-width: 0; border-radius: 0; }#SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#BaLfE8Uq9Ib7LsJ9B6mfN2ld8BIo2uJ6 { 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:none; }#BaLfE8Uq9Ib7LsJ9B6mfN2ld8BIo2uJ6 > .row .container { border-width: 0; border-radius: 0; }#BaLfE8Uq9Ib7LsJ9B6mfN2ld8BIo2uJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaLfE8Uq9Ib7LsJ9B6mfN2ld8BIo2uJ6 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:none; }#W1ZlKrUplgQU8Nd0oVXNRWdm9bINmBfr { color:#793a4c;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5126953125rem;left:50.3125rem;height:3.41161875rem;text-align:right;text-align-last:right;display:block; }
#uIuNfQ7q8rcTiyxZ5AnLcONCHKZeeqqe { color:#313535;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.943359375rem;left:25.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#hHLJ5iwpL11THTxfboFZy4PhEA4mHIaV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.625rem;top:1.2802734375rem;left:71.375rem;overflow:hidden;display:block; }
#zvsHepCrITSQktK6OABOHkO6EJG91S6H { color:#313535;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.79833984375rem;left:27.03125rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#T0Tdf9na28vkxpaM9ltfkhTBQWHelX2F { color:#313535;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.943359375rem;left:0rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:14.75rem;height:3.4375rem;top:1.3125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:13.4375rem;height:3.125rem;top:1.5rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #PgETTn6LeQASc5iT2GClHmlzZLA6ad2g { width:4.375rem;height:4.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF { display:none; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:1.6875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:6.25rem;left:0rem;width:43.5rem;height:;font-size:0.8125rem;display:block; }#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05be181fe3dac0fedd42e7706aa07b68d83c6565.svg); }
 }@media only screen and (max-width: 763px) { #pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { top:20.125rem;left:0rem;width:2rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { top:9.4375rem;left:0rem;width:43.9375rem;height:;font-size:0.6875rem;display:block; }#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1cef0709d4e4bd0ea80f5344c09d73533cf954e5.svg); }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { top:25.5rem;left:0rem;width:2rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-regular-label { display:block;width:13.4375rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-text { width:13.4375rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-text {padding-top: 0; padding-bottom: 0;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-textarea { width:13.4375rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-select { width:13.4375rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-select {padding-top: 0; padding-bottom: 0;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-checkbox-label { width:42.25rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-radio-label { width:5.53125rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo  { width:44.375rem;height:auto;top:25.0625rem;left:0rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .radio-container { width:14.0625rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo {display:inline-block;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo { width:44.375rem;height:auto;top:25.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #Vf0EPme1G5rt6d8gzNhikerB8xnlJt0u {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #JP7unKQQM0Fgm2SX4zTGrnLFnNxF7qrA { display:none; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #D5SDGKZBb85v4VaUDXepsVs2xc1EwgwT {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #MJb4R342xhsVXKlWqGZEQDKT7WUtnqiT {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #AqDRXGEh9HEvxubrpZ7EhQNX0z9Ixx3s { display:none; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #ANzh2iXCT47078GeBkA1zSmceNwoeXah {  }
 }@media only screen and (max-width: 763px) { #x9ZbwxagOu0unwQKCrC9JdhifknMFm6q { display:block; }
 }@media only screen and (max-width: 763px) { #pFxhTrb3H7elPXOL0a9KJTyir4caFXBO { display:block; }
 }@media only screen and (max-width: 763px) { #Uu1HHJZ7ygBHpZ026ZpSJxUDkgRNowDx { display:block; }
 }@media only screen and (max-width: 763px) { #C3rXSqZskK3u7uUf2IMrMt3PfbAQ8KfJ { display:block; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #nIA2MWwT2ciRUlXe7Pwl1g7MbUwZ2LNZ {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #zct3Vx7IqeuIqBZBcXT8MsHGUOSUIEKt {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #vqIlHKLc4NKHc8LDHcM46TykiwU0qqdg {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #tFtVhG9EEhva909BBzIUCTWFJJ74pocn { z-index:2; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #oTWy3iqamx0DE24t7QDVhDxADUZOMdsD {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #gXvPmyF3672FlDfsLnEoWtqfQJV8ZWkT { z-index:15000; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #pemhiLAkzxJs6cfvbCszAIPLIz7vKHTo { z-index:15000; }
 }@media only screen and (max-width: 763px) { #oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns { display:none; }#oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cPLDPOZ5xuB7bUcD2SNN8GFfO6cqp8Uf { width:47.75rem;height:26.317327766179rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Tu23LEhWFO1Cbawnz2053DvvQGFB7R { width:47.75rem;height:1.875rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4dsVlfl8PccMapGvlmUFhkvq6RD5A7 { width:47.75rem;height:1.4375rem;top:44.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlfhzn7V1DZnS7CTuxXMo0qiO24tkWWn { width:7.25rem;height:7.25rem;top:47.0625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9PTa5s9cv5HElmu0wg9vxioXs64KDk9 { width:5.5rem;height:5.5rem;top:47.9375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIKTt0ElH1KAA0q1BWGndZZDfuxvT64Z { width:1.625rem;height:1.0625rem;top:50.125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq3zrkhT15doCxgSxrwSk3GBaBS6Svon { width:47.75rem;height:2.75rem;top:2.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { display:block; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { top:3.875rem;left:0rem;width:47.75rem;height:1.7871125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg { top:8.6875rem;left:0rem;width:47.75rem;height:26.6845625rem;font-size:0.875rem;display:block; }#DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f8fd35a8335d73b176eb00062b0261d4bdf5dc8a.svg); }
 }@media only screen and (max-width: 763px) { #i38MZ2UBmDz5gkPW12S0ElL7CFXR4tb7 { width:17.5rem;height:3.125rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDEgEbHZDTigAXNutftxHxBtQ8quInro { display:block; }
 }@media only screen and (max-width: 763px) { #VdKICetd5NLvnrnxubEai7LlRnLSvh7A { width:24.375rem;height:43.3125rem;top:2.4375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA { display:none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHwIfBqzJeGPic4Ggmy8scRDpkOrDfSJ { top:2.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmFqPyHT1lBhW3WcZCCL1Oue93dgez1g { top:7.0625rem;left:4.0625rem;width:7.25rem;height:7.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9eHeGBdwaMkQZvTsd14VUiw4GLnVqTy { top:8.25rem;left:2.5625rem;width:45.0625rem;height:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDxus7u3GlbTbsnHF9h4sAF4AUnag2GE { top:14.5rem;left:7rem;width:7.25rem;height:7.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtU29vWPNJdqBZbwZtKreeAgqxVpBkvh { top:15.6875rem;left:5.4375rem;width:42.3125rem;height:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIQLhyrb9L6HXfSnm2eHhM77qE4ZSOqg { top:22rem;left:10.25rem;width:7.25rem;height:7.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZdk7pPBNJR4XsTRODzmPls2WJi4etJR { top:23.3125rem;left:8.6875rem;width:39.0625rem;height:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTTb4aQdyO4ikuNsMTyfT09POzUgOJa { width:12.5625rem;height:3.125rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utsyynUDT3rJapmqw7kTnTBNs18STBN7 { display:block; }
 }@media only screen and (max-width: 763px) { #PhZsNUZUPKAcPmDDrU6Gb1nyhlgBeCuH { top:29.6875rem;left:13.0625rem;width:8.1875rem;height:7.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm0dEbCJ1gmiI34h0F6yuQGTy08EPwFp { top:31.0625rem;left:11.5625rem;width:36.1875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoZgMGTnqQk7XGepU3StQmfTzGy018Zg { top:37.75rem;left:16.375rem;width:8.1875rem;height:7.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggLJ9SnqQMTT23kDKs0gpp69AEbs5XSI { top:39.0625rem;left:15.1875rem;width:32.5625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL { display:block; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCt6wtLUzCX0MJuQ13lRFibBuRz236Oh { top:9.625rem;left:1.75rem;width:18.375rem;height:1.48730625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9X3yFe2HviV5bMc8M0Bikb2vnZX4opb { top:11.3125rem;left:1.75rem;width:15.75rem;height:1.16845625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIP92g7STP0g4t8p9VTObGrPVhA24krM { top:18.8125rem;left:1.75rem;width:16rem;height:1.16845625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxWXpuoP96f1UDCh45V30F6a2KUDHeQa { top:17.125rem;left:1.75rem;width:18.375rem;height:1.16845625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgQGpKqtZMpSDPsHKTDF3HPWqkaWTGi4 { top:26.3125rem;left:1.75rem;width:16.75rem;height:1.16845625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7RqBMpgHF1OhNwXHk7DIknTG71yrHW { top:24.625rem;left:1.75rem;width:18.375rem;height:1.3808625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfJwgdEbQvEnyM3prrv9908BZSP2Efz { top:33.3125rem;left:0rem;width:47.75rem;height:1.48730625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O93mXzWyGt63IIzoewxUTnnDWATfqOnq { top:2.4375rem;left:8.625rem;width:30.5rem;height:2.1933625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPiSkzfkrfcsUkcP7urDlTUwH8MUoT9B { top:16.5rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swnp8bvcTv7IOfo5PKLIm3sCrJSwIykf { top:9rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnhvDMMVLzTkp5xkyBOz06RDIw59U62 { top:24rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5NTuCvUqrFAQoraTnsr4qP08Ba874IJ { top:10.25rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbwP7ePoNTo8kyXAu8bU74szIwfApTT { top:17.75rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khZ42xU2DSxBcTK6cPpBzi0MMGPCVBTE { top:25.25rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfTNl4ofxhf443igCCqKk6LWEdBbKfC { top:9rem;left:27.25rem;width:20.5rem;height:2.54980625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtSNowCq4pWxk6waSHsBT3FEErRiWM8E { top:8.5625rem;left:27.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJGUk3Ff457IMhmvO2ViPHCPtM69BvS { top:12.375rem;left:31.0625rem;width:16.6875rem;height:1.16845625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzSoVVD1zlrKuTETMBskOJwDogGSTebC { top:9.8125rem;left:29rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndTCLyK7daGwk5VUrTNcJDsb2bu520G { top:16.0625rem;left:27.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItlzTWpCM2HpgnftoGnt0oHEaCHhfJQa { top:16.6875rem;left:29.375rem;width:18.375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgcnDRvmewTTiZyQT7Ce8F9S8DztBkdz { top:17.3125rem;left:28.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7np8UtCQLWOPITntxODz9VqIZhoGOpr { top:18.375rem;left:31.75rem;width:16rem;height:1.16845625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOH9XzLJJrsV3bVNR6ZJbSHZtgBtdoqv { top:23.5625rem;left:27.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTyAyV0gcCEDhh03qDzVO9kD4pptoOh { top:24.1875rem;left:29.375rem;width:18.375rem;height:1.48730625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkxBOEOrnaT8xliE6zCmTBBzoCq7vtVN { top:24.8125rem;left:28.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbdXvIzutAmptPQrOLifZUsTKp6tycRE { top:25.875rem;left:31rem;width:16.75rem;height:1.16845625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIS39wiuub4XTQvXxcftF1Z7KizuypSG { display:block; }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LE2MQqmFtTtyQ7kCgLnEyGQgqZVkEWJx { width:47.75rem;height:3.73730625rem;top:1.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T { display:block; }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izNqDQf9FtrNEThz1aRCldyic1ORZUDu { top:7.25rem;left:26rem;width:21.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Za3TGJWRdEwED1DohUSB8PGkOEEeeT { width:10.8125rem;height:10.8125rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4XzOsyagTbUIFEK7fEV2Ny3r46zC9N { width:9.375rem;height:9.375rem;top:2.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5hJbHF5TXz6ABzArxz0XH372Ne1GbGf { width:17.0625rem;height:1.75rem;top:3.125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy2VlDPvkp93UIeRTe9Xn3w9GRmzFfH0 { width:17.0625rem;height:1.5625rem;top:4.6875rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wymEzdKt1RTzMBnxr0yN6CT46BTfIik1 { top:15.125rem;left:27.625rem;width:20.125rem;height:;font-size:0.8125rem;display:block; }#wymEzdKt1RTzMBnxr0yN6CT46BTfIik1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #HHp8VTJl9HBo4Eig688x4k6H9ORSsK7Q { width:20rem;height:9.625rem;top:19.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVPM7tGN4crvHhhuxXtRybOTRG5xg2UG { width:20rem;height:9.625rem;top:19.6875rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AM7bsKTPKxO0DH0brd9WGu0LUIxVToTo { width:17.5rem;height:3.125rem;top:18.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnSEl0am5hHggs1JgsCrQDXT5KAOsbEe { display:block; }
 }@media only screen and (max-width: 763px) { #UrQEzg9NRRvo2g9u4Bzn2xxMbhTtnLXN { width:37.5rem;height:14.5625rem;top:3.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgUmMGfwIpugORWe4x6BNNKZ3fSXDw6e { width:17.5rem;height:3.125rem;top:20.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soss56k4S4owb3ZCTXP7krNQOwCZDQ2C { display:block; }
 }@media only screen and (max-width: 763px) { #OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN { display:none; }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HVOIOAfF1zAIR50VT73JRpwlGuJ8MInK { width:10.8125rem;height:10.8125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS9AvEhazWlWERGCc3bx2GTvoPguwSp9 { width:17.0625rem;height:1.75rem;top:3.125rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crokVTremPVlfTn9lCCNDbQuCLD6reD9 { top:7.25rem;left:2.1875rem;width:21.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfcpXRGZ0VvTrRf99Mkagpzu4rdwQT4 { top:7.25rem;left:26rem;width:21.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD4KFqJJ0CIwLPitTDIkLoTt7eFPp1IU { width:10.8125rem;height:10.8125rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWf4cv4lnuHmNzcqaTOrp2S3DoDMnddO { width:9.375rem;height:9.375rem;top:2.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFetLeslstUaEV5CQgwpIVxa2cQqyPaU { width:17.0625rem;height:1.75rem;top:3.125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmr5zNxCTiBTXPfncrWs8tKG5wvgseQk { width:17.0625rem;height:1.5625rem;top:4.6875rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6GSTXx6MFJpU76QlFnTyvdh6yTTTUV7 { width:17.0625rem;height:1.5625rem;top:4.6875rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfJPaAFeE8asxPLv61dx0OQoP8uDW0Es { width:9.375rem;height:9.375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IABHbqWZNnWgdWpUKg2AQ48TEW48Fuop { top:14.3125rem;left:3.25rem;width:20.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }#IABHbqWZNnWgdWpUKg2AQ48TEW48Fuop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #EPen2i1Dk8xOhHagk3zIN4DTVTIrIWZH { top:14.3125rem;left:27.625rem;width:20.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }#EPen2i1Dk8xOhHagk3zIN4DTVTIrIWZH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #a00WOLz26g0ynQgkmgqpvoKZkObpuR9t { width:20rem;height:9.625rem;top:19.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dawQlip2RXeeKbokemNiMxn4n685bCbL { width:20rem;height:9.625rem;top:19.6875rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3bA1LowT9opIh4cL6gGcVg5qT1leIyU { width:17.5rem;height:3.125rem;top:17.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7d61Bwr955SkRWOAgg5ETseZedkfhLe { display:block; }
 }@media only screen and (max-width: 763px) { #oiB7JKgy1N1pXcidE0BaylzZqLkmnEvV { width:17.5rem;height:3.125rem;top:17.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVA4566h5x0C9TGFHC9a4NsBzitFoXNO { display:block; }
 }@media only screen and (max-width: 763px) { #ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 { display:none; }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lONTsAGBabJlJsDnQOvogQsJArpZUPhu { width:10.8125rem;height:10.8125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPGIuzEX7qJCQETq0sMfdAkG7v321m9h { width:17.0625rem;height:1.75rem;top:3.125rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgWX8HAcQtlX7OeeerdDLaM2GQ4cRLKL { top:7.25rem;left:2.1875rem;width:21.6875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcmmfZm4wS4MCJapOTF43V91TmOfOfd2 { top:7.25rem;left:26rem;width:21.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6vQiVhlxMLobBb96UrZ3pxFdKNR9839 { width:10.8125rem;height:10.8125rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4maCoTOW3ACJzW1SkLxgOaKeRpkzKd { width:9.375rem;height:9.375rem;top:2.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buX4ugFaIuQLWgOMg2pfV4L4hgM2lFBI { width:17.0625rem;height:1.75rem;top:3.125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUBNd3REztMpCtxHfZg6u8O8wz2mDydA { width:17.0625rem;height:1.5625rem;top:4.6875rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG76TBLZm7eIfqqW2ElNfbbeivWxdDuD { width:17.0625rem;height:1.5625rem;top:4.6875rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERT4UZydnpoNsWoaQIDvBcme37iKD1Wp { width:9.375rem;height:9.375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfQDBwkJddtwpBpq9l7AaPkyNcuAb4lR { top:16.9375rem;left:3.25rem;width:20.625rem;height:;font-size:0.8125rem;display:block; }#lfQDBwkJddtwpBpq9l7AaPkyNcuAb4lR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #zgvRZwtPRZH81Hd4nHahUZkU7AuLeHH1 { top:16.3125rem;left:27.625rem;width:20.125rem;height:;font-size:0.8125rem;display:block; }#zgvRZwtPRZH81Hd4nHahUZkU7AuLeHH1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #yroor65RfgIQP5QGo0HN4oFE3giJPxiM { width:20rem;height:9.625rem;top:19.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6lpwz0iD2gf6zCSkU8Rh04cECpU7D6n { width:20rem;height:9.625rem;top:19.6875rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIbe8zsW6rvh162CaIgqlIUXptrKKKMM { width:17.5rem;height:3.125rem;top:19.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhskGHIXRmep2aNJG6LsTOZtm2eqhoTX { display:block; }
 }@media only screen and (max-width: 763px) { #mQ7ciTq16NXrxrQBHEs6pBaXiud9Weto { width:17.5rem;height:3.125rem;top:19.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LshsGxWuZxKyfV1QgNivX3ZJqurOqy { display:block; }
 }@media only screen and (max-width: 763px) { #iQawGGT2plnMzvrnTNi1GLZB8ZPr0qrV { display:none; }#iQawGGT2plnMzvrnTNi1GLZB8ZPr0qrV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BarHrtZflE9ZqOJWIcKaqvkOK1iZD9iw { width:10.8125rem;height:10.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1on530SX1UqWBANpaxKdxUyCDqXdx9 { width:9.3125rem;height:9.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDHumIkNORN2ncerPt8dyZbrdeGfeuWi { top:6.375rem;left:2.125rem;width:21.75rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOT0aeeuBbaSxoVXnBEuyEPsZQiqEP19 { width:17.0625rem;height:1.5625rem;top:3.8125rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOmqgz9XT7gHPvdu6P6usKfnwz3MmH9J { width:17.0625rem;height:1.75rem;top:2.25rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6UWJ4Z2HblNhZEWthMGTdLZWaE1aKS { top:16.5625rem;left:4.0625rem;width:19.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }#EH6UWJ4Z2HblNhZEWthMGTdLZWaE1aKS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #byce9PQiKT8ILy0WsqmBpiCwXTkQrJxt { width:20rem;height:9.625rem;top:25.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v59Q01BNhcJrNrwXkM1BgmuvzV5aSK7D { width:20rem;height:9.625rem;top:18.25rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMgt8nr8sczCLpkFbDAvk0JUGCQsiXEb { width:17.5rem;height:3.125rem;top:19.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTI2FCPNgKNEUtIRQ4Eyml4vQkplOkud { display:block; }
 }@media only screen and (max-width: 763px) { #zuV4cZZyOP9c5JMUPoo8l6bP6GvAQHd1 { width:10.8125rem;height:10.8125rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRfGbzIg31Q6PJPSwBxTLlyUJHK2kbd1 { width:9.4375rem;height:9rem;top:2.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2PaHSs967adAXHtBEpbzaUZFEuMGapi { width:17.0625rem;height:1.75rem;top:3.25rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAD4zcPbaOCKnTQTKtnS56TgUlakBWUU { width:20.9375rem;height:1.5625rem;top:4.8125rem;left:26.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbbt4zt3zkwayoUSJ9OT0uhVCdSTAfrI { top:7.375rem;left:26.8125rem;width:20.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0OghpV6dtBXCKZqtMgu4iVSoQlKLrI2 { top:14.25rem;left:27.9375rem;width:19.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }#L0OghpV6dtBXCKZqtMgu4iVSoQlKLrI2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #Qb6gXBUnyS96378Embowk796qfPxVEmC { width:17.5rem;height:3.125rem;top:17.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtvZgCBvgA3pmFgP6HeCiyWo8KPhXymu { display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZP6XsfeSPflK4w0BNlK38WaLK6r0se { display:none; }#Q0ZP6XsfeSPflK4w0BNlK38WaLK6r0se > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNti1Ht4y85WgsCoihAvXywdKg3Cstu7 { width:10.8125rem;height:10.8125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfvnR5cpXLagdS0oXaVI3ki7E4aor6tZ { width:17.0625rem;height:1.75rem;top:3.125rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIFZyhq1HBxIZfzrqPwW4gdLHlLzUqpr { top:7.25rem;left:2.1875rem;width:21.6875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT6hSTniCycGlTI8GBRq6otupm6cfGIQ { top:7.25rem;left:26rem;width:21.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9GsR7UO18GMMEXAbQkanHg1BW6pTPI { width:10.8125rem;height:10.8125rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W76zBt4x0zmqRNoVSBNlkzM4nPTF1ekN { width:9.375rem;height:9.375rem;top:2.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmdPN6WxTMHChnfITq1c7dI5uxCKJ6tX { width:17.0625rem;height:1.75rem;top:3.125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqqeetgnlRsdVHpzeNU0r97XwuIeB1u { width:17.0625rem;height:1.5625rem;top:4.6875rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOCPU9CXmSfpAALWF6kiKd6XmzEywJyc { width:17.0625rem;height:1.5625rem;top:4.6875rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRQUIoyTHfMqKetDmEwMITXmru6KXhfp { width:9.375rem;height:9.375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0anI7dyVaG3fVbA3l1QK0f3WPzvgeJI { top:15.125rem;left:3.25rem;width:20.625rem;height:;font-size:0.8125rem;display:block; }#k0anI7dyVaG3fVbA3l1QK0f3WPzvgeJI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #n6yLQKGCyykTJUQELVg8BD1vtJKy56lD { top:15.125rem;left:27.625rem;width:20.125rem;height:;font-size:0.8125rem;display:block; }#n6yLQKGCyykTJUQELVg8BD1vtJKy56lD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #MkKADnvHxo9g2OEOPGSFKXEKpsMxCtPR { width:20rem;height:9.625rem;top:19.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvTTeR776iaSxl1cErTTJ0orc5n5VtG6 { width:20rem;height:9.625rem;top:19.6875rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7koZumTSEHokqNEQvqdZbDARJopBg5J { width:17.5rem;height:3.125rem;top:18.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqXrOLH64FgPVHXFr2OUuGWzznKVrFe0 { display:block; }
 }@media only screen and (max-width: 763px) { #zZkcyWJ7Otw7nzQ4z9rbdLURWswPTLnz { width:17.5rem;height:3.125rem;top:18.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMJnQtq2WEqUt0TMayefJKv2QwLs8Tnl { display:block; }
 }@media only screen and (max-width: 763px) { #EhUiVKBvvOdVVVFpxVlyvHsU65Uh6ane { display:none; }#EhUiVKBvvOdVVVFpxVlyvHsU65Uh6ane > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u5IQDrvzDviT1EM2sBbnXVAwGnLdyMuf { width:10.8125rem;height:10.8125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDbEeOVeUxkoSiRwGDV7SuKquzUFu2Sq { width:17.0625rem;height:1.75rem;top:4rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaa9rus2JGQDHAvPVJtgU38GhZ6bruSV { top:8.125rem;left:2.1875rem;width:21.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryPU8QWP9L1r16M3AT8B2HETKoWWPgl5 { top:8.125rem;left:26.125rem;width:21.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l75MVNV7EhyUZrChvs9rQsTOnUpXI5zW { width:10.8125rem;height:10.8125rem;top:3rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlZlTTGMik3Ji61x2UWtt3W8aUsyTPL2 { width:9.375rem;height:9.375rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Wyuu9IS25ZeLxFmqZb7clb4P0DyR9M { width:17.0625rem;height:1.75rem;top:4rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PkfoQLZZnUVDTo05Eu64KKDSmv9qq2 { width:17.0625rem;height:3.32421875rem;top:5.5625rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5wBTsTc0JgT1JIrTNDP73I6Jbd13pJ6 { width:17.0625rem;height:1.5625rem;top:5.5625rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA6zBMfJb2WSiOdnNPc2APo3gztw0hz1 { width:9.375rem;height:9rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTlmcQK4Tm022v2SCGUuzzB1uTqn7zsR { top:12.625rem;left:3.875rem;width:20rem;height:1.1875rem;font-size:0.8125rem;display:block; }#QTlmcQK4Tm022v2SCGUuzzB1uTqn7zsR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #mDHoWbCe5nsTxJEgttBQ17Uo6IBUCPrn { top:14.375rem;left:27.8125rem;width:19.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }#mDHoWbCe5nsTxJEgttBQ17Uo6IBUCPrn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #dfsfcfiKIGByaV5qqGkPiy3Wr0huF1NO { width:17.5rem;height:3.125rem;top:17.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZOKW94iAsBBRB9wvkSyzEHpe0gU4i3z { display:block; }
 }@media only screen and (max-width: 763px) { #sqUStOfcTTLVd2t6gg2XBpJFCDCnlZbq { width:17.5rem;height:3.125rem;top:16.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXiP6oICPsV7GGmmWtPwdD7traGcktR2 { display:block; }
 }@media only screen and (max-width: 763px) { #dtdNkIvvdWqGs3RifxOOV4kkJ7rH86pw { display:none; }#dtdNkIvvdWqGs3RifxOOV4kkJ7rH86pw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PJFJfBZH1he7AZaCR20bCXSWaMHohmIq { width:10.8125rem;height:10.8125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEMil7gbTmrmk2fE2M8oREKvSfiW1VQh { width:17.0625rem;height:1.75rem;top:4rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCJn9Ky24lacGHN8UMVVpBD5Kc9sigJF { top:8.125rem;left:2.1875rem;width:21.6875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w01NhQk0CuTKeuLLO6unOsU12ZD4U1R7 { top:8.125rem;left:26.125rem;width:21.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcuDi5G4LQLby0oZ7RTbVedO2AyVXP9B { width:10.8125rem;height:10.8125rem;top:3rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdHg3OFo9hBhlPVgnTpyXnxDkT27Kaf9 { width:9.375rem;height:9.375rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWaJHG3RLxQWFO8D18TCBPLXcwCrV2oT { width:17.0625rem;height:1.75rem;top:4rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gypc2vZLRQmB3M7l7SvshA2sUQOM6a5H { width:17.0625rem;height:3.32421875rem;top:5.5625rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeDe5WNX7TR3k05hvMxyrzXctE5uilwL { width:17.0625rem;height:1.5625rem;top:5.5625rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWOL4ch8cblnkbUPqOh46TJJU6WXDwU1 { width:9.375rem;height:8.8125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA8Kt3tyiNC5SHMHG9uD5yJsg2ETZ5X7 { top:15.5625rem;left:3.875rem;width:20rem;height:1.1875rem;font-size:0.8125rem;display:block; }#RA8Kt3tyiNC5SHMHG9uD5yJsg2ETZ5X7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #n7g9MbTEIZZtCSXuqpVThTPDfmA8wrQv { top:14.375rem;left:27.8125rem;width:19.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }#n7g9MbTEIZZtCSXuqpVThTPDfmA8wrQv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #IcwAkHpII9Kl6v8SL56wUouxrnee5TEc { width:17.5rem;height:3.125rem;top:17.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWcuxJAiIkwbAVTAhGETicsvp3Jux3Uy { display:block; }
 }@media only screen and (max-width: 763px) { #CCNaPe05gUgrVWhc38ubGrUmtX80BmvH { width:17.5rem;height:3.125rem;top:18.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnIvDGcJMflzQLgTMC4Xez6tLmnxqyRM { display:block; }
 }@media only screen and (max-width: 763px) { #lU8JE0b8ScXLCv50gRKqyoMmPxdqTaM2 { display:none; }#lU8JE0b8ScXLCv50gRKqyoMmPxdqTaM2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AG2sAVEnwPy1DJo70DDr4qlgkbTACXJJ { width:10.8125rem;height:10.8125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXNw4ZGcXpaH3Kc9twMuvZo31UGfixAP { top:8.75rem;left:6.0625rem;width:21.75rem;height:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omB0dEcXG1h0Ub07LTuzaJmJGHVPnhuk { width:9.4375rem;height:9.375rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3J8DmHaEUP25qkJvccXrPLdCGwGBPkp { width:17.0625rem;height:3.32421875rem;top:6.1875rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLHMyZOqy5fD8AkZCLbLs9FeGJQk7alJ { width:17.0625rem;height:1.75rem;top:4.625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRygeCPLsEqWp4mQrJZvII9g6fbGo3TV { top:8.75rem;left:26.8125rem;width:20.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7adkLIDstUlES2A6TpkLhkRy6OeL9ca { width:10.8125rem;height:10.8125rem;top:2.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGD7nORgOarsl1VZUgQCHQuDdtfpzXSX { width:9.4375rem;height:9rem;top:3.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKoAtpLfT7pGkTMaZUUg0q8roLEbLe4D { width:20.9375rem;height:3.32421875rem;top:6.1875rem;left:26.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizrV8156VM5JqL0A8aSHz0McOpO7uGH { width:17.0625rem;height:1.75rem;top:4.625rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NurdtVsQLgirhaHqTzWfqpoRoLfluiqf { top:14.625rem;left:6.3125rem;width:17.5625rem;height:1.21875rem;font-size:0.8125rem;display:block; }#NurdtVsQLgirhaHqTzWfqpoRoLfluiqf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #M2584pxULqPysIQNfx1JBUo4wfmFJnhu { top:15.625rem;left:27.9375rem;width:19.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }#M2584pxULqPysIQNfx1JBUo4wfmFJnhu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #qtWWiKbR4q4a6n7vgsFf7atI18SotQnA { width:20rem;height:9.625rem;top:17.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSGUpamd7b2VAv3BopwUfoOvy2FXmJIX { width:20rem;height:9.625rem;top:18.6875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1y2MT3LxTHef6TTZHFn9FclmL104oS4 { display:none; }#u1y2MT3LxTHef6TTZHFn9FclmL104oS4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dJCEA3rPTHJ6VFIiLzTCcHAeKhSOdnOp { width:10.8125rem;height:10.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6BvoATdHplDzPDshFCxpvM5sBEDsMsC { width:9.3125rem;height:9.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBqh8eEDq9HSBAGXr5BA4mMHyRzFKpBc { top:6.375rem;left:2.125rem;width:21.75rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbOSOzUmLulK08CENOZ1UsMruWR8npOy { width:17.0625rem;height:1.5625rem;top:3.8125rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVvUgwUI8qtG8cppsRQTg93ZPDf7SHf7 { top:6.375rem;left:26.1875rem;width:21.5625rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks7ggRiXv5r5elsegKSDLzCCfgiOlTL3 { width:10.8125rem;height:10.8125rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWVzFpB0ulL5kgAaMB4atU7WleKTWiX0 { width:9.375rem;height:9.375rem;top:2rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JctIwqCyicE6pPeWH7LH6zo3TVuEmTAv { width:17.0625rem;height:1.5625rem;top:3.8125rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8o1A2EktXqaNTNzZ4LXAkyRiiQ5Hk4I { width:17.0625rem;height:1.75rem;top:2.25rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9I0ug9CNECrxMMCMTAKOVnHsBsFdaV6 { width:17.0625rem;height:1.75rem;top:2.25rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q24O1LppLV6v81qwZzvMpZCTzI3hpOq4 { top:16.5625rem;left:4.0625rem;width:19.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }#Q24O1LppLV6v81qwZzvMpZCTzI3hpOq4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #evxDhGWNt9xRHlBxRhMI6bZtJRvTyQOi { top:15.3125rem;left:27.8125rem;width:19.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }#evxDhGWNt9xRHlBxRhMI6bZtJRvTyQOi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #eriMraGsbksNyBoqHu9KBRF9RbtOAfVi { width:20rem;height:9.625rem;top:25.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tufTOlHylcLRvM4OQke3ZwAN5k7vx7vg { width:20rem;height:9.625rem;top:18.25rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugo2zngmnZXq776tqMBeRl1oGo3X6TN2 { width:17.5rem;height:3.125rem;top:19.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcKBEEtB1LNKAtbD316vvl1nfsodUsXZ { display:block; }
 }@media only screen and (max-width: 763px) { #RUC69opONsLEm9cAuzCgznAPMnolTJEC { width:17.5rem;height:3.125rem;top:18.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPlz48bNg8w6W6uoki6BrLPey9PO1o2E { display:block; }
 }@media only screen and (max-width: 763px) { #yrm2eZt8K2iBPg0HzpUeUVObBFUpac93 { display:none; }#yrm2eZt8K2iBPg0HzpUeUVObBFUpac93 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZK6Of5AK3cepRcpMrdPccLt781QPzfcF { width:10.8125rem;height:10.8125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr0zbTpZKv3ZJc6fF20BV9oTkIWPkyhm { top:7.5rem;left:2.125rem;width:21.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVeaHXGHB1Cv9ZsysC90mLGt6pp1nK9r { width:9.3125rem;height:9.3125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUpG8uwFvEKzA4qp2I0O3JQquAQwQz0A { width:17.0625rem;height:1.5625rem;top:4.9375rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgT7OAfNm0CEU63o2B92qRkiPDxGkwF1 { width:17.0625rem;height:1.75rem;top:3.375rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIMSam7zi9uFwLVleigBUlsdxvRt7tkL { top:16.125rem;left:3.75rem;width:20.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }#dIMSam7zi9uFwLVleigBUlsdxvRt7tkL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #yD23WiBgCZnWzpVnKzLNmVAuiVCGn7KO { width:20rem;height:9.625rem;top:19.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goZqbksxcpNiJHWuBdbIJ7COr9qUqPml { width:37.5rem;height:14.5625rem;top:4.125rem;left:10.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsaCIOf9vTJTbtTUzCASsit6LnsoKIML { width:17.5rem;height:3.125rem;top:21.6875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW9DVtQtn2k3A4ll6Uu8RItnulXgCsWX { display:block; }
 }@media only screen and (max-width: 763px) { #orRHuWX7MC5K5oLh82iGBxs7W9U7TCKp { display:none; }#orRHuWX7MC5K5oLh82iGBxs7W9U7TCKp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nt2cT70Ml5J5lo02dT7Bi26SkIPgMnSc { width:10.8125rem;height:10.8125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMQHQZEfQvaw2ItqFAh9XnaqQcsvyTy { top:8.75rem;left:2.25rem;width:21.625rem;height:4.548825rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyTLwhzNTSq2gOg0xUvCKgtZJg58GSKQ { width:9.4375rem;height:8.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8vPTaWqs2SWaVAzIdvh3A5SEhF5VnrG { width:17.0625rem;height:1.6621125rem;top:6.1875rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXMnbsAD7MczFP6vshX1Z6MFSWX1Vv2q { width:17.0625rem;height:1.75rem;top:4.625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkbXPg4DuK76VJi46XP6q2NQF2cAVVhT { width:10.8125rem;height:10.8125rem;top:2.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAt9NonbTLM3TUoTrw4D9MEPQ4m4HAC1 { width:9rem;height:8.875rem;top:3.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSzrvFUzyCNUSVMkyRFPClCsHNHBPWOI { width:17.0625rem;height:1.75rem;top:4.5rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0vH14qbAsh5OcQQPgWx3gbEgvW64U5w { width:17.0625rem;height:1.6621125rem;top:6.1875rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrgNNueind2Ntkbat2HMHeUM2vUsvCZh { top:8.6875rem;left:26.125rem;width:21.625rem;height:6.82324375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmd1JCRRDAkgC88W9ObNgPIUQZFgwQ40 { top:14.8125rem;left:6.3125rem;width:17.5625rem;height:;font-size:0.8125rem;display:block; }#dmd1JCRRDAkgC88W9ObNgPIUQZFgwQ40 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #J0v2GXLuH0rc8ZQyf4eObRetAQNiIZvn { top:16.8125rem;left:27.5rem;width:20.25rem;height:1.21875rem;font-size:0.8125rem;display:block; }#J0v2GXLuH0rc8ZQyf4eObRetAQNiIZvn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #TPUCnrkTnAnH4DRhbTcWgPUTgQpS4lPp { width:20rem;height:9.625rem;top:18rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSiWHfOKH2hDE5MUz7HnyElUT9qCUW4 { width:20rem;height:9.625rem;top:20rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es173TKSaUaw0wuQmTpX5v9C8uVaC3Kf { display:none; }#Es173TKSaUaw0wuQmTpX5v9C8uVaC3Kf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sQqRpECNop4A4wHbVT5bVrksNNqS3eDN { width:37.5rem;height:14.5625rem;top:4.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zACpuhfIGzXrBRRRf2O2nQ2kKIomp2Il { width:17.5rem;height:3.125rem;top:22.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTAnUEB4ib4HoJTtKHLNcGhwIl5S2U5 { display:block; }
 }@media only screen and (max-width: 763px) { #mT4R0o9y6mCw1c2n65M33ysJBluy3yyV { display:none; }#mT4R0o9y6mCw1c2n65M33ysJBluy3yyV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sHlB239iJJfpUVs57NRnVnoMPU7RySp6 { width:10.8125rem;height:10.8125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2R5NyPXMaNJl32em2AkCPJASSoJvNJ { width:9.375rem;height:9.375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJT4bsfCMk8Gay8fTcM45nqUwgkQQ7zI { top:8rem;left:2.125rem;width:21.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXRQkQDsDf0o1IAyr1ipM0xqlvtZ2uNW { width:17.0625rem;height:1.6621125rem;top:5.4375rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVTWeVRPe6PT6pBrdMfFmvTPDXsdLBKV { top:8rem;left:26.25rem;width:21.5rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs5hw6upn7wAU56xwX66X6ckwnMceAKq { width:10.8125rem;height:10.8125rem;top:2.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJXWUzr7JXHEGfuGIFkFwHtuTXfiORg4 { width:9.375rem;height:9.375rem;top:3.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXVqeH9rZZcxqOFECgwNJ1Hel6hRzZaE { width:17.0625rem;height:1.6621125rem;top:5.4375rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxKpxWoUVZEXEsl1ilT1GOKFkJlPzBgv { width:17.0625rem;height:1.75rem;top:3.875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb16GLMRBVncDRCpXgCV505rsWUcIhnE { width:17.0625rem;height:1.75rem;top:3.875rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UATzdteTHrzDVXFfI9cRiz38wozw1Xe6 { top:16.4375rem;left:6.3125rem;width:17.5625rem;height:1.21875rem;font-size:0.8125rem;display:block; }#UATzdteTHrzDVXFfI9cRiz38wozw1Xe6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #lpGMFTgi6CU1glMbh7sF3iJcl5woRKlD { top:25.4375rem;left:30.1875rem;width:17.5625rem;height:1.21875rem;font-size:0.8125rem;display:block; }#lpGMFTgi6CU1glMbh7sF3iJcl5woRKlD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #qWerkuCOdPmh8Z0ngbTkRZwrn2NcUsu0 { width:20rem;height:9.625rem;top:19.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih64xA4o115VBuB1DtI23qrxMbz8ShhX { width:20rem;height:9.625rem;top:28.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWsFucg1UAdeiiWJTe2MlXgQLb3oUUVF { display:none; }#mWsFucg1UAdeiiWJTe2MlXgQLb3oUUVF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CtOavVOv4kqlwvts9nSz7WoJK1lquZ3T { width:10.8125rem;height:10.8125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNgc6C0tmUDNV10L5EkCQkTkJOkefuIq { width:9.375rem;height:9.375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ4lfGAdHkbGKtee0MPXWlRWK0NSnC9g { top:8rem;left:2.0625rem;width:21.8125rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqfTvFGbBn6X5VJOw1CEWZJfCk9kvbTJ { width:17.0625rem;height:1.6621125rem;top:5.4375rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y68ctcKBXNIsvr69Ba8U0ePhElwbS0TT { top:8rem;left:26.1875rem;width:21.5625rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWS4ofll9ouvVBvfQxIDayF7oiFtsxif { width:10.8125rem;height:10.8125rem;top:2.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRPS4XtxCvzxIKyfliR60hXp279tM75H { width:9.375rem;height:9.375rem;top:3.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1U1oK9DmOd0J7szRpMdJ6t6lvDUiIrK { width:17.0625rem;height:1.5625rem;top:5.4375rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrbgCKIGrhTSz7VEmko9sRFWgW9Gpezo { width:17.0625rem;height:1.75rem;top:3.875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOfHowMHTebPEp7lFO6Eq7Au3Q9IAmZB { width:17.0625rem;height:1.75rem;top:3.875rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHisTi7ktQXIXRPAB5dvpOQBSMRRH6TB { top:18.875rem;left:6.3125rem;width:17.5625rem;height:1.21875rem;font-size:0.8125rem;display:block; }#NHisTi7ktQXIXRPAB5dvpOQBSMRRH6TB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #wuHDvenKLggPB8V9yptzCPQSEuirm5FH { top:16.3125rem;left:30.1875rem;width:17.5625rem;height:1.21875rem;font-size:0.8125rem;display:block; }#wuHDvenKLggPB8V9yptzCPQSEuirm5FH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #LH8VHTmIWfOrL0qB0pqz0IZwwFOEaq0k { width:20rem;height:9.625rem;top:21.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyfvCQZaUCXgJWd6zlfI5tJLrwcfWEr3 { width:20rem;height:9.625rem;top:19rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOdGTX3g9Ptk9OEVXJiiVfpgOe07TWye { display:none; }#wOdGTX3g9Ptk9OEVXJiiVfpgOe07TWye > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qXbf9K3I1uO6IevGZcXrlbothONQ0qG9 { width:10.8125rem;height:10.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQoJtkEgIDwODTUb96eZnez6ZmT7PA7f { width:17.0625rem;height:1.75rem;top:3.8125rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuG4pQQ3TpW9MOhDT20dpHIeqD22LZut { top:7.9375rem;left:2.0625rem;width:21.8125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcCEJboqxqqOWyCfXxQdVLVs0y76cNIE { top:7.9375rem;left:26.125rem;width:21.625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSFVnZ6Qg5OahHowr66DfHAnkJ2crwBF { width:10.8125rem;height:10.8125rem;top:2.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrkebPQFW0tW6dxX05Uw5rZsGAWQIqrT { width:9.375rem;height:9.375rem;top:3.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukSnul98XlLN2mldxnMrAT1vIt4dfZhE { width:17.0625rem;height:1.75rem;top:3.8125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3POinzOrTgDkw0BIHLwfFNr7wsJ9Omo { width:17.0625rem;height:1.6621125rem;top:5.375rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG3r2gCHCPSwRdSNHDN9AT1eoE8qTEfo { width:17.0625rem;height:1.6621125rem;top:5.375rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDwPPiWweW344WbfOFXMnxsaTB6WComC { width:9.375rem;height:9.375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfpQ940v63ZX2HT1rwVbRxp8pIdozwAg { top:16.4375rem;left:6.3125rem;width:17.5625rem;height:1.21875rem;font-size:0.8125rem;display:block; }#LfpQ940v63ZX2HT1rwVbRxp8pIdozwAg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #OQbkDa5JQbl4nTLgdyokPKFcHt7RTlB5 { top:18.75rem;left:30.1875rem;width:17.5625rem;height:1.21875rem;font-size:0.8125rem;display:block; }#OQbkDa5JQbl4nTLgdyokPKFcHt7RTlB5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #tzZqViMp8uR9ScUEB9fkkESCsqRZUziM { width:20rem;height:9.625rem;top:19.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvyU66RbGERkZ0hsQmWg2xEXP3laxmgr { width:20rem;height:9.625rem;top:21.625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOp5p79PkQ1BKGfog29TePtXPukqF2u { display:none; }#gtOp5p79PkQ1BKGfog29TePtXPukqF2u > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RPMraq7kgERsf5sDp1NFPWDrBPJhTb6P { width:20rem;height:9.625rem;top:3.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KWRXwPtIVI4iHicyLsM1EXbyBNl1NB { width:37.5rem;height:7.47460625rem;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHai1ElygmzlLBraf697KTBvtoXWbZeE { display:none; }#ZHai1ElygmzlLBraf697KTBvtoXWbZeE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uoePubpPPXUoV2mTe7HeDDCeWXvEeiR4 { width:20rem;height:9.625rem;top:12.5625rem;left:25.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWNe8J3NSZWAWC75lVLnyu67igIZhL6t { top:2.0625rem;left:0rem;width:36.1875rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPkvE4UFXppMHNV2UAbpNw99KSqtMlZK { top:6.8125rem;left:0rem;width:37.25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngWc97xRrQuvUJ7omTKGZvqG1mvX2Pk8 { top:11.25rem;left:0rem;width:37.0625rem;height:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAfbCxnxIN1uSaGcatZQB4RLlMtNZ5sf { top:8.1875rem;left:14.875rem;width:32.875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXmkokuI3mKE2rNunP8lX8yzzAdRvfiT { width:17.5rem;height:3.125rem;top:14.625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIrZLuLXtHnZNP87St8bcv81OuizHGwB { display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { display:none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iQmz0ZP00NQ0lpa4a78eDNEqNG0TlXwo { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { top:12.5rem;left:0rem;width:18.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { top:15.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.9375rem;display:block; }#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB li:before{  }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { top:19.75rem;left:0rem;width:47.75rem;height:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUClEltJe8LHKcyyqdRLkzmumyxkKMOT { top:6.0625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gguIkh80FWnoC9e46ZZAhFIGOEx91Vos { top:36.9375rem;left:0rem;width:47.75rem;height:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OklQL1Ru2tqNTvHmyas4t5MMOqgXwSGs { width:20rem;height:9.625rem;top:57.125rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9FldG0GpmbICivxAMTVCSwtTHlTJMt3 { top:53.3125rem;left:22.125rem;width:25.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waluRTwiq8SUQ0d0TTxde4PGWLNHWpqi { width:17.5rem;height:3.125rem;top:58.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUIl2I4GgOszF7OgW1VbhDToZmESlpha { display:block; }
 }@media only screen and (max-width: 763px) { #N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp { display:block; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iO8Jn3rar8cBS9kLytvQpGaUuACkoqfH { top:6.0625rem;left:0rem;width:47.75rem;height:3.71875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8beXRVTlIJNkr2f5kAplNzsSNyVoJyb { top:12.8125rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2MJv4NsEIlIldvkryBqTBerPXopVVTG { width:17.5rem;height:3.125rem;top:23.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgaF9XrsiH2xzcPWi6mAAiZXbvOR1Bp { display:block; }
 }@media only screen and (max-width: 763px) { #i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ { display:block; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBipTSl4tcFN6t92nyDXPXD2EtSaptz3 { top:1.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZUuxrveF9L7BqTWvgHCpbx0xnIn3VHw { top:9.5625rem;left:0rem;width:34rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-regular-label { width:28.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text { width:28.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-textarea { width:28.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select { width:28.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-button { width:28.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-checkbox-label { width:27.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm  { width:28.1875rem;height:auto;top:11.4375rem;left:0rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .radio-container { width:28.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm {display:block;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm { width:28.1875rem;height:auto;top:11.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #aKTT3nr1XUFUKXkQulOab98LdA9bCicU {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #o8Ten6DRqp4lBzviACwgIQnb372WCPKC { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #PlzzDbZPlhQZbRkTLbghrlSaiW3bIzPT {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #ymQUy00tsgTmnGUr0fGQ9OBTb7m9Fs1z {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #JMIOPa1aJyMA5ynEVMdviFVedNBEgcmR { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #mEXXZsiP3rTCQxbhfIa1vNh2qTWBJMfK {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #LqDHbtL4MT0wDM2hovTHyOTqCJlBhOkk {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #OcaRxBXHU69fk1ODfTsnrNSeC5SiFqQA { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #IzX4QCP8CB52DK9HzbLriau9MMcTkZXp {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #EiKSP1DucEgQX94eaWrc11Bg5Uz03Ts7 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #CeeIxeuf6osiVkNrqyQz4xLcxUyDPWBX {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #Ms1EFb6UihvHCNoD9EcyAk6g41QkUlBw {  }
 }@media only screen and (max-width: 763px) { #HzqqZrflsroqwBJDGrkUnBQDE5nZ1ytB { display:block; }
 }@media only screen and (max-width: 763px) { #dm9F3F7FPBURnCdvunpHNLZwo1JTvnGM { display:block; }
 }@media only screen and (max-width: 763px) { #uUd7XeBDrXwvDqtCAKzid9XK1OLq3qTP { display:block; }
 }@media only screen and (max-width: 763px) { #tqGNS5gV06yVKRuaNCutV8IBgOMn5Ewr { display:block; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #cThSH8nw6CNfkTXltfimAoU5uK1VMPnK {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #KKgnTur2mS2xpT0RQrVl6FruD9sdD8OO {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #mPenDZ788nChwx5TC0Ah7cJwO3iKFgNI {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #FJ2FAQ2GKGkNn3ZbLxtHpPCgTVT6IFnt {  }
 }@media only screen and (max-width: 763px) { #WvlrN6XexWM0S8GKK0qpATWM3d270UE6 { top:9.5625rem;left:19.5625rem;width:28.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD9LVnEIr52hXM3RqhnbO8ROkCEUPv2v { top:20.4375rem;left:20.375rem;width:27.375rem;height:10.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMl7XBH5Q6bIKIXkNhJw0MmtXBSeLatX { width:20rem;height:9.625rem;top:30.3125rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2082bcae957a6772554d155145e06c4.widget-smartsection { display:block; } #z2082bcae957a6772554d155145e06c4.widget-smartsection *:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection input[type="text"]:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection input[type="email"]:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection input[type="tel"]:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection textarea:focus-visible { outline: none; } #SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaLfE8Uq9Ib7LsJ9B6mfN2ld8BIo2uJ6 { display:none; }#BaLfE8Uq9Ib7LsJ9B6mfN2ld8BIo2uJ6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W1ZlKrUplgQU8Nd0oVXNRWdm9bINmBfr { top:1.5rem;left:30.5625rem;width:17.1875rem;height:2.9238375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIuNfQ7q8rcTiyxZ5AnLcONCHKZeeqqe { top:0.9375rem;left:11.4375rem;width:20.9375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHLJ5iwpL11THTxfboFZy4PhEA4mHIaV { width:3.625rem;height:3.875rem;top:1.25rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvsHepCrITSQktK6OABOHkO6EJG91S6H { top:6.75rem;left:13.40625rem;width:20.9375rem;height:0.9746125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Tdf9na28vkxpaM9ltfkhTBQWHelX2F { top:0.9375rem;left:0rem;width:23.1875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,64,160,0.5);background-image:url("https://images.assets-landingi.com/uc/111f3724-1236-493d-b38c-b81fd4496417/hugcarepsycholog.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;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; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:9.75rem;height:2.5625rem;top:3.09375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.8125rem;height:2.5rem;top:0.59375rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #PgETTn6LeQASc5iT2GClHmlzZLA6ad2g { width:4.375rem;height:4.625rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF { position:relative;z-index:auto;display:block; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF { background-color: transparent; background-image: none; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row .container > .video-iframe-container { display: none; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row > .video-iframe-container { display: none; }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .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); }#f3CrwIgvVyBAw9BFOlScEGS4eTb84KrF > .row .container { width:20rem;height:5.75rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:42.8125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:16.8125rem;height:4.3994125rem;top:1.375rem;left:1.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:15.125rem;height:1.21875rem;top:7.3125rem;left:2.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05be181fe3dac0fedd42e7706aa07b68d83c6565.svg); }
 }@media only screen and (max-width: 763px) { #pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { width:2rem;height:1.4375rem;top:15.375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { width:18.5625rem;height:8.94725rem;top:10.1875rem;left:1.0625rem;font-size:0.6875rem;display:block; }#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1cef0709d4e4bd0ea80f5344c09d73533cf954e5.svg); }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { width:2rem;height:1.5625rem;top:19.375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-regular-label { display:block;width:16.25rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-text { width:16.25rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-text {padding-top: 0; padding-bottom: 0;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-textarea { width:16.25rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-select { width:16.25rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-select {padding-top: 0; padding-bottom: 0;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-input-button { width:16.25rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-checkbox-label { width:15.375rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .widget-radio-label { width:6.9375rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo  { width:17.5rem;height:auto;top:21.28759765625rem;left:0rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo .radio-container { width:16.875rem; }
#c3WKWXE466t81BoPzw9HCThZe7USKJPo {display:inline-block;}#c3WKWXE466t81BoPzw9HCThZe7USKJPo { width:17.5rem;height:auto;top:21.28759765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #Vf0EPme1G5rt6d8gzNhikerB8xnlJt0u {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #JP7unKQQM0Fgm2SX4zTGrnLFnNxF7qrA { display:none; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #D5SDGKZBb85v4VaUDXepsVs2xc1EwgwT {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #MJb4R342xhsVXKlWqGZEQDKT7WUtnqiT {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #AqDRXGEh9HEvxubrpZ7EhQNX0z9Ixx3s { display:none; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #ANzh2iXCT47078GeBkA1zSmceNwoeXah {  }
 }@media only screen and (max-width: 763px) { #x9ZbwxagOu0unwQKCrC9JdhifknMFm6q { display:block; }
 }@media only screen and (max-width: 763px) { #pFxhTrb3H7elPXOL0a9KJTyir4caFXBO { display:block; }
 }@media only screen and (max-width: 763px) { #Uu1HHJZ7ygBHpZ026ZpSJxUDkgRNowDx { display:block; }
 }@media only screen and (max-width: 763px) { #C3rXSqZskK3u7uUf2IMrMt3PfbAQ8KfJ { display:block; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #nIA2MWwT2ciRUlXe7Pwl1g7MbUwZ2LNZ {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #zct3Vx7IqeuIqBZBcXT8MsHGUOSUIEKt {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #vqIlHKLc4NKHc8LDHcM46TykiwU0qqdg {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #tFtVhG9EEhva909BBzIUCTWFJJ74pocn { z-index:2; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #oTWy3iqamx0DE24t7QDVhDxADUZOMdsD {  }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #gXvPmyF3672FlDfsLnEoWtqfQJV8ZWkT { z-index:15000; }
 }@media only screen and (max-width: 763px) { #c3WKWXE466t81BoPzw9HCThZe7USKJPo #pemhiLAkzxJs6cfvbCszAIPLIz7vKHTo { z-index:15000; }
 }@media only screen and (max-width: 763px) { #oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns.adaptive-delivery-prevent-bg, #oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns.lazyload, #oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns.lazyloading { background-image: none; }#oFdbMubsqQJA2Kqh3FHdtnU5tORsHKns > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cPLDPOZ5xuB7bUcD2SNN8GFfO6cqp8Uf { height:11rem;width:20rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Tu23LEhWFO1Cbawnz2053DvvQGFB7R { width:20rem;height:4.78125rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4dsVlfl8PccMapGvlmUFhkvq6RD5A7 { width:20rem;height:1.29980625rem;top:21.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tlfhzn7V1DZnS7CTuxXMo0qiO24tkWWn { width:7.25rem;height:7.25rem;top:20.5625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9PTa5s9cv5HElmu0wg9vxioXs64KDk9 { width:5.5rem;height:5.5rem;top:29.0625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIKTt0ElH1KAA0q1BWGndZZDfuxvT64Z { width:1.625rem;height:1.0625rem;top:24.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq3zrkhT15doCxgSxrwSk3GBaBS6Svon { width:20rem;height:1.7871125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { display:block; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { width:20rem;height:79.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { width:20rem;height:3.57421875rem;top:2rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg { width:20rem;height:40.59325rem;top:7.32470703125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }#DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f8fd35a8335d73b176eb00062b0261d4bdf5dc8a.svg); }
 }@media only screen and (max-width: 763px) { #i38MZ2UBmDz5gkPW12S0ElL7CFXR4tb7 { width:16.1875rem;height:3.125rem;top:50.25rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDEgEbHZDTigAXNutftxHxBtQ8quInro { display:block; }
 }@media only screen and (max-width: 763px) { #VdKICetd5NLvnrnxubEai7LlRnLSvh7A { width:20rem;height:35.5625rem;top:44.07568359375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nKzSr6hd/bg3_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.adaptive-delivery-prevent-bg, #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.lazyload, #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.lazyloading { background-image: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { width:20rem;height:73.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHwIfBqzJeGPic4Ggmy8scRDpkOrDfSJ { width:20rem;height:1.7871125rem;top:2rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nmFqPyHT1lBhW3WcZCCL1Oue93dgez1g { width:3.375rem;height:3.33105625rem;top:6.51220703125rem;left:0rem;font-size:2.5625rem;color:#63a7a8;display:block; }
 }@media only screen and (max-width: 763px) { #y9eHeGBdwaMkQZvTsd14VUiw4GLnVqTy { width:14.25rem;height:11.8984375rem;top:6.51220703125rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDxus7u3GlbTbsnHF9h4sAF4AUnag2GE { width:3.5rem;height:3.33105625rem;top:19.90380859375rem;left:0rem;font-size:2.5625rem;color:#63a7a8;display:block; }
 }@media only screen and (max-width: 763px) { #NtU29vWPNJdqBZbwZtKreeAgqxVpBkvh { width:14rem;height:11.8984375rem;top:19.90380859375rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIQLhyrb9L6HXfSnm2eHhM77qE4ZSOqg { width:3.375rem;height:3.33105625rem;top:33.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZdk7pPBNJR4XsTRODzmPls2WJi4etJR { width:13.9375rem;height:10.411125rem;top:33.875rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTTb4aQdyO4ikuNsMTyfT09POzUgOJa { width:12.5625rem;height:3.125rem;top:70.0498046875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utsyynUDT3rJapmqw7kTnTBNs18STBN7 { display:block; }
 }@media only screen and (max-width: 763px) { #PhZsNUZUPKAcPmDDrU6Gb1nyhlgBeCuH { width:4.1875rem;height:3.33105625rem;top:46.64697265625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm0dEbCJ1gmiI34h0F6yuQGTy08EPwFp { width:14.8125rem;height:8.9238125rem;top:46.64697265625rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoZgMGTnqQk7XGepU3StQmfTzGy018Zg { width:4rem;height:3.33105625rem;top:58.86572265625rem;left:0rem;font-size:2.5625rem;color:#63a7a8;display:block; }
 }@media only screen and (max-width: 763px) { #ggLJ9SnqQMTT23kDKs0gpp69AEbs5XSI { width:14.9375rem;height:10.411125rem;top:58.86572265625rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL { display:block; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCt6wtLUzCX0MJuQ13lRFibBuRz236Oh { width:11.25rem;height:1.48730625rem;top:7.4375rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9X3yFe2HviV5bMc8M0Bikb2vnZX4opb { width:11.5rem;height:1.16845625rem;top:9.1875rem;left:8.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIP92g7STP0g4t8p9VTObGrPVhA24krM { width:11.4375rem;height:1.16845625rem;top:17.75rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxWXpuoP96f1UDCh45V30F6a2KUDHeQa { width:10.875rem;height:1.16845625rem;top:16rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgQGpKqtZMpSDPsHKTDF3HPWqkaWTGi4 { width:11.5625rem;height:1.16845625rem;top:27.44921875rem;left:8.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7RqBMpgHF1OhNwXHk7DIknTG71yrHW { width:10.3125rem;height:2.76171875rem;top:24.6875rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfJwgdEbQvEnyM3prrv9908BZSP2Efz { width:16.8125rem;height:2.9746125rem;top:60.3623046875rem;left:1.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O93mXzWyGt63IIzoewxUTnnDWATfqOnq { width:20rem;height:2.1933625rem;top:2.0625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPiSkzfkrfcsUkcP7urDlTUwH8MUoT9B { width:6.25rem;height:6.25rem;top:15rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swnp8bvcTv7IOfo5PKLIm3sCrJSwIykf { width:6.25rem;height:6.25rem;top:6.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnhvDMMVLzTkp5xkyBOz06RDIw59U62 { width:6.25rem;height:6.25rem;top:23.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5NTuCvUqrFAQoraTnsr4qP08Ba874IJ { width:3.8125rem;height:3.8125rem;top:7.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbwP7ePoNTo8kyXAu8bU74szIwfApTT { width:3.8125rem;height:3.8125rem;top:16.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khZ42xU2DSxBcTK6cPpBzi0MMGPCVBTE { width:3.8125rem;height:3.8125rem;top:24.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfTNl4ofxhf443igCCqKk6LWEdBbKfC { width:11.5625rem;height:2.923825rem;top:33.75rem;left:8.4375rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JtSNowCq4pWxk6waSHsBT3FEErRiWM8E { width:6.25rem;height:6.25rem;top:32.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJGUk3Ff457IMhmvO2ViPHCPtM69BvS { width:11.5625rem;height:1.16845625rem;top:36.6728515625rem;left:8.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzSoVVD1zlrKuTETMBskOJwDogGSTebC { width:3.8125rem;height:3.8125rem;top:34rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndTCLyK7daGwk5VUrTNcJDsb2bu520G { width:6.25rem;height:6.25rem;top:41.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItlzTWpCM2HpgnftoGnt0oHEaCHhfJQa { width:11.3125rem;height:1.48730625rem;top:42.9375rem;left:8.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgcnDRvmewTTiZyQT7Ce8F9S8DztBkdz { width:3.8125rem;height:3.8125rem;top:43.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7np8UtCQLWOPITntxODz9VqIZhoGOpr { width:11.25rem;height:1.16845625rem;top:44.6875rem;left:8.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOH9XzLJJrsV3bVNR6ZJbSHZtgBtdoqv { width:6.25rem;height:6.25rem;top:51.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTyAyV0gcCEDhh03qDzVO9kD4pptoOh { width:11.3125rem;height:1.48730625rem;top:52.75rem;left:8.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkxBOEOrnaT8xliE6zCmTBBzoCq7vtVN { width:3.8125rem;height:3.8125rem;top:53rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbdXvIzutAmptPQrOLifZUsTKp6tycRE { width:10.8125rem;height:1.16845625rem;top:54.5rem;left:8.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIS39wiuub4XTQvXxcftF1Z7KizuypSG { display:block; }#gIS39wiuub4XTQvXxcftF1Z7KizuypSG > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LE2MQqmFtTtyQ7kCgLnEyGQgqZVkEWJx { width:20rem;height:6.8984375rem;top:0.9052734375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T { display:block; }#alv3cCBsr9QTlUXW9ERNaVTvahU5wV7T > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izNqDQf9FtrNEThz1aRCldyic1ORZUDu { width:17.8125rem;height:6.82324375rem;top:40.6875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #U1Za3TGJWRdEwED1DohUSB8PGkOEEeeT { width:10.75rem;height:10.75rem;top:23.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4XzOsyagTbUIFEK7fEV2Ny3r46zC9N { width:9.375rem;height:9.375rem;top:24.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5hJbHF5TXz6ABzArxz0XH372Ne1GbGf { width:17.0625rem;height:1.75rem;top:35.8125rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dy2VlDPvkp93UIeRTe9Xn3w9GRmzFfH0 { width:18.375rem;height:1.6621125rem;top:37.5625rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wymEzdKt1RTzMBnxr0yN6CT46BTfIik1 { width:15.3125rem;height:1.21875rem;top:49.875rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#wymEzdKt1RTzMBnxr0yN6CT46BTfIik1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #HHp8VTJl9HBo4Eig688x4k6H9ORSsK7Q { width:20rem;height:9.625rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVPM7tGN4crvHhhuxXtRybOTRG5xg2UG { width:20rem;height:9.625rem;top:79.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AM7bsKTPKxO0DH0brd9WGu0LUIxVToTo { width:17.5rem;height:3.125rem;top:53.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnSEl0am5hHggs1JgsCrQDXT5KAOsbEe { display:block; }
 }@media only screen and (max-width: 763px) { #UrQEzg9NRRvo2g9u4Bzn2xxMbhTtnLXN { width:20rem;height:12.07226875rem;top:3.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EgUmMGfwIpugORWe4x6BNNKZ3fSXDw6e { width:17.5rem;height:3.125rem;top:16.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #soss56k4S4owb3ZCTXP7krNQOwCZDQ2C { display:block; }
 }@media only screen and (max-width: 763px) { #OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN { display:block; }#OA5T5blQNHiRgSG0pWnF7V9TeG0VWaAN > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVOIOAfF1zAIR50VT73JRpwlGuJ8MInK { width:10.8125rem;height:10.8125rem;top:3.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS9AvEhazWlWERGCc3bx2GTvoPguwSp9 { width:17.125rem;height:1.75rem;top:15.1875rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crokVTremPVlfTn9lCCNDbQuCLD6reD9 { width:17.8125rem;height:3.41161875rem;top:19.5625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxfcpXRGZ0VvTrRf99Mkagpzu4rdwQT4 { width:17.8125rem;height:4.548825rem;top:54.0625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZD4KFqJJ0CIwLPitTDIkLoTt7eFPp1IU { width:10.75rem;height:10.75rem;top:36.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWf4cv4lnuHmNzcqaTOrp2S3DoDMnddO { width:9.1875rem;height:9.1875rem;top:37.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFetLeslstUaEV5CQgwpIVxa2cQqyPaU { width:17.0625rem;height:1.75rem;top:48.375rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmr5zNxCTiBTXPfncrWs8tKG5wvgseQk { width:17.0625rem;height:1.6621125rem;top:50.125rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6GSTXx6MFJpU76QlFnTyvdh6yTTTUV7 { width:18.375rem;height:1.6621125rem;top:16.9375rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfJPaAFeE8asxPLv61dx0OQoP8uDW0Es { width:9.375rem;height:9.375rem;top:4.40625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IABHbqWZNnWgdWpUKg2AQ48TEW48Fuop { width:15.1875rem;height:1.21875rem;top:25.4375rem;left:2.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#IABHbqWZNnWgdWpUKg2AQ48TEW48Fuop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #EPen2i1Dk8xOhHagk3zIN4DTVTIrIWZH { width:15.3125rem;height:1.21875rem;top:61.1875rem;left:2.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#EPen2i1Dk8xOhHagk3zIN4DTVTIrIWZH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #a00WOLz26g0ynQgkmgqpvoKZkObpuR9t { width:20rem;height:9.625rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dawQlip2RXeeKbokemNiMxn4n685bCbL { width:20rem;height:9.625rem;top:79.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3bA1LowT9opIh4cL6gGcVg5qT1leIyU { width:17.5rem;height:3.125rem;top:29.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7d61Bwr955SkRWOAgg5ETseZedkfhLe { display:block; }
 }@media only screen and (max-width: 763px) { #oiB7JKgy1N1pXcidE0BaylzZqLkmnEvV { width:17.5rem;height:3.125rem;top:64.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVA4566h5x0C9TGFHC9a4NsBzitFoXNO { display:block; }
 }@media only screen and (max-width: 763px) { #ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 { display:block; }#ATG20tZVgSBa1TUCsDW6XEdLnU9NvTq9 > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lONTsAGBabJlJsDnQOvogQsJArpZUPhu { width:10.8125rem;height:10.8125rem;top:3.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPGIuzEX7qJCQETq0sMfdAkG7v321m9h { width:17.125rem;height:1.75rem;top:15.1875rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgWX8HAcQtlX7OeeerdDLaM2GQ4cRLKL { width:17.8125rem;height:7.96045625rem;top:19.5625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcmmfZm4wS4MCJapOTF43V91TmOfOfd2 { width:17.8125rem;height:7.96045625rem;top:58.625rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #H6vQiVhlxMLobBb96UrZ3pxFdKNR9839 { width:10.75rem;height:10.75rem;top:41rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4maCoTOW3ACJzW1SkLxgOaKeRpkzKd { width:9.1875rem;height:9.1875rem;top:41.78125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buX4ugFaIuQLWgOMg2pfV4L4hgM2lFBI { width:17.0625rem;height:1.75rem;top:52.9375rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUBNd3REztMpCtxHfZg6u8O8wz2mDydA { width:17.0625rem;height:1.6621125rem;top:54.6875rem;left:1.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TG76TBLZm7eIfqqW2ElNfbbeivWxdDuD { width:18.375rem;height:1.6621125rem;top:16.9375rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERT4UZydnpoNsWoaQIDvBcme37iKD1Wp { width:9.375rem;height:9.375rem;top:4.40625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfQDBwkJddtwpBpq9l7AaPkyNcuAb4lR { width:15.1875rem;height:1.21875rem;top:29.75rem;left:2.40625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#lfQDBwkJddtwpBpq9l7AaPkyNcuAb4lR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #zgvRZwtPRZH81Hd4nHahUZkU7AuLeHH1 { width:15.3125rem;height:1.21875rem;top:68.5rem;left:2.34375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#zgvRZwtPRZH81Hd4nHahUZkU7AuLeHH1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #yroor65RfgIQP5QGo0HN4oFE3giJPxiM { width:20rem;height:9.625rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6lpwz0iD2gf6zCSkU8Rh04cECpU7D6n { width:20rem;height:9.625rem;top:79.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIbe8zsW6rvh162CaIgqlIUXptrKKKMM { width:17.5rem;height:3.125rem;top:33.40625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhskGHIXRmep2aNJG6LsTOZtm2eqhoTX { display:block; }
 }@media only screen and (max-width: 763px) { #mQ7ciTq16NXrxrQBHEs6pBaXiud9Weto { width:17.5rem;height:3.125rem;top:72.09375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LshsGxWuZxKyfV1QgNivX3ZJqurOqy { display:block; }
 }@media only screen and (max-width: 763px) { #iQawGGT2plnMzvrnTNi1GLZB8ZPr0qrV { display:none; }#iQawGGT2plnMzvrnTNi1GLZB8ZPr0qrV > .row .container { width:20rem;height:76.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BarHrtZflE9ZqOJWIcKaqvkOK1iZD9iw { width:10.8125rem;height:10.8125rem;top:2.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1on530SX1UqWBANpaxKdxUyCDqXdx9 { width:9.3125rem;height:9.375rem;top:2.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDHumIkNORN2ncerPt8dyZbrdeGfeuWi { width:17.8125rem;height:10.23483125rem;top:18.0625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOT0aeeuBbaSxoVXnBEuyEPsZQiqEP19 { width:17.06175rem;height:1.6621125rem;top:15.25rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOmqgz9XT7gHPvdu6P6usKfnwz3MmH9J { width:17.125rem;height:1.75rem;top:13.5625rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EH6UWJ4Z2HblNhZEWthMGTdLZWaE1aKS { width:19.5rem;height:1.21875rem;top:30.625rem;left:0.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#EH6UWJ4Z2HblNhZEWthMGTdLZWaE1aKS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #byce9PQiKT8ILy0WsqmBpiCwXTkQrJxt { width:20rem;height:9.625rem;top:40.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v59Q01BNhcJrNrwXkM1BgmuvzV5aSK7D { width:20rem;height:9.625rem;top:84.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMgt8nr8sczCLpkFbDAvk0JUGCQsiXEb { width:17.5rem;height:3.125rem;top:33.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTI2FCPNgKNEUtIRQ4Eyml4vQkplOkud { display:block; }
 }@media only screen and (max-width: 763px) { #zuV4cZZyOP9c5JMUPoo8l6bP6GvAQHd1 { width:10.8125rem;height:10.8125rem;top:42rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRfGbzIg31Q6PJPSwBxTLlyUJHK2kbd1 { width:9.4375rem;height:9rem;top:42.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2PaHSs967adAXHtBEpbzaUZFEuMGapi { width:17.0625rem;height:1.75rem;top:54.0625rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAD4zcPbaOCKnTQTKtnS56TgUlakBWUU { width:20rem;height:3.32421875rem;top:57.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qbbt4zt3zkwayoUSJ9OT0uhVCdSTAfrI { width:20rem;height:4.548825rem;top:61.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0OghpV6dtBXCKZqtMgu4iVSoQlKLrI2 { width:19.8125rem;height:1.21875rem;top:67.375rem;left:0.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#L0OghpV6dtBXCKZqtMgu4iVSoQlKLrI2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #Qb6gXBUnyS96378Embowk796qfPxVEmC { width:17.5rem;height:3.125rem;top:69.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtvZgCBvgA3pmFgP6HeCiyWo8KPhXymu { display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZP6XsfeSPflK4w0BNlK38WaLK6r0se { display:none; }#Q0ZP6XsfeSPflK4w0BNlK38WaLK6r0se > .row .container { width:20rem;height:77.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNti1Ht4y85WgsCoihAvXywdKg3Cstu7 { width:10.8125rem;height:10.8125rem;top:3.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfvnR5cpXLagdS0oXaVI3ki7E4aor6tZ { width:17.125rem;height:1.75rem;top:15.125rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIFZyhq1HBxIZfzrqPwW4gdLHlLzUqpr { width:17.8125rem;height:5.68603125rem;top:19.5625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rT6hSTniCycGlTI8GBRq6otupm6cfGIQ { width:17.8125rem;height:6.82324375rem;top:57.8125rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9GsR7UO18GMMEXAbQkanHg1BW6pTPI { width:10.75rem;height:10.75rem;top:41rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W76zBt4x0zmqRNoVSBNlkzM4nPTF1ekN { width:9.375rem;height:9.375rem;top:41.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmdPN6WxTMHChnfITq1c7dI5uxCKJ6tX { width:17.0625rem;height:1.75rem;top:52.9375rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTqqeetgnlRsdVHpzeNU0r97XwuIeB1u { width:18.375rem;height:1.6621125rem;top:54.6875rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOCPU9CXmSfpAALWF6kiKd6XmzEywJyc { width:18.375rem;height:1.6621125rem;top:16.875rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRQUIoyTHfMqKetDmEwMITXmru6KXhfp { width:9.375rem;height:9.375rem;top:4.40625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0anI7dyVaG3fVbA3l1QK0f3WPzvgeJI { width:15.1875rem;height:1.21875rem;top:27.6875rem;left:2.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#k0anI7dyVaG3fVbA3l1QK0f3WPzvgeJI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #n6yLQKGCyykTJUQELVg8BD1vtJKy56lD { width:15.3125rem;height:1.21875rem;top:67rem;left:2.09375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#n6yLQKGCyykTJUQELVg8BD1vtJKy56lD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #MkKADnvHxo9g2OEOPGSFKXEKpsMxCtPR { width:20rem;height:9.625rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvTTeR776iaSxl1cErTTJ0orc5n5VtG6 { width:20rem;height:9.625rem;top:79.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7koZumTSEHokqNEQvqdZbDARJopBg5J { width:17.5rem;height:3.125rem;top:31.34375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqXrOLH64FgPVHXFr2OUuGWzznKVrFe0 { display:block; }
 }@media only screen and (max-width: 763px) { #zZkcyWJ7Otw7nzQ4z9rbdLURWswPTLnz { width:17.5rem;height:3.125rem;top:71.03125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMJnQtq2WEqUt0TMayefJKv2QwLs8Tnl { display:block; }
 }@media only screen and (max-width: 763px) { #EhUiVKBvvOdVVVFpxVlyvHsU65Uh6ane { display:none; }#EhUiVKBvvOdVVVFpxVlyvHsU65Uh6ane > .row .container { width:20rem;height:64.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u5IQDrvzDviT1EM2sBbnXVAwGnLdyMuf { width:10.8125rem;height:10.8125rem;top:3.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDbEeOVeUxkoSiRwGDV7SuKquzUFu2Sq { width:17.125rem;height:1.75rem;top:14.6875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kaa9rus2JGQDHAvPVJtgU38GhZ6bruSV { width:17.8125rem;height:2.2744125rem;top:19rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryPU8QWP9L1r16M3AT8B2HETKoWWPgl5 { width:17.8125rem;height:5.68603125rem;top:52.125rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l75MVNV7EhyUZrChvs9rQsTOnUpXI5zW { width:10.75rem;height:10.75rem;top:34.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlZlTTGMik3Ji61x2UWtt3W8aUsyTPL2 { width:9.375rem;height:9.375rem;top:34.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Wyuu9IS25ZeLxFmqZb7clb4P0DyR9M { width:17.0625rem;height:1.75rem;top:46.1875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4PkfoQLZZnUVDTo05Eu64KKDSmv9qq2 { width:17.6875rem;height:1.6621125rem;top:48.5rem;left:0.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5wBTsTc0JgT1JIrTNDP73I6Jbd13pJ6 { width:17.06175rem;height:1.57470625rem;top:16.375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MA6zBMfJb2WSiOdnNPc2APo3gztw0hz1 { width:9.375rem;height:9rem;top:4rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTlmcQK4Tm022v2SCGUuzzB1uTqn7zsR { width:19.8125rem;height:1.21875rem;top:58.5rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#QTlmcQK4Tm022v2SCGUuzzB1uTqn7zsR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #mDHoWbCe5nsTxJEgttBQ17Uo6IBUCPrn { width:19.5625rem;height:1.21875rem;top:22.9375rem;left:0.21875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#mDHoWbCe5nsTxJEgttBQ17Uo6IBUCPrn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #dfsfcfiKIGByaV5qqGkPiy3Wr0huF1NO { width:17.5rem;height:3.125rem;top:26.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZOKW94iAsBBRB9wvkSyzEHpe0gU4i3z { display:block; }
 }@media only screen and (max-width: 763px) { #sqUStOfcTTLVd2t6gg2XBpJFCDCnlZbq { width:17.5rem;height:3.125rem;top:61rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXiP6oICPsV7GGmmWtPwdD7traGcktR2 { display:block; }
 }@media only screen and (max-width: 763px) { #dtdNkIvvdWqGs3RifxOOV4kkJ7rH86pw { display:none; }#dtdNkIvvdWqGs3RifxOOV4kkJ7rH86pw > .row .container { width:20rem;height:68.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PJFJfBZH1he7AZaCR20bCXSWaMHohmIq { width:10.8125rem;height:10.8125rem;top:3.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEMil7gbTmrmk2fE2M8oREKvSfiW1VQh { width:17.125rem;height:1.75rem;top:14.6875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCJn9Ky24lacGHN8UMVVpBD5Kc9sigJF { width:17.8125rem;height:6.82324375rem;top:19rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w01NhQk0CuTKeuLLO6unOsU12ZD4U1R7 { width:17.8125rem;height:5.68603125rem;top:52.125rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcuDi5G4LQLby0oZ7RTbVedO2AyVXP9B { width:10.75rem;height:10.75rem;top:34.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdHg3OFo9hBhlPVgnTpyXnxDkT27Kaf9 { width:9.375rem;height:9.375rem;top:34.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWaJHG3RLxQWFO8D18TCBPLXcwCrV2oT { width:17.0625rem;height:1.75rem;top:46.1875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gypc2vZLRQmB3M7l7SvshA2sUQOM6a5H { width:17.6875rem;height:1.6621125rem;top:48.5rem;left:0.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeDe5WNX7TR3k05hvMxyrzXctE5uilwL { width:17.06175rem;height:1.57470625rem;top:16.375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWOL4ch8cblnkbUPqOh46TJJU6WXDwU1 { width:9.375rem;height:8.8125rem;top:4rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA8Kt3tyiNC5SHMHG9uD5yJsg2ETZ5X7 { width:19.8125rem;height:1.21875rem;top:58.5rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#RA8Kt3tyiNC5SHMHG9uD5yJsg2ETZ5X7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #n7g9MbTEIZZtCSXuqpVThTPDfmA8wrQv { width:19.5625rem;height:1.21875rem;top:26.6875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#n7g9MbTEIZZtCSXuqpVThTPDfmA8wrQv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #IcwAkHpII9Kl6v8SL56wUouxrnee5TEc { width:17.5rem;height:3.125rem;top:29.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWcuxJAiIkwbAVTAhGETicsvp3Jux3Uy { display:block; }
 }@media only screen and (max-width: 763px) { #CCNaPe05gUgrVWhc38ubGrUmtX80BmvH { width:17.5rem;height:3.125rem;top:61rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnIvDGcJMflzQLgTMC4Xez6tLmnxqyRM { display:block; }
 }@media only screen and (max-width: 763px) { #lU8JE0b8ScXLCv50gRKqyoMmPxdqTaM2 { display:none; }#lU8JE0b8ScXLCv50gRKqyoMmPxdqTaM2 > .row .container { width:20rem;height:81.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AG2sAVEnwPy1DJo70DDr4qlgkbTACXJJ { width:10.8125rem;height:10.8125rem;top:2.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXNw4ZGcXpaH3Kc9twMuvZo31UGfixAP { width:17.8125rem;height:5.68603125rem;top:20.8125rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #omB0dEcXG1h0Ub07LTuzaJmJGHVPnhuk { width:9.4375rem;height:9.375rem;top:3.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3J8DmHaEUP25qkJvccXrPLdCGwGBPkp { width:17.8125rem;height:1.6621125rem;top:17.8125rem;left:1.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLHMyZOqy5fD8AkZCLbLs9FeGJQk7alJ { width:17.0625rem;height:1.75rem;top:14.875rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRygeCPLsEqWp4mQrJZvII9g6fbGo3TV { width:18.375rem;height:6.82324375rem;top:62.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7adkLIDstUlES2A6TpkLhkRy6OeL9ca { width:10.8125rem;height:10.8125rem;top:42.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGD7nORgOarsl1VZUgQCHQuDdtfpzXSX { width:9.4375rem;height:9rem;top:43.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKoAtpLfT7pGkTMaZUUg0q8roLEbLe4D { width:20rem;height:3.32421875rem;top:57.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pizrV8156VM5JqL0A8aSHz0McOpO7uGH { width:17.0625rem;height:1.75rem;top:54.6875rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NurdtVsQLgirhaHqTzWfqpoRoLfluiqf { width:16rem;height:1.21875rem;top:27.9375rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#NurdtVsQLgirhaHqTzWfqpoRoLfluiqf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #M2584pxULqPysIQNfx1JBUo4wfmFJnhu { width:16.1875rem;height:1.21875rem;top:69.8125rem;left:1.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#M2584pxULqPysIQNfx1JBUo4wfmFJnhu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #qtWWiKbR4q4a6n7vgsFf7atI18SotQnA { width:20rem;height:9.625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSGUpamd7b2VAv3BopwUfoOvy2FXmJIX { width:20rem;height:9.625rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1y2MT3LxTHef6TTZHFn9FclmL104oS4 { display:none; }#u1y2MT3LxTHef6TTZHFn9FclmL104oS4 > .row .container { width:20rem;height:88.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dJCEA3rPTHJ6VFIiLzTCcHAeKhSOdnOp { width:10.8125rem;height:10.8125rem;top:2.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6BvoATdHplDzPDshFCxpvM5sBEDsMsC { width:9.3125rem;height:9.375rem;top:2.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBqh8eEDq9HSBAGXr5BA4mMHyRzFKpBc { width:17.8125rem;height:18.19533125rem;top:18.0625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbOSOzUmLulK08CENOZ1UsMruWR8npOy { width:17.06175rem;height:1.6621125rem;top:15.25rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVvUgwUI8qtG8cppsRQTg93ZPDf7SHf7 { width:17.8125rem;height:7.96045625rem;top:66.0625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ks7ggRiXv5r5elsegKSDLzCCfgiOlTL3 { width:10.7495rem;height:10.7495rem;top:49rem;left:4.6875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #oWVzFpB0ulL5kgAaMB4atU7WleKTWiX0 { width:9.375rem;height:9.375rem;top:49.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JctIwqCyicE6pPeWH7LH6zo3TVuEmTAv { width:17.06175rem;height:1.6621125rem;top:63.1875rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8o1A2EktXqaNTNzZ4LXAkyRiiQ5Hk4I { width:17.125rem;height:1.75rem;top:13.5625rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9I0ug9CNECrxMMCMTAKOVnHsBsFdaV6 { width:17.06175rem;height:1.75rem;top:61.0625rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q24O1LppLV6v81qwZzvMpZCTzI3hpOq4 { width:19.5rem;height:1.21875rem;top:37.5rem;left:0.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#Q24O1LppLV6v81qwZzvMpZCTzI3hpOq4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #evxDhGWNt9xRHlBxRhMI6bZtJRvTyQOi { width:19.5rem;height:1.21875rem;top:76.125rem;left:0.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#evxDhGWNt9xRHlBxRhMI6bZtJRvTyQOi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #eriMraGsbksNyBoqHu9KBRF9RbtOAfVi { width:20rem;height:9.625rem;top:40.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tufTOlHylcLRvM4OQke3ZwAN5k7vx7vg { width:20rem;height:9.625rem;top:84.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugo2zngmnZXq776tqMBeRl1oGo3X6TN2 { width:17.5rem;height:3.125rem;top:40.59375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcKBEEtB1LNKAtbD316vvl1nfsodUsXZ { display:block; }
 }@media only screen and (max-width: 763px) { #RUC69opONsLEm9cAuzCgznAPMnolTJEC { width:17.5rem;height:3.125rem;top:79.71875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPlz48bNg8w6W6uoki6BrLPey9PO1o2E { display:block; }
 }@media only screen and (max-width: 763px) { #yrm2eZt8K2iBPg0HzpUeUVObBFUpac93 { display:none; }#yrm2eZt8K2iBPg0HzpUeUVObBFUpac93 > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZK6Of5AK3cepRcpMrdPccLt781QPzfcF { width:10.8125rem;height:10.8125rem;top:2.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr0zbTpZKv3ZJc6fF20BV9oTkIWPkyhm { width:17.8125rem;height:7.96045625rem;top:20.8125rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cVeaHXGHB1Cv9ZsysC90mLGt6pp1nK9r { width:9.3125rem;height:9.3125rem;top:3.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUpG8uwFvEKzA4qp2I0O3JQquAQwQz0A { width:17.8125rem;height:1.6621125rem;top:17.8125rem;left:1.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgT7OAfNm0CEU63o2B92qRkiPDxGkwF1 { width:17.0625rem;height:1.75rem;top:14.875rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dIMSam7zi9uFwLVleigBUlsdxvRt7tkL { width:19.625rem;height:1.21875rem;top:30.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#dIMSam7zi9uFwLVleigBUlsdxvRt7tkL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #yD23WiBgCZnWzpVnKzLNmVAuiVCGn7KO { width:20rem;height:9.625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goZqbksxcpNiJHWuBdbIJ7COr9qUqPml { width:19.6875rem;height:0;top:47rem;left:0.15625rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #vsaCIOf9vTJTbtTUzCASsit6LnsoKIML { width:17.5rem;height:3.125rem;top:61.9375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MW9DVtQtn2k3A4ll6Uu8RItnulXgCsWX { display:block; }
 }@media only screen and (max-width: 763px) { #orRHuWX7MC5K5oLh82iGBxs7W9U7TCKp { display:none; }#orRHuWX7MC5K5oLh82iGBxs7W9U7TCKp > .row .container { width:20rem;height:81.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nt2cT70Ml5J5lo02dT7Bi26SkIPgMnSc { width:10.8125rem;height:10.8125rem;top:2.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMQHQZEfQvaw2ItqFAh9XnaqQcsvyTy { width:17.8125rem;height:5.68603125rem;top:20.6875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyTLwhzNTSq2gOg0xUvCKgtZJg58GSKQ { width:9.4375rem;height:8.875rem;top:3.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8vPTaWqs2SWaVAzIdvh3A5SEhF5VnrG { width:17.0625rem;height:1.6621125rem;top:17.75rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXMnbsAD7MczFP6vshX1Z6MFSWX1Vv2q { width:17.0625rem;height:1.75rem;top:14.75rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkbXPg4DuK76VJi46XP6q2NQF2cAVVhT { width:10.8125rem;height:10.8125rem;top:40.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAt9NonbTLM3TUoTrw4D9MEPQ4m4HAC1 { width:9rem;height:8.875rem;top:41.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSzrvFUzyCNUSVMkyRFPClCsHNHBPWOI { width:17.0625rem;height:1.75rem;top:52.875rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0vH14qbAsh5OcQQPgWx3gbEgvW64U5w { width:17.0625rem;height:1.6621125rem;top:55.875rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrgNNueind2Ntkbat2HMHeUM2vUsvCZh { width:17.8125rem;height:7.96045625rem;top:58.8125rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmd1JCRRDAkgC88W9ObNgPIUQZFgwQ40 { width:16.0625rem;height:1.21875rem;top:27.375rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#dmd1JCRRDAkgC88W9ObNgPIUQZFgwQ40 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #J0v2GXLuH0rc8ZQyf4eObRetAQNiIZvn { width:19.5rem;height:1.21875rem;top:68rem;left:0.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#J0v2GXLuH0rc8ZQyf4eObRetAQNiIZvn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #TPUCnrkTnAnH4DRhbTcWgPUTgQpS4lPp { width:20rem;height:9.625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSiWHfOKH2hDE5MUz7HnyElUT9qCUW4 { width:20rem;height:9.625rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es173TKSaUaw0wuQmTpX5v9C8uVaC3Kf { display:none; }#Es173TKSaUaw0wuQmTpX5v9C8uVaC3Kf > .row .container { width:20rem;height:22.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sQqRpECNop4A4wHbVT5bVrksNNqS3eDN { width:19.6875rem;height:12.07226875rem;top:2.3125rem;left:0.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zACpuhfIGzXrBRRRf2O2nQ2kKIomp2Il { width:17.5rem;height:3.125rem;top:15.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTAnUEB4ib4HoJTtKHLNcGhwIl5S2U5 { display:block; }
 }@media only screen and (max-width: 763px) { #mT4R0o9y6mCw1c2n65M33ysJBluy3yyV { display:none; }#mT4R0o9y6mCw1c2n65M33ysJBluy3yyV > .row .container { width:20rem;height:92.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sHlB239iJJfpUVs57NRnVnoMPU7RySp6 { width:10.8125rem;height:10.8125rem;top:4.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2R5NyPXMaNJl32em2AkCPJASSoJvNJ { width:9.375rem;height:9.375rem;top:4.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJT4bsfCMk8Gay8fTcM45nqUwgkQQ7zI { width:17.8125rem;height:7.96045625rem;top:20.0625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oXRQkQDsDf0o1IAyr1ipM0xqlvtZ2uNW { width:17.06175rem;height:1.6621125rem;top:17.25rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVTWeVRPe6PT6pBrdMfFmvTPDXsdLBKV { width:17.8125rem;height:18.19533125rem;top:60.8125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vs5hw6upn7wAU56xwX66X6ckwnMceAKq { width:10.7495rem;height:10.7495rem;top:43.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJXWUzr7JXHEGfuGIFkFwHtuTXfiORg4 { width:9.375rem;height:9.375rem;top:44.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXVqeH9rZZcxqOFECgwNJ1Hel6hRzZaE { width:17.06175rem;height:1.6621125rem;top:57.9375rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxKpxWoUVZEXEsl1ilT1GOKFkJlPzBgv { width:17.125rem;height:1.75rem;top:15.5625rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fb16GLMRBVncDRCpXgCV505rsWUcIhnE { width:17.06175rem;height:1.75rem;top:55.8125rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UATzdteTHrzDVXFfI9cRiz38wozw1Xe6 { width:15.8125rem;height:1.21875rem;top:28.9375rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#UATzdteTHrzDVXFfI9cRiz38wozw1Xe6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #lpGMFTgi6CU1glMbh7sF3iJcl5woRKlD { width:15.9375rem;height:1.21875rem;top:80.5625rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#lpGMFTgi6CU1glMbh7sF3iJcl5woRKlD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #qWerkuCOdPmh8Z0ngbTkRZwrn2NcUsu0 { width:20rem;height:9.625rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih64xA4o115VBuB1DtI23qrxMbz8ShhX { width:20rem;height:9.625rem;top:83.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWsFucg1UAdeiiWJTe2MlXgQLb3oUUVF { display:none; }#mWsFucg1UAdeiiWJTe2MlXgQLb3oUUVF > .row .container { width:20rem;height:84.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CtOavVOv4kqlwvts9nSz7WoJK1lquZ3T { width:10.8125rem;height:10.8125rem;top:3.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNgc6C0tmUDNV10L5EkCQkTkJOkefuIq { width:9.375rem;height:9.375rem;top:3.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ4lfGAdHkbGKtee0MPXWlRWK0NSnC9g { width:17.8125rem;height:11.37208125rem;top:19.1875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqfTvFGbBn6X5VJOw1CEWZJfCk9kvbTJ { width:17.06175rem;height:1.6621125rem;top:16.375rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y68ctcKBXNIsvr69Ba8U0ePhElwbS0TT { width:17.8125rem;height:7.96045625rem;top:63.125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWS4ofll9ouvVBvfQxIDayF7oiFtsxif { width:10.7495rem;height:10.7495rem;top:45.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRPS4XtxCvzxIKyfliR60hXp279tM75H { width:9.375rem;height:9.375rem;top:46.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1U1oK9DmOd0J7szRpMdJ6t6lvDUiIrK { width:17.06175rem;height:1.6621125rem;top:60.25rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XrbgCKIGrhTSz7VEmko9sRFWgW9Gpezo { width:17.125rem;height:1.75rem;top:14.6875rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOfHowMHTebPEp7lFO6Eq7Au3Q9IAmZB { width:17.06175rem;height:1.75rem;top:58.125rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHisTi7ktQXIXRPAB5dvpOQBSMRRH6TB { width:15.875rem;height:1.21875rem;top:31.6875rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#NHisTi7ktQXIXRPAB5dvpOQBSMRRH6TB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #wuHDvenKLggPB8V9yptzCPQSEuirm5FH { width:16.0625rem;height:1.21875rem;top:72.1875rem;left:1.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#wuHDvenKLggPB8V9yptzCPQSEuirm5FH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #LH8VHTmIWfOrL0qB0pqz0IZwwFOEaq0k { width:20rem;height:9.625rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyfvCQZaUCXgJWd6zlfI5tJLrwcfWEr3 { width:20rem;height:9.625rem;top:74.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOdGTX3g9Ptk9OEVXJiiVfpgOe07TWye { display:none; }#wOdGTX3g9Ptk9OEVXJiiVfpgOe07TWye > .row .container { width:20rem;height:83.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qXbf9K3I1uO6IevGZcXrlbothONQ0qG9 { width:10.8125rem;height:10.8125rem;top:3rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQoJtkEgIDwODTUb96eZnez6ZmT7PA7f { width:17.125rem;height:1.75rem;top:14.4375rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuG4pQQ3TpW9MOhDT20dpHIeqD22LZut { width:17.8125rem;height:7.96045625rem;top:18.75rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcCEJboqxqqOWyCfXxQdVLVs0y76cNIE { width:17.8125rem;height:11.37208125rem;top:59.3125rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSFVnZ6Qg5OahHowr66DfHAnkJ2crwBF { width:10.75rem;height:10.75rem;top:42.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrkebPQFW0tW6dxX05Uw5rZsGAWQIqrT { width:9.375rem;height:9.375rem;top:42.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukSnul98XlLN2mldxnMrAT1vIt4dfZhE { width:17.0625rem;height:1.75rem;top:54.1875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3POinzOrTgDkw0BIHLwfFNr7wsJ9Omo { width:17.0625rem;height:1.6621125rem;top:56.3125rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TG3r2gCHCPSwRdSNHDN9AT1eoE8qTEfo { width:17.06175rem;height:1.6621125rem;top:16.125rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDwPPiWweW344WbfOFXMnxsaTB6WComC { width:9.375rem;height:9.375rem;top:3.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfpQ940v63ZX2HT1rwVbRxp8pIdozwAg { width:15.9375rem;height:1.21875rem;top:27.75rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#LfpQ940v63ZX2HT1rwVbRxp8pIdozwAg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #OQbkDa5JQbl4nTLgdyokPKFcHt7RTlB5 { width:15.9375rem;height:1.21875rem;top:71.6875rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#OQbkDa5JQbl4nTLgdyokPKFcHt7RTlB5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a9c43248fad2186ac126d7f10accf6b34f22a081.svg); }
 }@media only screen and (max-width: 763px) { #tzZqViMp8uR9ScUEB9fkkESCsqRZUziM { width:20rem;height:9.625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvyU66RbGERkZ0hsQmWg2xEXP3laxmgr { width:20rem;height:9.625rem;top:73.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOp5p79PkQ1BKGfog29TePtXPukqF2u { display:none; }#gtOp5p79PkQ1BKGfog29TePtXPukqF2u > .row .container { width:20rem;height:23.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RPMraq7kgERsf5sDp1NFPWDrBPJhTb6P { width:20rem;height:9.625rem;top:12.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KWRXwPtIVI4iHicyLsM1EXbyBNl1NB { width:20rem;height:10.347675rem;top:1.01318359375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZHai1ElygmzlLBraf697KTBvtoXWbZeE { display:none; }#ZHai1ElygmzlLBraf697KTBvtoXWbZeE > .row .container { width:20rem;height:46rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uoePubpPPXUoV2mTe7HeDDCeWXvEeiR4 { width:20rem;height:9.625rem;top:37.01171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWNe8J3NSZWAWC75lVLnyu67igIZhL6t { width:20rem;height:2.11230625rem;top:2.82421875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPkvE4UFXppMHNV2UAbpNw99KSqtMlZK { width:20rem;height:4.54980625rem;top:5.736328125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngWc97xRrQuvUJ7omTKGZvqG1mvX2Pk8 { width:20rem;height:17.9511875rem;top:11.2236328125rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IAfbCxnxIN1uSaGcatZQB4RLlMtNZ5sf { width:20rem;height:6.82425rem;top:31.25048828125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXmkokuI3mKE2rNunP8lX8yzzAdRvfiT { width:17.5rem;height:3.125rem;top:39.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIrZLuLXtHnZNP87St8bcv81OuizHGwB { display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { background-color:#456aa8;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:20rem;height:123.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iQmz0ZP00NQ0lpa4a78eDNEqNG0TlXwo { width:20rem;height:3.57421875rem;top:2rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { width:18.875rem;height:2.2749rem;top:13.375rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { width:18.875rem;height:6.40625rem;top:15.6875rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB li:before{  }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { width:20rem;height:43.1318125rem;top:23rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DUClEltJe8LHKcyyqdRLkzmumyxkKMOT { width:20rem;height:4.142575rem;top:7.07421875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gguIkh80FWnoC9e46ZZAhFIGOEx91Vos { width:20rem;height:38.66995rem;top:68.0107421875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OklQL1Ru2tqNTvHmyas4t5MMOqgXwSGs { width:20rem;height:9.625rem;top:113.9306640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9FldG0GpmbICivxAMTVCSwtTHlTJMt3 { width:20rem;height:4.38720625rem;top:108.6064453125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #waluRTwiq8SUQ0d0TTxde4PGWLNHWpqi { width:17.5rem;height:3.125rem;top:114.2431640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUIl2I4GgOszF7OgW1VbhDToZmESlpha { display:block; }
 }@media only screen and (max-width: 763px) { #N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp { display:block; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iO8Jn3rar8cBS9kLytvQpGaUuACkoqfH { width:20rem;height:4.8125rem;top:2.6124992370606rem;left:0rem;font-size:2.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o8beXRVTlIJNkr2f5kAplNzsSNyVoJyb { width:18.1875rem;height:9.5625rem;top:9.2373046875rem;left:0.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2MJv4NsEIlIldvkryBqTBerPXopVVTG { width:17.5rem;height:3.125rem;top:19.9375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgaF9XrsiH2xzcPWi6mAAiZXbvOR1Bp { display:block; }
 }@media only screen and (max-width: 763px) { #i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ { display:block; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBipTSl4tcFN6t92nyDXPXD2EtSaptz3 { width:20rem;height:4.875rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZUuxrveF9L7BqTWvgHCpbx0xnIn3VHw { width:20rem;height:25.3125rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.8125rem;overflow:hidden;height:auto;text-align:center;text-align-last:center; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-radio-label { font-size:0.625rem;overflow:hidden;line-height:3;height:2.25rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container:first-of-type{padding-top:0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container:last-of-type{padding-bottom:0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm  { width:16.0625rem;height:auto;top:23.8125rem;left:0.75rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-info-text { font-size:0.5625rem;overflow:hidden;height:auto;text-align:center;text-align-last:center; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm {display:block;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm { width:16.0625rem;height:auto;top:23.8125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #aKTT3nr1XUFUKXkQulOab98LdA9bCicU {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #o8Ten6DRqp4lBzviACwgIQnb372WCPKC { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #PlzzDbZPlhQZbRkTLbghrlSaiW3bIzPT {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #ymQUy00tsgTmnGUr0fGQ9OBTb7m9Fs1z {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #JMIOPa1aJyMA5ynEVMdviFVedNBEgcmR { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #mEXXZsiP3rTCQxbhfIa1vNh2qTWBJMfK {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #LqDHbtL4MT0wDM2hovTHyOTqCJlBhOkk {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #OcaRxBXHU69fk1ODfTsnrNSeC5SiFqQA { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #IzX4QCP8CB52DK9HzbLriau9MMcTkZXp {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #EiKSP1DucEgQX94eaWrc11Bg5Uz03Ts7 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #CeeIxeuf6osiVkNrqyQz4xLcxUyDPWBX {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #Ms1EFb6UihvHCNoD9EcyAk6g41QkUlBw {  }
 }@media only screen and (max-width: 763px) { #HzqqZrflsroqwBJDGrkUnBQDE5nZ1ytB { display:block; }
 }@media only screen and (max-width: 763px) { #dm9F3F7FPBURnCdvunpHNLZwo1JTvnGM { display:block; }
 }@media only screen and (max-width: 763px) { #uUd7XeBDrXwvDqtCAKzid9XK1OLq3qTP { display:block; }
 }@media only screen and (max-width: 763px) { #tqGNS5gV06yVKRuaNCutV8IBgOMn5Ewr { display:block; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #cThSH8nw6CNfkTXltfimAoU5uK1VMPnK {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #KKgnTur2mS2xpT0RQrVl6FruD9sdD8OO {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #mPenDZ788nChwx5TC0Ah7cJwO3iKFgNI {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #FJ2FAQ2GKGkNn3ZbLxtHpPCgTVT6IFnt {  }
 }@media only screen and (max-width: 763px) { #WvlrN6XexWM0S8GKK0qpATWM3d270UE6 { width:20rem;height:6rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iD9LVnEIr52hXM3RqhnbO8ROkCEUPv2v { width:18.8125rem;height:7.0107375rem;top:15.4375rem;left:0.59375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMl7XBH5Q6bIKIXkNhJw0MmtXBSeLatX { width:20rem;height:9.625rem;top:50.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2082bcae957a6772554d155145e06c4.widget-smartsection { display:block; } #z2082bcae957a6772554d155145e06c4.widget-smartsection *:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection input[type="text"]:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection input[type="email"]:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection input[type="tel"]:focus-visible, #z2082bcae957a6772554d155145e06c4.widget-smartsection textarea:focus-visible { outline: none; } #SVhFVXevmL3n2Elw14JaICSfXwptpgpU > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaLfE8Uq9Ib7LsJ9B6mfN2ld8BIo2uJ6 { display:none; }#BaLfE8Uq9Ib7LsJ9B6mfN2ld8BIo2uJ6 > .row .container { width:20rem;height:18.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W1ZlKrUplgQU8Nd0oVXNRWdm9bINmBfr { width:11.3125rem;height:2.9238375rem;top:2.11181640625rem;left:7.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIuNfQ7q8rcTiyxZ5AnLcONCHKZeeqqe { width:17.5625rem;height:3.89845rem;top:11.5625rem;left:1.46875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hHLJ5iwpL11THTxfboFZy4PhEA4mHIaV { width:4.125rem;height:4.375rem;top:1.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvsHepCrITSQktK6OABOHkO6EJG91S6H { width:20rem;height:0.9746125rem;top:16.9462890625rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #T0Tdf9na28vkxpaM9ltfkhTBQWHelX2F { width:19.0625rem;height:3.89845rem;top:6.64794921875rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }