.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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); }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .row .container { background-color: transparent; background-image: none; }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .row .container > .video-iframe-container { display: none; }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .row > .video-iframe-container { display: none; }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .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); }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .row .container { border-width: 0; border-radius: 0; }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#DdMdSeUCK3aWtQcvSqO3dMOOgU0yHQUT { color:#323330;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:63.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HhTioAWJSMJQ6JUmbQfBLFO7k3cHVcIU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.4375rem;left:62.5rem; }
#vBfGBErQFW14SUG9ro4ynz3Lf7tAr0M1 { color:#292929;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:26.0625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1CpU7aHkQLOtAaWZXBBqTfrB88Bfvh5 { color:#323330;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.1875rem;left:32.9375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umlmPO4JyzrN3nHQWSNVKXWrPGltsUpd { color:#323330;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:39.4375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmGMPst053X5SBTExRbuSG4tL97H2Tgg { color:#323330;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1875rem;left:51rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIBr1dUXQsJlDfnOCvC8d95iTRJ4O9gN { background-color:#3525e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.0625rem;left:64.5rem;display:block; }
#tMoB1aBrOuBrlwbJZA5i6f337bz7DxCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5IuTwba8GTlQGJXZuluU4cm9xQy8QdD { 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:6.5625rem;width:7.125rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s { position:relative;display:block; }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s { background-color: transparent; background-image: none; }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s > .row .container > .video-iframe-container { display: none; }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s > .row > .video-iframe-container { display: none; }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s > .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); }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s { border-width: 0; border-radius: 0; }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s > .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; }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 { position:relative;display:none; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 { border-width: 0; border-radius: 0; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .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; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JQPuNPCekBp4VvPvRx1SCi2uL4SBEfoF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:60.8125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U2Iqt0TACpb7ekxyU8b6Iy82TwyeNTT1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.4375rem;left:59.5625rem;display:none; }
#pNtKeyQRHtDDxkamlFweRSm5Msov0a6N { 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:15000;opacity:1;display:none; }
#cgq6hgwCo8b9qTIbBbdyz8Kcx8p7oqdq { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TimSvxehDJcG2chJuENtCnFvKOD4LbUt { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XAr7Tz4mFSlBwURF6ZrmGDkkE5TgXfc2 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:38.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NywP8wTDApUTuX2ml8aMDn4C56mlXQwS { color:#000000;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:50.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QTnFc4Eix7BgGfx9Dm6riMp32LTSyuAy { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#B0qkx6oHyA1mbTlCMALZJpmEIz81bBgs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6EEPKaA5DmOqZ66nL66EDolzd7FAEKw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.125rem;width:50.6875rem;display:none; }
#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d38399db-ced7-4264-a021-690cfd04cd80/7d6fccc30ae94182a126f7787833c342.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;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; }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko.adaptive-delivery-prevent-bg, #I8Cfnhv2Th5uhKteZVK04tNXKM1oldko.lazyload, #I8Cfnhv2Th5uhKteZVK04tNXKM1oldko.lazyloading { background-image: none; }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .row .container { background-color: transparent; background-image: none; }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .row .container > .video-iframe-container { display: none; }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .row > .video-iframe-container { display: none; }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .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); }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .row .container { border-width: 0; border-radius: 0; }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;overflow:visible;position:relative;display:block; }#LWCOcAG2ToTicR44ShrqOKedRScbOJbG { color:#ffffff;display:block;width:43rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:5.625rem;left:0rem;height:8.661625rem;font-style:normal;display:block; }
#wLQUF27xMZaVeTO2GbZxexVlTOxT8otl { box-sizing:content-box;height:38.0625rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.90625rem;left:48.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #d7d7d7;border-left:0.3125rem solid #d7d7d7;border-right:0.3125rem solid #d7d7d7;border-bottom:0.3125rem solid #d7d7d7;display:block; }
#TLQwTpyIRmlrgbI5PyhigZOssTTqfIDU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#xpnAXsCQFkzV8S2UzHV1ichMvlIzgDkz { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:7.375rem;height:1.29980625rem;display:block; }
#ifiGED2hazvkhkT1QTH8rGnZTSWbWQDH { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.75rem;left:0rem;height:1.78125rem;font-style:normal;display:block; }
#JuHkZcTnzNdq33zQx3cPp6sPtEP1mMZl { color:#3525e0;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:4.3125rem;left:49.09375rem;height:3.2998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-form-header {  }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:22.875rem;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; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.28);border-left:0.0625rem solid rgba(0,0,0,0.28);border-right:0.0625rem solid rgba(0,0,0,0.28);border-bottom:0.0625rem solid rgba(0,0,0,0.28);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:22.875rem;box-sizing:border-box;height:3rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.28);border-left:0.0625rem solid rgba(0,0,0,0.28);border-right:0.0625rem solid rgba(0,0,0,0.28);border-bottom:0.0625rem solid rgba(0,0,0,0.28);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:22.875rem;box-sizing:border-box;height:4.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .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; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#3525e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#ffffff;width:22.875rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ [class*="-text"]:-moz-placeholder { color:#373737;font-family:montserrat;font-size:0.875rem; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ [class*="-text"]::-moz-placeholder { color:#373737;font-family:montserrat;font-size:0.875rem; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:montserrat;font-size:0.875rem; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:montserrat;font-size:0.875rem; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal;float:none; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .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; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-container:first-of-type{padding-top:0;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-container:last-of-type{padding-bottom:0;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.5625rem;left:48.875rem; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ {display:block;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.5625rem;left:48.875rem; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #fMIcFdsHoDQPtXiVpzaGMIOogrIJ6g5z { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #tCM6wHwTJgGKcTkultpAEv1gzfG742CJ { position:relative;display:none; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #ABXa0wMOTZsk3IWR9aHzPEbVAERbV8uq { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #euy2sie8CmN95eQA6ALy5hWUdBHITuar { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #NebSTqCWrwIpWyCRlogemGOpXPyk5KRs { position:relative;display:none; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #xICTE3D3eNJplrUWT5cEW6yMH2T8QT9M { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #clE0GcPGCfyC0xaFrQDHzMK918aXDTha { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #xxePa5pJFNWwcs0pDCxn1Tm1Fl8B2nqn { position:relative;display:none; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #Z6rPdqtmNxUA15rOeMJUx1WSDt26VDZh { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #xsHd5VZRQz44sJbOnN7SKvGfwB4EOuWD { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #dssh2bo83JWd7b4lDGtZExdyQtUDPpcr { position:relative;display:none; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #CnVC7OgpaqERXONNIfVMMvK6woNZs5kd { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #yFw7qw3CrdPoQ3mF59iugd6UydDyTnOf { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #yf9DwLzxDSUsfJTAUQ2qC09KyPCebrRa { position:relative;display:none; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #LyO7tyKk0F3raycyeqzt9R5IhnCyLl6p { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #zz92nA6gBOwDexaUn4gCwKX9yfKtgwAG { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #ecKCJC7APxVlGS6EWtE2a5NrPgbMG5yi { position:relative;z-index:2; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #fz6whxh0S2WXiS7xJ4TvC4VXysg7gbuL { position:relative; }
#VqR6uXqhnsT1BqqIZ0T7HtmXVLm9WvV5 { position:relative;display:block; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #csC12ENGI3mSxoD5A0iJCC2dz7iu4N3M { position:relative; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ #Prw1DLcAdx2V31g4f7IybwgiNxAEi0OT { position:relative; }
#psiSoXucrMhlumVhV0z4vOo1o0WlhWpc { color:#292929;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:38.4375rem;left:53rem;height:1.13769375rem;display:block; }#psiSoXucrMhlumVhV0z4vOo1o0WlhWpc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#psiSoXucrMhlumVhV0z4vOo1o0WlhWpc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_368eb14b50e1c8e26291701898fd5161bd9bcec3.svg); }
#eH0ewT05a4yLxy88mVdTQJIEsDSkEvpT { background-color:#ec000f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.375rem;left:0rem;display:block; }
#yHgby9zUtGLDo4zFtH8hINCunoPEtTXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFJ4ZraAIQLI7PAe4g85TXIn3I05Q7TU { box-sizing:content-box;height:10.5rem;width:36.8125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:30.1875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LMMvXP9OlvX1Qc4THnge56lzCD8oQJ6S { color:#414142;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:31.75rem;left:1.53125rem;height:4.5rem;display:block; }
#bhfygieOAeqz6FPVxkVzuRd4OMZnRf0q { box-sizing:content-box;height:0.0625rem;width:33.8125rem;position:absolute;display:block;z-index:15014;background-color:#c2c2c2;background-image:none;top:37.0625rem;left:1.53125rem;display:block; }
#z3KrQIFbqRAaVBzWCK0M9oS01S3gMJhm { color:#292929;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:38.30078125rem;left:1.53125rem;height:1.19970625rem;font-style:normal;display:block; }
#KZgZ0eIy9qh8e8w3TnHXWFsdreaR7ZXG { 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:1.25rem;width:6.875rem;top:38.275390625rem;left:28.53125rem;overflow:hidden;display:block; }
#PH0Wz68yTsTNGs7fSwJs20mKeHXVEGNE { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:18.125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#zklHZQvtlnCKD97PyCJrm72M85yhcirV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;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; }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .row .container { background-color: transparent; background-image: none; }#zklHZQvtlnCKD97PyCJrm72M85yhcirV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .row .container > .video-iframe-container { display: none; }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .row > .video-iframe-container { display: none; }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .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); }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .row .container { border-width: 0; border-radius: 0; }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#OuNTFXRLHGSsegLqslGp39i1zBgotIFe { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.875rem;left:37.8125rem;height:5.0996125rem;font-style:normal;display:block; }
#fkCkdd5DX2QNU1WsQVN6ma3Qsk2uDuxJ { color:#000000;display:block;width:37.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.8125rem;left:37.875rem;height:12.75rem;display:block; }
#M03xcX0rnCHpbOkyuTP4Jel3TVTLSEU2 { 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:15000;opacity:1;display:none; }
#z4c5TvR1WBys2KM8SV6FTPqCbtn3lpb1 { color:#000000;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:25.53125rem;left:38.625rem;height:7.6875rem;overflow:hidden;font-style:normal;display:block; }#z4c5TvR1WBys2KM8SV6FTPqCbtn3lpb1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z4c5TvR1WBys2KM8SV6FTPqCbtn3lpb1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/300dea8c-cc52-427f-ad83-3d79253746e7/points.png); }
#wLTOo9QZw8HhQUFws4ot3dTaD8MTFs1v { background-color:#ec000f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.1875rem;left:56.875rem;display:block; }
#lb3Fgo1CTs65y98pA6PccrktByRnIQGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgVpgt3v4T8IuwqViEvzWJRHTfKgMADT { background-color:#3525e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.1875rem;left:37.8125rem;display:block; }
#LbcCPZPKBgSpq6TlWhDfHGLlwMT92tqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jp6MkHQ2bt2xKdRBDw12NIsSiaHU48Gl { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:33.125rem;top:4.46875rem;left:0rem;overflow:hidden;display:block; }
#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;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; }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .row .container { background-color: transparent; background-image: none; }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .row .container > .video-iframe-container { display: none; }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .row > .video-iframe-container { display: none; }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .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); }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .row .container { border-width: 0; border-radius: 0; }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .row .container { font-size:0.875rem;font-family:arial;height:72.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#uJ5lZkNsTsa1qEVdWUSAXeTZPTbangQq { color:#000000;display:block;width:65.875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.5rem;left:4.5625rem;height:2.55005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1lkTkeofnV51SoewtINNtp9tBvAFufM { box-sizing:content-box;height:26.8125rem;width:23.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:9.9375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#L4f0ZkGEKPVZbSiqAd068F1tuCeinqV3 { position:absolute;display:block;z-index:15009;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;height:12.6875rem;width:20.75rem;top:8.5rem;left:1.5rem;overflow:hidden;display:block; }
#FndAc5yOdXLobuwzQqT6mbLz6RJRuEfE { color:#292929;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:22.5rem;left:1.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8wNV4OWmeeSEF7nahvyHekZGp8Ea0BA { color:#414142;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:26.125rem;left:1.5rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#a3XxTWKucfdaGdxnFnqrcnzbcakATFwD { background-color:#ec000f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.5625rem;left:1.5rem;display:block; }
#m3aUs03i6KNNvW24QB0PCRT2zu3gfmB0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EAZP2IrBG1syveTt3ywfh5LyXTJnRBC4 { box-sizing:content-box;height:26.8125rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:10rem;left:25.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#I5XkMTLPOtVRkkHzflBcEmB8r8Iue2ps { color:#414142;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:24.8125rem;left:27.125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#IdfrOfPlEocn1SGKr6GM9XnpbigtxkbV { background-color:#ec000f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.625rem;left:27.125rem;display:block; }
#GVszFx6vOOn3NwW0uPV6xfCNvpSii7ab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rix3kibSZPHHuOTScE6oRpLmh51z3SZS { color:#292929;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:22.5625rem;left:27.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ygUQSuK65rQZrildvviKgN8APSESK9Fa { position:absolute;display:block;z-index:15014;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;height:12.6875rem;width:20.75rem;top:8.5625rem;left:27.125rem;overflow:hidden;display:block; }
#KWN6b6DtpKgQQbepTBG6oRfcmcTO72EP { box-sizing:content-box;height:26.8125rem;width:23.75rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:10rem;left:51.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#wm2hxMqTbTJtudM462L7PZwGKCTH3lrs { color:#414142;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:24.8125rem;left:52.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#FQLuPmxbA3rh7b1VFLNHO5ISUNhowNE8 { background-color:#ec000f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:31.625rem;left:52.75rem;display:block; }
#KzJrXrNC4CGJzpLiiIstCSRGTFbcwTHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GSckwNmXLMtq4NePXkBqFgL881zii4s1 { color:#292929;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:22.5625rem;left:52.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U1vnvNTDcpCUlrNA2vCk3rRewM4kTE3T { position:absolute;display:block;z-index:15019;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;height:12.6875rem;width:20.75rem;top:8.5625rem;left:52.75rem;overflow:hidden;display:block; }
#a7azIm10vfrwHM3SF3hzu7gtW4HouLua { box-sizing:content-box;height:26.8125rem;width:23.75rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:40.25rem;left:38.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#ZvTBKX9EzCDUTqKBT6DDPiSmyI212eNX { color:#414142;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:55.0625rem;left:39.9375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#IAeWcDrAss1ITT4GK8tRTfZWeJylJp3q { background-color:#ec000f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:61.875rem;left:39.9375rem;display:block; }
#ThwVRZ0x4nkwRcuDPw20dxlf1P7vnP0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhMo5TPDwfvNnEqvU4kUADrCarvyUCKh { color:#292929;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:52.8125rem;left:39.9375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mBonRAr8knNKBwIahIbBQrGI4390a7id { box-sizing:content-box;height:26.8125rem;width:23.75rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:40.1875rem;left:12.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#Lw8fdTVpl5vJ03eO3Mpxn9nyMI67iX2B { color:#292929;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:52.75rem;left:14.3125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZggqDnTyDXkP4NNRoTXzk28Dnn9I6BKb { color:#414142;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:55.0625rem;left:14.3125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#hFvCcq2bhwU6DgzvPdHHm2JmOHXGVawz { position:absolute;display:block;z-index:15024;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;height:12.6875rem;width:20.75rem;top:38.75rem;left:14.3125rem;overflow:hidden;display:block; }
#LPg6wwBibIDOp8QCUTgxtiPEzzrDFmdW { position:absolute;display:block;z-index:15029;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;height:12.6875rem;width:20.75rem;top:38.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#dILraw2wbvZ6gyVaIKb6oloHnrhlTaCw { background-color:#ec000f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:61.8125rem;left:14.3125rem;display:block; }
#ZnqpyUdqG44oOBwRk3ao8WcVy8xeuUwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr { background-color:#ec000f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;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; }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .row .container { background-color: transparent; background-image: none; }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .row .container > .video-iframe-container { display: none; }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .row > .video-iframe-container { display: none; }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .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); }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .row .container { border-width: 0; border-radius: 0; }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:75rem;overflow:visible;position:relative;display:block; }#ioATNOuoHMM0qzOXgdrnplryqiwGSIke { color:#ffffff;display:block;width:62.25rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.4375rem;left:6.375rem;height:2.55005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ieB9MPmIUfwtDoy0h24ZCIQQ48LVrBhI { background-color:#ec000f;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:55.375rem;left:38rem;display:block; }
#yB709LLOge8v2uDl1nQR64Ga4quDZbC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qQwz4QVvUCgARvrwz2uv4Duaxarh5U7A { background-color:#3525e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:55.375rem;left:18.9375rem;display:block; }
#ofG60cu5AaNh5VX1MnRpfu3TBH3UXB1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#belTmPgLZVTiz9DPrwDg15q1KbGrbvix { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:24.375rem;top:8.0625rem;left:50.5rem;overflow:hidden;display:block; }
#KbDGOonRUM7s9nU5MogPC8TlLcofviLX { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:24.375rem;top:23.1875rem;left:25.3125rem;overflow:hidden;display:block; }
#cvyBrutJRL2q43v09S25hOMVPIh844Sk { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:24.375rem;top:23.1875rem;left:50.625rem;overflow:hidden;display:block; }
#d85emtAQzqHNtgTm6FHBuMKwmUpcPahT { position:absolute;display:block;z-index:15021;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:24.375rem;top:23.1875rem;left:0rem;overflow:hidden;display:block; }
#bwVyFATJnCVIp3IrTdAV6Lito0wmMKPT { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:24.375rem;top:38.375rem;left:0rem;overflow:hidden;display:block; }
#aLyJkkqrs9oZ4rfTzW1AZvUFSSC1DM8c { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:24.375rem;top:38.375rem;left:25.3125rem;overflow:hidden;display:block; }
#BeFOTC320mCCbIO4H9IWF7f5kaGegnbl { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:24.375rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#Z1Eu4xui8JalduHbwrnsddaOLVKkSP2Q { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:24.375rem;top:8.0625rem;left:25.25rem;overflow:hidden;display:block; }
#SNuV6luF2Jvb0QiWzhtGsiy18ZJQ0QXN { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:24.375rem;top:38.375rem;left:50.5rem;overflow:hidden;display:block; }
#niceR949TTdCgqNIl8ggg9niudp3UqlB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;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; }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .row .container { background-color: transparent; background-image: none; }#niceR949TTdCgqNIl8ggg9niudp3UqlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .row .container > .video-iframe-container { display: none; }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .row > .video-iframe-container { display: none; }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .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); }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .row .container { border-width: 0; border-radius: 0; }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#KCWkOT51iaiXcToRs0h3aETOZTRBie9p { color:#000000;display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.125rem;left:0rem;height:4.7998rem;font-style:normal;display:block; }
#chryL8me2Ttmh8MC6dKg6mwyZoRKJ5f6 { color:#414142;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.4375rem;left:0rem;height:18rem;display:block; }
#VshOvW0E4bBC6ATBbHRt1Cu2oLkFQtUp { 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:15000;opacity:1;display:none; }
#uTarRPc99Clxf6VOmKUN3LOqWGmmZSiI { 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:26.9375rem;width:33.8125rem;top:4.46875rem;left:41.1875rem;overflow:hidden;display:block; }
#pNDi1adRd5Ug4gO98CL4OZN1vfclg5x7 { background-color:#ec000f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.1875rem;left:18.0625rem;display:block; }
#mJvSyQexLJCaWVDBtcvlwneJQfKHnQIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmNL7nN1eGXIVLihSay6XPKTB5wuDv2w { background-color:#3525e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.1875rem;left:0rem;display:block; }
#B0d9u29dmlZELFe2UgiDIUXm9fFXZkEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;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; }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .row .container { background-color: transparent; background-image: none; }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .row .container > .video-iframe-container { display: none; }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .row > .video-iframe-container { display: none; }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .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); }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .row .container { border-width: 0; border-radius: 0; }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;overflow:visible;position:relative;display:block; }#q8QI2C14rhAmUkCTmTTi1C4QOEXBAM24 { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.625rem;left:17.65625rem;height:2.55005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6zO97hbG7h5QdsRPQJp30gKeJKiRoHN { box-sizing:content-box;height:20.75rem;width:24.0625rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:8.8125rem;left:0rem;box-shadow: 0rem 1.25rem 3.125rem rgba(0,0,0,0.07) ;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; }
#L9izx4EqDlg9FzT2feMhoOockC1cFk3o { color:#292929;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:14.34375rem;left:5.8125rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xEDZbbviHFtS8ld7dO4Q82AKTIeZPcuL { color:#292929;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:18.375rem;left:1.71875rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#eol8kdLUA0otNI1hThpJlgHrffBfUh6d { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:16.125rem;left:8.59375rem;overflow:hidden;display:block; }
#VhvSqytAUSvaFuy6yDlN2KxP7spq07gJ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10.5rem;left:10.46875rem;overflow:hidden;display:block; }
#pAIG2yt34KWXlNRXVPggWh2F7OR59mZw { box-sizing:content-box;height:20.75rem;width:24.0625rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:8.625rem;left:25.5rem;box-shadow: 0rem 1.25rem 3.125rem rgba(0,0,0,0.07) ;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; }
#fsvbQHgiZHmuG5bV0ydD9IGdfiLJDDgp { color:#292929;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:18.375rem;left:27.1875rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#Q3WfpHFR8zlrap9WXSdpJSRNkxJl6Fi7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:15.9375rem;left:34.0625rem;overflow:hidden;display:block; }
#evghK0lOuaIxAMFH6mfTwhXcOvZJWVWI { color:#292929;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:14.1875rem;left:31.3125rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmwZuO1vceT8KaNRQ0u5KRlGFcVp8Uc3 { position:absolute;display:block;z-index:15040;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.125rem;width:3.125rem;top:10.3125rem;left:35.9375rem;overflow:hidden;display:block; }
#zhwm5qlfFCZdACJizf3cpH93I3NTGNXh { box-sizing:content-box;height:20.75rem;width:24.0625rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:8.625rem;left:50.9375rem;box-shadow: 0rem 1.25rem 3.125rem rgba(0,0,0,0.07) ;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; }
#DvxS2FvmgKqgaMJSPcmBn3qiGlBJWu9e { color:#292929;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:18.375rem;left:52.65625rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#IQ23s3m8fZEJm4614UcpHMUOTPg9QXNt { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:15.9375rem;left:59.5rem;overflow:hidden;display:block; }
#a0FqV86E6ZZwXnmt1JrSiZ0CzObGuiCf { color:#292929;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:14.1875rem;left:56.75rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xnB1Tz51m9wIcccBx5uCcXugmu1PEUEB { position:absolute;display:block;z-index:15045;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.125rem;width:3.125rem;top:10.3125rem;left:61.375rem;overflow:hidden;display:block; }
#n14Tw6G3PoneR6GwZ8offBsTVFbr25w4 { background-color:#ec000f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.25rem;left:37.6875rem;display:block; }
#gsuXlO0prSQehcWJ6WEbGwuDTGWa99gM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wg8FP0Mc06Uw5DXbhKQVdU2XKdd95y9v { background-color:#3525e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.25rem;left:19.625rem;display:block; }
#Tu5LGQ58Xqv1oPQuSXZvm6WKkN0tAi9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX { z-index:;position:relative;display:block; }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX { background-color: transparent; background-image: none; }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX > .row .container > .video-iframe-container { display: none; }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX > .row > .video-iframe-container { display: none; }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX > .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); }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX { border-width: 0; border-radius: 0; }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#SPQ7PtoHtuF2TWyPi3X7rTfxtlDFQDWB { position:absolute;display:block;z-index:15001;height:28.125rem;width:75rem;top:3.65625rem;left:0rem;display:block; }
#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq { background-color:#23262f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;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; }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .row .container { background-color: transparent; background-image: none; }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .row .container > .video-iframe-container { display: none; }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .row > .video-iframe-container { display: none; }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .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); }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .row .container { border-width: 0; border-radius: 0; }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;overflow:visible;position:relative;display:block; }#lLnBqT4hkTqLg0xGRNxsPOQtL7W4UbIZ { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:33.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SH2Kk3Bfs3yC2cf4yXhBScXM8rqFRzyQ { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.75rem;left:33.4375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SH2Kk3Bfs3yC2cf4yXhBScXM8rqFRzyQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SH2Kk3Bfs3yC2cf4yXhBScXM8rqFRzyQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#RCLrbGm0sTlpwXxza77B8f58WqObzF08 { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.75rem;left:33.375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#RCLrbGm0sTlpwXxza77B8f58WqObzF08 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RCLrbGm0sTlpwXxza77B8f58WqObzF08 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#A8bePsV2d1nsALOS6Tm7TVxp1aweTd3o { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.4873046875rem;left:33.375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#A8bePsV2d1nsALOS6Tm7TVxp1aweTd3o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A8bePsV2d1nsALOS6Tm7TVxp1aweTd3o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#LCXqvnP97nPKmpKQOoO9QQ9hky4t3H57 { color:#e5e5e5;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:15.25rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#qOX29OMTbqeRJVyPKipVNCW0BT4EUB3D { background-color:#3525e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.4609375rem;left:58.3125rem;display:block; }
#a0oQsASapcz6Uo3MC1fWQw4UHHTi55vW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zONXGZZZkH7PTPOwhVR09OakUmRWzrqS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:14.765625rem;left:66.1875rem;display:block; }
#yh6shi4ufVP74X6kxAaMqoCOSU27VFy0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3yzCRWJhpeEJxldTXImDRWMONQFtf0a { 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:8.375rem;width:9rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#PnkcoGPBCsJHaMNEUkhzWSVclyrCE0gl { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#PnkcoGPBCsJHaMNEUkhzWSVclyrCE0gl { border-width: 0; border-radius: 0; }#PnkcoGPBCsJHaMNEUkhzWSVclyrCE0gl > .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; }#PnkcoGPBCsJHaMNEUkhzWSVclyrCE0gl > .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:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#y7qLZ77PVuSXIIZnFD9MyX2k1ZQTmsSP { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem; }
#y7qLZ77PVuSXIIZnFD9MyX2k1ZQTmsSP > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#cRZligfERvQ19y0rEIyDRz7czs4GTaSh { background-color:#517c00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.4609375rem;left:58.3125rem;display:none; }
#TB44vupTD5SySbsoRoxqEU5rd6r25Ml3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 { display:block; }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdMdSeUCK3aWtQcvSqO3dMOOgU0yHQUT { top:1.9375rem;left:36.6875rem;width:11.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTioAWJSMJQ6JUmbQfBLFO7k3cHVcIU { top:3.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBfGBErQFW14SUG9ro4ynz3Lf7tAr0M1 { top:3.1875rem;left:12.4375rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1CpU7aHkQLOtAaWZXBBqTfrB88Bfvh5 { top:3.1875rem;left:19.3125rem;width:6.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlmPO4JyzrN3nHQWSNVKXWrPGltsUpd { top:3.1875rem;left:25.8125rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmGMPst053X5SBTExRbuSG4tL97H2Tgg { top:3.1875rem;left:37.375rem;width:4rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIBr1dUXQsJlDfnOCvC8d95iTRJ4O9gN { width:10.5rem;height:2.5rem;top:3.0625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMoB1aBrOuBrlwbJZA5i6f337bz7DxCh { display:block; }
 }@media only screen and (max-width: 763px) { #r5IuTwba8GTlQGJXZuluU4cm9xQy8QdD { top:0.4375rem;left:0rem;width:7.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0reDT98pad9ZqkoVldmcAMmWx4vIA4s { display:block; }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 { display:none; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JQPuNPCekBp4VvPvRx1SCi2uL4SBEfoF { top:1.0625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2Iqt0TACpb7ekxyU8b6Iy82TwyeNTT1 { top:2.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNtKeyQRHtDDxkamlFweRSm5Msov0a6N { display:none; }
 }@media only screen and (max-width: 763px) { #cgq6hgwCo8b9qTIbBbdyz8Kcx8p7oqdq { top:6.4375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TimSvxehDJcG2chJuENtCnFvKOD4LbUt { top:8.5rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAr7Tz4mFSlBwURF6ZrmGDkkE5TgXfc2 { top:10.625rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NywP8wTDApUTuX2ml8aMDn4C56mlXQwS { top:12.75rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTnFc4Eix7BgGfx9Dm6riMp32LTSyuAy { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #B0qkx6oHyA1mbTlCMALZJpmEIz81bBgs { display:block; }
 }@media only screen and (max-width: 763px) { #L6EEPKaA5DmOqZ66nL66EDolzd7FAEKw { width:47.75rem;height:44.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8Cfnhv2Th5uhKteZVK04tNXKM1oldko { display:block; }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWCOcAG2ToTicR44ShrqOKedRScbOJbG { top:5.625rem;left:0rem;width:43rem;height:8.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLQUF27xMZaVeTO2GbZxexVlTOxT8otl { top:2.875rem;left:20.875rem;width:26.875rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLQwTpyIRmlrgbI5PyhigZOssTTqfIDU { top:3.9375rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpnAXsCQFkzV8S2UzHV1ichMvlIzgDkz { top:4.0625rem;left:0rem;width:14.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifiGED2hazvkhkT1QTH8rGnZTSWbWQDH { top:15.75rem;left:0rem;width:40.4375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuHkZcTnzNdq33zQx3cPp6sPtEP1mMZl { top:4.3125rem;left:22.8125rem;width:24.9375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-regular-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-text { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-textarea { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-select { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-button { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-checkbox-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ  { width:22.875rem;height:auto;top:7.5625rem;left:22.375rem; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .radio-container { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ {display:block;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ { width:22.875rem;height:auto;top:7.5625rem;left:22.375rem; }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #fMIcFdsHoDQPtXiVpzaGMIOogrIJ6g5z {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #tCM6wHwTJgGKcTkultpAEv1gzfG742CJ {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #ABXa0wMOTZsk3IWR9aHzPEbVAERbV8uq {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #euy2sie8CmN95eQA6ALy5hWUdBHITuar {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #NebSTqCWrwIpWyCRlogemGOpXPyk5KRs {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #xICTE3D3eNJplrUWT5cEW6yMH2T8QT9M {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #clE0GcPGCfyC0xaFrQDHzMK918aXDTha {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #xxePa5pJFNWwcs0pDCxn1Tm1Fl8B2nqn {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #Z6rPdqtmNxUA15rOeMJUx1WSDt26VDZh {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #xsHd5VZRQz44sJbOnN7SKvGfwB4EOuWD {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #dssh2bo83JWd7b4lDGtZExdyQtUDPpcr {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #CnVC7OgpaqERXONNIfVMMvK6woNZs5kd {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #yFw7qw3CrdPoQ3mF59iugd6UydDyTnOf {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #yf9DwLzxDSUsfJTAUQ2qC09KyPCebrRa {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #LyO7tyKk0F3raycyeqzt9R5IhnCyLl6p {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #zz92nA6gBOwDexaUn4gCwKX9yfKtgwAG {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #ecKCJC7APxVlGS6EWtE2a5NrPgbMG5yi {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #fz6whxh0S2WXiS7xJ4TvC4VXysg7gbuL {  }
 }@media only screen and (max-width: 763px) { #VqR6uXqhnsT1BqqIZ0T7HtmXVLm9WvV5 { display:block; }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #csC12ENGI3mSxoD5A0iJCC2dz7iu4N3M {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #Prw1DLcAdx2V31g4f7IybwgiNxAEi0OT {  }
 }@media only screen and (max-width: 763px) { #psiSoXucrMhlumVhV0z4vOo1o0WlhWpc { top:38.4375rem;left:28.625rem;width:19.125rem;height:1.125rem;font-size:0.8125rem;display:block; }#psiSoXucrMhlumVhV0z4vOo1o0WlhWpc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_368eb14b50e1c8e26291701898fd5161bd9bcec3.svg); }
 }@media only screen and (max-width: 763px) { #eH0ewT05a4yLxy88mVdTQJIEsDSkEvpT { width:21.1875rem;height:3.75rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHgby9zUtGLDo4zFtH8hINCunoPEtTXM { display:block; }
 }@media only screen and (max-width: 763px) { #IFJ4ZraAIQLI7PAe4g85TXIn3I05Q7TU { top:30.1875rem;left:0rem;width:36.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMMvXP9OlvX1Qc4THnge56lzCD8oQJ6S { top:31.75rem;left:0rem;width:34rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhfygieOAeqz6FPVxkVzuRd4OMZnRf0q { top:37.0625rem;left:0rem;width:33.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3KrQIFbqRAaVBzWCK0M9oS01S3gMJhm { top:38.25rem;left:0rem;width:16.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZgZ0eIy9qh8e8w3TnHXWFsdreaR7ZXG { top:38.25rem;left:14.90625rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH0Wz68yTsTNGs7fSwJs20mKeHXVEGNE { top:18.125rem;left:0rem;width:40.4375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zklHZQvtlnCKD97PyCJrm72M85yhcirV { display:block; }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuNTFXRLHGSsegLqslGp39i1zBgotIFe { top:4.875rem;left:10.5625rem;width:37.1875rem;height:5.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkCkdd5DX2QNU1WsQVN6ma3Qsk2uDuxJ { top:10.8125rem;left:10.625rem;width:37.125rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M03xcX0rnCHpbOkyuTP4Jel3TVTLSEU2 { display:none; }
 }@media only screen and (max-width: 763px) { #z4c5TvR1WBys2KM8SV6FTPqCbtn3lpb1 { top:25.5rem;left:11.375rem;width:36.375rem;height:7.6875rem;font-size:1.125rem;display:block; }#z4c5TvR1WBys2KM8SV6FTPqCbtn3lpb1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/300dea8c-cc52-427f-ad83-3d79253746e7/points.png); }
 }@media only screen and (max-width: 763px) { #wLTOo9QZw8HhQUFws4ot3dTaD8MTFs1v { width:18.125rem;height:3.625rem;top:35.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb3Fgo1CTs65y98pA6PccrktByRnIQGO { display:block; }
 }@media only screen and (max-width: 763px) { #LgVpgt3v4T8IuwqViEvzWJRHTfKgMADT { width:18.125rem;height:3.625rem;top:35.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbcCPZPKBgSpq6TlWhDfHGLlwMT92tqo { display:block; }
 }@media only screen and (max-width: 763px) { #Jp6MkHQ2bt2xKdRBDw12NIsSiaHU48Gl { top:4.4375rem;left:0rem;width:33.125rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 { display:block; }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJ5lZkNsTsa1qEVdWUSAXeTZPTbangQq { top:3.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1lkTkeofnV51SoewtINNtp9tBvAFufM { top:9.9375rem;left:0rem;width:23.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4f0ZkGEKPVZbSiqAd068F1tuCeinqV3 { top:8.5rem;left:0rem;width:20.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FndAc5yOdXLobuwzQqT6mbLz6RJRuEfE { top:22.5rem;left:0rem;width:20.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wNV4OWmeeSEF7nahvyHekZGp8Ea0BA { top:26.125rem;left:0rem;width:20.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3XxTWKucfdaGdxnFnqrcnzbcakATFwD { width:9.375rem;height:2.625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3aUs03i6KNNvW24QB0PCRT2zu3gfmB0 { display:block; }
 }@media only screen and (max-width: 763px) { #EAZP2IrBG1syveTt3ywfh5LyXTJnRBC4 { top:10rem;left:12rem;width:23.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5XkMTLPOtVRkkHzflBcEmB8r8Iue2ps { top:24.8125rem;left:13.5rem;width:20.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdfrOfPlEocn1SGKr6GM9XnpbigtxkbV { width:9.375rem;height:2.625rem;top:31.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVszFx6vOOn3NwW0uPV6xfCNvpSii7ab { display:block; }
 }@media only screen and (max-width: 763px) { #rix3kibSZPHHuOTScE6oRpLmh51z3SZS { top:22.5625rem;left:13.5rem;width:20.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygUQSuK65rQZrildvviKgN8APSESK9Fa { top:8.5625rem;left:13.5rem;width:20.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWN6b6DtpKgQQbepTBG6oRfcmcTO72EP { top:10rem;left:24rem;width:23.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm2hxMqTbTJtudM462L7PZwGKCTH3lrs { top:24.8125rem;left:27rem;width:20.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQLuPmxbA3rh7b1VFLNHO5ISUNhowNE8 { width:9.375rem;height:2.625rem;top:31.625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzJrXrNC4CGJzpLiiIstCSRGTFbcwTHT { display:block; }
 }@media only screen and (max-width: 763px) { #GSckwNmXLMtq4NePXkBqFgL881zii4s1 { top:22.5625rem;left:26.9375rem;width:20.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1vnvNTDcpCUlrNA2vCk3rRewM4kTE3T { top:8.5625rem;left:27rem;width:20.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7azIm10vfrwHM3SF3hzu7gtW4HouLua { top:40.25rem;left:24rem;width:23.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvTBKX9EzCDUTqKBT6DDPiSmyI212eNX { top:55.0625rem;left:26.3125rem;width:20.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeWcDrAss1ITT4GK8tRTfZWeJylJp3q { width:9.375rem;height:2.625rem;top:61.875rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThwVRZ0x4nkwRcuDPw20dxlf1P7vnP0F { display:block; }
 }@media only screen and (max-width: 763px) { #OhMo5TPDwfvNnEqvU4kUADrCarvyUCKh { top:52.8125rem;left:26.3125rem;width:20.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBonRAr8knNKBwIahIbBQrGI4390a7id { top:40.1875rem;left:0rem;width:23.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw8fdTVpl5vJ03eO3Mpxn9nyMI67iX2B { top:52.75rem;left:0.6875rem;width:20.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZggqDnTyDXkP4NNRoTXzk28Dnn9I6BKb { top:55.0625rem;left:0.6875rem;width:20.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFvCcq2bhwU6DgzvPdHHm2JmOHXGVawz { top:38.75rem;left:0.6875rem;width:20.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPg6wwBibIDOp8QCUTgxtiPEzzrDFmdW { top:38.8125rem;left:26.3125rem;width:20.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dILraw2wbvZ6gyVaIKb6oloHnrhlTaCw { width:9.375rem;height:2.625rem;top:61.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqpyUdqG44oOBwRk3ao8WcVy8xeuUwg { display:block; }
 }@media only screen and (max-width: 763px) { #nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr { display:block; }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioATNOuoHMM0qzOXgdrnplryqiwGSIke { top:3.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieB9MPmIUfwtDoy0h24ZCIQQ48LVrBhI { width:18.125rem;height:3.625rem;top:55.375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB709LLOge8v2uDl1nQR64Ga4quDZbC9 { display:block; }
 }@media only screen and (max-width: 763px) { #qQwz4QVvUCgARvrwz2uv4Duaxarh5U7A { width:18.125rem;height:3.625rem;top:55.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofG60cu5AaNh5VX1MnRpfu3TBH3UXB1M { display:block; }
 }@media only screen and (max-width: 763px) { #belTmPgLZVTiz9DPrwDg15q1KbGrbvix { top:8.0625rem;left:23.25rem;width:24.375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbDGOonRUM7s9nU5MogPC8TlLcofviLX { top:23.1875rem;left:11.6875rem;width:24.375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvyBrutJRL2q43v09S25hOMVPIh844Sk { top:23.1875rem;left:23.25rem;width:24.375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d85emtAQzqHNtgTm6FHBuMKwmUpcPahT { top:23.1875rem;left:0rem;width:24.375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwVyFATJnCVIp3IrTdAV6Lito0wmMKPT { top:38.375rem;left:0rem;width:24.375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLyJkkqrs9oZ4rfTzW1AZvUFSSC1DM8c { top:38.375rem;left:11.6875rem;width:24.375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeFOTC320mCCbIO4H9IWF7f5kaGegnbl { top:8.0625rem;left:0rem;width:24.375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Eu4xui8JalduHbwrnsddaOLVKkSP2Q { top:8.0625rem;left:11.625rem;width:24.375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNuV6luF2Jvb0QiWzhtGsiy18ZJQ0QXN { top:38.375rem;left:23.25rem;width:24.375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niceR949TTdCgqNIl8ggg9niudp3UqlB { display:block; }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCWkOT51iaiXcToRs0h3aETOZTRBie9p { top:2.125rem;left:0rem;width:40.625rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chryL8me2Ttmh8MC6dKg6mwyZoRKJ5f6 { top:7.4375rem;left:0rem;width:35.3125rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VshOvW0E4bBC6ATBbHRt1Cu2oLkFQtUp { display:none; }
 }@media only screen and (max-width: 763px) { #uTarRPc99Clxf6VOmKUN3LOqWGmmZSiI { top:4.4375rem;left:13.9375rem;width:33.8125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNDi1adRd5Ug4gO98CL4OZN1vfclg5x7 { width:17.6875rem;height:3.625rem;top:30.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJvSyQexLJCaWVDBtcvlwneJQfKHnQIM { display:block; }
 }@media only screen and (max-width: 763px) { #JmNL7nN1eGXIVLihSay6XPKTB5wuDv2w { width:17.1875rem;height:3.625rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0d9u29dmlZELFe2UgiDIUXm9fFXZkEV { display:block; }
 }@media only screen and (max-width: 763px) { #RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 { display:block; }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8QI2C14rhAmUkCTmTTi1C4QOEXBAM24 { top:3.625rem;left:4.03125rem;width:39.6875rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6zO97hbG7h5QdsRPQJp30gKeJKiRoHN { top:8.8125rem;left:0rem;width:24.0625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9izx4EqDlg9FzT2feMhoOockC1cFk3o { top:14.3125rem;left:0rem;width:14.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEDZbbviHFtS8ld7dO4Q82AKTIeZPcuL { top:18.375rem;left:0rem;width:20.625rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eol8kdLUA0otNI1hThpJlgHrffBfUh6d { top:16.125rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhvSqytAUSvaFuy6yDlN2KxP7spq07gJ { top:10.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAIG2yt34KWXlNRXVPggWh2F7OR59mZw { top:8.625rem;left:11.875rem;width:24.0625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsvbQHgiZHmuG5bV0ydD9IGdfiLJDDgp { top:18.375rem;left:13.5625rem;width:20.625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WfpHFR8zlrap9WXSdpJSRNkxJl6Fi7 { top:15.9375rem;left:20.4375rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evghK0lOuaIxAMFH6mfTwhXcOvZJWVWI { top:14.1875rem;left:17.6875rem;width:14.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmwZuO1vceT8KaNRQ0u5KRlGFcVp8Uc3 { top:10.3125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhwm5qlfFCZdACJizf3cpH93I3NTGNXh { top:8.625rem;left:23.6875rem;width:24.0625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxS2FvmgKqgaMJSPcmBn3qiGlBJWu9e { top:18.375rem;left:27.125rem;width:20.625rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ23s3m8fZEJm4614UcpHMUOTPg9QXNt { top:15.9375rem;left:40.875rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0FqV86E6ZZwXnmt1JrSiZ0CzObGuiCf { top:14.1875rem;left:33.3125rem;width:14.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnB1Tz51m9wIcccBx5uCcXugmu1PEUEB { top:10.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n14Tw6G3PoneR6GwZ8offBsTVFbr25w4 { width:17.6875rem;height:3.625rem;top:32.25rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsuXlO0prSQehcWJ6WEbGwuDTGWa99gM { display:block; }
 }@media only screen and (max-width: 763px) { #wg8FP0Mc06Uw5DXbhKQVdU2XKdd95y9v { width:17.1875rem;height:3.625rem;top:32.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5LGQ58Xqv1oPQuSXZvm6WKkN0tAi9r { display:block; }
 }@media only screen and (max-width: 763px) { #K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX { display:block; }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPQ7PtoHtuF2TWyPi3X7rTfxtlDFQDWB { top:3.625rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq { display:block; }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLnBqT4hkTqLg0xGRNxsPOQtL7W4UbIZ { top:3rem;left:19.75rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH2Kk3Bfs3yC2cf4yXhBScXM8rqFRzyQ { top:5.75rem;left:19.8125rem;width:11.0625rem;height:;font-size:0.875rem;display:block; }#SH2Kk3Bfs3yC2cf4yXhBScXM8rqFRzyQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #RCLrbGm0sTlpwXxza77B8f58WqObzF08 { top:7.75rem;left:19.75rem;width:18.6875rem;height:;font-size:0.8125rem;display:block; }#RCLrbGm0sTlpwXxza77B8f58WqObzF08 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #A8bePsV2d1nsALOS6Tm7TVxp1aweTd3o { top:8.4375rem;left:19.75rem;width:12.5625rem;height:2.25rem;font-size:0.875rem;display:block; }#A8bePsV2d1nsALOS6Tm7TVxp1aweTd3o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #LCXqvnP97nPKmpKQOoO9QQ9hky4t3H57 { top:15.25rem;left:0rem;width:29.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOX29OMTbqeRJVyPKipVNCW0BT4EUB3D { width:16.6875rem;height:3.75rem;top:4.4375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0oQsASapcz6Uo3MC1fWQw4UHHTi55vW { display:block; }
 }@media only screen and (max-width: 763px) { #zONXGZZZkH7PTPOwhVR09OakUmRWzrqS { width:8.8125rem;height:2.1875rem;top:14.75rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh6shi4ufVP74X6kxAaMqoCOSU27VFy0 { display:block; }
 }@media only screen and (max-width: 763px) { #r3yzCRWJhpeEJxldTXImDRWMONQFtf0a { top:3rem;left:0rem;width:9rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnkcoGPBCsJHaMNEUkhzWSVclyrCE0gl { display:block; }#PnkcoGPBCsJHaMNEUkhzWSVclyrCE0gl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7qLZ77PVuSXIIZnFD9MyX2k1ZQTmsSP { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#y7qLZ77PVuSXIIZnFD9MyX2k1ZQTmsSP > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #cRZligfERvQ19y0rEIyDRz7czs4GTaSh { width:16.6875rem;height:3.75rem;top:4.4375rem;left:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB44vupTD5SySbsoRoxqEU5rd6r25Ml3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 { position:relative;z-index:auto;display:none; }#UQZFmWI9DNmJrcfnA94ntga52vE4iBk9 > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdMdSeUCK3aWtQcvSqO3dMOOgU0yHQUT { width:12.5rem;height:1.13671875rem;top:4.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTioAWJSMJQ6JUmbQfBLFO7k3cHVcIU { display:flex;width:1.875rem;height:1.875rem;top:17.21094375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #vBfGBErQFW14SUG9ro4ynz3Lf7tAr0M1 { width:6.875rem;height:1.29980625rem;top:7.01171875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1CpU7aHkQLOtAaWZXBBqTfrB88Bfvh5 { width:6.5rem;height:1.29980625rem;top:9.561525rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlmPO4JyzrN3nHQWSNVKXWrPGltsUpd { width:11.5625rem;height:1.29980625rem;top:12.11133125rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmGMPst053X5SBTExRbuSG4tL97H2Tgg { width:4rem;height:1.29980625rem;top:14.6611375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIBr1dUXQsJlDfnOCvC8d95iTRJ4O9gN { width:10.5rem;height:2.5rem;top:20.3359375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMoB1aBrOuBrlwbJZA5i6f337bz7DxCh { display:block; }
 }@media only screen and (max-width: 763px) { #r5IuTwba8GTlQGJXZuluU4cm9xQy8QdD { width:7.125rem;height:6.5625rem;top:24.0859375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0reDT98pad9ZqkoVldmcAMmWx4vIA4s { display:none; }#T0reDT98pad9ZqkoVldmcAMmWx4vIA4s > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .row .container { background-color: transparent; background-image: none; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .row .container > .video-iframe-container { display: none; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .row > .video-iframe-container { display: none; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .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); }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .row .container { border-width: 0; border-radius: 0; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnq9PSmnn1x20Gg2BC7HcpTp2eT1Loa1 > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQPuNPCekBp4VvPvRx1SCi2uL4SBEfoF { width:8.875rem;height:0.9746125rem;top:1.9375rem;left:11.0625rem;font-size:0.75rem;z-index:15005;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #U2Iqt0TACpb7ekxyU8b6Iy82TwyeNTT1 { display:flex;width:1.6875rem;height:1.6875rem;top:3.1875rem;left:10.0625rem;z-index:15008;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #pNtKeyQRHtDDxkamlFweRSm5Msov0a6N { display:flex;top:2.662109375rem;left:7.6875rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #cgq6hgwCo8b9qTIbBbdyz8Kcx8p7oqdq { width:17.5rem;height:1.29980625rem;top:7.75rem;left:1.25rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TimSvxehDJcG2chJuENtCnFvKOD4LbUt { width:17.5rem;height:1.29980625rem;top:10.099609375rem;left:1.25rem;font-size:1rem;z-index:15012;text-align:center;text-align-last:center;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XAr7Tz4mFSlBwURF6ZrmGDkkE5TgXfc2 { width:17.5rem;height:1.29980625rem;top:12.4375rem;left:1.25rem;font-size:1rem;z-index:15013;text-align:center;text-align-last:center;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NywP8wTDApUTuX2ml8aMDn4C56mlXQwS { width:17.5rem;height:1.29980625rem;top:14.8125rem;left:1.25rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QTnFc4Eix7BgGfx9Dm6riMp32LTSyuAy { top:2.9375rem;left:11.93359375rem;width:8.0625rem;height:2.0625rem;z-index:15015;font-size:0.8125rem;background-color:#3525e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #B0qkx6oHyA1mbTlCMALZJpmEIz81bBgs { display:block; }
 }@media only screen and (max-width: 763px) { #L6EEPKaA5DmOqZ66nL66EDolzd7FAEKw { top:0.6875rem;left:0rem;width:6.4375rem;height:5.9375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I8Cfnhv2Th5uhKteZVK04tNXKM1oldko { display:block; }#I8Cfnhv2Th5uhKteZVK04tNXKM1oldko > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWCOcAG2ToTicR44ShrqOKedRScbOJbG { width:20rem;height:13.19825rem;top:2.8623046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLQUF27xMZaVeTO2GbZxexVlTOxT8otl { width:19.375rem;height:37.5rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLQwTpyIRmlrgbI5PyhigZOssTTqfIDU { width:6.25rem;height:1.125rem;top:0.7744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpnAXsCQFkzV8S2UzHV1ichMvlIzgDkz { width:12.875rem;height:1.13720625rem;top:0.8115234375rem;left:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifiGED2hazvkhkT1QTH8rGnZTSWbWQDH { width:20rem;height:3rem;top:17.021484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuHkZcTnzNdq33zQx3cPp6sPtEP1mMZl { width:17.4375rem;height:3.449225rem;top:30.125rem;left:1.28125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ  { width:17.5rem;height:auto;top:33.8125rem;left:0rem; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HM4t4eZoUskUU6ASUizoZLsvneETykoJ {display:block;}#HM4t4eZoUskUU6ASUizoZLsvneETykoJ { width:17.5rem;height:auto;top:33.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #fMIcFdsHoDQPtXiVpzaGMIOogrIJ6g5z {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #tCM6wHwTJgGKcTkultpAEv1gzfG742CJ {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #ABXa0wMOTZsk3IWR9aHzPEbVAERbV8uq {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #euy2sie8CmN95eQA6ALy5hWUdBHITuar {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #NebSTqCWrwIpWyCRlogemGOpXPyk5KRs {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #xICTE3D3eNJplrUWT5cEW6yMH2T8QT9M {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #clE0GcPGCfyC0xaFrQDHzMK918aXDTha {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #xxePa5pJFNWwcs0pDCxn1Tm1Fl8B2nqn {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #Z6rPdqtmNxUA15rOeMJUx1WSDt26VDZh {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #xsHd5VZRQz44sJbOnN7SKvGfwB4EOuWD {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #dssh2bo83JWd7b4lDGtZExdyQtUDPpcr {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #CnVC7OgpaqERXONNIfVMMvK6woNZs5kd {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #yFw7qw3CrdPoQ3mF59iugd6UydDyTnOf {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #yf9DwLzxDSUsfJTAUQ2qC09KyPCebrRa {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #LyO7tyKk0F3raycyeqzt9R5IhnCyLl6p {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #zz92nA6gBOwDexaUn4gCwKX9yfKtgwAG {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #ecKCJC7APxVlGS6EWtE2a5NrPgbMG5yi {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #fz6whxh0S2WXiS7xJ4TvC4VXysg7gbuL {  }
 }@media only screen and (max-width: 763px) { #VqR6uXqhnsT1BqqIZ0T7HtmXVLm9WvV5 { display:block; }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #csC12ENGI3mSxoD5A0iJCC2dz7iu4N3M {  }
 }@media only screen and (max-width: 763px) { #HM4t4eZoUskUU6ASUizoZLsvneETykoJ #Prw1DLcAdx2V31g4f7IybwgiNxAEi0OT {  }
 }@media only screen and (max-width: 763px) { #psiSoXucrMhlumVhV0z4vOo1o0WlhWpc { width:18.1875rem;height:1.05615rem;top:65.25rem;left:1.5625rem;font-size:0.8125rem;display:block; }#psiSoXucrMhlumVhV0z4vOo1o0WlhWpc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_368eb14b50e1c8e26291701898fd5161bd9bcec3.svg); }
 }@media only screen and (max-width: 763px) { #eH0ewT05a4yLxy88mVdTQJIEsDSkEvpT { width:19rem;height:3.75rem;top:67rem;left:0.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHgby9zUtGLDo4zFtH8hINCunoPEtTXM { display:block; }
 }@media only screen and (max-width: 763px) { #IFJ4ZraAIQLI7PAe4g85TXIn3I05Q7TU { width:20rem;height:13.1875rem;top:71rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LMMvXP9OlvX1Qc4THnge56lzCD8oQJ6S { width:18.125rem;height:9rem;top:71.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhfygieOAeqz6FPVxkVzuRd4OMZnRf0q { width:18.125rem;height:0.0625rem;top:81.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3KrQIFbqRAaVBzWCK0M9oS01S3gMJhm { width:16.25rem;height:1.04980625rem;top:82.17578125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZgZ0eIy9qh8e8w3TnHXWFsdreaR7ZXG { width:5.625rem;height:1rem;top:82.0751953125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH0Wz68yTsTNGs7fSwJs20mKeHXVEGNE { width:20rem;height:6rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zklHZQvtlnCKD97PyCJrm72M85yhcirV { display:block; }#zklHZQvtlnCKD97PyCJrm72M85yhcirV > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuNTFXRLHGSsegLqslGp39i1zBgotIFe { width:20rem;height:4.19921875rem;top:24.2744140625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkCkdd5DX2QNU1WsQVN6ma3Qsk2uDuxJ { width:20rem;height:21rem;top:29.3330078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M03xcX0rnCHpbOkyuTP4Jel3TVTLSEU2 { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4c5TvR1WBys2KM8SV6FTPqCbtn3lpb1 { width:20rem;height:12.75rem;top:49.8955078125rem;left:0rem;font-size:1.125rem;display:block; }#z4c5TvR1WBys2KM8SV6FTPqCbtn3lpb1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/300dea8c-cc52-427f-ad83-3d79253746e7/points.png); }
 }@media only screen and (max-width: 763px) { #wLTOo9QZw8HhQUFws4ot3dTaD8MTFs1v { width:20rem;height:3.4375rem;top:68.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb3Fgo1CTs65y98pA6PccrktByRnIQGO { display:block; }
 }@media only screen and (max-width: 763px) { #LgVpgt3v4T8IuwqViEvzWJRHTfKgMADT { width:20rem;height:3.4375rem;top:64.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbcCPZPKBgSpq6TlWhDfHGLlwMT92tqo { display:block; }
 }@media only screen and (max-width: 763px) { #Jp6MkHQ2bt2xKdRBDw12NIsSiaHU48Gl { width:20rem;height:20.3769375rem;top:2.5205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 { display:block; }#vmUgDJL7FpVqyd388SHU0XpJrd15RdE4 > .row .container { width:20rem;height:144.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJ5lZkNsTsa1qEVdWUSAXeTZPTbangQq { width:20rem;height:4.19921875rem;top:0.6748046875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1lkTkeofnV51SoewtINNtp9tBvAFufM { width:20rem;height:24.5625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4f0ZkGEKPVZbSiqAd068F1tuCeinqV3 { width:17.5rem;height:10.5625rem;top:6.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FndAc5yOdXLobuwzQqT6mbLz6RJRuEfE { width:17.5rem;height:3rem;top:17.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wNV4OWmeeSEF7nahvyHekZGp8Ea0BA { width:17.5rem;height:4.5rem;top:21.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3XxTWKucfdaGdxnFnqrcnzbcakATFwD { width:10rem;height:2.75rem;top:26.6875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3aUs03i6KNNvW24QB0PCRT2zu3gfmB0 { display:block; }
 }@media only screen and (max-width: 763px) { #EAZP2IrBG1syveTt3ywfh5LyXTJnRBC4 { width:20rem;height:24.6875rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5XkMTLPOtVRkkHzflBcEmB8r8Iue2ps { width:17.5rem;height:6rem;top:47.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdfrOfPlEocn1SGKr6GM9XnpbigtxkbV { width:9.375rem;height:2.625rem;top:54.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVszFx6vOOn3NwW0uPV6xfCNvpSii7ab { display:block; }
 }@media only screen and (max-width: 763px) { #rix3kibSZPHHuOTScE6oRpLmh51z3SZS { width:17.5rem;height:1.5rem;top:45.0625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygUQSuK65rQZrildvviKgN8APSESK9Fa { width:17.5rem;height:10.6875rem;top:33.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWN6b6DtpKgQQbepTBG6oRfcmcTO72EP { width:20rem;height:24.5625rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm2hxMqTbTJtudM462L7PZwGKCTH3lrs { width:17.5rem;height:6rem;top:74.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQLuPmxbA3rh7b1VFLNHO5ISUNhowNE8 { width:9.375rem;height:2.625rem;top:81.375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzJrXrNC4CGJzpLiiIstCSRGTFbcwTHT { display:block; }
 }@media only screen and (max-width: 763px) { #GSckwNmXLMtq4NePXkBqFgL881zii4s1 { width:17.5rem;height:1.5rem;top:72.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1vnvNTDcpCUlrNA2vCk3rRewM4kTE3T { width:17.5rem;height:10.6875rem;top:60.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7azIm10vfrwHM3SF3hzu7gtW4HouLua { width:20rem;height:24.75rem;top:116.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvTBKX9EzCDUTqKBT6DDPiSmyI212eNX { width:17.5rem;height:6rem;top:128.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeWcDrAss1ITT4GK8tRTfZWeJylJp3q { width:9.375rem;height:2.625rem;top:135.8125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThwVRZ0x4nkwRcuDPw20dxlf1P7vnP0F { display:block; }
 }@media only screen and (max-width: 763px) { #OhMo5TPDwfvNnEqvU4kUADrCarvyUCKh { width:17.5rem;height:1.5rem;top:126.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBonRAr8knNKBwIahIbBQrGI4390a7id { width:20rem;height:24.8125rem;top:88.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw8fdTVpl5vJ03eO3Mpxn9nyMI67iX2B { width:17.5rem;height:1.5rem;top:99.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZggqDnTyDXkP4NNRoTXzk28Dnn9I6BKb { width:17.5rem;height:6rem;top:101.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFvCcq2bhwU6DgzvPdHHm2JmOHXGVawz { width:17.5rem;height:10.6875rem;top:87.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPg6wwBibIDOp8QCUTgxtiPEzzrDFmdW { width:17.5rem;height:10.6875rem;top:114.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dILraw2wbvZ6gyVaIKb6oloHnrhlTaCw { width:9.375rem;height:2.625rem;top:108.5625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqpyUdqG44oOBwRk3ao8WcVy8xeuUwg { display:block; }
 }@media only screen and (max-width: 763px) { #nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr { display:block; }#nkZZWNn0EULPdFgsy9GeBQ2xICvk5Qwr > .row .container { width:20rem;height:139.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioATNOuoHMM0qzOXgdrnplryqiwGSIke { width:20rem;height:6.2988125rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieB9MPmIUfwtDoy0h24ZCIQQ48LVrBhI { width:20rem;height:3.4375rem;top:132.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB709LLOge8v2uDl1nQR64Ga4quDZbC9 { display:block; }
 }@media only screen and (max-width: 763px) { #qQwz4QVvUCgARvrwz2uv4Duaxarh5U7A { width:20rem;height:3.4375rem;top:128.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofG60cu5AaNh5VX1MnRpfu3TBH3UXB1M { display:block; }
 }@media only screen and (max-width: 763px) { #belTmPgLZVTiz9DPrwDg15q1KbGrbvix { width:19.875rem;height:11.568269230769rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbDGOonRUM7s9nU5MogPC8TlLcofviLX { width:19.875rem;height:11.568269230769rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvyBrutJRL2q43v09S25hOMVPIh844Sk { width:19.875rem;height:11.568269230769rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d85emtAQzqHNtgTm6FHBuMKwmUpcPahT { width:19.875rem;height:11.568269230769rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwVyFATJnCVIp3IrTdAV6Lito0wmMKPT { width:19.875rem;height:11.568269230769rem;top:88.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLyJkkqrs9oZ4rfTzW1AZvUFSSC1DM8c { width:19.875rem;height:11.568269230769rem;top:101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeFOTC320mCCbIO4H9IWF7f5kaGegnbl { width:19.875rem;height:11.568269230769rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Eu4xui8JalduHbwrnsddaOLVKkSP2Q { width:19.875rem;height:11.568269230769rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNuV6luF2Jvb0QiWzhtGsiy18ZJQ0QXN { width:19.875rem;height:11.567375rem;top:113.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niceR949TTdCgqNIl8ggg9niudp3UqlB { display:block; }#niceR949TTdCgqNIl8ggg9niudp3UqlB > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCWkOT51iaiXcToRs0h3aETOZTRBie9p { width:20rem;height:6.29883125rem;top:18.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chryL8me2Ttmh8MC6dKg6mwyZoRKJ5f6 { width:20rem;height:28.5rem;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VshOvW0E4bBC6ATBbHRt1Cu2oLkFQtUp { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTarRPc99Clxf6VOmKUN3LOqWGmmZSiI { width:20rem;height:15.932625rem;top:1.62890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNDi1adRd5Ug4gO98CL4OZN1vfclg5x7 { width:20rem;height:3.4375rem;top:61.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJvSyQexLJCaWVDBtcvlwneJQfKHnQIM { display:block; }
 }@media only screen and (max-width: 763px) { #JmNL7nN1eGXIVLihSay6XPKTB5wuDv2w { width:20rem;height:3.4375rem;top:57.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0d9u29dmlZELFe2UgiDIUXm9fFXZkEV { display:block; }
 }@media only screen and (max-width: 763px) { #RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 { display:block; }#RHhzSdw1a5zEhBPqTz39vW1fMcZXtkT8 > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8QI2C14rhAmUkCTmTTi1C4QOEXBAM24 { width:20rem;height:4.19921875rem;top:2.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6zO97hbG7h5QdsRPQJp30gKeJKiRoHN { width:20rem;height:20.875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9izx4EqDlg9FzT2feMhoOockC1cFk3o { width:14.4375rem;height:1.5rem;top:14.0625rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEDZbbviHFtS8ld7dO4Q82AKTIeZPcuL { width:17.5rem;height:9rem;top:17.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eol8kdLUA0otNI1hThpJlgHrffBfUh6d { width:6.875rem;height:1.25rem;top:15.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhvSqytAUSvaFuy6yDlN2KxP7spq07gJ { width:2.8125rem;height:2.8125rem;top:10.375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAIG2yt34KWXlNRXVPggWh2F7OR59mZw { width:20rem;height:18.875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsvbQHgiZHmuG5bV0ydD9IGdfiLJDDgp { width:17.5rem;height:6rem;top:40.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WfpHFR8zlrap9WXSdpJSRNkxJl6Fi7 { width:6.875rem;height:1.25rem;top:37.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evghK0lOuaIxAMFH6mfTwhXcOvZJWVWI { width:14.4375rem;height:1.5rem;top:36.375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmwZuO1vceT8KaNRQ0u5KRlGFcVp8Uc3 { width:3.125rem;height:3.125rem;top:32.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhwm5qlfFCZdACJizf3cpH93I3NTGNXh { width:20rem;height:20.75rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxS2FvmgKqgaMJSPcmBn3qiGlBJWu9e { width:17.5rem;height:7.5rem;top:60.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ23s3m8fZEJm4614UcpHMUOTPg9QXNt { width:6.875rem;height:1.25rem;top:58.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0FqV86E6ZZwXnmt1JrSiZ0CzObGuiCf { width:14.4375rem;height:1.5rem;top:56.375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnB1Tz51m9wIcccBx5uCcXugmu1PEUEB { width:3.125rem;height:3.125rem;top:52.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n14Tw6G3PoneR6GwZ8offBsTVFbr25w4 { width:20rem;height:3.4375rem;top:78.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsuXlO0prSQehcWJ6WEbGwuDTGWa99gM { display:block; }
 }@media only screen and (max-width: 763px) { #wg8FP0Mc06Uw5DXbhKQVdU2XKdd95y9v { width:20rem;height:3.4375rem;top:73.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5LGQ58Xqv1oPQuSXZvm6WKkN0tAi9r { display:block; }
 }@media only screen and (max-width: 763px) { #K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX { display:block; }#K2TQiT9C4CsTOTkL3KitnxVN7H9qegSX > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPQ7PtoHtuF2TWyPi3X7rTfxtlDFQDWB { width:20rem;height:28.125rem;top:2.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq { display:block; }#FewSK8OAG1kCNNfnQGMHmAhbAFEQ2EEq > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLnBqT4hkTqLg0xGRNxsPOQtL7W4UbIZ { width:10.9375rem;height:1.4624rem;top:12.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH2Kk3Bfs3yC2cf4yXhBScXM8rqFRzyQ { width:11.0625rem;height:1.13720625rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }#SH2Kk3Bfs3yC2cf4yXhBScXM8rqFRzyQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #RCLrbGm0sTlpwXxza77B8f58WqObzF08 { width:19.0625rem;height:1.13720625rem;top:16.6875rem;left:0rem;font-size:0.875rem;display:none; }#RCLrbGm0sTlpwXxza77B8f58WqObzF08 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #A8bePsV2d1nsALOS6Tm7TVxp1aweTd3o { width:12.25rem;height:2.2744125rem;top:17.5rem;left:0rem;font-size:0.875rem;display:block; }#A8bePsV2d1nsALOS6Tm7TVxp1aweTd3o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #LCXqvnP97nPKmpKQOoO9QQ9hky4t3H57 { width:20rem;height:2.625rem;top:22.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOX29OMTbqeRJVyPKipVNCW0BT4EUB3D { width:16.6875rem;height:3.75rem;top:25.328125rem;left:1.65625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0oQsASapcz6Uo3MC1fWQw4UHHTi55vW { display:block; }
 }@media only screen and (max-width: 763px) { #zONXGZZZkH7PTPOwhVR09OakUmRWzrqS { width:10.75rem;height:2.1875rem;top:26rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh6shi4ufVP74X6kxAaMqoCOSU27VFy0 { display:block; }
 }@media only screen and (max-width: 763px) { #r3yzCRWJhpeEJxldTXImDRWMONQFtf0a { width:9rem;height:8.375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnkcoGPBCsJHaMNEUkhzWSVclyrCE0gl { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#PnkcoGPBCsJHaMNEUkhzWSVclyrCE0gl > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7qLZ77PVuSXIIZnFD9MyX2k1ZQTmsSP { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;font-size:2.625rem;display:none; }
#y7qLZ77PVuSXIIZnFD9MyX2k1ZQTmsSP > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #cRZligfERvQ19y0rEIyDRz7czs4GTaSh { width:16.6875rem;height:3.75rem;top:0rem;left:1.65625rem;font-size:1.125rem;z-index:15010;font-family:montserrat;background-color:#3525e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB44vupTD5SySbsoRoxqEU5rd6r25Ml3 { display:block; }
 }