.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f9b0b64-f9c6-4d38-8238-84833910b4a2/bannerabertura1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,51,86,0.95); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,51,86,0.95); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU { background-color:transparent;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { background-color: transparent; background-image: none; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container > .video-iframe-container { display: none; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row > .video-iframe-container { display: none; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .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); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { border-width: 0; border-radius: 0; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { font-size:0.875rem;font-family:lato;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11.9375rem;top:0.71875rem;left:24.03125rem;overflow:hidden;display:block; }
#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b208152a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b208152a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));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; }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .row .container { border-width: 0; border-radius: 0; }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:none; }#yyyAKSvVTOrP0QhKsOxnDlQPGdqooLwH { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.28125rem;left:8.15625rem;height:6.7373125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cCGvJi4vNOrlkuVETpnHdobkNmG3pHPf { color:#ffffff;display:block;width:43rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:8.837890625rem;left:8.5rem;height:3.32421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFOuzoten4fDGg5vs4ph3tslTJmqqIlL { z-index:15003;top:1.0625rem;left:14.71875rem;background-color:#35d1e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#08152a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#uat0vwmqBN2rdJ8b4DRS53ErolbKG8rV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1KlMDUcA9EuCMzQCUgncwpVbnyIpLqN { z-index:15004;top:1.0625rem;left:31.28125rem;background-color:#2d7b4f;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.1) ;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#NXLzoOFnEgJau7qVvWKraAFUk27m0V2d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U19NmbGgUabvpxRN2HBGoIyDhFOLxt2h { z-index:15005;top:1.0625rem;left:31.28125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#uOUv6yCuE6b7gANrpmgNmlNtiBwBkVsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ukv8Vt4pu34h2asu0ECJH2WCJwR9l2T8 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.90625rem;left:32.09375rem;display:none; }
#f2igOIp2Q3DKEk869lWEZyHKlPZsTBEV { position:absolute;display:block;z-index:15002;border-top:0.25rem solid #35d1e8;border-left:0.25rem solid #35d1e8;border-right:0.25rem solid #35d1e8;border-bottom:0.25rem solid #35d1e8;box-shadow: none;height:31.125rem;width:17.5rem;top:0.96875rem;left:3.125rem;display:none; }
#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT { position:relative;display:block; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT { background-color: transparent; background-image: none; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row .container > .video-iframe-container { display: none; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row > .video-iframe-container { display: none; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .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); }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT { border-width: 0; border-radius: 0; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BbCnkAZLBQDy1RW5PHZNl1ezACV50mCg { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.9375rem;left:23.9375rem;height:8.661625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rI2Q5u5BTq8grgEappV3am2ECvamWMdd { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.9375rem;height:5.84911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yp6xNyv7cUlXsTBBph0ItTJvcQZt0QH7 { position:absolute;display:block;z-index:15002;border-top:0.25rem solid #35d1e8;border-left:0.25rem solid #35d1e8;border-right:0.25rem solid #35d1e8;border-bottom:0.25rem solid #35d1e8;box-shadow: none;height:31.125rem;width:17.5rem;top:0.96875rem;left:3.125rem;display:block; }
#wb8v90SPDFDRXnTWQR7E96TMiFXXOPJw { color:#ffffff;display:block;width:21rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.75rem;left:23.9375rem;height:7.999rem;font-style:normal;display:block; }#wb8v90SPDFDRXnTWQR7E96TMiFXXOPJw li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#wb8v90SPDFDRXnTWQR7E96TMiFXXOPJw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a0ab1fcf16a212d2154be7c789aa9607ccf0a5f.svg); }
#HdoVIUz8eNP9kaoD6a3fSDOy6docQ7it { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2rem;left:24.125rem;height:1.375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#RPZkOs8G8dQS8ooVwfQ9hANv7UJTCHMB { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:29.6865234375rem;left:23.875rem;height:1.375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#IaZzVzERy7hMbkuNtJZxSdr3fgqP255I { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.9375rem;left:23.9375rem;height:8.661625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yAomUMXQMTR2K2HybmUtiMrS4qWU3Vl0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:24.0625rem;width:24.0625rem;top:1.82470703125rem;left:31.5625rem;overflow:hidden;display:none; }
#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b208152a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b208152a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));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; }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .row .container { background-color: transparent; background-image: none; }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .row .container > .video-iframe-container { display: none; }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .row > .video-iframe-container { display: none; }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .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); }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .row .container { border-width: 0; border-radius: 0; }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#RngM3Eq0HnG3MyruMAJcS9P54Ar931PU { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.28125rem;left:8.15625rem;height:6.7373125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XyxOmWkiHz6FHhqU2D7qdFtfIauhcQad { color:#ffffff;display:block;width:43rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:8.837890625rem;left:8.5rem;height:3.32421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K54zeJKRhGre3zEK4avG7flIwzvbISdg { z-index:15003;top:1.0625rem;left:14.71875rem;background-color:#35d1e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#08152a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ogPJpdicuqdFVREAz9L12LiDgeQ4Ur3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIKIPuuyCbtdqmJ99fDVE7PW69ghJOK6 { z-index:15004;top:1.0625rem;left:31.28125rem;background-color:#2d7b4f;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.1) ;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#owchhPFfr6MX2bVkJhTo9dfwMrSgOL9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RXwBiMJHqIwLAA9W2lZin2ScQbRk7zHr { z-index:15005;top:1.0625rem;left:31.28125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#JUiZaiUW5ZABKpQg3MU3vooXStBOBCPr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLqK3nTglcSwsxD80PCoR9sL8Hx2ormM { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.90625rem;left:32.09375rem;display:none; }
#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(8,21,42,0.7), #08152a);background-image: -moz-linear-gradient(180deg, rgba(8,21,42,0.7), #08152a);background-image: -ms-linear-gradient(180deg, rgba(8,21,42,0.7), #08152a);background-image: -o-linear-gradient(180deg, rgba(8,21,42,0.7), #08152a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b208152a', endColorstr='#08152a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b208152a', endColorstr='#08152a' );";background-image: linear-gradient(180deg, rgba(8,21,42,0.7), #08152a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .row .container { background-color: transparent; background-image: none; }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .row .container > .video-iframe-container { display: none; }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .row > .video-iframe-container { display: none; }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .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); }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .row .container { border-width: 0; border-radius: 0; }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#NAVUqMbGgRgAaS02Wdi2kVhdQa50SLWT { box-sizing:content-box;height:10.875rem;width:14.25rem;position:absolute;display:block;z-index:15000;background-color:#26334a;background-image:none;top:0.8125rem;left:5.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #35d1e8;border-left:0.125rem solid #35d1e8;border-right:0.125rem solid #35d1e8;border-bottom:0.125rem solid #35d1e8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#mId2GD5oiP8qvp1B48AItn6ZFfTAA5Wh { box-sizing:content-box;height:10.875rem;width:14.25rem;position:absolute;display:block;z-index:15001;background-color:#26334a;background-image:none;top:0.8125rem;left:22.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #35d1e8;border-left:0.125rem solid #35d1e8;border-right:0.125rem solid #35d1e8;border-bottom:0.125rem solid #35d1e8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#T8ZrTd2dtyUqU6F7xleak590pDvhHWfE { box-sizing:content-box;height:10.875rem;width:14.25rem;position:absolute;display:block;z-index:15002;background-color:#26334a;background-image:none;top:0.8125rem;left:40rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #35d1e8;border-left:0.125rem solid #35d1e8;border-right:0.125rem solid #35d1e8;border-bottom:0.125rem solid #35d1e8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#XtPSCNTlpnAoL9FzUbymI1qV8TcWKEOq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.4375rem;left:11.3125rem; }
#RrpbVc0OgQ97tq3P8oF2KtIs1K3dy8HZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.4375rem;left:28.4375rem; }
#FH9aproeBbXRbUb7ZXKXXB30nbKNnW0a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.4375rem;left:45.625rem; }
#HqfNyy41rf6oW2rt3LUc4pGm2yRZ1zNv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.25rem;left:6.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uslHTCykxVD43NEcGvuzJACegVvMdJFM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.25rem;left:23.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fd0xdbIwZqoJcv2uyBpK8TX4IoGHzQd2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.25rem;left:40.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zI24lqQuVgSckeOQe55syz33seA0aKv0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:6.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WEN7mOqEVLcuuNcUCOQxf8nGOIBkuJqm { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:23.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tbS2ZW5EXoTT2amowigyexkHC7HaUzyu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.6875rem;left:40.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xMMOhCG1o6iedJ9H1bE8I8zHoyueOtPE { box-sizing:content-box;height:22.75rem;width:51.625rem;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3f9b0b64-f9c6-4d38-8238-84833910b4a2/bannerabertura1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.84375rem;left:4.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xMMOhCG1o6iedJ9H1bE8I8zHoyueOtPE.adaptive-delivery-prevent-bg, #xMMOhCG1o6iedJ9H1bE8I8zHoyueOtPE.lazyload, #xMMOhCG1o6iedJ9H1bE8I8zHoyueOtPE.lazyloading { background-image: none; }
#ePG6kqs1089OA3uTAuBBJvWUsLfgZX3W { box-sizing:content-box;height:11rem;width:48.0625rem;position:absolute;display:block;z-index:14994;background-color:#26334a;background-image:none;top:19.8125rem;left:6.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#JJm3wS5ufEyLaCwXQ9SzDRdSXCRgktNo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13rem;top:26.53125rem;left:23.375rem;overflow:hidden;display:block; }
#DuT2n963TDGV213ghuMlGcI8IugVe7xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08152a;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; }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .row .container { background-color: transparent; background-image: none; }#DuT2n963TDGV213ghuMlGcI8IugVe7xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .row .container > .video-iframe-container { display: none; }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .row > .video-iframe-container { display: none; }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .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); }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .row .container { border-width: 0; border-radius: 0; }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#JPPXmLssTo4Zrqafm5ATOVZC37qWVTdS { z-index:15003;top:1.0625rem;left:14.71875rem;background-color:#35d1e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#08152a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OpUrteIB7EVd4dS59HGXM0EXOIksrefT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4veB2aTrETu1elQmNfBHyccZLFsnctW { z-index:15004;top:1.0625rem;left:31.28125rem;background-color:#2d7b4f;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.1) ;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AG5z3nLtNkN2TIdkwDXyfRpuIhMxzR8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pw6fnDTrKLtnxeGyWDpCKIHlw0nTKiDg { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.90625rem;left:32.09375rem; }
#y7PQSQSWAt7ZV2uqbWgZl1VsZdIRLx9B { z-index:15005;top:1.0625rem;left:31.28125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FASqmwniqtlUqKyQwkyVISGVbxA1aD5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGthluH7BVqzL9RviInCatQfA8raTXZH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e4e6;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; }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .row .container { background-color: transparent; background-image: none; }#aGthluH7BVqzL9RviInCatQfA8raTXZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .row .container > .video-iframe-container { display: none; }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .row > .video-iframe-container { display: none; }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .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); }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .row .container { border-width: 0; border-radius: 0; }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#CfdXMa0eD1dWDgSsXFW31DqkG2SsP47M { color:#1e293b;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.96875rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtMEfM2a48K74EZ16RTmHa3RE6O5LkgL { color:#475569;display:block;width:60rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.99267578125rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e4e6;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; }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .row .container { background-color: transparent; background-image: none; }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .row .container > .video-iframe-container { display: none; }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .row > .video-iframe-container { display: none; }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .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); }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .row .container { border-width: 0; border-radius: 0; }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#U4q2WMecN8HxS7123Q4pW9mAGPItQaMR { box-sizing:content-box;height:17.75rem;width:18.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;display:block; }
#T71Cv4wSDzydBERWkbT3M8sxhf3mbASO { box-sizing:content-box;height:17.75rem;width:18.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0.75rem;left:20.71875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;display:block; }
#daQM6BTsUExl2tvx33Khg4RTWUDBNo1R { box-sizing:content-box;height:17.75rem;width:18.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0.75rem;left:41.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;display:block; }
#b0sxbTciop27fDoeguIKBz8HOJJ6Mvkd { color:#1e293b;display:block;width:14.6875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.4375rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#b0sxbTciop27fDoeguIKBz8HOJJ6Mvkd li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#b0sxbTciop27fDoeguIKBz8HOJJ6Mvkd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2698a345328de1a8734510a1f1e56f5ec7d91db8.svg); }
#ewXovMMTcLPD5WOgzxdwaZSxHmU5hWGP { color:#1e293b;display:block;width:15.1875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4375rem;left:22.46875rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ewXovMMTcLPD5WOgzxdwaZSxHmU5hWGP li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ewXovMMTcLPD5WOgzxdwaZSxHmU5hWGP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_684c5d2af78146f0ce16efda3d5fa43a9298962c.svg); }
#tdeiQNHDGlgtle88ts7OEcizXuv90BG4 { color:#1e293b;display:block;width:14.6875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:43.125rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#tdeiQNHDGlgtle88ts7OEcizXuv90BG4 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#tdeiQNHDGlgtle88ts7OEcizXuv90BG4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ee8a00891c9e6fa8f0edc952de3dc5acd1941bd.svg); }
#vEhJfPKr41PkNC3MwWzkmuBXc8do2VMb { color:#475569;display:block;width:14rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:6.75634765625rem;left:1.78125rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwcoFP0Wx4BEOk5cTKqzZ8KgBdurgIJs { color:#475569;display:block;width:14rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:7.06884765625rem;left:22.46875rem;height:3.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AB6mOwQ5e8T2n2J34bBW40MTETqDJ8rK { color:#475569;display:block;width:14rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.06884765625rem;left:43rem;height:3.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vJeD1bDdi55pRHvgrTTXWWsRzuOmFCai { color:#b31c1c;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:13.00634765625rem;left:2.28125rem;height:3rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TVkT5lz2dZ1dqJmrFoCTT97qvokB6q15 { color:#b31c1c;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.13134765625rem;left:2.28125rem;height:0.8999rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#JupyfdKqKgRv4qP4RZAFtmBxdHtT1L9F { box-sizing:content-box;height:5.25rem;width:16rem;position:absolute;display:block;z-index:15002;background-color:#fef3f2;background-image:none;top:12.38134765625rem;left:1.28125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#dMJGnlWoqNNsZgxXASJZIPwkpLARtD1t { box-sizing:content-box;height:5.25rem;width:16rem;position:absolute;display:block;z-index:15003;background-color:#fff7ed;background-image:none;top:12.38134765625rem;left:22rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#GyIuxS8yN3diK3AhEUiWBgqF2A9bAdHX { color:#9a3412;display:block;width:14.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:13.31884765625rem;left:23rem;height:2.0996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BBWHWDIvuXASMLt3C3yCUybOrrmgaklv { color:#9a3412;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:15.875rem;left:23.0625rem;height:0.8999rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#iwJB6MDgVPl1tFX3feho3VkeRrfzG4XL { box-sizing:content-box;height:5.25rem;width:16rem;position:absolute;display:block;z-index:15003;background-color:#fef3f2;background-image:none;top:12.38134765625rem;left:43.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#PqDKRKIQARU7wCkA8u2GykgPxc506Ltl { color:#b31c1c;display:block;width:14.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:13.3125rem;left:44rem;height:2.0996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#PC1HzipVO97vmwtwTEEqFocw4NqwhLS3 { color:#b31c1c;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:15.875rem;left:44.125rem;height:0.8999rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#fSRuB6f30FgLLg3hPxr71F93INvHKq6e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e4e6;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; }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .row .container { background-color: transparent; background-image: none; }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .row .container > .video-iframe-container { display: none; }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .row > .video-iframe-container { display: none; }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .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); }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .row .container { border-width: 0; border-radius: 0; }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:60rem;position:relative;display:block; }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafc;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; }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .row .container { background-color: transparent; background-image: none; }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .row .container > .video-iframe-container { display: none; }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .row > .video-iframe-container { display: none; }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .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); }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .row .container { border-width: 0; border-radius: 0; }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#s11PmZbHObrNb7cb1RkuiisTa1JNU27g { color:#1e293b;display:block;width:26.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.9375rem;left:3.25rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NxtRwLXmUAgrts9UdecBaM8hg5E0kIn4 { color:#1e293b;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:30.57470703125rem;left:3.09375rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Npguy7AteTMoOhTBIUk4LGfsks9i2KDF { color:#475569;display:block;width:23.875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.76220703125rem;left:3.0625rem;height:18.7211875rem;font-style:normal;display:block; }#Npguy7AteTMoOhTBIUk4LGfsks9i2KDF li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Npguy7AteTMoOhTBIUk4LGfsks9i2KDF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a0ab1fcf16a212d2154be7c789aa9607ccf0a5f.svg); }
#iVwa9rsLmBFM7BO6fwWJdpzMTGy7H6dB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:33.0625rem;width:24.0625rem;top:1.82470703125rem;left:31.5625rem;overflow:hidden;display:block; }
#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f9b0b64-f9c6-4d38-8238-84833910b4a2/bannerabertura1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP.adaptive-delivery-prevent-bg, #ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP.lazyload, #ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP.lazyloading { background-image: none; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row .container { background-color: transparent; background-image: none; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row .container > .video-iframe-container { display: none; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row > .video-iframe-container { display: none; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .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); }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row .container { border-width: 0; border-radius: 0; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP::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; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#tvhvFer105Eqip6oqQrP1LfXBf2ZHLTq { 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:5.9375rem;width:18.6875rem;top:3.3125rem;left:20.65625rem;overflow:hidden;display:block; }
#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d293b;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; }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .row .container { background-color: transparent; background-image: none; }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .row .container > .video-iframe-container { display: none; }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .row > .video-iframe-container { display: none; }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .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); }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .row .container { border-width: 0; border-radius: 0; }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#VXVO6IVfFhRFwnLVr8nRfxcRrsTTdJPJ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.96875rem;left:0rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ai6BD4XryNeJF3TNzHwHTePU5aHT2Gbm { color:#cdd7e5;display:block;width:37.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.98046875rem;left:11.28125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d293b;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; }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .row .container { background-color: transparent; background-image: none; }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .row .container > .video-iframe-container { display: none; }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .row > .video-iframe-container { display: none; }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .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); }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .row .container { border-width: 0; border-radius: 0; }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#W6CcTcU7o5k1anFZ71Oi2d5O8V99cc1h { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid #35d1e8;border-left:0.1875rem solid #35d1e8;border-right:0.1875rem solid #35d1e8;border-bottom:0.1875rem solid #35d1e8;border-top-left-radius:0rem;border-top-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.125rem;width:28.625rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#Gyy494dhcFrfRasZrhCiKlsB8M2aRe5e { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.43798828125rem;left:35.3125rem;height:20.3115rem;font-style:normal;display:block; }#Gyy494dhcFrfRasZrhCiKlsB8M2aRe5e li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gyy494dhcFrfRasZrhCiKlsB8M2aRe5e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d906f899c9b90b1f773853027583f071ff034f15.svg); }
#mOvEB2Jfv12GTQJesZdfs5bGJhBidT3p { box-sizing:content-box;height:23.1875rem;width:25.375rem;position:absolute;display:block;z-index:15003;background-color:#334156;background-image:none;top:0rem;left:32.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;display:block; }
#NS36zSPNOCrH8Nisuiui5lXogQs1u5fN { color:#35d1e8;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:19.62109375rem;left:7.375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D46XAdr96XCPRfpDVNOVwAv3fc9nI04s { box-sizing:content-box;height:20.125rem;width:18.4375rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f22bde27-8c86-4281-92c4-376eacbb96b9/novasede.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:41.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#D46XAdr96XCPRfpDVNOVwAv3fc9nI04s.adaptive-delivery-prevent-bg, #D46XAdr96XCPRfpDVNOVwAv3fc9nI04s.lazyload, #D46XAdr96XCPRfpDVNOVwAv3fc9nI04s.lazyloading { background-image: none; }
#oz4GXTCRs5RT9Fpt77bUAJgytCn19X91 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14rem;top:7.9375rem;left:43rem;overflow:hidden;display:none; }
#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d293b;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; }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .row .container { background-color: transparent; background-image: none; }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .row .container > .video-iframe-container { display: none; }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .row > .video-iframe-container { display: none; }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .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); }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .row .container { border-width: 0; border-radius: 0; }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#sdrhUfiR7yHNnwToHusocDR8Ishneiyp { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.78125rem;left:0rem;height:2.32470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ug13H4ebAaE4EL2qCJfhVbautDqIqa9N { color:#28313f;display:block;width:60rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.181640625rem;left:0rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bap2QzllQ1E8Ek30tNzk3uTDuxQUrlxZ { box-sizing:content-box;height:12.125rem;width:54.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(152deg, #e1e4e6, #f9f9f9);background-image: -moz-linear-gradient(152deg, #e1e4e6, #f9f9f9);background-image: -ms-linear-gradient(152deg, #e1e4e6, #f9f9f9);background-image: -o-linear-gradient(152deg, #e1e4e6, #f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e4e6', endColorstr='#f9f9f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e4e6', endColorstr='#f9f9f9' );";background-image: linear-gradient(152deg, #e1e4e6, #f9f9f9);background-size:auto !important;top:0rem;left:2.65625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;display:block; }
#P9UuTDhLTvOZMvOV8lHSKlinqyTTlCHt { z-index:15004;top:6.8125rem;left:22.96875rem;background-color:#1d293b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.1) ;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:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qOtgrkM6qA8lQXVEroP2tkT6p1HZoEqw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d293b;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; }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .row .container { background-color: transparent; background-image: none; }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .row .container > .video-iframe-container { display: none; }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .row > .video-iframe-container { display: none; }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .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); }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .row .container { border-width: 0; border-radius: 0; }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#noA6hbxvk0nTWXW2RQNlkkDnzr3pF6bz { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:0.65625rem;left:0rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mz6l1ldD04UNWSAaIMfWartXyx9eUnIs { color:#cdd7e5;display:block;width:44.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.693359375rem;left:7.59375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d293b;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; }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .row .container { background-color: transparent; background-image: none; }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .row .container > .video-iframe-container { display: none; }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .row > .video-iframe-container { display: none; }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .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); }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .row .container { border-width: 0; border-radius: 0; }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#hTZsS06UftmHF95NtMTwH94ulTTHVUfe { box-sizing:content-box;height:20.125rem;width:18.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #3cbeff;border-left:0.0625rem solid #3cbeff;border-right:0.0625rem solid #3cbeff;border-bottom:0.0625rem solid #3cbeff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;display:block; }
#NiQELvGdHnTRq7xvBRgFEQXtbySt2CyX { box-sizing:content-box;height:20.125rem;width:18.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0rem;left:20.71875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;display:block; }
#EkJfPHWxWVyZOT87VQRAzeL8ZHcdRqvQ { box-sizing:content-box;height:20.125rem;width:18.4375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0rem;left:41.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;display:block; }
#Vmzx67lBMrBJ3GlzUkXTN2IMcNmrmRsW { color:#475569;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.0625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U45pdHuaSFLZgdTtoA6WvItiKsOBy9TT { color:#1e293b;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.25rem;left:2.0625rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RtHh6uogzDfph51v2MS4SObERqlhctC9 { color:#475569;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.4375rem;left:2rem;height:8.3369375rem;font-style:normal;display:block; }#RtHh6uogzDfph51v2MS4SObERqlhctC9 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#RtHh6uogzDfph51v2MS4SObERqlhctC9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
#HMNLCA1mSTmWTEGJsgxPH4lu5BrGrvem { color:#1e293b;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.25rem;left:23rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LXqGAphDwlQI0aqFyDoJhQ1gVdJ3Case { color:#1e293b;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.25rem;left:43.625rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SF9oaZ2babKZuF1ADoRnTXmALa5DT8iN { color:#475569;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QqP6pc8mexEWb7rWBg2FxpaTyHFr73J7 { color:#475569;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.4375rem;left:22.875rem;height:7.28075rem;font-style:normal;display:block; }#QqP6pc8mexEWb7rWBg2FxpaTyHFr73J7 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#QqP6pc8mexEWb7rWBg2FxpaTyHFr73J7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
#zFtMPfBFe2zUMA1TcLvxtOfQQmqdEasl { color:#475569;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zozbXSrTC7AnChLKSZntoBOreGT9Xdn2 { color:#475569;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.4375rem;left:43.625rem;height:8.3369375rem;font-style:normal;display:block; }#zozbXSrTC7AnChLKSZntoBOreGT9Xdn2 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#zozbXSrTC7AnChLKSZntoBOreGT9Xdn2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d293b;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; }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .row .container { background-color: transparent; background-image: none; }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .row .container > .video-iframe-container { display: none; }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .row > .video-iframe-container { display: none; }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .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); }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .row .container { border-width: 0; border-radius: 0; }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#dLJ8ORzx7KxbbFDPAL4gvcvDP7R3ieEc { box-sizing:content-box;height:20.125rem;width:18.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #3cbeff;border-left:0.0625rem solid #3cbeff;border-right:0.0625rem solid #3cbeff;border-bottom:0.0625rem solid #3cbeff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;display:block; }
#hV1TTm23PthUlh6W7ILKzq7I3LRVaEru { box-sizing:content-box;height:20.125rem;width:18.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0rem;left:20.71875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;display:block; }
#zU02Pxx6OSDaxudfEWe6wZH45s9HP8nL { color:#475569;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:2.3125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VtkRr8ThbIsKVU7xEAbXZqOygv2ZtDLM { color:#1e293b;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.875rem;left:2.3125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TUoZFb01MGqxPa7UcDrxbPDs6cJ3hzCf { color:#475569;display:block;width:14.3125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.25rem;height:7.28075rem;font-style:normal;display:block; }#TUoZFb01MGqxPa7UcDrxbPDs6cJ3hzCf li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#TUoZFb01MGqxPa7UcDrxbPDs6cJ3hzCf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
#PEIe6SNCOcQZ5SZtEwqgGT0CJ0VkAWHa { color:#1e293b;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.875rem;left:23rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pgTNTfoLRIsGJDywyZ3CsIKyUPAAAKUk { color:#475569;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:23rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nk2bCKBGzd0a0WUsIb8Sn55rh1CqToCq { color:#475569;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.21875rem;left:23rem;height:7.28075rem;font-style:normal;display:block; }#nk2bCKBGzd0a0WUsIb8Sn55rh1CqToCq li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#nk2bCKBGzd0a0WUsIb8Sn55rh1CqToCq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
#IVqm1xEWdZ6uVw0fgRFCnTny3vO2x6Gu { box-sizing:content-box;height:20.125rem;width:18.4375rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f22bde27-8c86-4281-92c4-376eacbb96b9/novasede.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:41.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#IVqm1xEWdZ6uVw0fgRFCnTny3vO2x6Gu.adaptive-delivery-prevent-bg, #IVqm1xEWdZ6uVw0fgRFCnTny3vO2x6Gu.lazyload, #IVqm1xEWdZ6uVw0fgRFCnTny3vO2x6Gu.lazyloading { background-image: none; }
#lmFNQyQ4El0A4xTkmdtA7Zru8aeDQJ0H { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14rem;top:7.9375rem;left:43rem;overflow:hidden;display:block; }
#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d293b;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; }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .row .container { background-color: transparent; background-image: none; }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .row .container > .video-iframe-container { display: none; }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .row > .video-iframe-container { display: none; }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .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); }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .row .container { border-width: 0; border-radius: 0; }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#wp1XbayO1NX3FMKRTsrrCnRV91GkEWdd { box-sizing:content-box;height:12.375rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f6663a07-f81c-4bd7-bbe1-d1d51e844da7/centrodecontroledeoperacoes.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.84375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#wp1XbayO1NX3FMKRTsrrCnRV91GkEWdd.adaptive-delivery-prevent-bg, #wp1XbayO1NX3FMKRTsrrCnRV91GkEWdd.lazyload, #wp1XbayO1NX3FMKRTsrrCnRV91GkEWdd.lazyloading { background-image: none; }
#GIInRGbbnIm4TJ9SwEn3JVWunDUl24up { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:14.46875rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGpC7PXhmlORtpnIdlx0PM8HGJwBCEGk { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:16.724609375rem;left:5.84375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTWoU5J0p4TZpghLedBLwNOJR3ZheAbN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:15.5625rem;top:19.53125rem;left:22.21875rem;overflow:hidden;display:block; }
#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e4e6;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; }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .row .container { background-color: transparent; background-image: none; }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .row .container > .video-iframe-container { display: none; }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .row > .video-iframe-container { display: none; }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .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); }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .row .container { border-width: 0; border-radius: 0; }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#Qq8i6d2HiPzcI1RfMUnSvVCxglfzKhZ7 { color:#1e293b;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.96875rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUGWMIQCQTBXUMOAGgy6ESl1Kf0NOHkS { color:#475569;display:block;width:60rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.05517578125rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e4e6;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; }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .row .container { background-color: transparent; background-image: none; }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .row .container > .video-iframe-container { display: none; }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .row > .video-iframe-container { display: none; }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .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); }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .row .container { border-width: 0; border-radius: 0; }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;position:relative;display:block; }#mO58x4qR1ZC63Vbrb2pLwfzUxUGePTNb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0.71875rem;left:0rem;display:block; }
#c0k6UQnTp1fpKT7w890X1Us32UT4OToc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0.78125rem;left:20.15625rem;display:block; }
#g38NKak6enl2MkGqDmJcId4MTtAxf0T4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0.71875rem;left:40.3125rem;display:block; }
#nTJILRsCk0MlSxFFTBTbK1Lc8mE7wF5l { position:absolute;display:block;z-index:15001;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:9.375rem;width:9.375rem;top:24.3125rem;left:19.53125rem;overflow:hidden;display:none; }
#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e4e6;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; }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .row .container { background-color: transparent; background-image: none; }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .row .container > .video-iframe-container { display: none; }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .row > .video-iframe-container { display: none; }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .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); }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .row .container { border-width: 0; border-radius: 0; }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#JdnBmVf4C1MBmF2OiF5Dk2eV0AKZRHlF { color:#1e293b;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.53125rem;left:10.8125rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e4e6;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; }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .row .container { background-color: transparent; background-image: none; }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .row .container > .video-iframe-container { display: none; }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .row > .video-iframe-container { display: none; }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .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); }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .row .container { border-width: 0; border-radius: 0; }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#unyI2fxMzlAlpcgRV6Vs8wm6tVRlfJML { color:rgba(30,41,59,0.51);display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.21875rem;left:0rem;height:2.69970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WExUUPikpt3TXvKLsU442HxIvKSEwUT7 { color:rgba(30,41,59,0.51);display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.21875rem;left:20rem;height:2.69970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZSTDMFKkOMzy1KckUOf21AkDp6OZi5G0 { color:rgba(30,41,59,0.51);display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.21875rem;left:40rem;height:2.69970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bVcSFe1eaBUWTJDRUUs7nG2tLR3Hx1N2 { color:#1e293b;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.89306640625rem;left:3.40625rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FUEfzgmdSTp94uTWqOFr3y9QHKgrGy3W { color:#1e293b;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.89306640625rem;left:23.40625rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UBzZpdqbUINaTebLhcr3R89uoTSlU64x { color:#1e293b;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.89306640625rem;left:43.3125rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#URBT2V5ei32UEDTJ46gt3wXcSZTTakUy { color:#475569;display:block;width:13.875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.91796875rem;left:3.40625rem;height:5.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xNoPOHHXcsSOPT5sxSfEvr0Wp0PhHaVy { color:#475569;display:block;width:13.875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.91796875rem;left:23.40625rem;height:5.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDRW1TgFNlTxBBGGXroZflf0xNb3Cqz9 { color:#475569;display:block;width:13.875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.91796875rem;left:43.3125rem;height:5.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VAiPiOokSSFi1DTzRHfPnNQL3TEbnqZV { position:absolute;display:block;z-index:15001;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:9.375rem;width:9.375rem;top:24.3125rem;left:19.53125rem;overflow:hidden;display:none; }
#ozf5qzubkstI99KmAAe0EAfx3yppGNPS { 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; }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .row .container { background-color: transparent; background-image: none; }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .row .container > .video-iframe-container { display: none; }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .row > .video-iframe-container { display: none; }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .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); }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .row .container { border-width: 0; border-radius: 0; }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-form-header {  }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-regular-label { height:auto;display:block;font-family:inter;font-size:0.875rem;font-weight:bold;color:#000000;width:17.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a7a7a7;border-left:0.0625rem solid #a7a7a7;border-right:0.0625rem solid #a7a7a7;border-bottom:0.0625rem solid #a7a7a7;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:17.6875rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:inter;vertical-align:top;text-align:center;text-align-last:center; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-text {padding-top: 0; padding-bottom: 0;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a7a7a7;border-left:0.0625rem solid #a7a7a7;border-right:0.0625rem solid #a7a7a7;border-bottom:0.0625rem solid #a7a7a7;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:17.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:inter;vertical-align:top;text-align:center;text-align-last:center; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .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 #a7a7a7;border-left:0.0625rem solid #a7a7a7;border-right:0.0625rem solid #a7a7a7;border-bottom:0.0625rem solid #a7a7a7;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:17.6875rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-family:inter;font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-select {padding-top: 0; padding-bottom: 0;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2391a2, #00476a);background-image: -moz-linear-gradient(180deg, #2391a2, #00476a);background-image: -ms-linear-gradient(180deg, #2391a2, #00476a);background-image: -o-linear-gradient(180deg, #2391a2, #00476a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2391a2', endColorstr='#00476a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2391a2', endColorstr='#00476a' );";background-image: linear-gradient(180deg, #2391a2, #00476a);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.25rem;font-weight:bold;color:#ffffff;width:17.6875rem;height:3.4375rem;font-family:poppins;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.27) ; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR [class*="-text"]:-moz-placeholder { color:#000000;font-family:inter;font-size:0.8125rem;text-align:center;text-align-last:center; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR [class*="-text"]::-moz-placeholder { color:#000000;font-family:inter;font-size:0.8125rem;text-align:center;text-align-last:center; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:inter;font-size:0.8125rem;text-align:center;text-align-last:center; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:inter;font-size:0.8125rem;text-align:center;text-align-last:center; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .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:inter;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.5rem;overflow:hidden;font-style:normal;float:none; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .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; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:inter;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-container:first-of-type{padding-top:0;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-container:last-of-type{padding-bottom:0;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR  { background-color:#f8fafb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.6875rem;height:auto;border-top:0.0625rem solid #b3b3b3;border-left:0.0625rem solid #b3b3b3;border-right:0.0625rem solid #b3b3b3;border-bottom:0.0625rem solid #b3b3b3;z-index:15001;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.2) ;position:absolute;top:7.96875rem;left:34.90625rem; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.6875rem;display:block;vertical-align:top; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-info-text { display:block;height:auto;font-family:inter;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; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR {display:block;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR { background-color:#f8fafb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.6875rem;height:auto;border-top:0.0625rem solid #b3b3b3;border-left:0.0625rem solid #b3b3b3;border-right:0.0625rem solid #b3b3b3;border-bottom:0.0625rem solid #b3b3b3;z-index:15001;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.2) ;position:absolute;top:7.96875rem;left:34.90625rem; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #XXp71qRBWQlQtBlrLg8QTRLDK7RsxFiG { position:relative; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #xB9W1dlGI1GyePTX1OBld9kLMLSTgZzI { position:relative;display:none; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #vpMlHsCEgQX27WyMc7ThD1yg5dD2GJmb { position:relative; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #MKTshZIJJVvNevHVCoMurHPAwh8K7XTe { position:relative; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #uJklNlLCdXtH4ldK3xI6b18rrckRZHmO { position:relative;display:none; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #zqXluBuwIffOgJeOEPfASU7Z2ZwpKFqw { position:relative; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #VHHa6wbhHVmm3P5TJGzW3k1sRsUUaIcI { position:relative; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #lNLHDOGnEWU5NEZ39we1IMKL1Q1UD0uS { position:relative;display:none; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #CshffkVytMnBGavSTcNhu743pFKZ0o8c { position:relative; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #HLoUaoRI4yawh746H5XGUQwW1MUyDcRl { position:relative; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #U1uF7B73FEF2rtTOsbxA3KfISOyOp6LP { position:relative;display:none; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #ODKbFwEWF8nMCOSFDmxSK8IqVDytP9gy { position:relative; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #J8lo9gUfbOw1G8pPMB1XwNPBbhWEi7g9 { position:relative; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #HS93AXvFnXAK0NpEV08mqw9MAQZCcrT9 { position:relative;display:none; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #hwFHfs4lX7y18SHunK6CWqkHhIGVqnLH { position:relative; }
#XZ56A6XCNx7a24ILyBTNxaZTsH5wggvQ { position:relative;display:block; }
#CDJgv5r3fcIIJT1TC4NCIzKVRyo8xkMR { position:relative;display:block; }
#ILgQtTzNEToQAwbQ90gN3Kph2CNaB91J { position:relative;display:block; }
#ASbyH4NNLpOTFtduH1mTEFXOxkg9fRMt { position:relative;display:block; }
#m3h9AGWfqVH4RSSJNqvg0uqmcrFeHMEM { position:relative;display:block; }
#uonw6A6HqF9ZbpavGMJHuV2xEEwDliiZ { position:relative;display:block; }
#Nt9doBp1AH6MOCLL8qmidTwyN8AIwPwn { position:relative;display:block; }
#glv9FGb9Om7Ju1N6OmvFotBsDdm8KM1w { position:relative;display:block; }
#V9l38Wvpn6m9SdOV8re48UKVW1lisJMD { position:relative;display:block; }
#EDMr633nXxzPbxeufiRTh36VN22P1o0E { position:relative;display:block; }
#qXPxa5TrzBlwB2IA6DaNtQNesvJUc0Pz { position:relative;display:block; }
#IB7DBrGdO5lvmM8FJSzADTyDpPgOfDJT { position:relative;display:block; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #OE2NLHzrw5rg9ywTkKX5rRrlNpc5Aw7n { position:relative; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #mUx1D1P0TN0PnM2pipVWBnJFqLbPNe7F { position:relative; }
#Cm345srfJgRSuxHLHTN9gPlCqaSh3f0R { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.40625rem;left:36.625rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NNXoZoa15FZJpZZkyx1Jo9ApSpiP0cJT { box-sizing:content-box;height:9.3125rem;width:19.875rem;position:absolute;display:block;z-index:14999;background-color:#1e293b;background-image:none;top:3.1875rem;left:35.09375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;display:block; }
#zkxoy5B9Z2k9AeWTxJhKTU2vPdTND5MJ { color:#1e293b;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:21.625rem;left:4.125rem;height:7.9238125rem;font-style:normal;display:block; }#zkxoy5B9Z2k9AeWTxJhKTU2vPdTND5MJ li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zkxoy5B9Z2k9AeWTxJhKTU2vPdTND5MJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eb4f754b445cbc1cffe0e676411d25f673f9149e.svg); }
#akoGq7T2df4mzgGITWUuUobkGeHiL9AA { color:#1e293b;display:block;width:21.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.8125rem;left:4.1875rem;height:6.173825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WThkNQVV0vPo5ZBsd9A6f1cFcMrEshho { color:#1e293b;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:4.125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FBzDRLi7040taNHrECMEtsNTEwfp41UR { position:absolute;display:block;z-index:15001;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:9.375rem;width:9.375rem;top:24.3125rem;left:19.53125rem;overflow:hidden;display:block; }
#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08152a;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; }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .row .container { background-color: transparent; background-image: none; }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .row .container > .video-iframe-container { display: none; }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .row > .video-iframe-container { display: none; }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .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); }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .row .container { border-width: 0; border-radius: 0; }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:60rem;position:relative;display:block; }#iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(51,65,86,0.11);background-image:none;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.14) ; }
#iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-heading-text { display:block;position:relative;width:100%;font-family:inter;font-weight:700;font-size:1.0625rem;height:auto;line-height:1.2;overflow:hidden; }
#iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:inter;height:auto;line-height:1.4;overflow:hidden; }
#iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-trigger.adaptive-delivery-prevent-bg, #iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-trigger.lazyload, #iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-trigger.lazyloading { background-image: none; }
#iHME61KDayLelTieJcwhaWPZrIihlevt { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.65625rem;left:14.84375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ; }
#iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#iHME61KDayLelTieJcwhaWPZrIihlevt #nZoQX32npfJXmbt4SSabmbJtxrWUolaz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #HnnITksFL6DfAZdL9xwTWRxsRFbQTQqf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #gH10UQggh50ciscpunmpATGKIX4mCsid { display:block;position:relative; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #CwKeGFwtm5KFBZr9ckCqKGry6Kebre4T {  }
#iHME61KDayLelTieJcwhaWPZrIihlevt #eRtW15uOO762zSQznxdkBQw6qXLxGmLG {  }
#iHME61KDayLelTieJcwhaWPZrIihlevt #ZQQmrLpJqy1zWcpvmNKlIKryyeS0EP0M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #R7S4pGnz4engVGrTtc8kCSDvFnm30DFF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #sWg6OcBdKbtz2T5tRsBsgF1wMERAJMaz { display:block;position:relative; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #Tr5bxNoud9g3Aqk8pp8B6WLkkk7oBXBC {  }
#iHME61KDayLelTieJcwhaWPZrIihlevt #D9VK3ipo2Gizs0v0dci2M4dy4dhuGOSS { display:none; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #UcNCzpD6TkbpCtzxBM5rJTb1nRZEyXNx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #yfPkoriLirgpClLIqaxJKHaG1OF3xV5x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #kGmRAu1M65QqSLnJD58NMDIuLHqP0HUM { display:block;position:relative; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #HnsFfIteTWUGrw82D18WOoOokOw8AWyi {  }
#iHME61KDayLelTieJcwhaWPZrIihlevt #OWGJ9ulQgIsDBk5TZgxoWiOahuNyLr1m { display:none; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #oZIzD6o4mvcFm5TEaBAvQcM3Vqfbo3Tp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #iKo62NQ82VuFb5cD69nioFVnIMmEAVwb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #Q9iiXRTMxHBhtFHRUQzdgA0hOFP9aCJd { display:block;position:relative; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #NgItqAWT7TFXMLIroTlFT0iOhE5xKA03 {  }
#iHME61KDayLelTieJcwhaWPZrIihlevt #PEDpx4PifX5n8wupHHZw7dHVmhZ8MKp6 { display:none; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #TcATrcT7B4TKaqtuJ24DASqJ7kXWUTIc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #EOa1JJWR1AmeGVHNTFxLUqIaOtw40eUx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #TcVgy6XO7DJmD3Dq7OSpukOnKEF4T5WU { display:block;position:relative; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #zeFhQNbqOgNGtZ8DKhNf5VNwTGFUc3Oa {  }
#iHME61KDayLelTieJcwhaWPZrIihlevt #TT1LtPrxThN7xn8KSsHgSQSgaXkNm18J { display:none; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #gWFtBMyS183oTM4iDkXuUhFqbndTDDNy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #NoqJ2Czz9r7FLIcbZq0AwtokgeKEAlhM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #lUAGsUhubr5xMl1lheglTRlqmZFGty2T { display:block;position:relative; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #wcaNNT2dW5dZeTJxCna0yTbqXy3yIGn8 {  }
#iHME61KDayLelTieJcwhaWPZrIihlevt #warsww9F7VLovOm3JGlrT99xW3IvU7oS { display:none; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #L7mWKcNEby8wNkRSTp8duBqt18zrGtBZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #pSecwD8kF3tiF9TTVyf1Tvw7v3TTBETR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #QrVTVAZArUvJ1RBvF6CWdMOmP8lc2Hla { display:block;position:relative; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #bzbAmHJPGg1kLbVp5i8RngTgfC18ZnJw {  }
#iHME61KDayLelTieJcwhaWPZrIihlevt #IzecRo56sfCPXv6JIKAf7yWRvNy4T58K { display:none; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #bpphUsm8DpFJSuDlJrzoaA33nBr0plP0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #FTKaeWknUTXATCExDTLD2L3qLbTN9zEn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #T8k9lcZ22ZE0TEST7KqdvJKgVFMl01JT { display:block;position:relative; }
#iHME61KDayLelTieJcwhaWPZrIihlevt #yq5sZss4pSITVJS41qL2oP17IhZTxaxF {  }
#iHME61KDayLelTieJcwhaWPZrIihlevt #Vw9lXNz99svubgROIKE1z6WeAG9hVWy3 { display:none; }
#ORIo86FxqInTOdOX0IVMKAPdP4XhRENd { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.71826171875rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0nzbhmTX7zevWRI4fPbSsxutnZUh967 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.31787109375rem;left:0rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08152a;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; }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .row .container { background-color: transparent; background-image: none; }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .row .container > .video-iframe-container { display: none; }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .row > .video-iframe-container { display: none; }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .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); }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .row .container { border-width: 0; border-radius: 0; }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#sCE2iu4UrI4BZQ7lI3lIRyyEkxINqvSm { 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:4.6875rem;width:15.5625rem;top:2.625rem;left:22.21875rem;overflow:hidden;display:block; }
#WJTxF621W8SE8imHFHLMoCkkWO316wm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090f15;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; }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .row .container { background-color: transparent; background-image: none; }#WJTxF621W8SE8imHFHLMoCkkWO316wm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .row .container > .video-iframe-container { display: none; }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .row > .video-iframe-container { display: none; }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .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); }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .row .container { border-width: 0; border-radius: 0; }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#oD2ThrucxakTfOEZrCprF7pKnyslxmPO { color:rgba(255,255,255,0.62);display:block;width:42rem;position:absolute;font-family:inter;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.365234375rem;left:9rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WN2A36asNiluvLUL0IGfcpRZeDVcFSoU { display:block; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { top:0.6875rem;left:17.90625rem;width:11.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 { display:none; }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yyyAKSvVTOrP0QhKsOxnDlQPGdqooLwH { top:1.25rem;left:2.03125rem;width:43.6875rem;height:6.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCGvJi4vNOrlkuVETpnHdobkNmG3pHPf { top:8.8125rem;left:2.375rem;width:43rem;height:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFOuzoten4fDGg5vs4ph3tslTJmqqIlL { top:1.0625rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uat0vwmqBN2rdJ8b4DRS53ErolbKG8rV { display:block; }
 }@media only screen and (max-width: 763px) { #t1KlMDUcA9EuCMzQCUgncwpVbnyIpLqN { top:1.0625rem;left:23.875rem;width:13.1875rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXLzoOFnEgJau7qVvWKraAFUk27m0V2d { display:block; }
 }@media only screen and (max-width: 763px) { #U19NmbGgUabvpxRN2HBGoIyDhFOLxt2h { top:1.0625rem;left:23.875rem;width:13.1875rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOUv6yCuE6b7gANrpmgNmlNtiBwBkVsT { display:block; }
 }@media only screen and (max-width: 763px) { #Ukv8Vt4pu34h2asu0ECJH2WCJwR9l2T8 { top:1.875rem;left:23.875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2igOIp2Q3DKEk869lWEZyHKlPZsTBEV { top:0.9375rem;left:0.0625rem;width:17.5rem;height:31.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT { display:block; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbCnkAZLBQDy1RW5PHZNl1ezACV50mCg { top:3.9375rem;left:0rem;width:35.6875rem;height:8.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI2Q5u5BTq8grgEappV3am2ECvamWMdd { top:13.5625rem;left:0rem;width:34.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp6xNyv7cUlXsTBBph0ItTJvcQZt0QH7 { top:0.9375rem;left:0.0625rem;width:17.5rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb8v90SPDFDRXnTWQR7E96TMiFXXOPJw { top:20.75rem;left:2.875rem;width:21rem;height:;font-size:1rem;display:block; }#wb8v90SPDFDRXnTWQR7E96TMiFXXOPJw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a0ab1fcf16a212d2154be7c789aa9607ccf0a5f.svg); }
 }@media only screen and (max-width: 763px) { #HdoVIUz8eNP9kaoD6a3fSDOy6docQ7it { top:2rem;left:4.25rem;width:19.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPZkOs8G8dQS8ooVwfQ9hANv7UJTCHMB { top:29.625rem;left:0rem;width:23.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaZzVzERy7hMbkuNtJZxSdr3fgqP255I { top:7.5rem;left:0.65625rem;width:17.8125rem;height:7.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAomUMXQMTR2K2HybmUtiMrS4qWU3Vl0 { top:1.8125rem;left:23.6875rem;width:24.0625rem;height:24.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcZ1WgS1893rS1LBwktorfs6Ih9kKinI { display:block; }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RngM3Eq0HnG3MyruMAJcS9P54Ar931PU { top:1.25rem;left:2.03125rem;width:43.6875rem;height:6.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyxOmWkiHz6FHhqU2D7qdFtfIauhcQad { top:8.8125rem;left:2.375rem;width:43rem;height:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K54zeJKRhGre3zEK4avG7flIwzvbISdg { top:1.0625rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogPJpdicuqdFVREAz9L12LiDgeQ4Ur3K { display:block; }
 }@media only screen and (max-width: 763px) { #GIKIPuuyCbtdqmJ99fDVE7PW69ghJOK6 { top:1.0625rem;left:23.875rem;width:13.1875rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #owchhPFfr6MX2bVkJhTo9dfwMrSgOL9g { display:block; }
 }@media only screen and (max-width: 763px) { #RXwBiMJHqIwLAA9W2lZin2ScQbRk7zHr { top:1.0625rem;left:23.875rem;width:13.1875rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUiZaiUW5ZABKpQg3MU3vooXStBOBCPr { display:block; }
 }@media only screen and (max-width: 763px) { #eLqK3nTglcSwsxD80PCoR9sL8Hx2ormM { top:1.875rem;left:23.875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 { display:block; }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAVUqMbGgRgAaS02Wdi2kVhdQa50SLWT { top:0.8125rem;left:1.5rem;width:14.25rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mId2GD5oiP8qvp1B48AItn6ZFfTAA5Wh { top:0.8125rem;left:16.625rem;width:14.25rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZrTd2dtyUqU6F7xleak590pDvhHWfE { top:0.8125rem;left:31.75rem;width:14.25rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtPSCNTlpnAoL9FzUbymI1qV8TcWKEOq { top:2.4375rem;left:9.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrpbVc0OgQ97tq3P8oF2KtIs1K3dy8HZ { top:2.4375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH9aproeBbXRbUb7ZXKXXB30nbKNnW0a { top:2.4375rem;left:35.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqfNyy41rf6oW2rt3LUc4pGm2yRZ1zNv { top:6.25rem;left:3.375rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uslHTCykxVD43NEcGvuzJACegVvMdJFM { top:6.25rem;left:17.5625rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0xdbIwZqoJcv2uyBpK8TX4IoGHzQd2 { top:6.25rem;left:31.75rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI24lqQuVgSckeOQe55syz33seA0aKv0 { top:8.6875rem;left:3.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEN7mOqEVLcuuNcUCOQxf8nGOIBkuJqm { top:8.6875rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbS2ZW5EXoTT2amowigyexkHC7HaUzyu { top:8.6875rem;left:31.75rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMMOhCG1o6iedJ9H1bE8I8zHoyueOtPE { top:3.8125rem;left:0rem;width:47.75rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePG6kqs1089OA3uTAuBBJvWUsLfgZX3W { top:19.8125rem;left:0rem;width:47.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJm3wS5ufEyLaCwXQ9SzDRdSXCRgktNo { top:26.5rem;left:17.1875rem;width:13rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuT2n963TDGV213ghuMlGcI8IugVe7xm { display:block; }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPPXmLssTo4Zrqafm5ATOVZC37qWVTdS { top:1.0625rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpUrteIB7EVd4dS59HGXM0EXOIksrefT { display:block; }
 }@media only screen and (max-width: 763px) { #e4veB2aTrETu1elQmNfBHyccZLFsnctW { top:1.0625rem;left:23.875rem;width:13.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG5z3nLtNkN2TIdkwDXyfRpuIhMxzR8G { display:block; }
 }@media only screen and (max-width: 763px) { #Pw6fnDTrKLtnxeGyWDpCKIHlw0nTKiDg { top:1.875rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7PQSQSWAt7ZV2uqbWgZl1VsZdIRLx9B { top:1.0625rem;left:23.875rem;width:13.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FASqmwniqtlUqKyQwkyVISGVbxA1aD5F { display:block; }
 }@media only screen and (max-width: 763px) { #aGthluH7BVqzL9RviInCatQfA8raTXZH { display:block; }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfdXMa0eD1dWDgSsXFW31DqkG2SsP47M { top:2.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtMEfM2a48K74EZ16RTmHa3RE6O5LkgL { top:4.9375rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa { display:block; }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4q2WMecN8HxS7123Q4pW9mAGPItQaMR { top:0.75rem;left:0rem;width:18.4375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T71Cv4wSDzydBERWkbT3M8sxhf3mbASO { top:0.75rem;left:13.1875rem;width:18.4375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #daQM6BTsUExl2tvx33Khg4RTWUDBNo1R { top:0.75rem;left:29.0625rem;width:18.4375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0sxbTciop27fDoeguIKBz8HOJJ6Mvkd { top:2.4375rem;left:0rem;width:14.6875rem;height:3.5625rem;font-size:1.5625rem;display:block; }#b0sxbTciop27fDoeguIKBz8HOJJ6Mvkd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2698a345328de1a8734510a1f1e56f5ec7d91db8.svg); }
 }@media only screen and (max-width: 763px) { #ewXovMMTcLPD5WOgzxdwaZSxHmU5hWGP { top:2.4375rem;left:16.28125rem;width:15.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }#ewXovMMTcLPD5WOgzxdwaZSxHmU5hWGP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_684c5d2af78146f0ce16efda3d5fa43a9298962c.svg); }
 }@media only screen and (max-width: 763px) { #tdeiQNHDGlgtle88ts7OEcizXuv90BG4 { top:2.4375rem;left:32.8125rem;width:14.6875rem;height:3.5625rem;font-size:1.4375rem;display:block; }#tdeiQNHDGlgtle88ts7OEcizXuv90BG4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ee8a00891c9e6fa8f0edc952de3dc5acd1941bd.svg); }
 }@media only screen and (max-width: 763px) { #vEhJfPKr41PkNC3MwWzkmuBXc8do2VMb { top:6.75rem;left:0rem;width:14rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwcoFP0Wx4BEOk5cTKqzZ8KgBdurgIJs { top:7.0625rem;left:16.28125rem;width:14rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB6mOwQ5e8T2n2J34bBW40MTETqDJ8rK { top:7.0625rem;left:32.6875rem;width:14rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJeD1bDdi55pRHvgrTTXWWsRzuOmFCai { top:13rem;left:0.21875rem;width:14rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkT5lz2dZ1dqJmrFoCTT97qvokB6q15 { top:16.125rem;left:0.21875rem;width:14rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JupyfdKqKgRv4qP4RZAFtmBxdHtT1L9F { top:12.375rem;left:0rem;width:16rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMJGnlWoqNNsZgxXASJZIPwkpLARtD1t { top:12.375rem;left:15.75rem;width:16rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyIuxS8yN3diK3AhEUiWBgqF2A9bAdHX { top:13.3125rem;left:16.8125rem;width:14.375rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBWHWDIvuXASMLt3C3yCUybOrrmgaklv { top:15.875rem;left:16.875rem;width:14rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwJB6MDgVPl1tFX3feho3VkeRrfzG4XL { top:12.375rem;left:31.625rem;width:16rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqDKRKIQARU7wCkA8u2GykgPxc506Ltl { top:13.3125rem;left:33.25rem;width:14.375rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC1HzipVO97vmwtwTEEqFocw4NqwhLS3 { top:15.875rem;left:33.625rem;width:14rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSRuB6f30FgLLg3hPxr71F93INvHKq6e { display:block; }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 { display:block; }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s11PmZbHObrNb7cb1RkuiisTa1JNU27g { top:2.9375rem;left:0rem;width:26.125rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxtRwLXmUAgrts9UdecBaM8hg5E0kIn4 { top:30.5625rem;left:0.03125rem;width:23.8125rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npguy7AteTMoOhTBIUk4LGfsks9i2KDF { top:10.75rem;left:0rem;width:23.875rem;height:18.6875rem;font-size:1.0625rem;display:block; }#Npguy7AteTMoOhTBIUk4LGfsks9i2KDF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a0ab1fcf16a212d2154be7c789aa9607ccf0a5f.svg); }
 }@media only screen and (max-width: 763px) { #iVwa9rsLmBFM7BO6fwWJdpzMTGy7H6dB { top:1.8125rem;left:23.6875rem;width:24.0625rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP { display:block; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvhvFer105Eqip6oqQrP1LfXBf2ZHLTq { top:3.3125rem;left:14.53125rem;width:18.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN { display:block; }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXVO6IVfFhRFwnLVr8nRfxcRrsTTdJPJ { top:2.9375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai6BD4XryNeJF3TNzHwHTePU5aHT2Gbm { top:5.9375rem;left:5.15625rem;width:37.4375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW { display:block; }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6CcTcU7o5k1anFZ71Oi2d5O8V99cc1h { top:0.125rem;left:0rem;width:28.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyy494dhcFrfRasZrhCiKlsB8M2aRe5e { top:1.4375rem;left:26.125rem;width:19.375rem;height:20.25rem;font-size:1.125rem;display:block; }#Gyy494dhcFrfRasZrhCiKlsB8M2aRe5e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d906f899c9b90b1f773853027583f071ff034f15.svg); }
 }@media only screen and (max-width: 763px) { #mOvEB2Jfv12GTQJesZdfs5bGJhBidT3p { top:0rem;left:22.375rem;width:25.375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS36zSPNOCrH8Nisuiui5lXogQs1u5fN { top:19.5625rem;left:4.3125rem;width:15.625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D46XAdr96XCPRfpDVNOVwAv3fc9nI04s { top:0rem;left:29.1875rem;width:18.4375rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oz4GXTCRs5RT9Fpt77bUAJgytCn19X91 { top:7.9375rem;left:32.6875rem;width:14rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBTAVtuCoswFlqDh7HcaRmOixQn69r0G { display:block; }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdrhUfiR7yHNnwToHusocDR8Ishneiyp { top:1.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug13H4ebAaE4EL2qCJfhVbautDqIqa9N { top:4.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bap2QzllQ1E8Ek30tNzk3uTDuxQUrlxZ { top:0rem;left:0rem;width:47.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UuTDhLTvOZMvOV8lHSKlinqyTTlCHt { top:6.8125rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOtgrkM6qA8lQXVEroP2tkT6p1HZoEqw { display:block; }
 }@media only screen and (max-width: 763px) { #ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS { display:block; }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noA6hbxvk0nTWXW2RQNlkkDnzr3pF6bz { top:0.625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz6l1ldD04UNWSAaIMfWartXyx9eUnIs { top:3.6875rem;left:1.46875rem;width:44.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T { display:block; }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTZsS06UftmHF95NtMTwH94ulTTHVUfe { top:0rem;left:0rem;width:18.4375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiQELvGdHnTRq7xvBRgFEQXtbySt2CyX { top:0rem;left:13.1875rem;width:18.4375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJfPHWxWVyZOT87VQRAzeL8ZHcdRqvQ { top:0rem;left:29.0625rem;width:18.4375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmzx67lBMrBJ3GlzUkXTN2IMcNmrmRsW { top:4.6875rem;left:0rem;width:14rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U45pdHuaSFLZgdTtoA6WvItiKsOBy9TT { top:2.25rem;left:0rem;width:14rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtHh6uogzDfph51v2MS4SObERqlhctC9 { top:10.4375rem;left:0rem;width:14.5625rem;height:8.3125rem;font-size:0.8125rem;display:block; }#RtHh6uogzDfph51v2MS4SObERqlhctC9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
 }@media only screen and (max-width: 763px) { #HMNLCA1mSTmWTEGJsgxPH4lu5BrGrvem { top:2.25rem;left:16.8125rem;width:14rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXqGAphDwlQI0aqFyDoJhQ1gVdJ3Case { top:2.25rem;left:33.3125rem;width:14rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF9oaZ2babKZuF1ADoRnTXmALa5DT8iN { top:4.6875rem;left:16.8125rem;width:14rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqP6pc8mexEWb7rWBg2FxpaTyHFr73J7 { top:10.4375rem;left:16.6875rem;width:14.25rem;height:7.25rem;font-size:0.8125rem;display:block; }#QqP6pc8mexEWb7rWBg2FxpaTyHFr73J7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
 }@media only screen and (max-width: 763px) { #zFtMPfBFe2zUMA1TcLvxtOfQQmqdEasl { top:4.6875rem;left:33.3125rem;width:14rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zozbXSrTC7AnChLKSZntoBOreGT9Xdn2 { top:10.4375rem;left:33.3125rem;width:14.25rem;height:8.3125rem;font-size:0.8125rem;display:block; }#zozbXSrTC7AnChLKSZntoBOreGT9Xdn2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
 }@media only screen and (max-width: 763px) { #J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb { display:block; }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLJ8ORzx7KxbbFDPAL4gvcvDP7R3ieEc { top:0rem;left:0rem;width:18.4375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV1TTm23PthUlh6W7ILKzq7I3LRVaEru { top:0rem;left:13.1875rem;width:18.4375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU02Pxx6OSDaxudfEWe6wZH45s9HP8nL { top:4.125rem;left:0.25rem;width:14rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtkRr8ThbIsKVU7xEAbXZqOygv2ZtDLM { top:1.875rem;left:0.25rem;width:14rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUoZFb01MGqxPa7UcDrxbPDs6cJ3hzCf { top:11.125rem;left:0.1875rem;width:14.3125rem;height:7.25rem;font-size:0.8125rem;display:block; }#TUoZFb01MGqxPa7UcDrxbPDs6cJ3hzCf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
 }@media only screen and (max-width: 763px) { #PEIe6SNCOcQZ5SZtEwqgGT0CJ0VkAWHa { top:1.875rem;left:16.8125rem;width:14rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTNTfoLRIsGJDywyZ3CsIKyUPAAAKUk { top:4.125rem;left:16.8125rem;width:14rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2bCKBGzd0a0WUsIb8Sn55rh1CqToCq { top:10.1875rem;left:16.8125rem;width:14rem;height:7.25rem;font-size:0.8125rem;display:block; }#nk2bCKBGzd0a0WUsIb8Sn55rh1CqToCq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
 }@media only screen and (max-width: 763px) { #IVqm1xEWdZ6uVw0fgRFCnTny3vO2x6Gu { top:0rem;left:29.1875rem;width:18.4375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmFNQyQ4El0A4xTkmdtA7Zru8aeDQJ0H { top:7.9375rem;left:32.6875rem;width:14rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 { display:block; }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp1XbayO1NX3FMKRTsrrCnRV91GkEWdd { top:0.8125rem;left:0rem;width:47.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIInRGbbnIm4TJ9SwEn3JVWunDUl24up { top:14.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGpC7PXhmlORtpnIdlx0PM8HGJwBCEGk { top:16.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWoU5J0p4TZpghLedBLwNOJR3ZheAbN { top:19.5rem;left:16.09375rem;width:15.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z { display:block; }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qq8i6d2HiPzcI1RfMUnSvVCxglfzKhZ7 { top:2.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUGWMIQCQTBXUMOAGgy6ESl1Kf0NOHkS { top:5rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv { display:block; }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mO58x4qR1ZC63Vbrb2pLwfzUxUGePTNb { top:0.6875rem;left:0rem;width:19.6875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0k6UQnTp1fpKT7w890X1Us32UT4OToc { top:0.75rem;left:12.0625rem;width:19.6875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g38NKak6enl2MkGqDmJcId4MTtAxf0T4 { top:0.6875rem;left:27.9375rem;width:19.6875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJILRsCk0MlSxFFTBTbK1Lc8mE7wF5l { top:24.3125rem;left:14.5rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 { display:block; }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdnBmVf4C1MBmF2OiF5Dk2eV0AKZRHlF { top:1.5rem;left:4.6875rem;width:38.375rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl { display:block; }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unyI2fxMzlAlpcgRV6Vs8wm6tVRlfJML { top:2.1875rem;left:0rem;width:2.625rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WExUUPikpt3TXvKLsU442HxIvKSEwUT7 { top:2.1875rem;left:15.875rem;width:2.625rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTDMFKkOMzy1KckUOf21AkDp6OZi5G0 { top:2.1875rem;left:31.75rem;width:2.625rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVcSFe1eaBUWTJDRUUs7nG2tLR3Hx1N2 { top:2.875rem;left:1.34375rem;width:13.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUEfzgmdSTp94uTWqOFr3y9QHKgrGy3W { top:2.875rem;left:17.21875rem;width:13.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBzZpdqbUINaTebLhcr3R89uoTSlU64x { top:2.875rem;left:33rem;width:14.5625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URBT2V5ei32UEDTJ46gt3wXcSZTTakUy { top:4.875rem;left:1.34375rem;width:13.875rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNoPOHHXcsSOPT5sxSfEvr0Wp0PhHaVy { top:4.875rem;left:17.21875rem;width:13.875rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDRW1TgFNlTxBBGGXroZflf0xNb3Cqz9 { top:4.875rem;left:33rem;width:13.875rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAiPiOokSSFi1DTzRHfPnNQL3TEbnqZV { top:24.3125rem;left:14.5rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozf5qzubkstI99KmAAe0EAfx3yppGNPS { display:block; }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-regular-label { width:17.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-text { width:17.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-text {padding-top: 0; padding-bottom: 0;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-textarea { width:17.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-select { width:17.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-select {padding-top: 0; padding-bottom: 0;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-button { width:17.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR  { width:17.6875rem;height:auto;top:7.9375rem;left:25.71875rem; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .radio-container { width:17.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR {display:block;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR { width:17.6875rem;height:auto;top:7.9375rem;left:25.71875rem; }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #XXp71qRBWQlQtBlrLg8QTRLDK7RsxFiG {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #xB9W1dlGI1GyePTX1OBld9kLMLSTgZzI {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #vpMlHsCEgQX27WyMc7ThD1yg5dD2GJmb {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #MKTshZIJJVvNevHVCoMurHPAwh8K7XTe {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #uJklNlLCdXtH4ldK3xI6b18rrckRZHmO {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #zqXluBuwIffOgJeOEPfASU7Z2ZwpKFqw {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #VHHa6wbhHVmm3P5TJGzW3k1sRsUUaIcI {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #lNLHDOGnEWU5NEZ39we1IMKL1Q1UD0uS {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #CshffkVytMnBGavSTcNhu743pFKZ0o8c {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #HLoUaoRI4yawh746H5XGUQwW1MUyDcRl {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #U1uF7B73FEF2rtTOsbxA3KfISOyOp6LP {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #ODKbFwEWF8nMCOSFDmxSK8IqVDytP9gy {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #J8lo9gUfbOw1G8pPMB1XwNPBbhWEi7g9 {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #HS93AXvFnXAK0NpEV08mqw9MAQZCcrT9 {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #hwFHfs4lX7y18SHunK6CWqkHhIGVqnLH {  }
 }@media only screen and (max-width: 763px) { #XZ56A6XCNx7a24ILyBTNxaZTsH5wggvQ { display:block; }
 }@media only screen and (max-width: 763px) { #CDJgv5r3fcIIJT1TC4NCIzKVRyo8xkMR { display:block; }
 }@media only screen and (max-width: 763px) { #ILgQtTzNEToQAwbQ90gN3Kph2CNaB91J { display:block; }
 }@media only screen and (max-width: 763px) { #ASbyH4NNLpOTFtduH1mTEFXOxkg9fRMt { display:block; }
 }@media only screen and (max-width: 763px) { #m3h9AGWfqVH4RSSJNqvg0uqmcrFeHMEM { display:block; }
 }@media only screen and (max-width: 763px) { #uonw6A6HqF9ZbpavGMJHuV2xEEwDliiZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nt9doBp1AH6MOCLL8qmidTwyN8AIwPwn { display:block; }
 }@media only screen and (max-width: 763px) { #glv9FGb9Om7Ju1N6OmvFotBsDdm8KM1w { display:block; }
 }@media only screen and (max-width: 763px) { #V9l38Wvpn6m9SdOV8re48UKVW1lisJMD { display:block; }
 }@media only screen and (max-width: 763px) { #EDMr633nXxzPbxeufiRTh36VN22P1o0E { display:block; }
 }@media only screen and (max-width: 763px) { #qXPxa5TrzBlwB2IA6DaNtQNesvJUc0Pz { display:block; }
 }@media only screen and (max-width: 763px) { #IB7DBrGdO5lvmM8FJSzADTyDpPgOfDJT { display:block; }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #OE2NLHzrw5rg9ywTkKX5rRrlNpc5Aw7n {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #mUx1D1P0TN0PnM2pipVWBnJFqLbPNe7F {  }
 }@media only screen and (max-width: 763px) { #Cm345srfJgRSuxHLHTN9gPlCqaSh3f0R { top:4.375rem;left:27.4375rem;width:16.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNXoZoa15FZJpZZkyx1Jo9ApSpiP0cJT { top:3.1875rem;left:25.90625rem;width:19.875rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkxoy5B9Z2k9AeWTxJhKTU2vPdTND5MJ { top:21.625rem;left:1.0625rem;width:20.0625rem;height:7.875rem;font-size:1.0625rem;display:block; }#zkxoy5B9Z2k9AeWTxJhKTU2vPdTND5MJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eb4f754b445cbc1cffe0e676411d25f673f9149e.svg); }
 }@media only screen and (max-width: 763px) { #akoGq7T2df4mzgGITWUuUobkGeHiL9AA { top:13.8125rem;left:1.125rem;width:21.75rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WThkNQVV0vPo5ZBsd9A6f1cFcMrEshho { top:6.25rem;left:1.0625rem;width:21.75rem;height:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBzDRLi7040taNHrECMEtsNTEwfp41UR { top:24.3125rem;left:14.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf { display:block; }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iHME61KDayLelTieJcwhaWPZrIihlevt { display:flex;height:auto;width:27.8125rem;top:8.6875rem;left:5.28125rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #nZoQX32npfJXmbt4SSabmbJtxrWUolaz {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #HnnITksFL6DfAZdL9xwTWRxsRFbQTQqf {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #gH10UQggh50ciscpunmpATGKIX4mCsid {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #CwKeGFwtm5KFBZr9ckCqKGry6Kebre4T {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #eRtW15uOO762zSQznxdkBQw6qXLxGmLG {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #ZQQmrLpJqy1zWcpvmNKlIKryyeS0EP0M {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #R7S4pGnz4engVGrTtc8kCSDvFnm30DFF {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #sWg6OcBdKbtz2T5tRsBsgF1wMERAJMaz {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #Tr5bxNoud9g3Aqk8pp8B6WLkkk7oBXBC {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #D9VK3ipo2Gizs0v0dci2M4dy4dhuGOSS {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #UcNCzpD6TkbpCtzxBM5rJTb1nRZEyXNx {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #yfPkoriLirgpClLIqaxJKHaG1OF3xV5x {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #kGmRAu1M65QqSLnJD58NMDIuLHqP0HUM {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #HnsFfIteTWUGrw82D18WOoOokOw8AWyi {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #OWGJ9ulQgIsDBk5TZgxoWiOahuNyLr1m {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #oZIzD6o4mvcFm5TEaBAvQcM3Vqfbo3Tp {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #iKo62NQ82VuFb5cD69nioFVnIMmEAVwb {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #Q9iiXRTMxHBhtFHRUQzdgA0hOFP9aCJd {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #NgItqAWT7TFXMLIroTlFT0iOhE5xKA03 {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #PEDpx4PifX5n8wupHHZw7dHVmhZ8MKp6 {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #TcATrcT7B4TKaqtuJ24DASqJ7kXWUTIc {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #EOa1JJWR1AmeGVHNTFxLUqIaOtw40eUx {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #TcVgy6XO7DJmD3Dq7OSpukOnKEF4T5WU {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #zeFhQNbqOgNGtZ8DKhNf5VNwTGFUc3Oa {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #TT1LtPrxThN7xn8KSsHgSQSgaXkNm18J {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #gWFtBMyS183oTM4iDkXuUhFqbndTDDNy {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #NoqJ2Czz9r7FLIcbZq0AwtokgeKEAlhM {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #lUAGsUhubr5xMl1lheglTRlqmZFGty2T {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #wcaNNT2dW5dZeTJxCna0yTbqXy3yIGn8 {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #warsww9F7VLovOm3JGlrT99xW3IvU7oS {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #L7mWKcNEby8wNkRSTp8duBqt18zrGtBZ {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #pSecwD8kF3tiF9TTVyf1Tvw7v3TTBETR {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #QrVTVAZArUvJ1RBvF6CWdMOmP8lc2Hla {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #bzbAmHJPGg1kLbVp5i8RngTgfC18ZnJw {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #IzecRo56sfCPXv6JIKAf7yWRvNy4T58K {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #bpphUsm8DpFJSuDlJrzoaA33nBr0plP0 {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #FTKaeWknUTXATCExDTLD2L3qLbTN9zEn {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #T8k9lcZ22ZE0TEST7KqdvJKgVFMl01JT {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #yq5sZss4pSITVJS41qL2oP17IhZTxaxF {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #Vw9lXNz99svubgROIKE1z6WeAG9hVWy3 {  }
 }@media only screen and (max-width: 763px) { #ORIo86FxqInTOdOX0IVMKAPdP4XhRENd { top:2.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0nzbhmTX7zevWRI4fPbSsxutnZUh967 { top:6.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI { display:block; }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCE2iu4UrI4BZQ7lI3lIRyyEkxINqvSm { top:2.625rem;left:16.09375rem;width:15.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJTxF621W8SE8imHFHLMoCkkWO316wm6 { display:block; }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oD2ThrucxakTfOEZrCprF7pKnyslxmPO { top:1.3125rem;left:2.875rem;width:42rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WN2A36asNiluvLUL0IGfcpRZeDVcFSoU { position:relative;z-index:auto;display:block; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { width:10.0625rem;height:3.1875rem;top:0.90625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 { background-color:transparent;background-image:none;display:block; }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .row .container { background-color: transparent; background-image: none; }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .row .container > .video-iframe-container { display: none; }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .row > .video-iframe-container { display: none; }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .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); }#Dkpd55peUmbUdFhRWMrFQbTkClc8kFs4 > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyyAKSvVTOrP0QhKsOxnDlQPGdqooLwH { width:20rem;height:6.599125rem;top:0.298828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCGvJi4vNOrlkuVETpnHdobkNmG3pHPf { width:20rem;height:5.94921875rem;top:7.46044921875rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LFOuzoten4fDGg5vs4ph3tslTJmqqIlL { top:14.78125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #uat0vwmqBN2rdJ8b4DRS53ErolbKG8rV { display:block; }
 }@media only screen and (max-width: 763px) { #t1KlMDUcA9EuCMzQCUgncwpVbnyIpLqN { top:19.4375rem;left:3rem;width:14.0625rem;height:3.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #NXLzoOFnEgJau7qVvWKraAFUk27m0V2d { display:block; }
 }@media only screen and (max-width: 763px) { #U19NmbGgUabvpxRN2HBGoIyDhFOLxt2h { top:19.4375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uOUv6yCuE6b7gANrpmgNmlNtiBwBkVsT { display:block; }
 }@media only screen and (max-width: 763px) { #Ukv8Vt4pu34h2asu0ECJH2WCJwR9l2T8 { display:flex;width:1.75rem;height:1.75rem;top:20.375rem;left:3.8125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #f2igOIp2Q3DKEk869lWEZyHKlPZsTBEV { width:18.5625rem;height:33.1875rem;top:24.28125rem;left:0.46875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b208152a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b208152a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(8,21,42,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row .container { background-color: transparent; background-image: none; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row .container > .video-iframe-container { display: none; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row > .video-iframe-container { display: none; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .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); }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row .container { border-width: 0; border-radius: 0; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIepkCaKQQCly4WgTbpEWgsOUhp9a9kT > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbCnkAZLBQDy1RW5PHZNl1ezACV50mCg { width:17.8125rem;height:0;top:2.375rem;left:1.09375rem;font-size:1.5rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #rI2Q5u5BTq8grgEappV3am2ECvamWMdd { width:18rem;height:5.94921875rem;top:9.724609375rem;left:0.75rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yp6xNyv7cUlXsTBBph0ItTJvcQZt0QH7 { width:18.5625rem;height:33.1875rem;top:58.375rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wb8v90SPDFDRXnTWQR7E96TMiFXXOPJw { width:17.5rem;height:10.0488125rem;top:40.486328125rem;left:0.75rem;font-size:1rem;display:block; }#wb8v90SPDFDRXnTWQR7E96TMiFXXOPJw li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#wb8v90SPDFDRXnTWQR7E96TMiFXXOPJw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a0ab1fcf16a212d2154be7c789aa9607ccf0a5f.svg); }
 }@media only screen and (max-width: 763px) { #HdoVIUz8eNP9kaoD6a3fSDOy6docQ7it { width:18.8125rem;height:1.375rem;top:38.173828125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPZkOs8G8dQS8ooVwfQ9hANv7UJTCHMB { width:18.125rem;height:1.19970625rem;top:52.1591796875rem;left:1.0625rem;font-size:1rem;font-family:poppins;font-weight:700;font-style:normal;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IaZzVzERy7hMbkuNtJZxSdr3fgqP255I { width:18.625rem;height:8.125rem;top:0.875rem;left:0.75rem;font-size:1.5625rem;line-height:1.3;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yAomUMXQMTR2K2HybmUtiMrS4qWU3Vl0 { width:20rem;height:20rem;top:16.875rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xcZ1WgS1893rS1LBwktorfs6Ih9kKinI { display:none; }#xcZ1WgS1893rS1LBwktorfs6Ih9kKinI > .row .container { width:20rem;height:24.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RngM3Eq0HnG3MyruMAJcS9P54Ar931PU { width:20rem;height:6.599125rem;top:0.298828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyxOmWkiHz6FHhqU2D7qdFtfIauhcQad { width:20rem;height:5.94921875rem;top:7.46044921875rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K54zeJKRhGre3zEK4avG7flIwzvbISdg { top:14.78125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ogPJpdicuqdFVREAz9L12LiDgeQ4Ur3K { display:block; }
 }@media only screen and (max-width: 763px) { #GIKIPuuyCbtdqmJ99fDVE7PW69ghJOK6 { top:19.4375rem;left:3rem;width:14.0625rem;height:3.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #owchhPFfr6MX2bVkJhTo9dfwMrSgOL9g { display:block; }
 }@media only screen and (max-width: 763px) { #RXwBiMJHqIwLAA9W2lZin2ScQbRk7zHr { top:19.4375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #JUiZaiUW5ZABKpQg3MU3vooXStBOBCPr { display:block; }
 }@media only screen and (max-width: 763px) { #eLqK3nTglcSwsxD80PCoR9sL8Hx2ormM { display:flex;width:1.75rem;height:1.75rem;top:20.375rem;left:3.8125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 { display:block; }#gxC1bgFBHNzGMxT2zwEntRfzDFSkCGy7 > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAVUqMbGgRgAaS02Wdi2kVhdQa50SLWT { width:14.25rem;height:10.875rem;top:29rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mId2GD5oiP8qvp1B48AItn6ZFfTAA5Wh { width:14.25rem;height:10.875rem;top:41.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZrTd2dtyUqU6F7xleak590pDvhHWfE { width:14.25rem;height:10.875rem;top:53.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtPSCNTlpnAoL9FzUbymI1qV8TcWKEOq { display:flex;width:3.125rem;height:3.125rem;top:30.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RrpbVc0OgQ97tq3P8oF2KtIs1K3dy8HZ { display:flex;width:3.125rem;height:3.125rem;top:42.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FH9aproeBbXRbUb7ZXKXXB30nbKNnW0a { display:flex;width:3.125rem;height:3.125rem;top:55.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HqfNyy41rf6oW2rt3LUc4pGm2yRZ1zNv { width:12.5rem;height:2.4375rem;top:34.4375rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uslHTCykxVD43NEcGvuzJACegVvMdJFM { width:12.5rem;height:2.4375rem;top:46.6875rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0xdbIwZqoJcv2uyBpK8TX4IoGHzQd2 { width:12.5rem;height:2.4375rem;top:58.9375rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI24lqQuVgSckeOQe55syz33seA0aKv0 { width:12.5rem;height:1.4624rem;top:36.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEN7mOqEVLcuuNcUCOQxf8nGOIBkuJqm { width:12.5rem;height:2.92480625rem;top:49.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbS2ZW5EXoTT2amowigyexkHC7HaUzyu { width:12.5rem;height:1.4624rem;top:61.375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMMOhCG1o6iedJ9H1bE8I8zHoyueOtPE { width:20rem;height:22.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePG6kqs1089OA3uTAuBBJvWUsLfgZX3W { width:19rem;height:11rem;top:17.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJm3wS5ufEyLaCwXQ9SzDRdSXCRgktNo { width:13rem;height:4rem;top:24rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuT2n963TDGV213ghuMlGcI8IugVe7xm { display:block; }#DuT2n963TDGV213ghuMlGcI8IugVe7xm > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPPXmLssTo4Zrqafm5ATOVZC37qWVTdS { top:0.625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpUrteIB7EVd4dS59HGXM0EXOIksrefT { display:block; }
 }@media only screen and (max-width: 763px) { #e4veB2aTrETu1elQmNfBHyccZLFsnctW { top:5.3125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG5z3nLtNkN2TIdkwDXyfRpuIhMxzR8G { display:block; }
 }@media only screen and (max-width: 763px) { #Pw6fnDTrKLtnxeGyWDpCKIHlw0nTKiDg { display:flex;width:1.75rem;height:1.75rem;top:6.15625rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #y7PQSQSWAt7ZV2uqbWgZl1VsZdIRLx9B { top:5.3125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FASqmwniqtlUqKyQwkyVISGVbxA1aD5F { display:block; }
 }@media only screen and (max-width: 763px) { #aGthluH7BVqzL9RviInCatQfA8raTXZH { display:block; }#aGthluH7BVqzL9RviInCatQfA8raTXZH > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfdXMa0eD1dWDgSsXFW31DqkG2SsP47M { width:18.4375rem;height:5.3994125rem;top:3.0625rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MtMEfM2a48K74EZ16RTmHa3RE6O5LkgL { width:17.875rem;height:4.2744125rem;top:9.0625rem;left:0.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa { display:block; }#Sf25vtXFUzzEhhArPQbUkQr80p4C9Msa > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4q2WMecN8HxS7123Q4pW9mAGPItQaMR { width:18.4375rem;height:17.75rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T71Cv4wSDzydBERWkbT3M8sxhf3mbASO { width:18.4375rem;height:17.75rem;top:20.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daQM6BTsUExl2tvx33Khg4RTWUDBNo1R { width:18.4375rem;height:17.75rem;top:39.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0sxbTciop27fDoeguIKBz8HOJJ6Mvkd { width:14.0625rem;height:4.0625rem;top:2.4375rem;left:2.65625rem;font-size:1.5625rem;display:block; }#b0sxbTciop27fDoeguIKBz8HOJJ6Mvkd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2698a345328de1a8734510a1f1e56f5ec7d91db8.svg); }
 }@media only screen and (max-width: 763px) { #ewXovMMTcLPD5WOgzxdwaZSxHmU5hWGP { width:15.1875rem;height:4.0625rem;top:22.0625rem;left:2.6875rem;font-size:1.5625rem;display:block; }#ewXovMMTcLPD5WOgzxdwaZSxHmU5hWGP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_684c5d2af78146f0ce16efda3d5fa43a9298962c.svg); }
 }@media only screen and (max-width: 763px) { #tdeiQNHDGlgtle88ts7OEcizXuv90BG4 { width:15.3125rem;height:3.73730625rem;top:41.1875rem;left:2.6875rem;font-size:1.4375rem;display:block; }#tdeiQNHDGlgtle88ts7OEcizXuv90BG4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ee8a00891c9e6fa8f0edc952de3dc5acd1941bd.svg); }
 }@media only screen and (max-width: 763px) { #vEhJfPKr41PkNC3MwWzkmuBXc8do2VMb { width:14.5625rem;height:3.59911875rem;top:7.57421875rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwcoFP0Wx4BEOk5cTKqzZ8KgBdurgIJs { width:14rem;height:3.59911875rem;top:27.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB6mOwQ5e8T2n2J34bBW40MTETqDJ8rK { width:14rem;height:3.59911875rem;top:46.021484375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJeD1bDdi55pRHvgrTTXWWsRzuOmFCai { width:14rem;height:3rem;top:13.25rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkT5lz2dZ1dqJmrFoCTT97qvokB6q15 { width:14rem;height:0.8999rem;top:16.375rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JupyfdKqKgRv4qP4RZAFtmBxdHtT1L9F { width:16rem;height:5.25rem;top:12.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMJGnlWoqNNsZgxXASJZIPwkpLARtD1t { width:16rem;height:5.25rem;top:31.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyIuxS8yN3diK3AhEUiWBgqF2A9bAdHX { width:14.375rem;height:2.0996125rem;top:32.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBWHWDIvuXASMLt3C3yCUybOrrmgaklv { width:14rem;height:0.8999rem;top:35.1875rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwJB6MDgVPl1tFX3feho3VkeRrfzG4XL { width:16rem;height:5.25rem;top:50.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqDKRKIQARU7wCkA8u2GykgPxc506Ltl { width:14.375rem;height:2.0996125rem;top:51.75rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC1HzipVO97vmwtwTEEqFocw4NqwhLS3 { width:14rem;height:0.8999rem;top:54.3125rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSRuB6f30FgLLg3hPxr71F93INvHKq6e { display:block; }#fSRuB6f30FgLLg3hPxr71F93INvHKq6e > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 { display:block; }#SKnWay2yX7EACTrDmnQmLaJJsBgTzhx3 > .row .container { width:20rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s11PmZbHObrNb7cb1RkuiisTa1JNU27g { width:18.375rem;height:5.3994125rem;top:2.3125rem;left:1.28125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NxtRwLXmUAgrts9UdecBaM8hg5E0kIn4 { width:16rem;height:8.125rem;top:74.9375rem;left:2rem;font-size:1.5625rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Npguy7AteTMoOhTBIUk4LGfsks9i2KDF { width:18.75rem;height:34.316375rem;top:38.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }#Npguy7AteTMoOhTBIUk4LGfsks9i2KDF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a0ab1fcf16a212d2154be7c789aa9607ccf0a5f.svg); }
 }@media only screen and (max-width: 763px) { #iVwa9rsLmBFM7BO6fwWJdpzMTGy7H6dB { width:20rem;height:27.4805rem;top:9.26318359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f9b0b64-f9c6-4d38-8238-84833910b4a2/bannerabertura1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP.adaptive-delivery-prevent-bg, #ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP.lazyload, #ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP.lazyloading { background-image: none; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row .container { background-color: transparent; background-image: none; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row .container > .video-iframe-container { display: none; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row > .video-iframe-container { display: none; }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .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); }#ZHD2S6TR20SnJ1MvMdftktkDFUgHT5IP > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvhvFer105Eqip6oqQrP1LfXBf2ZHLTq { width:16.625rem;height:5.0625rem;top:2.4375rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN { display:block; }#GcPVSfM3RamvfcERJPCcvqc7tyMfIuoN > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXVO6IVfFhRFwnLVr8nRfxcRrsTTdJPJ { width:17.9375rem;height:4.94921875rem;top:1.5rem;left:1.03125rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ai6BD4XryNeJF3TNzHwHTePU5aHT2Gbm { width:17.8125rem;height:4.875rem;top:6.7734375rem;left:1.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW { display:block; }#JSC2eX5cbG9pe1ysTSOwx9Vkaa7TAsIW > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6CcTcU7o5k1anFZ71Oi2d5O8V99cc1h { width:19.625rem;height:11.740720524017rem;top:0.8125rem;left:0rem;border-top:0.25rem solid #35d1e8;border-left:0.25rem solid #35d1e8;border-right:0.25rem solid #35d1e8;border-bottom:0.25rem solid #35d1e8;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyy494dhcFrfRasZrhCiKlsB8M2aRe5e { width:17.9375rem;height:20.8769375rem;top:19.39501953125rem;left:1.03125rem;font-size:1.0625rem;display:block; }#Gyy494dhcFrfRasZrhCiKlsB8M2aRe5e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d906f899c9b90b1f773853027583f071ff034f15.svg); }
 }@media only screen and (max-width: 763px) { #mOvEB2Jfv12GTQJesZdfs5bGJhBidT3p { width:19.875rem;height:22.8125rem;top:18.427734375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS36zSPNOCrH8Nisuiui5lXogQs1u5fN { width:16.875rem;height:3rem;top:14.177734375rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D46XAdr96XCPRfpDVNOVwAv3fc9nI04s { width:18.4375rem;height:20.125rem;top:43.0625rem;left:0.8125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #oz4GXTCRs5RT9Fpt77bUAJgytCn19X91 { width:14rem;height:4.375rem;top:50.9375rem;left:3rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #MBTAVtuCoswFlqDh7HcaRmOixQn69r0G { display:block; }#MBTAVtuCoswFlqDh7HcaRmOixQn69r0G > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdrhUfiR7yHNnwToHusocDR8Ishneiyp { width:15rem;height:6.75rem;top:2.5625rem;left:2.5rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ug13H4ebAaE4EL2qCJfhVbautDqIqa9N { width:14.875rem;height:4.048825rem;top:10.25rem;left:2.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bap2QzllQ1E8Ek30tNzk3uTDuxQUrlxZ { width:20rem;height:20.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UuTDhLTvOZMvOV8lHSKlinqyTTlCHt { top:15.4375rem;left:2.53125rem;width:14.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOtgrkM6qA8lQXVEroP2tkT6p1HZoEqw { display:block; }
 }@media only screen and (max-width: 763px) { #ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS { display:block; }#ZLPCKVUBN8ra7BCTHiUWHTLMLKC97QBS > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noA6hbxvk0nTWXW2RQNlkkDnzr3pF6bz { width:20rem;height:2.4746125rem;top:1.65625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mz6l1ldD04UNWSAaIMfWartXyx9eUnIs { width:19.5rem;height:6.499rem;top:4.56884765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T { display:block; }#K0fxNDmHpQn6AT8ZSsV9SKQd0PS0As0T > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTZsS06UftmHF95NtMTwH94ulTTHVUfe { width:18.4375rem;height:20.125rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiQELvGdHnTRq7xvBRgFEQXtbySt2CyX { width:18.4375rem;height:20.125rem;top:22.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJfPHWxWVyZOT87VQRAzeL8ZHcdRqvQ { width:18.4375rem;height:20.125rem;top:43.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmzx67lBMrBJ3GlzUkXTN2IMcNmrmRsW { width:14rem;height:4.875rem;top:5.5625rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U45pdHuaSFLZgdTtoA6WvItiKsOBy9TT { width:14rem;height:1.79980625rem;top:3.125rem;left:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtHh6uogzDfph51v2MS4SObERqlhctC9 { width:14.4375rem;height:8.3369375rem;top:11.3125rem;left:2.8125rem;font-size:0.8125rem;display:block; }#RtHh6uogzDfph51v2MS4SObERqlhctC9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
 }@media only screen and (max-width: 763px) { #HMNLCA1mSTmWTEGJsgxPH4lu5BrGrvem { width:14rem;height:1.79980625rem;top:24.625rem;left:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXqGAphDwlQI0aqFyDoJhQ1gVdJ3Case { width:14rem;height:1.79980625rem;top:45.3125rem;left:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF9oaZ2babKZuF1ADoRnTXmALa5DT8iN { width:14rem;height:4.875rem;top:27.125rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqP6pc8mexEWb7rWBg2FxpaTyHFr73J7 { width:13.125rem;height:7.28075rem;top:33.125rem;left:2.9375rem;font-size:0.8125rem;display:block; }#QqP6pc8mexEWb7rWBg2FxpaTyHFr73J7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
 }@media only screen and (max-width: 763px) { #zFtMPfBFe2zUMA1TcLvxtOfQQmqdEasl { width:14rem;height:4.875rem;top:47.6875rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zozbXSrTC7AnChLKSZntoBOreGT9Xdn2 { width:13.4375rem;height:8.3369375rem;top:53.5625rem;left:3rem;font-size:0.8125rem;display:block; }#zozbXSrTC7AnChLKSZntoBOreGT9Xdn2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
 }@media only screen and (max-width: 763px) { #J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb { display:block; }#J4HPvKAw2o1M4Mcwlf4aEAAMEsMATHeb > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLJ8ORzx7KxbbFDPAL4gvcvDP7R3ieEc { width:18.4375rem;height:20.125rem;top:0.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV1TTm23PthUlh6W7ILKzq7I3LRVaEru { width:18.4375rem;height:20.125rem;top:22.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU02Pxx6OSDaxudfEWe6wZH45s9HP8nL { width:14rem;height:6.09375rem;top:5.1875rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtkRr8ThbIsKVU7xEAbXZqOygv2ZtDLM { width:14rem;height:1.79980625rem;top:2.75rem;left:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUoZFb01MGqxPa7UcDrxbPDs6cJ3hzCf { width:14.4375rem;height:7.28075rem;top:12rem;left:2.78125rem;font-size:0.8125rem;display:block; }#TUoZFb01MGqxPa7UcDrxbPDs6cJ3hzCf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
 }@media only screen and (max-width: 763px) { #PEIe6SNCOcQZ5SZtEwqgGT0CJ0VkAWHa { width:14rem;height:1.79980625rem;top:24.3125rem;left:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTNTfoLRIsGJDywyZ3CsIKyUPAAAKUk { width:14rem;height:4.875rem;top:26.8125rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2bCKBGzd0a0WUsIb8Sn55rh1CqToCq { width:13.125rem;height:7.28075rem;top:32.8125rem;left:2.9375rem;font-size:0.8125rem;display:block; }#nk2bCKBGzd0a0WUsIb8Sn55rh1CqToCq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55065ea9e03f2ca0d3ce7430fc7adb428db3cb85.svg); }
 }@media only screen and (max-width: 763px) { #IVqm1xEWdZ6uVw0fgRFCnTny3vO2x6Gu { width:18.4375rem;height:20.125rem;top:43.5625rem;left:0.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/02df4436-8258-4249-935a-fcfe892e01e0/geradorproprio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IVqm1xEWdZ6uVw0fgRFCnTny3vO2x6Gu.adaptive-delivery-prevent-bg, #IVqm1xEWdZ6uVw0fgRFCnTny3vO2x6Gu.lazyload, #IVqm1xEWdZ6uVw0fgRFCnTny3vO2x6Gu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lmFNQyQ4El0A4xTkmdtA7Zru8aeDQJ0H { width:14rem;height:4.375rem;top:51.5rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 { display:block; }#tMqb8KXt6sP1HZ1q8v1lTCFnd0egMw96 > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp1XbayO1NX3FMKRTsrrCnRV91GkEWdd { width:20rem;height:12.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIInRGbbnIm4TJ9SwEn3JVWunDUl24up { width:17.9375rem;height:6.1875rem;top:15.125rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGpC7PXhmlORtpnIdlx0PM8HGJwBCEGk { width:17.875rem;height:4.72411875rem;top:22.375rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aTWoU5J0p4TZpghLedBLwNOJR3ZheAbN { width:15.5625rem;height:4.6875rem;top:27.9375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z { display:block; }#ThzK7MoAWdFkQTTHkTT4n2gfzma1Tf3Z > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qq8i6d2HiPzcI1RfMUnSvVCxglfzKhZ7 { width:20rem;height:3.44921875rem;top:2.431640625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUGWMIQCQTBXUMOAGgy6ESl1Kf0NOHkS { width:17.875rem;height:0;top:9.0625rem;left:0.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv { display:block; }#c8AsxcLaVFDrqdixk9yuLAZeuvZoiwNv > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mO58x4qR1ZC63Vbrb2pLwfzUxUGePTNb { height:11.0625rem;width:19.6875rem;top:0.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0k6UQnTp1fpKT7w890X1Us32UT4OToc { height:11.0625rem;width:19.6875rem;top:12.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g38NKak6enl2MkGqDmJcId4MTtAxf0T4 { height:11.0625rem;width:19.6875rem;top:25.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJILRsCk0MlSxFFTBTbK1Lc8mE7wF5l { width:11.875rem;height:11.875rem;top:37.21875rem;left:4.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 { display:block; }#vS8woHH6eDkstqfsBMk5urKhgTdXMlX8 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdnBmVf4C1MBmF2OiF5Dk2eV0AKZRHlF { width:18.4375rem;height:5.3994125rem;top:1.0625rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl { display:block; }#TpwUFcFds1TvPllbsmFdUszTAN7a8Gkl > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unyI2fxMzlAlpcgRV6Vs8wm6tVRlfJML { width:2.625rem;height:1.79980625rem;top:0.875rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WExUUPikpt3TXvKLsU442HxIvKSEwUT7 { width:2.625rem;height:1.79980625rem;top:8.3125rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTDMFKkOMzy1KckUOf21AkDp6OZi5G0 { width:2.625rem;height:1.79980625rem;top:15.9375rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVcSFe1eaBUWTJDRUUs7nG2tLR3Hx1N2 { width:13.1875rem;height:1.3496125rem;top:1.125rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FUEfzgmdSTp94uTWqOFr3y9QHKgrGy3W { width:13.1875rem;height:1.3496125rem;top:8.5rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UBzZpdqbUINaTebLhcr3R89uoTSlU64x { width:14.5625rem;height:1.3496125rem;top:16.125rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #URBT2V5ei32UEDTJ46gt3wXcSZTTakUy { width:13.875rem;height:4.875rem;top:2.6875rem;left:4.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xNoPOHHXcsSOPT5sxSfEvr0Wp0PhHaVy { width:13.875rem;height:4.875rem;top:17.75rem;left:4.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RDRW1TgFNlTxBBGGXroZflf0xNb3Cqz9 { width:13.875rem;height:4.875rem;top:10.125rem;left:4.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VAiPiOokSSFi1DTzRHfPnNQL3TEbnqZV { width:11.875rem;height:11.875rem;top:25.375rem;left:4.0625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ozf5qzubkstI99KmAAe0EAfx3yppGNPS { display:block; }#ozf5qzubkstI99KmAAe0EAfx3yppGNPS > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-text {padding-top: 0; padding-bottom: 0;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-select {padding-top: 0; padding-bottom: 0;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.625rem; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR  { width:17.375rem;height:auto;top:20.08935546875rem;left:-0.125rem; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR {display:block;}#Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR { width:17.375rem;height:auto;top:20.08935546875rem;left:-0.125rem; }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #XXp71qRBWQlQtBlrLg8QTRLDK7RsxFiG {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #xB9W1dlGI1GyePTX1OBld9kLMLSTgZzI {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #vpMlHsCEgQX27WyMc7ThD1yg5dD2GJmb {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #MKTshZIJJVvNevHVCoMurHPAwh8K7XTe {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #uJklNlLCdXtH4ldK3xI6b18rrckRZHmO {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #zqXluBuwIffOgJeOEPfASU7Z2ZwpKFqw {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #VHHa6wbhHVmm3P5TJGzW3k1sRsUUaIcI {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #lNLHDOGnEWU5NEZ39we1IMKL1Q1UD0uS {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #CshffkVytMnBGavSTcNhu743pFKZ0o8c {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #HLoUaoRI4yawh746H5XGUQwW1MUyDcRl {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #U1uF7B73FEF2rtTOsbxA3KfISOyOp6LP {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #ODKbFwEWF8nMCOSFDmxSK8IqVDytP9gy {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #J8lo9gUfbOw1G8pPMB1XwNPBbhWEi7g9 {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #HS93AXvFnXAK0NpEV08mqw9MAQZCcrT9 {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #hwFHfs4lX7y18SHunK6CWqkHhIGVqnLH {  }
 }@media only screen and (max-width: 763px) { #XZ56A6XCNx7a24ILyBTNxaZTsH5wggvQ { display:block; }
 }@media only screen and (max-width: 763px) { #CDJgv5r3fcIIJT1TC4NCIzKVRyo8xkMR { display:block; }
 }@media only screen and (max-width: 763px) { #ILgQtTzNEToQAwbQ90gN3Kph2CNaB91J { display:block; }
 }@media only screen and (max-width: 763px) { #ASbyH4NNLpOTFtduH1mTEFXOxkg9fRMt { display:block; }
 }@media only screen and (max-width: 763px) { #m3h9AGWfqVH4RSSJNqvg0uqmcrFeHMEM { display:block; }
 }@media only screen and (max-width: 763px) { #uonw6A6HqF9ZbpavGMJHuV2xEEwDliiZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nt9doBp1AH6MOCLL8qmidTwyN8AIwPwn { display:block; }
 }@media only screen and (max-width: 763px) { #glv9FGb9Om7Ju1N6OmvFotBsDdm8KM1w { display:block; }
 }@media only screen and (max-width: 763px) { #V9l38Wvpn6m9SdOV8re48UKVW1lisJMD { display:block; }
 }@media only screen and (max-width: 763px) { #EDMr633nXxzPbxeufiRTh36VN22P1o0E { display:block; }
 }@media only screen and (max-width: 763px) { #qXPxa5TrzBlwB2IA6DaNtQNesvJUc0Pz { display:block; }
 }@media only screen and (max-width: 763px) { #IB7DBrGdO5lvmM8FJSzADTyDpPgOfDJT { display:block; }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #OE2NLHzrw5rg9ywTkKX5rRrlNpc5Aw7n {  }
 }@media only screen and (max-width: 763px) { #Sc4i2J7ewkMKDI0besHe0HZ7S8QzasDR #mUx1D1P0TN0PnM2pipVWBnJFqLbPNe7F {  }
 }@media only screen and (max-width: 763px) { #Cm345srfJgRSuxHLHTN9gPlCqaSh3f0R { width:16.75rem;height:2.69921875rem;top:16.40185546875rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NNXoZoa15FZJpZZkyx1Jo9ApSpiP0cJT { width:19.875rem;height:9.3125rem;top:15.30810546875rem;left:0.0625rem;background-color:#1e293b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zkxoy5B9Z2k9AeWTxJhKTU2vPdTND5MJ { width:14.8125rem;height:11.2119375rem;top:47.1708984375rem;left:2.59375rem;font-size:1.0625rem;line-height:1.2;display:block; }#zkxoy5B9Z2k9AeWTxJhKTU2vPdTND5MJ li:not(:first-child){ padding-top:1.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#zkxoy5B9Z2k9AeWTxJhKTU2vPdTND5MJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eb4f754b445cbc1cffe0e676411d25f673f9149e.svg); }
 }@media only screen and (max-width: 763px) { #akoGq7T2df4mzgGITWUuUobkGeHiL9AA { width:18.4375rem;height:5.25rem;top:8.7900390625rem;left:0.875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WThkNQVV0vPo5ZBsd9A6f1cFcMrEshho { width:18.3125rem;height:5.7744125rem;top:2.3203125rem;left:0.84375rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FBzDRLi7040taNHrECMEtsNTEwfp41UR { width:9.375rem;height:9.375rem;top:59.6328359375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf { display:block; }#IZyVRsUXZ33A4ugWCM9AocyGfNwZ1Cxf > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1.3;overflow:hidden; }
#iHME61KDayLelTieJcwhaWPZrIihlevt { display:flex;height:auto;width:17.5rem;top:6.28125rem;left:0rem; }
#iHME61KDayLelTieJcwhaWPZrIihlevt .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #nZoQX32npfJXmbt4SSabmbJtxrWUolaz {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #HnnITksFL6DfAZdL9xwTWRxsRFbQTQqf {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #gH10UQggh50ciscpunmpATGKIX4mCsid {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #CwKeGFwtm5KFBZr9ckCqKGry6Kebre4T {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #eRtW15uOO762zSQznxdkBQw6qXLxGmLG {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #ZQQmrLpJqy1zWcpvmNKlIKryyeS0EP0M {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #R7S4pGnz4engVGrTtc8kCSDvFnm30DFF {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #sWg6OcBdKbtz2T5tRsBsgF1wMERAJMaz {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #Tr5bxNoud9g3Aqk8pp8B6WLkkk7oBXBC {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #D9VK3ipo2Gizs0v0dci2M4dy4dhuGOSS {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #UcNCzpD6TkbpCtzxBM5rJTb1nRZEyXNx {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #yfPkoriLirgpClLIqaxJKHaG1OF3xV5x {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #kGmRAu1M65QqSLnJD58NMDIuLHqP0HUM {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #HnsFfIteTWUGrw82D18WOoOokOw8AWyi {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #OWGJ9ulQgIsDBk5TZgxoWiOahuNyLr1m {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #oZIzD6o4mvcFm5TEaBAvQcM3Vqfbo3Tp {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #iKo62NQ82VuFb5cD69nioFVnIMmEAVwb {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #Q9iiXRTMxHBhtFHRUQzdgA0hOFP9aCJd {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #NgItqAWT7TFXMLIroTlFT0iOhE5xKA03 {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #PEDpx4PifX5n8wupHHZw7dHVmhZ8MKp6 {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #TcATrcT7B4TKaqtuJ24DASqJ7kXWUTIc {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #EOa1JJWR1AmeGVHNTFxLUqIaOtw40eUx {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #TcVgy6XO7DJmD3Dq7OSpukOnKEF4T5WU {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #zeFhQNbqOgNGtZ8DKhNf5VNwTGFUc3Oa {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #TT1LtPrxThN7xn8KSsHgSQSgaXkNm18J {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #gWFtBMyS183oTM4iDkXuUhFqbndTDDNy {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #NoqJ2Czz9r7FLIcbZq0AwtokgeKEAlhM {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #lUAGsUhubr5xMl1lheglTRlqmZFGty2T {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #wcaNNT2dW5dZeTJxCna0yTbqXy3yIGn8 {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #warsww9F7VLovOm3JGlrT99xW3IvU7oS {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #L7mWKcNEby8wNkRSTp8duBqt18zrGtBZ {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #pSecwD8kF3tiF9TTVyf1Tvw7v3TTBETR {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #QrVTVAZArUvJ1RBvF6CWdMOmP8lc2Hla {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #bzbAmHJPGg1kLbVp5i8RngTgfC18ZnJw {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #IzecRo56sfCPXv6JIKAf7yWRvNy4T58K {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #bpphUsm8DpFJSuDlJrzoaA33nBr0plP0 {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #FTKaeWknUTXATCExDTLD2L3qLbTN9zEn {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #T8k9lcZ22ZE0TEST7KqdvJKgVFMl01JT {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #yq5sZss4pSITVJS41qL2oP17IhZTxaxF {  }
 }@media only screen and (max-width: 763px) { #iHME61KDayLelTieJcwhaWPZrIihlevt #Vw9lXNz99svubgROIKE1z6WeAG9hVWy3 {  }
 }@media only screen and (max-width: 763px) { #ORIo86FxqInTOdOX0IVMKAPdP4XhRENd { width:20rem;height:1.875rem;top:1.625rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #X0nzbhmTX7zevWRI4fPbSsxutnZUh967 { width:20rem;height:1.3125rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI { display:block; }#xmIGHTTJ27NLAJTmRM30SDOMJaw2xTKI > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCE2iu4UrI4BZQ7lI3lIRyyEkxINqvSm { width:15.5625rem;height:4.6875rem;top:2.625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJTxF621W8SE8imHFHLMoCkkWO316wm6 { display:block; }#WJTxF621W8SE8imHFHLMoCkkWO316wm6 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oD2ThrucxakTfOEZrCprF7pKnyslxmPO { width:20rem;height:1.875rem;top:0.98388671875rem;left:0rem;font-size:0.625rem;line-height:1.5;display:block; }
 }