.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:237,246,255;--color-primary-1:122,214,245;--color-primary-2:33,187,239;--color-primary-3:14,154,229;--color-primary-4:15,83,156;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:139,206,242;--color-tertiary-2:62,174,234;--color-tertiary-3:14,154,229;--color-tertiary-4:15,83,156;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), #d1e7f8);background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), #d1e7f8);background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), #d1e7f8);background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), #d1e7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d1e7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d1e7f8' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-0),1), #d1e7f8);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN { position:relative;display:block; }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN { background-color: transparent; background-image: none; }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN > .row .container > .video-iframe-container { display: none; }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN > .row > .video-iframe-container { display: none; }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN > .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); }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN { border-width: 0; border-radius: 0; }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:18.9375rem;width:20rem;top:13.5625rem;left:40rem;display:block; }
#nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:22.6875rem;width:22.6875rem;top:2.125rem;left:25.625rem;display:block; }
#LXhvXlITkV6U6Xma8W5umn3BBWcv5crc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:60rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#qrtooXMqxAbiEu1g8ck51dDom8fKNClH { box-sizing:content-box;height:9rem;width:13.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0rem;left:3.625rem;display:block; }
#m35SKUFxHlrCwWzzGZHKSPQs27nHp6Mc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:11.1875rem;top:1.84375rem;left:4.96875rem;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .row .container { background-color: transparent; background-image: none; }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .row .container > .video-iframe-container { display: none; }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .row > .video-iframe-container { display: none; }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .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); }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .row .container { border-width: 0; border-radius: 0; }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#g2wdmXroIVvkWEAEiqTIbCsIETy2TOQC { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JtDwkz1apHlTrfCmTGcDTXPKX7ernzzl { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oKwoqg566T5SJeHFaMQsixEcS2wwguV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:37.875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-form-header { font-size:0.875rem; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);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:19.375rem;box-sizing:border-box;height:2.3125rem;color:rgba(var(--color-primary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-text {padding-top: 0; padding-bottom: 0;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);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:19.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-select {padding-top: 0; padding-bottom: 0;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .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; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.375rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .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:"open sans";line-height:1.4;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-3),1);vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal;float:none; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .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; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-container { padding-top:0.9375rem;padding-right:0;padding-bottom:0.875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-container:first-of-type{padding-top:0;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-container:last-of-type{padding-bottom:0;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0.125rem solid #d1e7f8;border-left:0.125rem solid #d1e7f8;border-right:0.125rem solid #d1e7f8;border-bottom:0.125rem solid #d1e7f8;z-index:15007;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.75rem #d1e7f8 ;position:absolute;top:4.5rem;left:37.875rem;font-size:0.875rem; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D {display:block;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0.125rem solid #d1e7f8;border-left:0.125rem solid #d1e7f8;border-right:0.125rem solid #d1e7f8;border-bottom:0.125rem solid #d1e7f8;z-index:15007;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.75rem #d1e7f8 ;position:absolute;top:4.5rem;left:37.875rem;font-size:0.875rem; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #o3vt6dmm72TQzU86M3evSponTcloOzsT { position:relative; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #XWoAkGod9KaXg7M8tB8i1xB14pO1V6af { position:relative;display:none; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #nPXFOppW2zeLTPsuqTy0WSBDAwDT0bIF { position:relative; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #xqTE0WhStxdTWfUpfR9O6G0xZ1FB46s7 { position:relative; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #D66pzmWIaAgEAu8uFxJ1itNUlKTGKB3k { position:relative;display:none; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #eS6371knT7ObcgV8TVn6qOmPNFOLraND { position:relative; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #rIsFhUSRmWCCe0E14UptIgKyKIfcphlK { position:relative; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #Zeus8c2W0nVqSkGP73iiItHD0vRkrVq5 { position:relative;display:none; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #M8IBpWqRufxg9RhNdTsdNNUeTx5IugT3 { position:relative; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #VAUc14k4rAxLsg3mPDr4rbhN864ZG8Od { position:relative; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #tF1TcTK2qlqyhp2sUT3CvSXZRhfyLqSo { position:relative;z-index:2; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #X3HkzCcBFxSBPM9WeqxVQr0Psg1SDPNm { position:relative; }
#XUpWRKTTerlkBZlnTbfROPdG2ehw1Tbp { position:relative;display:block; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #DpwoyE4TTlL0rtrBlE4DVTs6chqOZUHX { position:relative; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D #QHSRTLDOZMx3LQBry4vkapmSlPVToa2C { position:relative; }
#AykBQthfvmWmWVSAvrH1qGvdcRZ899ko { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:8.0869140625rem;left:0rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .row .container { background-color: transparent; background-image: none; }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .row .container > .video-iframe-container { display: none; }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .row > .video-iframe-container { display: none; }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .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); }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .row .container { border-width: 0; border-radius: 0; }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .row .container { font-size:0.875rem;font-family:arial;height:126.8125rem;width:60rem;position:relative;display:block; }#e32r3tQbvsCHVDzzIgOeeMelZhKq4Nxe { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-3),0.3) ;height:21.8125rem;width:59.875rem;top:0rem;left:0rem;display:block; }
#C0oORUdRXWH7eoU5DGOyT4blkTuTdxLH { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14997;line-height:2;letter-spacing:0;top:3.4375rem;left:19.75rem;height:13.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qQfP46wtuoStctP401M4vzN06aHbiuTy { 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:14.5rem;width:14.5rem;top:3.4375rem;left:3.125rem;overflow:hidden;display:block; }
#wpHUvct8QLLPLMBeHexmE2EUqt4uHV5x { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.05078125rem;left:40.1875rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BgnTE7ztMGOIV7OR6Rxx75WCTu5EHVTz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.4375rem;left:20.3125rem; }
#v3mMbSeK8oiFmn5RcT2l8W7o2bzHwrE5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.5rem;left:39.1875rem; }
#P0TefP8SeVnMwmMtutbvFfkGtikQ2pyE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ML6IKBDVP2uMPAgCgKtTM3mhX3Czl7UN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.1875rem;top:30.8125rem;left:1.25rem;overflow:hidden;display:block; }
#x2hBOysn1A2KllNnziiiGJ2AEo4RJsfF { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-3),0.3) ;height:29.25rem;width:59.875rem;top:28.3125rem;left:0rem;display:block; }
#XqGpKE02ImVSVrW0FCDzAxwFCC2GkirE { color:rgba(var(--color-tertiary-4),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:36.9375rem;left:1.25rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#deFvMHOvpN4ZJgTo8hTnL8kK5x1ps7wH { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:40.4375rem;left:7.625rem;display:block; }
#TTyew2qJbiNu5tlUhZsUGSxhTJHc7ZDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZd7DNDqB0hv76woRTFZoMDe0nB0C48f { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:41.125rem;left:27.1875rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NXRgGEeuocOTHogZ4UcT2LTsr9KwoB8U { position:absolute;display:block;z-index:15024;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:2.625rem;width:2.625rem;top:40.75rem;left:34.4375rem;overflow:hidden;display:block; }
#uoXNnly2hxl7Z1i0y5B5ApbqfTkVhNdH { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:41.0625rem;left:37.875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H61V8enVqtdHe4nHbOzrhEoqOBggZM5n { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:11.75rem;top:38.71875rem;left:44.25rem;overflow:hidden;display:block; }
#VkUze00Qvpsb13c6TIc04spZqhDBwy9L { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:46.1875rem;left:1.25rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GZ1yuGpWUhBPyguPP8tCToPS2oJVqySm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:2;letter-spacing:0;top:50.6875rem;left:7.625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GZ1yuGpWUhBPyguPP8tCToPS2oJVqySm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GZ1yuGpWUhBPyguPP8tCToPS2oJVqySm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28d220f315edb808417c79ab1af43bfaf5426d53.svg); }
#RidkWKcb0UJ0lo2k0TldVqcyMpiv5yeg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:2;letter-spacing:0;top:52.9375rem;left:7.625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RidkWKcb0UJ0lo2k0TldVqcyMpiv5yeg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RidkWKcb0UJ0lo2k0TldVqcyMpiv5yeg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f690873a22f4cc09197463a3cf381ce721b891fc.svg); }
#BpEch1WlARv56SXPfTw4N3ElZvnpJlE6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:14995;line-height:2;letter-spacing:0;top:48.4375rem;left:7.625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BpEch1WlARv56SXPfTw4N3ElZvnpJlE6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BpEch1WlARv56SXPfTw4N3ElZvnpJlE6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1dbbd4344f188db679075bb6d108aef47326618.svg); }
#LMoparzPuFzXPU902BAlPT3rdDfXxxpe { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:68.25rem;left:5.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eD816lTeK3UU63crrFJbiZoQTENNJrtO { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.625rem;top:67.5rem;left:1.25rem;overflow:hidden;display:block; }
#z4c3fezOhVWdnxMEH4KdvhT9zbOJc8Kz { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-3),0.3) ;height:12.875rem;width:59.875rem;top:65.125rem;left:0rem;display:block; }
#qWSbNe7vbDEykdJm6ycrSkKetXPRuax7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:2;letter-spacing:0;top:73.4375rem;left:1.25rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MB2m79M9KtI40sRubtuMT1ZOtciuvJHa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:2;letter-spacing:0;top:73.4375rem;left:12.4375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q1G1szgn8QHKeWGdLAMFV0nWpA3BQX07 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:2;letter-spacing:0;top:73.4375rem;left:24.25rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NIKGDmkLi7WfhLtUwdnEUqs53cMw9Ngi { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:2;letter-spacing:0;top:73.4375rem;left:38rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qhsQpOMK69Vpp3b9PTTIk5qJ3JKdnh5w { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:2;letter-spacing:0;top:73.4375rem;left:48.25rem;height:2.25rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nLutZCU8stBaQ28o1fcg0cROhzz8tiue { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-3),0.3) ;height:33.75rem;width:59.875rem;top:85.125rem;left:0rem;display:block; }
#DfbZ10akAk3BnOELK1b7vACvGCyQMbvX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:88.125rem;left:5.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g95s4AFVEmkV3MLoh56saxrDIr8T7QD2 { 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:15032;opacity:1;top:87.5625rem;left:1.25rem; }
#yHXXaR4AfhNAWP0734ybE2gxezD4KJ5M { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:93.125rem;left:3.125rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XSb2nNlM5DHmEakJbVTRiXxfND6m2xZx { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:93.5rem;left:1.25rem; }
#OV2oxTdBwiili2GntE8qfBbVJDhIArP9 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:99rem;left:3.125rem;height:3.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwXpFfs1qsu2Und9d77bL9IdE4x4AElO { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:106.625rem;left:3.125rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BStMAzNsxVFPHoh4aKbJE155GqnWH1Ps { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:112.5rem;left:3.125rem;height:3.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#necpAFC25u2oVoAlQUGshc13snv1nzbc { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:99.4375rem;left:1.25rem; }
#cLac5q12s9RBHvF6C7iH0FCbIIftWLKf { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:107rem;left:1.25rem; }
#CJOfhD8vhQrq41g2C90Tu6xLHuObfvMV { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:112.9375rem;left:1.25rem; }
#cfyisdH2RoXFAJB1Qpw9oF4MJPC1q7Ju { box-sizing:content-box;height:0.1875rem;width:55.625rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;top:96.9375rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#t4klNI7PsrEAdpLbPJwlOMpM0kHVTScr { box-sizing:content-box;height:0.1875rem;width:55.625rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:104.5625rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NKKJsieWmwoqXkJZ2dQsmdHAUtp01UNn { box-sizing:content-box;height:0.1875rem;width:55.625rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;top:110.4375rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zWI4f00GlQc6eTRkn1X8K6MXf6UMTg1V { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:2;letter-spacing:0;top:73.4375rem;left:1.25rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#f3mRnqTQaWFSg9ZSOanJ0r7OirucfvlI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:2;letter-spacing:0;top:73.4375rem;left:12.4375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oFz33V1JDVyRTOtgguB7oLnUvMGBSTmx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:2;letter-spacing:0;top:73.4375rem;left:24.25rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#r12UFsm2NeO1HeDkn75QuAIkxSFSFb5K { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:2;letter-spacing:0;top:73.4375rem;left:38rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VWu9sFgT0xXNR2rHlgarWlg57IO8eFsT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:2;letter-spacing:0;top:73.4375rem;left:48.25rem;height:2.25rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PZ7IhyNsACem5JHG5Viw9cp6nHU53BB8 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:2;letter-spacing:0;top:73.4375rem;left:1.25rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sGhMz854sMkO6Zbd0TLv3Q5Oipri3Vkn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:2;letter-spacing:0;top:73.4375rem;left:12.4375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aiHrffX3IrIPKXFRuDJg4NWOWbSVfk5A { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:2;letter-spacing:0;top:73.4375rem;left:24.25rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pZDA68MXalHSlx0HAHwA3mmTc1WbBAhK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:2;letter-spacing:0;top:73.4375rem;left:38rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T0hWqhOThRWsbrrpH4gNV4bGR4INEeaJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:2;letter-spacing:0;top:73.4375rem;left:48.25rem;height:2.25rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eD7gwPJ1HwZQ2c8Obgr8CGEifgO2zLVB { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#Dpver1UX81zVv0NxFIvQDeqDKt8eHPVc { box-sizing:content-box;height:0.1875rem;width:15.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.3125rem;left:41.375rem;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; }
#PLdKzT6ER3M1gNpMca5UZmwm5Sw9tZGU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:17.625rem;left:38.625rem;height:2.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NpoTAm52IMOitPpX5Hwpcpyht0UqEzmO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:11.75rem;top:38.71875rem;left:44.25rem;overflow:hidden;display:none; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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:38.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NK5AsRE34B6p3H3gzLcOO4Q4hELESwse { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:29.3125rem;left:15.5625rem;display:block; }
#gI5ABcyWe6kcZncGItITT8kvRf7I1kqF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:30.0625rem;left:18.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#kI4X3mUBNnCEH0RBc8A68dcigqUQrSIW { color:rgba(var(--color-tertiary-3),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.6;letter-spacing:0;top:32.4375rem;left:18.6875rem;height:1.5996125rem;display:block; }
#vmr4LRAqM1TciKd5JgXBsRTVgF8m3d5B { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-primary-4),1);background-image:none;top:38.162109375rem;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; }
#dwsoMgVahDXLeegXVQM4CbQUOOtbkMqW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-3),0.3) ;height:23.6875rem;width:60rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#sbzWRo1KFQLGAEm90xC3BLbtwN0IC8Z8 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:9.625rem;left:24.5625rem;display:block; }
#KEc0PJMLTXKSJBi16FqDfEU7otvCGx21 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.5625rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:9.9375rem;left:27.6875rem;display:block; }
#pTdvRoSeFzUGJ041DRVKW4C91eUsL9Mc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGJiRgggd04ThDcDoQ0FeMiXTdLPnJHr { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:16.9375rem;top:20.9375rem;left:41.625rem;overflow:hidden;display:block; }
#CQA2QLUCtrfzIwAzmO5sfgHFizEARXsi { 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:45.8125rem;width:28rem;display:none; }
#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C { position:relative;display:block; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C { background-color: transparent; background-image: none; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .row .container > .video-iframe-container { display: none; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .row > .video-iframe-container { display: none; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .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); }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C { border-width: 0; border-radius: 0; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .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; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .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:17.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KOrGPvkZ5X6nsZ1HZtg0nLdcvCSoH5Zi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:14.1875rem;height:1.13725rem;font-style:normal;display:block; }
#xbT7t9pN9XP1txriCH93SJstyi1RiPdl { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:19.5rem;height:1.13671875rem;display:block; }
#MCTGTZ8ttNJxxg90dviJif5QAiuWzfaP { color:rgba(var(--color-tertiary-4),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:28.5625rem;height:1.13725rem;font-style:normal;display:block; }
#O5M6mHm5NX5cfWHJz99cbvkaGNHiuBMq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.9375rem;left:38.875rem;height:1.13725rem;font-style:normal;display:block; }
#GI1NNQN3aLWVhu8lEBBvfP8zoMOdmHT5 { 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:4.3125rem;width:24.375rem;top:2.6875rem;left:17.8125rem;overflow:hidden;display:block; }
#xDovU2ToFTcxhaUMXmgDvuL5RFeev1fW { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.068359375rem;left:25.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#KC2N4lBtRMtGydsdGUe65znABqpFFRpX { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.068359375rem;left:35.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mmelp8VNxho6uUalAvqnHpOP5KIkxutN { display:block; }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { top:13.5625rem;left:27.75rem;width:20rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { top:2.125rem;left:19.5rem;width:22.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXhvXlITkV6U6Xma8W5umn3BBWcv5crc { top:0.75rem;left:0rem;width:47.75rem;height:27.655208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrtooXMqxAbiEu1g8ck51dDom8fKNClH { top:0rem;left:0rem;width:13.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #m35SKUFxHlrCwWzzGZHKSPQs27nHp6Mc { top:1.8125rem;left:0rem;width:11.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzLJCTAoACufWePqwNPX4hcOPASCa4Ol { display:block; }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2wdmXroIVvkWEAEiqTIbCsIETy2TOQC { top:1.25rem;left:0rem;width:29.125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtDwkz1apHlTrfCmTGcDTXPKX7ernzzl { top:4.4375rem;left:0rem;width:28.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKwoqg566T5SJeHFaMQsixEcS2wwguV5 { top:1.25rem;left:27rem;width:20.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-text {padding-top: 0; padding-bottom: 0;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-select {padding-top: 0; padding-bottom: 0;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D  { width:19.375rem;height:auto;top:4.5rem;left:25.625rem; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D {display:block;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D { width:19.375rem;height:auto;top:4.5rem;left:25.625rem; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #o3vt6dmm72TQzU86M3evSponTcloOzsT {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #XWoAkGod9KaXg7M8tB8i1xB14pO1V6af { display:none; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #nPXFOppW2zeLTPsuqTy0WSBDAwDT0bIF {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #xqTE0WhStxdTWfUpfR9O6G0xZ1FB46s7 {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #D66pzmWIaAgEAu8uFxJ1itNUlKTGKB3k { display:none; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #eS6371knT7ObcgV8TVn6qOmPNFOLraND {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #rIsFhUSRmWCCe0E14UptIgKyKIfcphlK {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #Zeus8c2W0nVqSkGP73iiItHD0vRkrVq5 {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #M8IBpWqRufxg9RhNdTsdNNUeTx5IugT3 {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #VAUc14k4rAxLsg3mPDr4rbhN864ZG8Od {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #tF1TcTK2qlqyhp2sUT3CvSXZRhfyLqSo {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #X3HkzCcBFxSBPM9WeqxVQr0Psg1SDPNm {  }
 }@media only screen and (max-width: 763px) { #XUpWRKTTerlkBZlnTbfROPdG2ehw1Tbp { display:block; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #DpwoyE4TTlL0rtrBlE4DVTs6chqOZUHX {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #QHSRTLDOZMx3LQBry4vkapmSlPVToa2C {  }
 }@media only screen and (max-width: 763px) { #AykBQthfvmWmWVSAvrH1qGvdcRZ899ko { top:8.0625rem;left:0rem;width:29.25rem;height:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPRbd3cetwLV8npHFowGrgD3PN3QLCmS { display:block; }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e32r3tQbvsCHVDzzIgOeeMelZhKq4Nxe { top:0rem;left:0rem;width:47.625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0oORUdRXWH7eoU5DGOyT4blkTuTdxLH { top:3.4375rem;left:10.5625rem;width:37.1875rem;height:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQfP46wtuoStctP401M4vzN06aHbiuTy { top:3.4375rem;left:0rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpHUvct8QLLPLMBeHexmE2EUqt4uHV5x { top:15rem;left:30.9375rem;width:16.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgnTE7ztMGOIV7OR6Rxx75WCTu5EHVTz { top:3.4375rem;left:14.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3mMbSeK8oiFmn5RcT2l8W7o2bzHwrE5 { top:14.5rem;left:33.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0TefP8SeVnMwmMtutbvFfkGtikQ2pyE { top:31.6875rem;left:0rem;width:34.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML6IKBDVP2uMPAgCgKtTM3mhX3Czl7UN { top:30.8125rem;left:0rem;width:3.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2hBOysn1A2KllNnziiiGJ2AEo4RJsfF { top:28.3125rem;left:0rem;width:47.625rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqGpKE02ImVSVrW0FCDzAxwFCC2GkirE { top:36.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deFvMHOvpN4ZJgTo8hTnL8kK5x1ps7wH { width:16.5625rem;height:3.25rem;top:40.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyew2qJbiNu5tlUhZsUGSxhTJHc7ZDd { display:block; }
 }@media only screen and (max-width: 763px) { #xZd7DNDqB0hv76woRTFZoMDe0nB0C48f { top:41.125rem;left:21.0625rem;width:3.25rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXRgGEeuocOTHogZ4UcT2LTsr9KwoB8U { top:40.75rem;left:28.3125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoXNnly2hxl7Z1i0y5B5ApbqfTkVhNdH { top:41.0625rem;left:31.75rem;width:6.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H61V8enVqtdHe4nHbOzrhEoqOBggZM5n { top:38.6875rem;left:36rem;width:11.75rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkUze00Qvpsb13c6TIc04spZqhDBwy9L { top:46.1875rem;left:0rem;width:37.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ1yuGpWUhBPyguPP8tCToPS2oJVqySm { top:50.6875rem;left:1.5rem;width:13.9375rem;height:2.25rem;font-size:0.875rem;display:block; }#GZ1yuGpWUhBPyguPP8tCToPS2oJVqySm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28d220f315edb808417c79ab1af43bfaf5426d53.svg); }
 }@media only screen and (max-width: 763px) { #RidkWKcb0UJ0lo2k0TldVqcyMpiv5yeg { top:52.9375rem;left:1.5rem;width:13.875rem;height:2.25rem;font-size:0.875rem;display:block; }#RidkWKcb0UJ0lo2k0TldVqcyMpiv5yeg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f690873a22f4cc09197463a3cf381ce721b891fc.svg); }
 }@media only screen and (max-width: 763px) { #BpEch1WlARv56SXPfTw4N3ElZvnpJlE6 { top:48.4375rem;left:1.5rem;width:13.625rem;height:2.25rem;font-size:0.875rem;display:block; }#BpEch1WlARv56SXPfTw4N3ElZvnpJlE6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1dbbd4344f188db679075bb6d108aef47326618.svg); }
 }@media only screen and (max-width: 763px) { #LMoparzPuFzXPU902BAlPT3rdDfXxxpe { top:68.25rem;left:0rem;width:39.3125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD816lTeK3UU63crrFJbiZoQTENNJrtO { top:67.5rem;left:0rem;width:3.625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4c3fezOhVWdnxMEH4KdvhT9zbOJc8Kz { top:65.125rem;left:0rem;width:47.625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWSbNe7vbDEykdJm6ycrSkKetXPRuax7 { top:73.4375rem;left:0rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB2m79M9KtI40sRubtuMT1ZOtciuvJHa { top:73.4375rem;left:6.3125rem;width:10.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1G1szgn8QHKeWGdLAMFV0nWpA3BQX07 { top:73.4375rem;left:18.125rem;width:11.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIKGDmkLi7WfhLtUwdnEUqs53cMw9Ngi { top:73.4375rem;left:31.875rem;width:8.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhsQpOMK69Vpp3b9PTTIk5qJ3JKdnh5w { top:73.4375rem;left:37.25rem;width:10.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLutZCU8stBaQ28o1fcg0cROhzz8tiue { top:85.125rem;left:0rem;width:47.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfbZ10akAk3BnOELK1b7vACvGCyQMbvX { top:88.125rem;left:0rem;width:32.6875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g95s4AFVEmkV3MLoh56saxrDIr8T7QD2 { top:87.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHXXaR4AfhNAWP0734ybE2gxezD4KJ5M { top:93.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSb2nNlM5DHmEakJbVTRiXxfND6m2xZx { top:93.5rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV2oxTdBwiili2GntE8qfBbVJDhIArP9 { top:99rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwXpFfs1qsu2Und9d77bL9IdE4x4AElO { top:106.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BStMAzNsxVFPHoh4aKbJE155GqnWH1Ps { top:112.5rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #necpAFC25u2oVoAlQUGshc13snv1nzbc { top:99.4375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLac5q12s9RBHvF6C7iH0FCbIIftWLKf { top:107rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJOfhD8vhQrq41g2C90Tu6xLHuObfvMV { top:112.9375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfyisdH2RoXFAJB1Qpw9oF4MJPC1q7Ju { top:96.9375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4klNI7PsrEAdpLbPJwlOMpM0kHVTScr { top:104.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKKJsieWmwoqXkJZ2dQsmdHAUtp01UNn { top:110.4375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWI4f00GlQc6eTRkn1X8K6MXf6UMTg1V { top:113rem;left:0rem;width:9.625rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3mRnqTQaWFSg9ZSOanJ0r7OirucfvlI { top:114.75rem;left:0rem;width:8.125rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFz33V1JDVyRTOtgguB7oLnUvMGBSTmx { top:116.5rem;left:0rem;width:11.8125rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r12UFsm2NeO1HeDkn75QuAIkxSFSFb5K { top:120.25rem;left:2.65625rem;width:8.625rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWu9sFgT0xXNR2rHlgarWlg57IO8eFsT { top:124.375rem;left:0rem;width:10.5rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZ7IhyNsACem5JHG5Viw9cp6nHU53BB8 { top:127.625rem;left:0rem;width:9.625rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGhMz854sMkO6Zbd0TLv3Q5Oipri3Vkn { top:132.875rem;left:4.875rem;width:8.125rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiHrffX3IrIPKXFRuDJg4NWOWbSVfk5A { top:131.125rem;left:0rem;width:11.8125rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZDA68MXalHSlx0HAHwA3mmTc1WbBAhK { top:126.125rem;left:5.25rem;width:8.625rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0hWqhOThRWsbrrpH4gNV4bGR4INEeaJ { top:129.375rem;left:3.375rem;width:10.5rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eD7gwPJ1HwZQ2c8Obgr8CGEifgO2zLVB { display:none; }
 }@media only screen and (max-width: 763px) { #Dpver1UX81zVv0NxFIvQDeqDKt8eHPVc { top:17.3125rem;left:32.125rem;width:15.625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLdKzT6ER3M1gNpMca5UZmwm5Sw9tZGU { top:17.625rem;left:29.375rem;width:18.375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpoTAm52IMOitPpX5Hwpcpyht0UqEzmO { top:38.6875rem;left:36rem;width:11.75rem;height:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NK5AsRE34B6p3H3gzLcOO4Q4hELESwse { top:29.3125rem;left:9.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI5ABcyWe6kcZncGItITT8kvRf7I1kqF { top:30.0625rem;left:12.5625rem;width:18.4375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI4X3mUBNnCEH0RBc8A68dcigqUQrSIW { top:32.4375rem;left:12.5625rem;width:25.75rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmr4LRAqM1TciKd5JgXBsRTVgF8m3d5B { top:38.125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwsoMgVahDXLeegXVQM4CbQUOOtbkMqW { top:3.75rem;left:0rem;width:47.75rem;height:18.851302083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbzWRo1KFQLGAEm90xC3BLbtwN0IC8Z8 { top:9.625rem;left:18.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEc0PJMLTXKSJBi16FqDfEU7otvCGx21 { width:14.8125rem;height:2.5625rem;top:9.9375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTdvRoSeFzUGJ041DRVKW4C91eUsL9Mc { display:block; }
 }@media only screen and (max-width: 763px) { #DGJiRgggd04ThDcDoQ0FeMiXTdLPnJHr { top:20.9375rem;left:30.8125rem;width:16.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQA2QLUCtrfzIwAzmO5sfgHFizEARXsi { width:28rem;height:45.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C { display:block; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOrGPvkZ5X6nsZ1HZtg0nLdcvCSoH5Zi { top:9.9375rem;left:8.0625rem;width:7.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbT7t9pN9XP1txriCH93SJstyi1RiPdl { top:13.25rem;left:13.375rem;width:23.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCTGTZ8ttNJxxg90dviJif5QAiuWzfaP { top:9.9375rem;left:22.4375rem;width:2.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5M6mHm5NX5cfWHJz99cbvkaGNHiuBMq { top:9.9375rem;left:32.75rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI1NNQN3aLWVhu8lEBBvfP8zoMOdmHT5 { top:2.6875rem;left:11.6875rem;width:24.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDovU2ToFTcxhaUMXmgDvuL5RFeev1fW { top:10.0625rem;left:18.9375rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KC2N4lBtRMtGydsdGUe65znABqpFFRpX { top:10.0625rem;left:28.9375rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mmelp8VNxho6uUalAvqnHpOP5KIkxutN { display:block; }#mmelp8VNxho6uUalAvqnHpOP5KIkxutN > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { width:8.125rem;height:8.125rem;top:8.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { width:7.625rem;height:7.625rem;top:6.75rem;left:8rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LXhvXlITkV6U6Xma8W5umn3BBWcv5crc { width:20rem;height:11.5rem;top:6.9375rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qrtooXMqxAbiEu1g8ck51dDom8fKNClH { width:9.25rem;height:5.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m35SKUFxHlrCwWzzGZHKSPQs27nHp6Mc { width:5.9375rem;height:2.8125rem;top:1.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzLJCTAoACufWePqwNPX4hcOPASCa4Ol { display:block; }#nzLJCTAoACufWePqwNPX4hcOPASCa4Ol > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2wdmXroIVvkWEAEiqTIbCsIETy2TOQC { width:20rem;height:1.46218125rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtDwkz1apHlTrfCmTGcDTXPKX7ernzzl { width:20rem;height:1.46218125rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKwoqg566T5SJeHFaMQsixEcS2wwguV5 { width:20rem;height:1.46218125rem;top:28.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-text {padding-top: 0; padding-bottom: 0;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-select {padding-top: 0; padding-bottom: 0;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D  { width:17.25rem;height:auto;top:32.2109375rem;left:0rem; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#bLISViIy3pwhvlvMhZRroV3RpbfDC37D {display:block;}#bLISViIy3pwhvlvMhZRroV3RpbfDC37D { width:17.25rem;height:auto;top:32.2109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #o3vt6dmm72TQzU86M3evSponTcloOzsT {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #XWoAkGod9KaXg7M8tB8i1xB14pO1V6af { display:none; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #nPXFOppW2zeLTPsuqTy0WSBDAwDT0bIF {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #xqTE0WhStxdTWfUpfR9O6G0xZ1FB46s7 {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #D66pzmWIaAgEAu8uFxJ1itNUlKTGKB3k { display:none; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #eS6371knT7ObcgV8TVn6qOmPNFOLraND {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #rIsFhUSRmWCCe0E14UptIgKyKIfcphlK {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #Zeus8c2W0nVqSkGP73iiItHD0vRkrVq5 { display:none; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #M8IBpWqRufxg9RhNdTsdNNUeTx5IugT3 {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #VAUc14k4rAxLsg3mPDr4rbhN864ZG8Od {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #tF1TcTK2qlqyhp2sUT3CvSXZRhfyLqSo {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #X3HkzCcBFxSBPM9WeqxVQr0Psg1SDPNm {  }
 }@media only screen and (max-width: 763px) { #XUpWRKTTerlkBZlnTbfROPdG2ehw1Tbp { display:block; }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #DpwoyE4TTlL0rtrBlE4DVTs6chqOZUHX {  }
 }@media only screen and (max-width: 763px) { #bLISViIy3pwhvlvMhZRroV3RpbfDC37D #QHSRTLDOZMx3LQBry4vkapmSlPVToa2C {  }
 }@media only screen and (max-width: 763px) { #AykBQthfvmWmWVSAvrH1qGvdcRZ899ko { width:20rem;height:21rem;top:4.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPRbd3cetwLV8npHFowGrgD3PN3QLCmS { display:block; }#HPRbd3cetwLV8npHFowGrgD3PN3QLCmS > .row .container { width:20rem;height:159.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e32r3tQbvsCHVDzzIgOeeMelZhKq4Nxe { width:19.875rem;height:34.75rem;top:1.875rem;left:0rem;z-index:14993;border-top-left-radius:0rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0oORUdRXWH7eoU5DGOyT4blkTuTdxLH { width:18.125rem;height:15.75rem;top:17rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQfP46wtuoStctP401M4vzN06aHbiuTy { width:8.75rem;height:8.75rem;top:4.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpHUvct8QLLPLMBeHexmE2EUqt4uHV5x { width:9.625rem;height:1.46218125rem;top:10.58203125rem;left:10rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BgnTE7ztMGOIV7OR6Rxx75WCTu5EHVTz { display:flex;width:0.9375rem;height:0.9375rem;top:17.375rem;left:1.6875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #v3mMbSeK8oiFmn5RcT2l8W7o2bzHwrE5 { display:flex;width:0.9375rem;height:0.9375rem;top:31.25rem;left:15.9375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #P0TefP8SeVnMwmMtutbvFfkGtikQ2pyE { width:15rem;height:2.9243625rem;top:45.5625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML6IKBDVP2uMPAgCgKtTM3mhX3Czl7UN { width:2.375rem;height:2.8125rem;top:45.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2hBOysn1A2KllNnziiiGJ2AEo4RJsfF { width:19.875rem;height:35.6875rem;top:43rem;left:0rem;z-index:14993;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqGpKE02ImVSVrW0FCDzAxwFCC2GkirE { width:18.125rem;height:3.5rem;top:50.9375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #deFvMHOvpN4ZJgTo8hTnL8kK5x1ps7wH { width:14.875rem;height:2.8125rem;top:55.75rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyew2qJbiNu5tlUhZsUGSxhTJHc7ZDd { display:block; }
 }@media only screen and (max-width: 763px) { #xZd7DNDqB0hv76woRTFZoMDe0nB0C48f { width:3.25rem;height:1.125rem;top:59.8125rem;left:8.375rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NXRgGEeuocOTHogZ4UcT2LTsr9KwoB8U { width:2.1875rem;height:2.1875rem;top:62.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoXNnly2hxl7Z1i0y5B5ApbqfTkVhNdH { width:5.375rem;height:1.46218125rem;top:62.5625rem;left:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H61V8enVqtdHe4nHbOzrhEoqOBggZM5n { width:3.375rem;height:4.625rem;top:5.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkUze00Qvpsb13c6TIc04spZqhDBwy9L { width:18.125rem;height:3.5rem;top:66.9375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GZ1yuGpWUhBPyguPP8tCToPS2oJVqySm { width:13.9375rem;height:1.7507125rem;top:72.625rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:block; }#GZ1yuGpWUhBPyguPP8tCToPS2oJVqySm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28d220f315edb808417c79ab1af43bfaf5426d53.svg); }
 }@media only screen and (max-width: 763px) { #RidkWKcb0UJ0lo2k0TldVqcyMpiv5yeg { width:13.875rem;height:1.7507125rem;top:74.625rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:block; }#RidkWKcb0UJ0lo2k0TldVqcyMpiv5yeg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f690873a22f4cc09197463a3cf381ce721b891fc.svg); }
 }@media only screen and (max-width: 763px) { #BpEch1WlARv56SXPfTw4N3ElZvnpJlE6 { width:13.625rem;height:1.7507125rem;top:70.625rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:block; }#BpEch1WlARv56SXPfTw4N3ElZvnpJlE6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1dbbd4344f188db679075bb6d108aef47326618.svg); }
 }@media only screen and (max-width: 763px) { #LMoparzPuFzXPU902BAlPT3rdDfXxxpe { width:14.875rem;height:2.9243625rem;top:87.625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD816lTeK3UU63crrFJbiZoQTENNJrtO { width:2.875rem;height:2.8125rem;top:87.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4c3fezOhVWdnxMEH4KdvhT9zbOJc8Kz { width:19.875rem;height:20.25rem;top:85.1875rem;left:0rem;z-index:14993;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWSbNe7vbDEykdJm6ycrSkKetXPRuax7 { width:9.625rem;height:0;top:98.4990234375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MB2m79M9KtI40sRubtuMT1ZOtciuvJHa { width:8.125rem;height:0;top:100.9365234375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Q1G1szgn8QHKeWGdLAMFV0nWpA3BQX07 { width:11.8125rem;height:0;top:102.6240234375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NIKGDmkLi7WfhLtUwdnEUqs53cMw9Ngi { width:8.625rem;height:0;top:105.0615234375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qhsQpOMK69Vpp3b9PTTIk5qJ3JKdnh5w { width:10.5rem;height:0;top:106.7490234375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #nLutZCU8stBaQ28o1fcg0cROhzz8tiue { width:19.875rem;height:42.3125rem;top:111.8125rem;left:0rem;z-index:14993;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfbZ10akAk3BnOELK1b7vACvGCyQMbvX { width:13.125rem;height:1.46218125rem;top:115.25rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g95s4AFVEmkV3MLoh56saxrDIr8T7QD2 { display:flex;width:2.8125rem;height:2.8125rem;top:114.5625rem;left:0.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #yHXXaR4AfhNAWP0734ybE2gxezD4KJ5M { width:15.625rem;height:4.4619125rem;top:119.875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSb2nNlM5DHmEakJbVTRiXxfND6m2xZx { display:flex;width:1.125rem;height:1.125rem;top:120.1875rem;left:0.9375rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #OV2oxTdBwiili2GntE8qfBbVJDhIArP9 { width:16.875rem;height:4.4619125rem;top:127.3125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwXpFfs1qsu2Und9d77bL9IdE4x4AElO { width:16.875rem;height:4.4619125rem;top:135.125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BStMAzNsxVFPHoh4aKbJE155GqnWH1Ps { width:16.25rem;height:8.9238125rem;top:142.6875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #necpAFC25u2oVoAlQUGshc13snv1nzbc { display:flex;width:1.125rem;height:1.125rem;top:127.625rem;left:0.9375rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #cLac5q12s9RBHvF6C7iH0FCbIIftWLKf { display:flex;width:1.125rem;height:1.125rem;top:135.375rem;left:0.9375rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #CJOfhD8vhQrq41g2C90Tu6xLHuObfvMV { display:flex;width:1.125rem;height:1.125rem;top:143rem;left:0.9375rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #cfyisdH2RoXFAJB1Qpw9oF4MJPC1q7Ju { width:18.75rem;height:0.1875rem;top:125.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4klNI7PsrEAdpLbPJwlOMpM0kHVTScr { width:18.75rem;height:0.1875rem;top:133.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKKJsieWmwoqXkJZ2dQsmdHAUtp01UNn { width:18.75rem;height:0.1875rem;top:141.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWI4f00GlQc6eTRkn1X8K6MXf6UMTg1V { width:2.9375rem;height:1.7507125rem;top:92.9375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #f3mRnqTQaWFSg9ZSOanJ0r7OirucfvlI { width:3.8125rem;height:1.7507125rem;top:95rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #oFz33V1JDVyRTOtgguB7oLnUvMGBSTmx { width:4.6875rem;height:1.7507125rem;top:97.0625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #r12UFsm2NeO1HeDkn75QuAIkxSFSFb5K { width:2.5625rem;height:1.7507125rem;top:99.125rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #VWu9sFgT0xXNR2rHlgarWlg57IO8eFsT { width:3.75rem;height:1.7507125rem;top:101.1875rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #PZ7IhyNsACem5JHG5Viw9cp6nHU53BB8 { width:5.9375rem;height:1.7507125rem;top:99.125rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sGhMz854sMkO6Zbd0TLv3Q5Oipri3Vkn { width:7.9375rem;height:1.7507125rem;top:101.1875rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #aiHrffX3IrIPKXFRuDJg4NWOWbSVfk5A { width:6.1875rem;height:1.7507125rem;top:97.0625rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #pZDA68MXalHSlx0HAHwA3mmTc1WbBAhK { width:8.625rem;height:1.7507125rem;top:92.9375rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #T0hWqhOThRWsbrrpH4gNV4bGR4INEeaJ { width:7.875rem;height:1.7507125rem;top:95rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:lato;font-weight:700;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #eD7gwPJ1HwZQ2c8Obgr8CGEifgO2zLVB { top:93.0625rem;left:6.6875rem;width:0.3125rem;height:10rem;z-index:15036;background-color:#0e9ae5;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #Dpver1UX81zVv0NxFIvQDeqDKt8eHPVc { top:12.6875rem;left:7.75rem;width:11.625rem;height:0.1875rem;z-index:15037;background-color:#0e9ae5;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #PLdKzT6ER3M1gNpMca5UZmwm5Sw9tZGU { width:18.125rem;height:1.7507125rem;top:13.375rem;left:0.9375rem;font-size:0.875rem;text-align:right;text-align-last:right;font-family:lato;font-weight:700;font-style:normal;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NpoTAm52IMOitPpX5Hwpcpyht0UqEzmO { width:4.25rem;height:5.8125rem;top:70.4375rem;left:13.25rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NK5AsRE34B6p3H3gzLcOO4Q4hELESwse { width:3.25rem;height:3.25rem;top:36.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI5ABcyWe6kcZncGItITT8kvRf7I1kqF { width:16.6875rem;height:1.625rem;top:37.3125rem;left:3.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kI4X3mUBNnCEH0RBc8A68dcigqUQrSIW { width:18rem;height:1.19921875rem;top:39.75rem;left:1rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vmr4LRAqM1TciKd5JgXBsRTVgF8m3d5B { width:20rem;height:0.3125rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwsoMgVahDXLeegXVQM4CbQUOOtbkMqW { width:20rem;height:7.8955rem;top:5.0546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbzWRo1KFQLGAEm90xC3BLbtwN0IC8Z8 { width:3.125rem;height:3.125rem;top:11.5625rem;left:4.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEc0PJMLTXKSJBi16FqDfEU7otvCGx21 { width:10.6875rem;height:1.9375rem;top:12.1875rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTdvRoSeFzUGJ041DRVKW4C91eUsL9Mc { display:block; }
 }@media only screen and (max-width: 763px) { #DGJiRgggd04ThDcDoQ0FeMiXTdLPnJHr { width:13.0625rem;height:3.25rem;top:29.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQA2QLUCtrfzIwAzmO5sfgHFizEARXsi { top:1.4375rem;left:0rem;width:20rem;height:32.75rem;z-index:15030;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(14,154,229,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C { display:block; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C { background-color: transparent; background-image: none; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .row .container > .video-iframe-container { display: none; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .row > .video-iframe-container { display: none; }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .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); }#WkoiBxmAuTSwkZ1FHB5cn93t6i95eT6C > .row .container { width:20rem;height:15.625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOrGPvkZ5X6nsZ1HZtg0nLdcvCSoH5Zi { width:7rem;height:0.9747875rem;top:8.125rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbT7t9pN9XP1txriCH93SJstyi1RiPdl { width:13.5rem;height:1.94921875rem;top:11.0625rem;left:3.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCTGTZ8ttNJxxg90dviJif5QAiuWzfaP { width:2.875rem;height:0.9747875rem;top:8.125rem;left:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5M6mHm5NX5cfWHJz99cbvkaGNHiuBMq { width:5.8125rem;height:0.9747875rem;top:8.125rem;left:13.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI1NNQN3aLWVhu8lEBBvfP8zoMOdmHT5 { width:17.375rem;height:3.125rem;top:1.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDovU2ToFTcxhaUMXmgDvuL5RFeev1fW { top:8.25rem;left:8rem;width:0.1875rem;height:0.75rem;z-index:15011;background-color:#0e9ae5;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC2N4lBtRMtGydsdGUe65znABqpFFRpX { top:8.25rem;left:12.4375rem;width:0.1875rem;height:0.75rem;z-index:15012;background-color:#0e9ae5;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }