.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:227,228,230;--color-primary-1:170,173,181;--color-primary-2:114,118,131;--color-primary-3:68,71,79;--color-primary-4:20,27,49;--color-secondary-0:238,246,226;--color-secondary-1:198,227,159;--color-secondary-2:140,198,63;--color-secondary-3:70,99,32;--color-secondary-4:21,30,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/578ce6b9-06fe-4b66-adf5-9da55bf7129a/Abstract_network_moving_in_loop_2026052813591.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.adaptive-delivery-prevent-bg, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyload, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyloading { background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { background-color: transparent; background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.75); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.75); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .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); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { border-width: 0; border-radius: 0; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.375rem;position:absolute;font-family:"space grotesk";font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:12.4375rem;left:4.3125rem;height:6.1875rem;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; }
#BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.0625rem;left:4.3125rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QGW6HN3s0ZtIdetAoDn76y1g3lEMEDu9 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:21.937067508697rem;left:5.0618495941162rem;height:7.4795rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MFDSyGV3rTehWAh4ObX2cQGrwxE5TXeT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:8.5625rem;top:5.6875rem;left:4.3125rem;overflow:hidden;display:block; }
#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU { 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; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container { background-color: transparent; background-image: none; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container > .video-iframe-container { display: none; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row > .video-iframe-container { display: none; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .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); }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container { border-width: 0; border-radius: 0; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#nb1tK23JtHopEec5AXJPhSQRzh213U36 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14rem;left:7.3125rem;height:3.65625rem;font-style:normal;display:block; }
#MUlDMEypt0N6oLQnVlQrZx5VG1fv0qDz { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#8cc63f;background-image:none;top:13.625rem;left:2.9375rem;display:block; }
#wXqgeytSKwA0CHbusAVbEXBDqqk1WBT8 { box-sizing:content-box;height:8.875rem;width:20.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:11rem;left:4.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;display:block; }
#ZOaxISZcp7uqQGMI7V78suyuPzduDs5S { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.25rem;left:3.625rem; }
#cmOVOTlC0RPXNJUTC743BIBckzCZeIL1 { color:#1d2540;display:block;width:17.375rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:12.25rem;left:7.3125rem;height:1.79980625rem;font-style:normal;display:block; }
#UHuLvIMHDa7DikOkZHVgA2bnur8IGFDd { color:#1d2540;display:block;width:44.311rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:3.0625rem;left:15.375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#Xr9zl1PzLBZfwaZ4yHb349J3XJA1mm6w { color:#1d2540;display:block;width:36.3125rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.625rem;left:19.375rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#U0rrwkhqrozuTpo6ypyrqlIBik6HKXXI { box-sizing:content-box;height:8.875rem;width:20.8125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:10.8125rem;left:27.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;display:block; }
#ctMltiDsuEuanxCacwrUanzv6BXwg1xg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:13.8125rem;left:30.625rem;height:4.875rem;font-style:normal;display:block; }
#ltVsbOnI0XT53arpt2TwqBHXhhTDMx2y { color:#1d2540;display:block;width:17.375rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:12.0625rem;left:30.625rem;height:1.79980625rem;font-style:normal;display:block; }
#IfTvJz4T1otcK5kvTMUFdJwtfAvTBAwF { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#8cc63f;background-image:none;top:13.4375rem;left:26.25rem;display:block; }
#Adzdo7chtTlMCkhr0GtlxGp6r5vzXPR9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.0625rem;left:26.875rem; }
#CRiyiLFi7POJV26fbQXvsX5DDawdv1It { box-sizing:content-box;height:8.875rem;width:20.8125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:10.8125rem;left:51.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;display:block; }
#GT9AeA2aWzOWfpeEyyaUCE8qIQxXpcea { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13.8125rem;left:53.375rem;height:4.875rem;font-style:normal;display:block; }
#LNzaLTWKhVzXxrgugRU8Tq7kXohZpNv2 { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#8cc63f;background-image:none;top:13.4375rem;left:49.625rem;display:block; }
#DTkhT7KhNIEZnokQOAiqsB21m89daPgv { color:#1d2540;display:block;width:18rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:12.0625rem;left:53.375rem;height:1.79980625rem;font-style:normal;display:block; }
#Wgg5RVIc4lVcRqZns7uiQ6bGgldt4nQl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:14.0625rem;left:50.25rem; }
#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { background-color: transparent; background-image: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container > .video-iframe-container { display: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container { display: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .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); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { border-width: 0; border-radius: 0; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#BJ0vI1hAKEaoldOV8Ts8rPIfUAVpcPgN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:7.6875rem;left:0.9375rem;display:block; }
#B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { color:#1d2540;display:block;width:62.625rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:2.75rem;left:6.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#GsBh0UwKC5RWhcuTR3bKRVCcB8d0dlCw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15.3125rem;left:2.1875rem;height:2.4375rem;font-style:normal;display:block; }
#I1ZbGBWTHXVLdSuigU2snqAALkQsuTcc { color:#1d2540;display:block;width:8.375rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:13.5625rem;left:2.1875rem;height:1.79980625rem;font-style:normal;display:block; }
#lHbmswDfUPiHHNK42MIwKl3P0eG2XPrc { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:7.6875rem;left:19.5rem;display:block; }
#MGsiq2n4ykeyqNuzU3IT0A7A8BIErOwc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:15.3125rem;left:20.75rem;height:2.4375rem;font-style:normal;display:block; }
#riKZmUo2slndnqZy0TanbrvBixiJO836 { color:#1d2540;display:block;width:10.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:13.5625rem;left:20.75rem;height:1.79980625rem;font-style:normal;display:block; }
#qQw1KxsBvIs273cAqSqTv8wDTm9ddGhM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:7.6875rem;left:38.3125rem;display:block; }
#lhEanEl1TtCnHhTE2IZa5lqy8wCBRdgT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:7.6875rem;left:56.875rem;display:block; }
#byWbnhlqTI9IBFWKOiKmu4FZFdHXyZ4M { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.3125rem;left:39.5625rem;height:2.4375rem;font-style:normal;display:block; }
#EkJXN29dB4sBpmg9UHqi75WpQCSH8ad5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:15.5625rem;left:58.25rem;height:2.4375rem;font-style:normal;display:block; }
#V9QoiVSxtd39lrZoLyilCKuU5hABTGrQ { color:#1d2540;display:block;width:15.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:13.8125rem;left:58.25rem;height:1.79980625rem;font-style:normal;display:block; }
#FZLcDEQbx05rLSruUip7e1JC41EfG9om { color:#1d2540;display:block;width:9.8125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:13.5625rem;left:39.5625rem;height:1.79980625rem;font-style:normal;display:block; }
#I0vzTKwh2s0xFVJHqZqT5RiGgOmC4He0 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:21.3125rem;left:38.3125rem;display:block; }
#A07gxAymeOEVT1VvRAakv0vFu7g5tUFD { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:21.3125rem;left:56.875rem;display:block; }
#t75Xhsw6vmHFcJhLn6XqESiorixnF7A8 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:21.3125rem;left:19.5rem;display:block; }
#TAvEvtL9u5FkZC4NWJFEA2cxb7ZI01Hw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:28.9375rem;left:20.75rem;height:2.4375rem;font-style:normal;display:block; }
#oykhdAtQEPBglTNJ39F4o34sOODV77EZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:28.9375rem;left:39.5625rem;height:2.4375rem;font-style:normal;display:block; }
#wTpL34EuMRqACZw5p7eKNn1nX6LOnc7X { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:28.9375rem;left:58.125rem;height:2.4375rem;font-style:normal;display:block; }
#lQGh8bSqzlWP2xfM1nJ5dr2pPrMMFv6l { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:21.3125rem;left:0.9375rem;display:block; }
#fCnHL7ybsGsU0pU0DNHDc4lEcXBEbwDT { color:#1d2540;display:block;width:15.0625rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:27.1875rem;left:20.75rem;height:1.79980625rem;font-style:normal;display:block; }
#uVFfF3QG4h3ssdVWz3PI2Osweobc8Oq9 { color:#1d2540;display:block;width:13.6875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:27.1875rem;left:58.125rem;height:1.79980625rem;font-style:normal;display:block; }
#OGtrRdeytGehVCQAG9m3f5LDNSwnmiyD { color:#1d2540;display:block;width:15.0625rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:27.1875rem;left:39.5625rem;height:1.79980625rem;font-style:normal;display:block; }
#nnbwopGG3B6Qd4RNyns0Vn9rnT7Jh6IF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:28.9375rem;left:2.1875rem;height:2.4375rem;font-style:normal;display:block; }
#FxQLSuNRiVROC8qDfhzZgVUPrc8h2MbG { color:#1d2540;display:block;width:13.3125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:27.1875rem;left:2.1875rem;height:1.79980625rem;font-style:normal;display:block; }
#somhCt6q0CEbAcsJtBS0ZaBP0oZHkfJ4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.625rem;left:2.1875rem; }
#kbDgCmc7OhEcQTMw0Eibam99HiiLvDO3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:9.625rem;left:20.75rem; }
#zTSXXm6skpCdei8ksWRwtXwT3Eh3sRkP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.625rem;left:39.5625rem; }
#ze9nVu6fQmC5tDJXIPtuHnFN8Wtkummx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.625rem;left:58.25rem; }
#ZCSqM29VgoRzp4E8iFItBlGAxkdsC15a { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.5rem;left:2.1875rem; }
#D3xG9JVtsSofSxP1PPETwITVLwT9iWcF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:23.5rem;left:20.75rem; }
#FT3SRgJcAHKxrSgonrsWkqZWW2wUB0ob { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.5rem;left:39.5625rem; }
#lqyLRKHNnERSs0mVIkHLpwaS436z9cbb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:23.5rem;left:58.25rem; }
#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;background-image:url("https://images.assets-landingi.com/uc/4d949f99-d4cd-43df-90ee-629e05460de8/DOBRAazuldegrade.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X.adaptive-delivery-prevent-bg, #gEz1clEXPaHubzNpaPELbG5yAah0Kd9X.lazyload, #gEz1clEXPaHubzNpaPELbG5yAah0Kd9X.lazyloading { background-image: none; }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .row .container { background-color: transparent; background-image: none; }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .row .container > .video-iframe-container { display: none; }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .row > .video-iframe-container { display: none; }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .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); }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .row .container { border-width: 0; border-radius: 0; }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#sQ776SfPTNTl3HbVAmQcWadvFITqVwJw { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:11.6875rem;left:5.1875rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#IEcBz1Wcm50LkzfmcsJhxkaG7ofkVXhv { color:rgba(var(--color-tertiary-0),1);display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:4.4333801269531rem;left:15.342882156372rem;height:6.82425rem;text-align:center;text-align-last:center;display:none; }
#hnba3HLLKzGi7OgOSM51Txi6UNn0ZB6J { color:rgba(var(--color-tertiary-0),1);display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:4.4333801269531rem;left:15.342882156372rem;height:6.82425rem;text-align:center;text-align-last:center;display:none; }
#rd47ld17PlOrT4vxzZLwZIIzLJEL1NNv { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:8.9994673728944rem;left:18.374467849731rem;height:3.41264375rem;text-align:center;text-align-last:center;display:none; }
#b5vksg3SzNPBGfMFD1ebuguMlVHZE61d { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:19.3125rem;left:5.1875rem;height:9.4453125rem;text-align:left;text-align-last:left;display:block; }
#QS3Ni6pZ4J5kvsPNE9AzS0LQ8Dfin1pk { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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:38.0625rem;width:26.5625rem;top:1.1875rem;left:43.3125rem;overflow:hidden;display:block; }
#HUbkSa6QcI3vIGWuRUFcd9RMr4KNeRGr { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:29.8125rem;width:22.25rem;top:10.625rem;left:35.5625rem;overflow:hidden;display:block; }
#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 { 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; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { background-color: transparent; background-image: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container > .video-iframe-container { display: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row > .video-iframe-container { display: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .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); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { border-width: 0; border-radius: 0; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#yFySo2K4Q1fggyGSgwsriSTsZ4pHnDdg { color:#1d2540;display:block;width:64.4375rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.6875rem;left:5.28125rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#Qtp5WShIXZQLLBBwLEMoFm6bbVVg55aJ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.8125rem;width:18.625rem;top:18.25rem;left:3.125rem;display:block; }
#XzbRLTUrB3dO1cmxzQsWEQk5ESqAR2Tt { color:#1d2540;display:block;width:14.6230625rem;position:absolute;font-family:"space grotesk";font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.994140625rem;left:5.1875rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkI21cJ5kuQJH5aandoHZQPlstNrcOUp { position:absolute;display:block;z-index:15014;background-color:#1d2540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:18.75rem;top:11.75rem;left:3.125rem;display:block; }
#eLWgmld0ba7v5MDN7s74p1BlNm1KAbvf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.561875rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:13.6875rem;left:3.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQ9UG8g3KbsT6FZNabDC2MF6yuhGlMou { color:#1d2540;display:block;width:36.3125rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:7.4375rem;left:19.34375rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#xaDZDvUhr6IIMchMSP05Jn9RbOSoRIre { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.8125rem;width:18.625rem;top:18.4375rem;left:28.125rem;display:block; }
#LfsIxL8eie3GK6e9v1bbMAE1EosDHt4f { color:#1d2540;display:block;width:14.6230625rem;position:absolute;font-family:"space grotesk";font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:19.994140625rem;left:30.1875rem;height:3.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xdBT95wX6bQ6wQtfGmsarMMGmJI13ykN { position:absolute;display:block;z-index:15018;background-color:#1d2540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:18.75rem;top:11.9375rem;left:28.125rem;display:block; }
#NEiToKABEnTqZ2C1qbqXECF6Cksl0h3E { color:rgba(var(--color-tertiary-0),1);display:block;width:17.561875rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:13.875rem;left:28.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Or8xJvdEk7V8rvtM2KDbHELyD5CFQXfr { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.8125rem;width:18.625rem;top:18.4375rem;left:53.125rem;display:block; }
#hXrnfvHQdtzJcEBI1336iHhZMT4AGdqG { position:absolute;display:block;z-index:15022;background-color:#1d2540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:18.75rem;top:11.9375rem;left:53.125rem;display:block; }
#trOCkaWvmksrSUpnkEKiuUTiU43liH1x { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:13.693359375rem;left:53.375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SmCBVtkXv9h63gSSO9RMT0tvwXhT3VFA { color:#1d2540;display:block;width:16.4375rem;position:absolute;font-family:"space grotesk";font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:19.130859375rem;left:54.28125rem;height:5.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#flfLv5cTx36KWBWg3eoVTMTThfVnzTv4 { color:#ffffff;display:block;width:14.6230625rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:26.056640625rem;left:30.1875rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNUkgdyRlvVeTNuA9tyouIxig92CfSoC { position:absolute;display:block;z-index:15019;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.75rem;width:14.125rem;top:25.375rem;left:30.4375rem;display:block; }
#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { background-color: transparent; background-image: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container > .video-iframe-container { display: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container { display: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .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); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { border-width: 0; border-radius: 0; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#wJctothfgUUsOSnvmmhnlXHl5Kxw57dO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.25rem;top:25.8125rem;left:55.0625rem;overflow:hidden;display:block; }
#vFse5PDW63tUsd4RxuBkm7nAgdbnPxSD { 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:2.125rem;width:6.25rem;top:26.125rem;left:45.5625rem;overflow:hidden;display:block; }
#xotMtmpvNFqk01PA628m05PLKbHVyrXT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:3.5rem;width:8.875rem;top:25.4375rem;left:44.25rem;display:block; }
#TMZQR3rH9Oiy47TxS5ehTF7sPRrAIFJT { color:#1d2540;display:block;width:31.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.6875rem;left:0rem;height:15.5215rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nS0yiKMLTWh2Thwv7QubHWAnyaOQnwG0 { color:#1d2540;display:block;width:31.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.6875rem;left:0rem;height:15.5215rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ccs6ehalPfuk2kIKkTppT46maa43X7Gu { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:3.375rem;left:12.5625rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#Nsh11gwOdIyvnuCOUDqWJMzxt89JdnFH { color:#8cc63f;display:block;width:15.9375rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:11.306640625rem;left:9.46875rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#akG1p16Ok0I8r6foC7uolpEfMHTAogZL { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:20.5rem;top:8.6875rem;left:7.1875rem;display:block; }
#NM7spzOD5HmbaxAIrzVNF7q8adeRpp5R { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.6875rem;width:41.5625rem;top:8.6875rem;left:24.5rem;display:block; }
#wo1qiMlrTeOvPT2J7rTMhSK8eC3xDTnH { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:"space grotesk";font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:10.25rem;left:29rem;height:3.736325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nkJnsqvrdr88gIEokbmPU1yilQ5KRJsH { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:20.5rem;top:16.625rem;left:7.1875rem;display:block; }
#c224DQNBUFzgqXoZfG81ohu97tNJVNot { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.6875rem;width:41.5625rem;top:16.625rem;left:24.5rem;display:block; }
#D21klC59PSAo96NGeTO2eA2iOKqyE2AL { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:"space grotesk";font-size:1.4375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:18.1875rem;left:29rem;height:3.736325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4CAePFDuz3X3wGFFCk7HUL4JHAIzxPy { color:#8cc63f;display:block;width:18.375rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:19.244140625rem;left:8rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#PpAKze7O5fTcPBgx0PI1um5eD3grNlLd { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:26.9375rem;left:12.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nzh8nTxIvnTUUsSpTm8k21yxCVUemcAT { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:3.5rem;width:8.875rem;top:25.4375rem;left:53.75rem;display:block; }
#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container { background-color: transparent; background-image: none; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container > .video-iframe-container { display: none; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row > .video-iframe-container { display: none; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .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); }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container { border-width: 0; border-radius: 0; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#a9NrxOR1S2mog5oIngQZMmxFulnS0SPN { box-sizing:content-box;height:7.3125rem;width:25rem;position:absolute;display:block;z-index:14999;background-color:#8cc63f;background-image:none;top:2.1875rem;left:42.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#iFXmpdrQtPi1ClhtvLGqTLf7ANlTQari { color:#1d2540;display:block;width:27.0625rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:14.25rem;left:8rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#QeWTilKd41wXLFWTaRmfaXawtoxNspuI { color:#1d2540;display:block;width:22.25rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:20.625rem;left:8rem;height:1.57421875rem;text-align:left;text-align-last:left;display:block; }
#NLA6Wl5zlaf6W0yVEb8SXso4ost3AM41 { color:#1d2540;display:block;width:14.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:4rem;left:43.9375rem;height:1.79980625rem;font-style:normal;display:block; }
#NR1TI1F1VRTmti5akthD4D9rUH0rEfos { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:6.375rem;left:43.9375rem;height:1.21875rem;font-style:normal;display:block; }
#MWquK3QHLb8AOwCOWlMDwacJJuDNEELv { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#1d2540;background-image:none;top:4.25rem;left:39.5625rem;display:block; }
#lFX10LKazS3e0Umdr85mQdiSVcszI8Ho { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:4.875rem;left:40.25rem; }
#ogHWecZw7g6eIMJto0wD59LpfcBLv7Ki { box-sizing:content-box;height:14.125rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:#8cc63f;background-image:none;top:19.125rem;left:42.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#IHL9DtrsG0CoBhVsCmxFZllB3J3wSlvO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.25rem;left:43.9375rem;height:8.53125rem;font-style:normal;display:block; }
#x16TAU5HyWqriT0TBscnDbidXLgPlKT4 { color:#1d2540;display:block;width:14.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:21rem;left:43.9375rem;height:1.79980625rem;font-style:normal;display:block; }
#Eyyqdte0raT2MkrFXbHJXFci7UxP8DH2 { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#1d2540;background-image:none;top:24.625rem;left:39.5625rem;display:block; }
#nuyIQ1XDQ4a9slHUinxoT7IrKWzakqZO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:25.25rem;left:40.25rem; }
#FLZOheighNAEMGkTTL9oMUa6HJaeSnU7 { box-sizing:content-box;height:7.875rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:#8cc63f;background-image:none;top:10.375rem;left:42.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#m7TQO5T3xcC7to7LRI4tkb4VAkhqmzmR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:14.4375rem;left:43.9375rem;height:2.4375rem;font-style:normal;display:block; }
#rHgOm7M3KZiFoUqTJI76WalJaoR542pq { color:#1d2540;display:block;width:14.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:12.0625rem;left:43.9375rem;height:1.79980625rem;font-style:normal;display:block; }
#S7QETzWwhTJ9bQ547Fzik6ZN4MiTLOEJ { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#1d2540;background-image:none;top:12.75rem;left:39.5625rem;display:block; }
#IIH9TDtJPlgopSadQmQ9BJVJXfUwd7mO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.375rem;left:40.25rem; }
#AcvLUWEfQaknc1T4AuzBn6LQ5mDKPT73 { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"space grotesk";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:4.375rem;left:59.125rem;height:1.0556625rem;font-style:normal;display:block; }
#Z1tff2oIXxfX3T9fTl4SAObiVWCA0IPT { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"space grotesk";font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5rem;left:58.4375rem;height:1.0556625rem;font-style:normal;display:block; }
#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { background-color: transparent; background-image: none; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container > .video-iframe-container { display: none; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row > .video-iframe-container { display: none; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .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); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { border-width: 0; border-radius: 0; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#mnRWb35DorP9tO3f8OTwlDldBu3HdTKP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:36.5rem;width:23.75rem;top:2.3125rem;left:40.8125rem;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-form-header {  }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:#1d2540;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#1d2540;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#1d2540;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .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:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#1d2540;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.0625rem;margin-bottom:0.25rem;margin-left:4.0625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:12.5625rem;height:2.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.19) ;font-style:normal;line-height:1.4; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw [class*="-text"]:-moz-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw [class*="-text"]::-moz-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw [class*="-text"]:-ms-input-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw [class*="-text"]::-webkit-input-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .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";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .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; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .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; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container:first-of-type{padding-top:0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container:last-of-type{padding-bottom:0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.375rem;left:41.125rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw {display:block;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.375rem;left:41.125rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #o0MbcPA1OUXJDAaiXTorvpievidBCKin { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #chXT1tNToMCJ4tvp2UwIiqTozn1NLzLT { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #FwF2rZpWyKgXwOeG7l6n88dciBTPhy7l { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #EXGCcyKZ617JMiOT3PDaUO6FlOVK3Z9x { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #Cy10WS67Nz6kHUS9c9QtPCfhvv0QNHdI { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dH8tmcowAst5Tp5srd7EGOKeXQ162WnN { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hWQvUC1Tlr2q3eTvOBUGFlFGEUk71Hba { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dexbZ9tmeXRh5SN49gFbamghbzdytBOe { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hAN6Hymf7hfLCL4yXKoPDQZ1kzASpgba { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #s87R3gyvNeUPTiUvJf68lrPdZ4cUKkvz { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #VMZhTaTTua7BdQTKnGkgvq7GetE6oCU1 { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #eFftwAmdkCpw1J3PGHWtAUx2VQyvrv6G { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #coQQNyHm1N2dsq7MCqX8aQRzEv78uB65 { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #paA2IhGX6nnQb9bBfWLudIHERMpTL7oR { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #ga35ZrkJqFabEleaAxPJbgPTnXCPKdXO { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #afTFJZmTJB1FISRloEqSucPKO2r2rRS0 { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #cBpQbxEBRTSmwawTk769rwp0CLTisrfF { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #Umr8hMHiBWgZpeU51ykILATaw0zch69L { position:relative; }
#ywW6N1iWTruOmGhzZ3oPDXOIlgakbDAJ { position:relative;display:block; }
#lVTF9SWgFQxwxbd90E62wCRvUQ9Oy6Ps { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #rtB6mCq37oFhpkQr9PxtWoteyt8G0OZG { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #iim3eu30dXDiBUVzFHWIAvGzgievAerR { position:relative; }
#DPHNEOafwhamuQLtVwQqeQNs1Zk5JRqd { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:9rem;left:10.875rem;height:8.7744375rem;text-align:left;text-align-last:left;display:block; }
#ANlZkESS7HKveiBbNAs7UlTyFabP3h4F { color:#8cc63f;display:block;width:12.6875rem;position:absolute;font-family:"space grotesk";font-size:1.6875rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:18.9375rem;left:10.875rem;height:2.0244125rem;text-align:left;text-align-last:left;display:block; }
#RNoutqymAn0RUmb0MsUWU0A0GxaHRNTO { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:22.0625rem;left:10.875rem;height:3.1484375rem;text-align:left;text-align-last:left;display:block; }
#vzoFWg9OwUeXcTaFHQucPTLRQGWDzuAi { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:12.75rem;top:27.75rem;left:10.875rem;overflow:hidden;display:block; }
#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 { 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; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { background-color: transparent; background-image: none; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container > .video-iframe-container { display: none; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row > .video-iframe-container { display: none; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .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); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { border-width: 0; border-radius: 0; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#VE7glVg56sFsAulnZJQEQEL0vlHPRGvn { color:rgba(var(--color-secondary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:1.9375rem;left:39.25rem;height:1.2246125rem;font-style:normal;display:block; }
#oxreLuQL8v9TNbwWSXRchiXctOymFTVq { color:rgba(var(--color-secondary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:2rem;left:50.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#noC51PLZDnMV9tS97fhDQx869u15M5na { color:rgba(var(--color-secondary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:1rem;left:66.25rem;height:1.04980625rem;font-style:normal;display:block; }
#BUEW9qLXsLNTVSxhAvTCqoE6uBGaLTRt { 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:15025;top:1.8125rem;left:49.0625rem; }
#rsMGXghkCTkxRlSZqsDZGvTfbHZ7720a { 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:15024;top:1.8125rem;left:37.4375rem; }
#lRNQqiFBNow7TuHvDNp39k04mV8Kzgbc { position:absolute;display:block;z-index:15033;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.1875rem;width:8rem;top:1.3935546875rem;left:0rem;overflow:hidden;display:block; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.375rem;left:66.25rem; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.3125rem;left:68.5rem; }
#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:2.3125rem;left:70.75rem; }
#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ZwcpninZLBZ9wcRWWTlN2u2nz8mJTFau { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0.7685546875rem;left:11.310546875rem;display:block; }
#a0DGEmrmfQkllzA5N4qGOmPl0m6D0b6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UgGe2fwdIZS4L5xehcHtEHrKcZoLsrgK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0.7685546875rem;left:27.34375rem;display:block; }
#L7v4a0mlL2OFBMLVlJf2PQWcKT8SvS9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { width:38.375rem;height:6.1875rem;top:12.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { width:29.4375rem;height:3.375rem;top:20.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGW6HN3s0ZtIdetAoDn76y1g3lEMEDu9 { width:20rem;height:4.625rem;top:22.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFDSyGV3rTehWAh4ObX2cQGrwxE5TXeT { top:5.6875rem;left:0rem;width:8.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU { display:block; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nb1tK23JtHopEec5AXJPhSQRzh213U36 { top:14rem;left:0rem;width:16.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUlDMEypt0N6oLQnVlQrZx5VG1fv0qDz { top:13.625rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXqgeytSKwA0CHbusAVbEXBDqqk1WBT8 { top:11rem;left:0rem;width:20.8125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOaxISZcp7uqQGMI7V78suyuPzduDs5S { top:14.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmOVOTlC0RPXNJUTC743BIBckzCZeIL1 { top:12.25rem;left:0rem;width:17.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHuLvIMHDa7DikOkZHVgA2bnur8IGFDd { width:44.25rem;height:2.875rem;top:3.0625rem;left:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr9zl1PzLBZfwaZ4yHb349J3XJA1mm6w { width:36.3125rem;height:1.5625rem;top:6.625rem;left:5.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0rrwkhqrozuTpo6ypyrqlIBik6HKXXI { top:10.8125rem;left:14.25rem;width:20.8125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctMltiDsuEuanxCacwrUanzv6BXwg1xg { top:13.8125rem;left:17rem;width:16.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltVsbOnI0XT53arpt2TwqBHXhhTDMx2y { top:12.0625rem;left:17rem;width:17.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfTvJz4T1otcK5kvTMUFdJwtfAvTBAwF { top:13.4375rem;left:12.625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adzdo7chtTlMCkhr0GtlxGp6r5vzXPR9 { top:14.0625rem;left:13.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRiyiLFi7POJV26fbQXvsX5DDawdv1It { top:10.8125rem;left:26.8125rem;width:20.8125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9AeA2aWzOWfpeEyyaUCE8qIQxXpcea { top:13.8125rem;left:31.4375rem;width:16.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNzaLTWKhVzXxrgugRU8Tq7kXohZpNv2 { top:13.4375rem;left:36rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTkhT7KhNIEZnokQOAiqsB21m89daPgv { top:12.0625rem;left:29.75rem;width:18rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgg5RVIc4lVcRqZns7uiQ6bGgldt4nQl { top:14.0625rem;left:36.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJ0vI1hAKEaoldOV8Ts8rPIfUAVpcPgN { width:17.1875rem;height:11.9375rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { width:47.75rem;height:2.875rem;top:2.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsBh0UwKC5RWhcuTR3bKRVCcB8d0dlCw { top:15.3125rem;left:0rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZbGBWTHXVLdSuigU2snqAALkQsuTcc { top:13.5625rem;left:0rem;width:8.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHbmswDfUPiHHNK42MIwKl3P0eG2XPrc { width:17.1875rem;height:11.9375rem;top:7.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGsiq2n4ykeyqNuzU3IT0A7A8BIErOwc { top:15.3125rem;left:7.125rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riKZmUo2slndnqZy0TanbrvBixiJO836 { top:13.5625rem;left:7.125rem;width:10.125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQw1KxsBvIs273cAqSqTv8wDTm9ddGhM { width:17.1875rem;height:11.9375rem;top:7.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhEanEl1TtCnHhTE2IZa5lqy8wCBRdgT { width:17.1875rem;height:11.9375rem;top:7.6875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byWbnhlqTI9IBFWKOiKmu4FZFdHXyZ4M { top:15.3125rem;left:25.9375rem;width:13.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJXN29dB4sBpmg9UHqi75WpQCSH8ad5 { top:15.5625rem;left:35.375rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9QoiVSxtd39lrZoLyilCKuU5hABTGrQ { top:13.8125rem;left:31.875rem;width:15.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLcDEQbx05rLSruUip7e1JC41EfG9om { top:13.5625rem;left:25.9375rem;width:9.8125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0vzTKwh2s0xFVJHqZqT5RiGgOmC4He0 { width:17.1875rem;height:11.9375rem;top:21.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A07gxAymeOEVT1VvRAakv0vFu7g5tUFD { width:17.1875rem;height:11.9375rem;top:21.3125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t75Xhsw6vmHFcJhLn6XqESiorixnF7A8 { width:17.1875rem;height:11.9375rem;top:21.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAvEvtL9u5FkZC4NWJFEA2cxb7ZI01Hw { top:28.9375rem;left:7.125rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykhdAtQEPBglTNJ39F4o34sOODV77EZ { top:28.9375rem;left:25.9375rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTpL34EuMRqACZw5p7eKNn1nX6LOnc7X { top:28.9375rem;left:35.375rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQGh8bSqzlWP2xfM1nJ5dr2pPrMMFv6l { width:17.1875rem;height:11.9375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCnHL7ybsGsU0pU0DNHDc4lEcXBEbwDT { top:27.1875rem;left:7.125rem;width:15.0625rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVFfF3QG4h3ssdVWz3PI2Osweobc8Oq9 { top:27.1875rem;left:34.0625rem;width:13.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGtrRdeytGehVCQAG9m3f5LDNSwnmiyD { top:27.1875rem;left:25.9375rem;width:15.0625rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnbwopGG3B6Qd4RNyns0Vn9rnT7Jh6IF { top:28.9375rem;left:0rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxQLSuNRiVROC8qDfhzZgVUPrc8h2MbG { top:27.1875rem;left:0rem;width:13.3125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #somhCt6q0CEbAcsJtBS0ZaBP0oZHkfJ4 { top:9.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbDgCmc7OhEcQTMw0Eibam99HiiLvDO3 { top:9.625rem;left:7.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTSXXm6skpCdei8ksWRwtXwT3Eh3sRkP { top:9.625rem;left:25.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze9nVu6fQmC5tDJXIPtuHnFN8Wtkummx { top:9.625rem;left:44.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCSqM29VgoRzp4E8iFItBlGAxkdsC15a { top:23.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3xG9JVtsSofSxP1PPETwITVLwT9iWcF { top:23.5rem;left:7.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT3SRgJcAHKxrSgonrsWkqZWW2wUB0ob { top:23.5rem;left:25.9375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqyLRKHNnERSs0mVIkHLpwaS436z9cbb { top:23.5rem;left:44.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEz1clEXPaHubzNpaPELbG5yAah0Kd9X { display:block; }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQ776SfPTNTl3HbVAmQcWadvFITqVwJw { width:32rem;height:5.8125rem;top:11.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcBz1Wcm50LkzfmcsJhxkaG7ofkVXhv { width:20rem;height:6rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnba3HLLKzGi7OgOSM51Txi6UNn0ZB6J { width:20rem;height:4rem;top:2.625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd47ld17PlOrT4vxzZLwZIIzLJEL1NNv { width:47.75rem;height:3.375rem;top:8.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5vksg3SzNPBGfMFD1ebuguMlVHZE61d { width:27.625rem;height:9.4375rem;top:19.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS3Ni6pZ4J5kvsPNE9AzS0LQ8Dfin1pk { top:1.1875rem;left:21.1875rem;width:26.5625rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUbkSa6QcI3vIGWuRUFcd9RMr4KNeRGr { top:10.625rem;left:21.9375rem;width:22.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 { display:block; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFySo2K4Q1fggyGSgwsriSTsZ4pHnDdg { width:47.75rem;height:2.875rem;top:3.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp5WShIXZQLLBBwLEMoFm6bbVVg55aJ { width:18.625rem;height:6.8125rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzbRLTUrB3dO1cmxzQsWEQk5ESqAR2Tt { width:14.5625rem;height:3.6875rem;top:19.9375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkI21cJ5kuQJH5aandoHZQPlstNrcOUp { width:18.75rem;height:6.8125rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLWgmld0ba7v5MDN7s74p1BlNm1KAbvf { width:17.5rem;height:2.875rem;top:13.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9UG8g3KbsT6FZNabDC2MF6yuhGlMou { width:36.3125rem;height:1.5625rem;top:7.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaDZDvUhr6IIMchMSP05Jn9RbOSoRIre { width:18.625rem;height:6.8125rem;top:18.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfsIxL8eie3GK6e9v1bbMAE1EosDHt4f { width:14.5625rem;height:3.4375rem;top:19.9375rem;left:16.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdBT95wX6bQ6wQtfGmsarMMGmJI13ykN { width:18.75rem;height:6.8125rem;top:11.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEiToKABEnTqZ2C1qbqXECF6Cksl0h3E { width:17.5rem;height:2.875rem;top:13.875rem;left:14.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or8xJvdEk7V8rvtM2KDbHELyD5CFQXfr { width:18.625rem;height:6.8125rem;top:18.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXrnfvHQdtzJcEBI1336iHhZMT4AGdqG { width:18.75rem;height:6.8125rem;top:11.9375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trOCkaWvmksrSUpnkEKiuUTiU43liH1x { width:18.25rem;height:2.875rem;top:13.6875rem;left:29.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmCBVtkXv9h63gSSO9RMT0tvwXhT3VFA { width:16.4375rem;height:5.125rem;top:19.125rem;left:31.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flfLv5cTx36KWBWg3eoVTMTThfVnzTv4 { width:14.5625rem;height:2.375rem;top:26rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNUkgdyRlvVeTNuA9tyouIxig92CfSoC { width:14.125rem;height:3.75rem;top:25.375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz { display:block; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJctothfgUUsOSnvmmhnlXHl5Kxw57dO { top:25.8125rem;left:41.4375rem;width:6.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFse5PDW63tUsd4RxuBkm7nAgdbnPxSD { top:26.125rem;left:31.9375rem;width:6.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xotMtmpvNFqk01PA628m05PLKbHVyrXT { width:8.875rem;height:3.5rem;top:25.4375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMZQR3rH9Oiy47TxS5ehTF7sPRrAIFJT { width:20rem;height:8.5rem;top:4.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS0yiKMLTWh2Thwv7QubHWAnyaOQnwG0 { width:20rem;height:7.0625rem;top:15.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccs6ehalPfuk2kIKkTppT46maa43X7Gu { width:47.75rem;height:2.875rem;top:3.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsh11gwOdIyvnuCOUDqWJMzxt89JdnFH { width:15.9375rem;height:1.5625rem;top:11.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akG1p16Ok0I8r6foC7uolpEfMHTAogZL { width:20.5rem;height:6.8125rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM7spzOD5HmbaxAIrzVNF7q8adeRpp5R { width:41.5625rem;height:6.6875rem;top:8.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo1qiMlrTeOvPT2J7rTMhSK8eC3xDTnH { width:36.3125rem;height:3.6875rem;top:10.25rem;left:11.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkJnsqvrdr88gIEokbmPU1yilQ5KRJsH { width:20.5rem;height:6.8125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c224DQNBUFzgqXoZfG81ohu97tNJVNot { width:41.5625rem;height:6.6875rem;top:16.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D21klC59PSAo96NGeTO2eA2iOKqyE2AL { width:36.3125rem;height:3.6875rem;top:18.1875rem;left:11.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4CAePFDuz3X3wGFFCk7HUL4JHAIzxPy { width:18.375rem;height:1.5625rem;top:19.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpAKze7O5fTcPBgx0PI1um5eD3grNlLd { width:31.1875rem;height:1.4375rem;top:26.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzh8nTxIvnTUUsSpTm8k21yxCVUemcAT { width:8.875rem;height:3.5rem;top:25.4375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 { display:block; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9NrxOR1S2mog5oIngQZMmxFulnS0SPN { top:2.1875rem;left:22.75rem;width:25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFXmpdrQtPi1ClhtvLGqTLf7ANlTQari { width:27.0625rem;height:5.8125rem;top:14.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeWTilKd41wXLFWTaRmfaXawtoxNspuI { width:22.25rem;height:1.5625rem;top:20.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLA6Wl5zlaf6W0yVEb8SXso4ost3AM41 { top:4rem;left:30.3125rem;width:14.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR1TI1F1VRTmti5akthD4D9rUH0rEfos { top:6.375rem;left:27.5625rem;width:20.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWquK3QHLb8AOwCOWlMDwacJJuDNEELv { top:4.25rem;left:25.9375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFX10LKazS3e0Umdr85mQdiSVcszI8Ho { top:4.875rem;left:26.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogHWecZw7g6eIMJto0wD59LpfcBLv7Ki { top:19.125rem;left:22.75rem;width:25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHL9DtrsG0CoBhVsCmxFZllB3J3wSlvO { top:23.25rem;left:27.5625rem;width:20.1875rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x16TAU5HyWqriT0TBscnDbidXLgPlKT4 { top:21rem;left:30.3125rem;width:14.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyyqdte0raT2MkrFXbHJXFci7UxP8DH2 { top:24.625rem;left:25.9375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuyIQ1XDQ4a9slHUinxoT7IrKWzakqZO { top:25.25rem;left:26.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLZOheighNAEMGkTTL9oMUa6HJaeSnU7 { top:10.375rem;left:22.75rem;width:25rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7TQO5T3xcC7to7LRI4tkb4VAkhqmzmR { top:14.4375rem;left:27.5625rem;width:20.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHgOm7M3KZiFoUqTJI76WalJaoR542pq { top:12.0625rem;left:30.3125rem;width:14.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7QETzWwhTJ9bQ547Fzik6ZN4MiTLOEJ { top:12.75rem;left:25.9375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIH9TDtJPlgopSadQmQ9BJVJXfUwd7mO { top:13.375rem;left:26.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcvLUWEfQaknc1T4AuzBn6LQ5mDKPT73 { top:4.375rem;left:43.4375rem;width:4.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1tff2oIXxfX3T9fTl4SAObiVWCA0IPT { top:12.5rem;left:41.875rem;width:5.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f { display:block; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnRWb35DorP9tO3f8OTwlDldBu3HdTKP { width:23.75rem;height:36.5rem;top:2.3125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-button { width:12.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.0625rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw  { width:20.6875rem;height:auto;top:2.375rem;left:24.5625rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw {display:block;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw { width:20.6875rem;height:auto;top:2.375rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #o0MbcPA1OUXJDAaiXTorvpievidBCKin {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #chXT1tNToMCJ4tvp2UwIiqTozn1NLzLT {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #FwF2rZpWyKgXwOeG7l6n88dciBTPhy7l {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #EXGCcyKZ617JMiOT3PDaUO6FlOVK3Z9x {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #Cy10WS67Nz6kHUS9c9QtPCfhvv0QNHdI {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dH8tmcowAst5Tp5srd7EGOKeXQ162WnN {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hWQvUC1Tlr2q3eTvOBUGFlFGEUk71Hba {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dexbZ9tmeXRh5SN49gFbamghbzdytBOe {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hAN6Hymf7hfLCL4yXKoPDQZ1kzASpgba {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #s87R3gyvNeUPTiUvJf68lrPdZ4cUKkvz {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #VMZhTaTTua7BdQTKnGkgvq7GetE6oCU1 {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #eFftwAmdkCpw1J3PGHWtAUx2VQyvrv6G {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #coQQNyHm1N2dsq7MCqX8aQRzEv78uB65 {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #paA2IhGX6nnQb9bBfWLudIHERMpTL7oR {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #ga35ZrkJqFabEleaAxPJbgPTnXCPKdXO {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #afTFJZmTJB1FISRloEqSucPKO2r2rRS0 {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #cBpQbxEBRTSmwawTk769rwp0CLTisrfF {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #Umr8hMHiBWgZpeU51ykILATaw0zch69L {  }
 }@media only screen and (max-width: 763px) { #ywW6N1iWTruOmGhzZ3oPDXOIlgakbDAJ { display:block; }
 }@media only screen and (max-width: 763px) { #lVTF9SWgFQxwxbd90E62wCRvUQ9Oy6Ps { display:block; }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #rtB6mCq37oFhpkQr9PxtWoteyt8G0OZG {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #iim3eu30dXDiBUVzFHWIAvGzgievAerR {  }
 }@media only screen and (max-width: 763px) { #DPHNEOafwhamuQLtVwQqeQNs1Zk5JRqd { width:23.5rem;height:8.75rem;top:9rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANlZkESS7HKveiBbNAs7UlTyFabP3h4F { width:12.6875rem;height:2rem;top:18.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNoutqymAn0RUmb0MsUWU0A0GxaHRNTO { width:18.75rem;height:3.125rem;top:22.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzoFWg9OwUeXcTaFHQucPTLRQGWDzuAi { top:27.75rem;left:0rem;width:12.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 { display:block; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE7glVg56sFsAulnZJQEQEL0vlHPRGvn { top:1.9375rem;left:25.625rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxreLuQL8v9TNbwWSXRchiXctOymFTVq { top:2rem;left:35.375rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noC51PLZDnMV9tS97fhDQx869u15M5na { top:1rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUEW9qLXsLNTVSxhAvTCqoE6uBGaLTRt { top:1.8125rem;left:35.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMGXghkCTkxRlSZqsDZGvTfbHZ7720a { top:1.8125rem;left:23.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRNQqiFBNow7TuHvDNp39k04mV8Kzgbc { top:1.375rem;left:0rem;width:8rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe { top:2.375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 { top:2.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC { top:2.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZwcpninZLBZ9wcRWWTlN2u2nz8mJTFau { width:14.625rem;height:3.4375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DGEmrmfQkllzA5N4qGOmPl0m6D0b6C { display:block; }
 }@media only screen and (max-width: 763px) { #UgGe2fwdIZS4L5xehcHtEHrKcZoLsrgK { width:8.5625rem;height:3.4375rem;top:0.75rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7v4a0mlL2OFBMLVlJf2PQWcKT8SvS9H { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71171b8b-92ab-42d0-99c1-7290af6bcbe4/DOBRA1FUNDO.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.adaptive-delivery-prevent-bg, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyload, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyloading { background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { background-color: transparent; background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.71); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.71); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .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); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { width:20rem;height:6.325rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { width:20rem;height:4.62890625rem;top:10.591796875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGW6HN3s0ZtIdetAoDn76y1g3lEMEDu9 { width:18.125rem;height:3.41015625rem;top:9.375rem;left:0.9375rem;font-size:0.8125rem;z-index:15013;line-height:1.4;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MFDSyGV3rTehWAh4ObX2cQGrwxE5TXeT { width:8.5625rem;height:2.875rem;top:14rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU { display:block; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nb1tK23JtHopEec5AXJPhSQRzh213U36 { width:15.125rem;height:4.798825rem;top:11.687507629394rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUlDMEypt0N6oLQnVlQrZx5VG1fv0qDz { width:3.1875rem;height:3.1875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXqgeytSKwA0CHbusAVbEXBDqqk1WBT8 { width:18.3125rem;height:10.125rem;top:8.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOaxISZcp7uqQGMI7V78suyuPzduDs5S { display:flex;width:1.375rem;height:1.375rem;top:12.656257629394rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #cmOVOTlC0RPXNJUTC743BIBckzCZeIL1 { width:15.75rem;height:1.8rem;top:9.9374866485594rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHuLvIMHDa7DikOkZHVgA2bnur8IGFDd { width:20rem;height:0;top:19.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr9zl1PzLBZfwaZ4yHb349J3XJA1mm6w { width:20rem;height:0;top:23.79980625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0rrwkhqrozuTpo6ypyrqlIBik6HKXXI { width:19.875rem;height:8.875rem;top:26.624025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctMltiDsuEuanxCacwrUanzv6BXwg1xg { width:16.3125rem;height:0;top:29.624025rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltVsbOnI0XT53arpt2TwqBHXhhTDMx2y { width:17.375rem;height:0;top:27.874025rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfTvJz4T1otcK5kvTMUFdJwtfAvTBAwF { width:3.1875rem;height:3.1875rem;top:29.249025rem;left:-1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adzdo7chtTlMCkhr0GtlxGp6r5vzXPR9 { display:flex;width:1.875rem;height:1.875rem;top:29.874025rem;left:-1rem; }
 }@media only screen and (max-width: 763px) { #CRiyiLFi7POJV26fbQXvsX5DDawdv1It { width:19.875rem;height:8.875rem;top:36.749025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9AeA2aWzOWfpeEyyaUCE8qIQxXpcea { width:16.3125rem;height:0;top:39.749025rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNzaLTWKhVzXxrgugRU8Tq7kXohZpNv2 { width:3.1875rem;height:3.1875rem;top:39.374025rem;left:-1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTkhT7KhNIEZnokQOAiqsB21m89daPgv { width:18rem;height:0;top:37.999025rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgg5RVIc4lVcRqZns7uiQ6bGgldt4nQl { display:flex;width:1.875rem;height:1.875rem;top:39.999025rem;left:-1rem; }
 }@media only screen and (max-width: 763px) { #JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { width:20rem;height:123.48730625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJ0vI1hAKEaoldOV8Ts8rPIfUAVpcPgN { width:18.75rem;height:9.875rem;top:9.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { width:16.8125rem;height:5.173825rem;top:1.0771484375rem;left:1.59375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsBh0UwKC5RWhcuTR3bKRVCcB8d0dlCw { width:12.375rem;height:0;top:24.4375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZbGBWTHXVLdSuigU2snqAALkQsuTcc { width:8.375rem;height:0;top:28.125rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHbmswDfUPiHHNK42MIwKl3P0eG2XPrc { width:17.1875rem;height:11.9375rem;top:31.17480625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGsiq2n4ykeyqNuzU3IT0A7A8BIErOwc { width:12.375rem;height:0;top:38.79980625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riKZmUo2slndnqZy0TanbrvBixiJO836 { width:10.125rem;height:0;top:37.04980625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQw1KxsBvIs273cAqSqTv8wDTm9ddGhM { width:17.1875rem;height:11.9375rem;top:44.36230625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhEanEl1TtCnHhTE2IZa5lqy8wCBRdgT { width:17.1875rem;height:11.9375rem;top:57.54980625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byWbnhlqTI9IBFWKOiKmu4FZFdHXyZ4M { width:13.625rem;height:0;top:51.98730625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJXN29dB4sBpmg9UHqi75WpQCSH8ad5 { width:12.375rem;height:0;top:65.42480625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9QoiVSxtd39lrZoLyilCKuU5hABTGrQ { width:15.875rem;height:0;top:63.67480625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLcDEQbx05rLSruUip7e1JC41EfG9om { width:9.8125rem;height:0;top:50.23730625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0vzTKwh2s0xFVJHqZqT5RiGgOmC4He0 { width:17.1875rem;height:11.9375rem;top:97.11230625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A07gxAymeOEVT1VvRAakv0vFu7g5tUFD { width:17.1875rem;height:11.9375rem;top:110.29980625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t75Xhsw6vmHFcJhLn6XqESiorixnF7A8 { width:17.1875rem;height:11.9375rem;top:83.92480625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAvEvtL9u5FkZC4NWJFEA2cxb7ZI01Hw { width:12.375rem;height:0;top:91.54980625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykhdAtQEPBglTNJ39F4o34sOODV77EZ { width:12.375rem;height:0;top:104.73730625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTpL34EuMRqACZw5p7eKNn1nX6LOnc7X { width:12.375rem;height:0;top:117.92480625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQGh8bSqzlWP2xfM1nJ5dr2pPrMMFv6l { width:17.1875rem;height:11.9375rem;top:70.73730625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCnHL7ybsGsU0pU0DNHDc4lEcXBEbwDT { width:15.0625rem;height:0;top:89.79980625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVFfF3QG4h3ssdVWz3PI2Osweobc8Oq9 { width:13.6875rem;height:0;top:116.17480625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGtrRdeytGehVCQAG9m3f5LDNSwnmiyD { width:15.0625rem;height:0;top:102.98730625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnbwopGG3B6Qd4RNyns0Vn9rnT7Jh6IF { width:12.375rem;height:0;top:78.36230625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxQLSuNRiVROC8qDfhzZgVUPrc8h2MbG { width:13.3125rem;height:0;top:76.61230625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #somhCt6q0CEbAcsJtBS0ZaBP0oZHkfJ4 { display:flex;width:2.8125rem;height:2.8125rem;top:20.375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #kbDgCmc7OhEcQTMw0Eibam99HiiLvDO3 { display:flex;width:2.8125rem;height:2.8125rem;top:33.11230625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #zTSXXm6skpCdei8ksWRwtXwT3Eh3sRkP { display:flex;width:2.8125rem;height:2.8125rem;top:46.29980625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #ze9nVu6fQmC5tDJXIPtuHnFN8Wtkummx { display:flex;width:2.8125rem;height:2.8125rem;top:59.48730625rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #ZCSqM29VgoRzp4E8iFItBlGAxkdsC15a { display:flex;width:2.8125rem;height:2.8125rem;top:72.92480625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #D3xG9JVtsSofSxP1PPETwITVLwT9iWcF { display:flex;width:2.8125rem;height:2.8125rem;top:86.11230625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #FT3SRgJcAHKxrSgonrsWkqZWW2wUB0ob { display:flex;width:2.625rem;height:2.625rem;top:99.29980625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #lqyLRKHNnERSs0mVIkHLpwaS436z9cbb { display:flex;width:2.625rem;height:2.625rem;top:112.48730625rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #gEz1clEXPaHubzNpaPELbG5yAah0Kd9X { display:block; }#gEz1clEXPaHubzNpaPELbG5yAah0Kd9X > .row .container { width:20rem;height:75.308138838401rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQ776SfPTNTl3HbVAmQcWadvFITqVwJw { width:20rem;height:6.03515625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEcBz1Wcm50LkzfmcsJhxkaG7ofkVXhv { width:13.0625rem;height:8.046875rem;top:1.03515625rem;left:3.46875rem;font-size:1.4375rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #hnba3HLLKzGi7OgOSM51Txi6UNn0ZB6J { width:20rem;height:4.0234375rem;top:1.40625rem;left:0rem;font-size:1.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #rd47ld17PlOrT4vxzZLwZIIzLJEL1NNv { width:20rem;height:auto;top:8.9375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5vksg3SzNPBGfMFD1ebuguMlVHZE61d { width:20rem;height:0;top:6.65625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS3Ni6pZ4J5kvsPNE9AzS0LQ8Dfin1pk { width:20rem;height:28.658823529412rem;top:45.399315308989rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUbkSa6QcI3vIGWuRUFcd9RMr4KNeRGr { width:20rem;height:26.797752808989rem;top:17.3515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 { background-color:#ffffff;background-image:none;display:block; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { background-color: transparent; background-image: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container > .video-iframe-container { display: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row > .video-iframe-container { display: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .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); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { width:20rem;height:69.53515625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFySo2K4Q1fggyGSgwsriSTsZ4pHnDdg { width:20rem;height:3.298825rem;top:2.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp5WShIXZQLLBBwLEMoFm6bbVVg55aJ { width:18.5625rem;height:6.75rem;top:17.8125rem;left:0.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XzbRLTUrB3dO1cmxzQsWEQk5ESqAR2Tt { width:14.5625rem;height:3.1484375rem;top:20.9375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zkI21cJ5kuQJH5aandoHZQPlstNrcOUp { width:18.75rem;height:4.375rem;top:15.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLWgmld0ba7v5MDN7s74p1BlNm1KAbvf { width:17.5rem;height:2.3994125rem;top:16.875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9UG8g3KbsT6FZNabDC2MF6yuhGlMou { width:20rem;height:0;top:25.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaDZDvUhr6IIMchMSP05Jn9RbOSoRIre { width:18.625rem;height:6.8125rem;top:28.63671875rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LfsIxL8eie3GK6e9v1bbMAE1EosDHt4f { width:14.5625rem;height:0;top:30.193359375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xdBT95wX6bQ6wQtfGmsarMMGmJI13ykN { width:18.75rem;height:6.8125rem;top:36.69921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEiToKABEnTqZ2C1qbqXECF6Cksl0h3E { width:17.5rem;height:0;top:38.63671875rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or8xJvdEk7V8rvtM2KDbHELyD5CFQXfr { width:18.625rem;height:6.8125rem;top:53.41015625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hXrnfvHQdtzJcEBI1336iHhZMT4AGdqG { width:18.75rem;height:6.8125rem;top:61.47265625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trOCkaWvmksrSUpnkEKiuUTiU43liH1x { width:18.25rem;height:0;top:63.228515625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmCBVtkXv9h63gSSO9RMT0tvwXhT3VFA { width:16.4375rem;height:0;top:54.103515625rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #flfLv5cTx36KWBWg3eoVTMTThfVnzTv4 { width:14.5625rem;height:0;top:44.76171875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yNUkgdyRlvVeTNuA9tyouIxig92CfSoC { width:14.125rem;height:3.75rem;top:48.41015625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz { background-color:#ffffff;background-image:none;display:block; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { background-color: transparent; background-image: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container > .video-iframe-container { display: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container { display: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .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); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJctothfgUUsOSnvmmhnlXHl5Kxw57dO { width:7rem;height:3rem;top:20.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFse5PDW63tUsd4RxuBkm7nAgdbnPxSD { width:6.8125rem;height:2.3125rem;top:28.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xotMtmpvNFqk01PA628m05PLKbHVyrXT { width:10.5rem;height:6rem;top:26.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMZQR3rH9Oiy47TxS5ehTF7sPRrAIFJT { width:20rem;height:8.5488125rem;top:2.27734375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nS0yiKMLTWh2Thwv7QubHWAnyaOQnwG0 { width:20rem;height:3.375rem;top:11.58984375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ccs6ehalPfuk2kIKkTppT46maa43X7Gu { width:20rem;height:0;top:33.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nsh11gwOdIyvnuCOUDqWJMzxt89JdnFH { width:15.9375rem;height:0;top:40.418946875rem;left:2.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akG1p16Ok0I8r6foC7uolpEfMHTAogZL { width:20rem;height:6.8125rem;top:37.79980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM7spzOD5HmbaxAIrzVNF7q8adeRpp5R { width:19.875rem;height:6.6875rem;top:45.86230625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wo1qiMlrTeOvPT2J7rTMhSK8eC3xDTnH { width:20rem;height:0;top:47.42480625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nkJnsqvrdr88gIEokbmPU1yilQ5KRJsH { width:20rem;height:6.8125rem;top:53.79980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c224DQNBUFzgqXoZfG81ohu97tNJVNot { width:19.875rem;height:6.6875rem;top:61.86230625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #D21klC59PSAo96NGeTO2eA2iOKqyE2AL { width:20rem;height:0;top:63.42480625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I4CAePFDuz3X3wGFFCk7HUL4JHAIzxPy { width:18.375rem;height:0;top:56.418946875rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpAKze7O5fTcPBgx0PI1um5eD3grNlLd { width:20rem;height:0;top:69.79980625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Nzh8nTxIvnTUUsSpTm8k21yxCVUemcAT { width:8.875rem;height:3.5rem;top:72.51074375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 { display:block; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container { width:20rem;height:131.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9NrxOR1S2mog5oIngQZMmxFulnS0SPN { width:20rem;height:14.1875rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFXmpdrQtPi1ClhtvLGqTLf7ANlTQari { width:20rem;height:0;top:49.94824375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeWTilKd41wXLFWTaRmfaXawtoxNspuI { width:20rem;height:0;top:66.17285625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLA6Wl5zlaf6W0yVEb8SXso4ost3AM41 { width:14.75rem;height:0;top:42.125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR1TI1F1VRTmti5akthD4D9rUH0rEfos { width:20rem;height:0;top:47.47949375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWquK3QHLb8AOwCOWlMDwacJJuDNEELv { width:3.1875rem;height:3.1875rem;top:37.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFX10LKazS3e0Umdr85mQdiSVcszI8Ho { display:flex;width:1.875rem;height:1.875rem;top:38.3125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #ogHWecZw7g6eIMJto0wD59LpfcBLv7Ki { width:20rem;height:14.125rem;top:68.997075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHL9DtrsG0CoBhVsCmxFZllB3J3wSlvO { width:20rem;height:0;top:73.122075rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x16TAU5HyWqriT0TBscnDbidXLgPlKT4 { width:14.75rem;height:0;top:70.872075rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyyqdte0raT2MkrFXbHJXFci7UxP8DH2 { width:3.1875rem;height:3.1875rem;top:74.497075rem;left:-2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuyIQ1XDQ4a9slHUinxoT7IrKWzakqZO { display:flex;width:1.875rem;height:1.875rem;top:75.122075rem;left:-1.8125rem; }
 }@media only screen and (max-width: 763px) { #FLZOheighNAEMGkTTL9oMUa6HJaeSnU7 { width:20rem;height:7.875rem;top:57.04785625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7TQO5T3xcC7to7LRI4tkb4VAkhqmzmR { width:20rem;height:0;top:61.11035625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHgOm7M3KZiFoUqTJI76WalJaoR542pq { width:14.75rem;height:0;top:58.73535625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7QETzWwhTJ9bQ547Fzik6ZN4MiTLOEJ { width:3.1875rem;height:3.1875rem;top:59.42285625rem;left:-2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIH9TDtJPlgopSadQmQ9BJVJXfUwd7mO { display:flex;width:1.875rem;height:1.875rem;top:60.04785625rem;left:-1.8125rem; }
 }@media only screen and (max-width: 763px) { #AcvLUWEfQaknc1T4AuzBn6LQ5mDKPT73 { width:4.3125rem;height:0;top:45.17480625rem;left:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1tff2oIXxfX3T9fTl4SAObiVWCA0IPT { width:5.875rem;height:0;top:59.17285625rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f { display:block; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { width:20rem;height:111.6338125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnRWb35DorP9tO3f8OTwlDldBu3HdTKP { width:20rem;height:36.1875rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-button { width:10.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.4375rem;background-color:#1d2540;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container:first-of-type{padding-top:0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container:last-of-type{padding-bottom:0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw  { width:17.5rem;height:auto;top:75.1963125rem;left:0rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw {display:block;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw { width:17.5rem;height:auto;top:76.3838125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #o0MbcPA1OUXJDAaiXTorvpievidBCKin {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #chXT1tNToMCJ4tvp2UwIiqTozn1NLzLT {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #FwF2rZpWyKgXwOeG7l6n88dciBTPhy7l {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #EXGCcyKZ617JMiOT3PDaUO6FlOVK3Z9x {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #Cy10WS67Nz6kHUS9c9QtPCfhvv0QNHdI {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dH8tmcowAst5Tp5srd7EGOKeXQ162WnN {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hWQvUC1Tlr2q3eTvOBUGFlFGEUk71Hba {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dexbZ9tmeXRh5SN49gFbamghbzdytBOe {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hAN6Hymf7hfLCL4yXKoPDQZ1kzASpgba {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #s87R3gyvNeUPTiUvJf68lrPdZ4cUKkvz {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #VMZhTaTTua7BdQTKnGkgvq7GetE6oCU1 {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #eFftwAmdkCpw1J3PGHWtAUx2VQyvrv6G {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #coQQNyHm1N2dsq7MCqX8aQRzEv78uB65 {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #paA2IhGX6nnQb9bBfWLudIHERMpTL7oR {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #ga35ZrkJqFabEleaAxPJbgPTnXCPKdXO {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #afTFJZmTJB1FISRloEqSucPKO2r2rRS0 {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #cBpQbxEBRTSmwawTk769rwp0CLTisrfF {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #Umr8hMHiBWgZpeU51ykILATaw0zch69L {  }
 }@media only screen and (max-width: 763px) { #ywW6N1iWTruOmGhzZ3oPDXOIlgakbDAJ { display:block; }
 }@media only screen and (max-width: 763px) { #lVTF9SWgFQxwxbd90E62wCRvUQ9Oy6Ps { display:block; }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #rtB6mCq37oFhpkQr9PxtWoteyt8G0OZG {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #iim3eu30dXDiBUVzFHWIAvGzgievAerR {  }
 }@media only screen and (max-width: 763px) { #DPHNEOafwhamuQLtVwQqeQNs1Zk5JRqd { width:20rem;height:0;top:53rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANlZkESS7HKveiBbNAs7UlTyFabP3h4F { width:12.6875rem;height:0;top:63.0244375rem;left:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNoutqymAn0RUmb0MsUWU0A0GxaHRNTO { width:18.75rem;height:0;top:66.297875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzoFWg9OwUeXcTaFHQucPTLRQGWDzuAi { width:12.75rem;height:4.4375rem;top:70.6963125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 { display:block; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE7glVg56sFsAulnZJQEQEL0vlHPRGvn { width:9.746125rem;height:1.4rem;top:9.3935546875rem;left:4.3134765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxreLuQL8v9TNbwWSXRchiXctOymFTVq { width:11.371125rem;height:1.4rem;top:6.7451171875rem;left:4.3134765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noC51PLZDnMV9tS97fhDQx869u15M5na { width:20rem;height:1.3125rem;top:12.8984375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUEW9qLXsLNTVSxhAvTCqoE6uBGaLTRt { width:1.5625rem;height:1.5625rem;top:6.6640625rem;left:2.314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMGXghkCTkxRlSZqsDZGvTfbHZ7720a { width:1.5625rem;height:1.5625rem;top:9.3125rem;left:2.314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRNQqiFBNow7TuHvDNp39k04mV8Kzgbc { width:12.370125rem;height:3.4765625rem;top:1.25rem;left:3.814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe { display:flex;width:3.125rem;height:3.125rem;top:14.8125rem;left:4.1875rem; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 { display:flex;width:3.125rem;height:3.125rem;top:14.8125rem;left:8.5rem; }
#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC { display:flex;width:3.125rem;height:3.125rem;top:14.8125rem;left:12.6875rem; }
#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ZwcpninZLBZ9wcRWWTlN2u2nz8mJTFau { width:14.625rem;height:3.4375rem;top:19.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DGEmrmfQkllzA5N4qGOmPl0m6D0b6C { display:block; }
 }@media only screen and (max-width: 763px) { #UgGe2fwdIZS4L5xehcHtEHrKcZoLsrgK { width:8.5625rem;height:3.4375rem;top:22.625011444092rem;left:5.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7v4a0mlL2OFBMLVlJf2PQWcKT8SvS9H { display:block; }
 }