.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:0,30,80;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--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:"Volkswagen TERMINA";--paragraphs-font-family:"Volkswagen TERMINA"; }@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:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { 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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#IZXKLCNPTaHiz6N97ngnfq2sPzugZBtv { position:absolute;display:block;z-index:15000;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:1.625rem;width:16.25rem;top:4.09375rem;left:0rem;overflow:hidden;display:block; }
#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/e250906a-0bce-47dd-b58c-18a83e838de5/main_hyptec.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.adaptive-delivery-prevent-bg, #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.lazyload, #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.lazyloading { background-image: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { background-color: transparent; background-image: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container > .video-iframe-container { display: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row > .video-iframe-container { display: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .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); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { border-width: 0; border-radius: 0; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:28.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#46494c;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.5rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:volkswagen;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#46494c;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:volkswagen;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.5rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.8125rem;margin-bottom:0.25rem;margin-left:7.8125rem;display:block;box-sizing:border-box;font-size:0.75rem;font-weight:700;color:#000000;width:12.8125rem;height:2.8125rem;font-family:montserrat;overflow:hidden;box-shadow: none;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27.25rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.875rem;left:41.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.5rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.4375rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.875rem;left:41.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #N5RLvqprgXaypLyD5NgCls8PLWNauLCT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #uKeXcig2zs1l4hHvHprQ6wlfrfkiNTwk { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qyn1BVDkmbzhZcrKxAH22VGRGX97ihzJ { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #lzp0TtBfvybqP08BBz914hsIGK1iw4kc { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #z5o329bqnt8R5Fxaz8sp4ip1xc4V4L9L { position:relative;z-index:2; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #MbPsXVBz8x2SrIq1bBZnwQrzB1Bm9OWz { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #De1Nto19o1ukMKcbaOGpHI6EdqO3QSnT { position:relative;display:block;z-index:15000; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ybS9TgBToaoluQXqqbyILK2cHwwEsCIT { position:relative;display:block;z-index:15000; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #azISyCavfAH3f0K6OeBa7duETxLmcIO8 { position:relative;display:block;z-index:15000; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qBqlh3hmVMucvi9mLS5sgEsLkdKQs3Si { position:relative;display:block;z-index:15000; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #UNwUXtPE5JNBKLmHKZNpobmP3lFuXu8v { position:relative;display:block;z-index:15000; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #oC19mmrx7TgN3yfwtzBmrzyFGgJmDRxe { position:relative;display:block;z-index:15000; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:42.125rem;height:1.462675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TGIc8EZXx8xOso362Wpib3nEZq0b85i6 { background-color:rgba(var(--color-primary-2),0);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:volkswagen;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.3125rem;left:61.1875rem;display:block; }
#ebJyxPGOBdwQk1eA1SObU8dIvJaBoCoR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AumNTPSXEnWFaJpotu3oCnRqMsDdz0Ta { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:42.125rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/76adccd9-13de-48ca-a7bd-495111a85f66/tlo__.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW.adaptive-delivery-prevent-bg, #EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW.lazyload, #EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW.lazyloading { background-image: none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container { border-width: 0; border-radius: 0; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:none; }#ZTJIqmfCOW3HmW4GgbfGyguFtK199Ky7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#hrlSN1GuR4IENuU5OcLvQsSvMngmxEkc { position:absolute;display:block;z-index:15005;background-color:#c6bec3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:21.4375rem;left:0rem;display:none; }
#T7oZZPDMKvdZrVbOIgrVRF1FzfgCMu2J { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#nEn0Ce8RToiXdOA2n2h3TJqGulcc4HEL { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#ir8WweRJ8zgs5sdg1lfH5TG0zp9wERkn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.1875rem;left:0rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#vLuuO9puOFRStJLD3lZnpsv5oZm10J8x { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #c6bec3;border-left:0.125rem solid #c6bec3;border-right:0.125rem solid #c6bec3;border-bottom:0.125rem solid #c6bec3;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:4.25rem;left:40.4375rem;display:none; }
#anw8CNrCOT1rS7RKqdUlKhBQOzXEs3oB { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.25rem;left:47.0625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#zV670BvZez8WrwruMvQoWmnpB2F4doeg { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.125rem;left:44.0625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#opdGZwlnuoERvLDgSkiiJNRTea5LNqFd { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.5rem;left:64.1875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#T28R6poTWGxIF7T1lTzO1IAZmkzGzRTB { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.875rem;left:59.1875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#tbGg5srxE3UEVM79Lx6AnUBiuOgsp4VR { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #c6bec3;border-left:0.125rem solid #c6bec3;border-right:0.125rem solid #c6bec3;border-bottom:0.125rem solid #c6bec3;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.3125rem;left:40.375rem;display:none; }
#M3BXKElqtCUOSAuqZ23r208Dif8IXEdI { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.1875rem;left:58.4375rem;display:none; }
#LOnavGmMFhK3Ebiroczob59dv1JVTE9H { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid #c6bec3;border-left:0.125rem solid #c6bec3;border-right:0.125rem solid #c6bec3;border-bottom:0.125rem solid #c6bec3;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:4.1875rem;left:58.4375rem;display:none; }
#zx6vMs7sbcCt3AFvKHkBbVJWAORsEU9U { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:65.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#BMOJT1T6U5QsNU25CN7S2tpZvQGo7Nvc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.125rem;left:60.5rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#RKf4EP4ncyrgro9RBIsEWc5ryk4h6nWK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:44.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#mSMNzGXOaTTM1FZtmL7chAnbWSCyCh4A { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.25rem;left:44.0625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Fzo9Cr4i9A1iKnoqsaImx6a4fzuVfoTs { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22.875rem;left:0rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#V15CTnKQVoQq8USqQlECE7c57DpV34E7 { 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:none; }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .row .container { border-width: 0; border-radius: 0; }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:none; }#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-form-header {  }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:26.25rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:volkswagen;vertical-align:top; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:26.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:volkswagen;vertical-align:top; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;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:26.25rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-button { border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.8125rem;margin-bottom:0.25rem;margin-left:4.5625rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:700;color:rgba(var(--color-primary-4),1);width:17.0625rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:25.0625rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .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; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-container:first-of-type{padding-top:0;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-container:last-of-type{padding-bottom:0;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.25rem;left:42rem; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem;display:block;vertical-align:top; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-info-text { display:block;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q {display:block;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.25rem;left:42rem;display:none; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #wOpzTsPdrWxTb2A2PbWeDVnJleVuoVvq { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #K9lA2VQSNGCsWge4mluJWO6c6mCVLiED { position:relative;display:block; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #aVqkP65WNB7lusXOLIFtlXtHogvIezDR { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #tRZoq81revXKAxNN19vyV6VLF5iDP4h0 { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #qttsXFrnQy7eDrCG4uIWnJw5ve7r3lVA { position:relative;display:block; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #UR3sTRB5qSykhrxQfOkPHLXBu23yXbG7 { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #SxRhxOsAUitkeQs2EIB5OPZ052JZSxlk { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #x5QdUZ7TlsmsanfNTCVVvu6UgW2Xmwen { position:relative;display:block; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #QMXC5MlrdKcyZyeBoVGMXFHBndCPo7Ur { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #FQeeUTW4FOeEQObyT3Fbp3aHWBuFaJ0b { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #RvaWngPPEFJBeLTbwMJ11TUms9LWBXp7 { position:relative;display:block; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #yucfedfsmSftT72kuoJNcUw19vVFcnIQ { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #SBvgT6VpRAITAn437aEIU6yGX3admFip { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #LLH06DapXHImtpGU5yo0K0TI6b9LVggy { position:relative;display:block; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #T3KJZVOnz9BbF3y5sIuCsuBFqLe4Qoc2 { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #OfnfhvBVRsEalbThhfE6g0ZDTOyCstal { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #HDa8QVDA1n3TogeWT5xcZtMcTn9L51xT { position:relative;z-index:2; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #KtsMLv5pIHoJTvUf4enqdGp0dmbzKaP7 { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #dC5DnA0PTtDPNbVk9pUVsKT4cifTOXBy { position:relative; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #VvORDcb82zpTceerEveKhnkiQRmUevqw { position:relative; }
#k3g2PiVdsSAzyctCM5XSqzpCRvccCk73 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:42.0625rem;height:4.3875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-form-header {  }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:28.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#46494c;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.5rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:volkswagen;vertical-align:top; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#46494c;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:volkswagen;vertical-align:top; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.5rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.8125rem;margin-bottom:0.25rem;margin-left:7.8125rem;display:block;box-sizing:border-box;font-size:0.75rem;font-weight:700;color:#000000;width:12.8125rem;height:2.8125rem;font-family:montserrat;overflow:hidden;box-shadow: none;font-style:normal; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27.25rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .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; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-container:first-of-type{padding-top:0;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-container:last-of-type{padding-bottom:0;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.875rem;left:41.25rem; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.5rem;display:block;vertical-align:top; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.4375rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 {display:block;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.875rem;left:41.25rem;display:none; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #TSd4ZvbkNeClXrxu1c0DApNMdV1BWkgI { position:relative; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #a97gcf8SM9BFvtGDx6pch047mfD0aXN1 { position:relative;display:none; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #duvQ2LtfC0EJfRypkmnOvtqbREUD7XZf { position:relative; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #K43icb0upx43nQyqVuTneIJ22PDPz0DE { position:relative; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #Hq3gxiMikyLCKNrJAQakTEepRC5OBZPH { position:relative;display:none; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #oVBrPAIxOwA5N7BtczheViIobpal9ELx { position:relative; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #rXNdNMK1XEWad3w86gWR6pEzkHp5we8N { position:relative; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #ToEFBdy9GOoTUVBdTDBCuSWFWZEIWO9J { position:relative;display:none; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #qI9cf3elq60A4fHfy7dQGvxph3sckeyx { position:relative; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #wkWIKPi31Fl2TwwARKWDbFxlg2y7pIbz { position:relative; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #LJ6CaPqTPywAhJTdMEWeDfG0akazsArV { position:relative;z-index:2; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #ChxaqDKp6qVCksxOITNndpNIBsPJT7gg { position:relative; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #RKsf4oALS7IMWySiGx60bNh6KmbZyMB0 { position:relative;display:block;z-index:15000; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #whQOqhGo30FaiZEiVqsrX4F5owXcdhyF { position:relative;display:block;z-index:15000; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #iqpsCgthVSRQSIoJsDCiNPHNMJ1tkZD3 { position:relative;display:block;z-index:15000; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #ChIT1RNUMLTwOeHulwvkiluAoTJGqzGw { position:relative;display:block;z-index:15000; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #l1faO0w4km40JC267WSUBbNA1bhBIdy1 { position:relative;display:block;z-index:15000; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #fyGEtNHOCRRMHIblyTumibIFLfuJdZXO { position:relative;display:block;z-index:15000; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #hiyvQi2v5U50WOrt8ZcmlCv2NmuCmu2S { position:relative; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #LAtccl844anHpZEpW9uTV6b8lKLWnZis { position:relative; }
#bnawLEwIzvTV8rzxuddAHoZh2kqOxxUd { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:42.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#xQl4Muy5ymF9G47sLncDTiLZIpImUFFx { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:42.125rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca80712b-6505-4b91-815c-ef70a2298a79/logokopia.webp");background-position:top 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; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ.adaptive-delivery-prevent-bg, #zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ.lazyload, #zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ.lazyloading { background-image: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { background-color: transparent; background-image: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container > .video-iframe-container { display: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row > .video-iframe-container { display: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .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); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { border-width: 0; border-radius: 0; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ::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; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#MVI6uGzITaDbQgxp5P0TczywXvVQDaeN { position:absolute;display:block;z-index:15023;background-color:#c6bec3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:21.5625rem;left:0rem;display:none; }
#gTyUuVWK2UWrqJC4h5Gt5fodm1uQDQM5 { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Ta2ZuaUEWC0bpo48EKowKMc6PyLcBhWf { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#pNtWiOyvxFUhMs10wi1agB4AIgdhAqqa { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#qhdF9hnzEUh3iQ4ODDOLwcdTEAERoNvw { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#KatCtGI8xy8KgTmEimnCVbyzkDOfSZdJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.625rem;left:0rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZGLrhMJJu0fLdoIyMh38kI4afnAluKDR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b83lZTh86idcyGQxs7aAfU708LwBv099 { box-sizing:content-box;height:5.625rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#cdcdcd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#V2HlXnmqaG5aiq8xxJmTLfB5PuodqmNp { box-sizing:content-box;height:12.3125rem;width:18.125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#D98R9K7XHEdoyyyzDREcIiDgzxKiJTaz { box-sizing:content-box;height:12.3125rem;width:18.125rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:18.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#yk0fCcLdoKOv2URrKg9Tx2e1desqw4Tk { box-sizing:content-box;height:12.3125rem;width:18.125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:37.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#LZgtRBAFZ3TgqqfF5AQ3Q47Hm6IJ2GQ0 { box-sizing:content-box;height:12.3125rem;width:18.125rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:56.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#i9pwOxVCs6WIiCT5oDKKXrftm3Q5lfdD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5625rem;left:18.9375rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yrCPFsvxCmwJc4yeJ6T1oWMm9IW80OqL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.5625rem;left:37.875rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aEP0qddtkWo3Qpgaexwmf8vBQw9dERR3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.5625rem;left:56.875rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca80712b-6505-4b91-815c-ef70a2298a79/logokopia.webp");background-position:top 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; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo.adaptive-delivery-prevent-bg, #LqZAwoaknXZr9yTfULZ9HPx35eDsRURo.lazyload, #LqZAwoaknXZr9yTfULZ9HPx35eDsRURo.lazyloading { background-image: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { background-color: transparent; background-image: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container > .video-iframe-container { display: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row > .video-iframe-container { display: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .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); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { border-width: 0; border-radius: 0; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo::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; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#aNNKonR46bJ6uFHodo3FcAmdHJPUmm2L { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.875rem;left:0rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VEgXEJGCxxcWowK653vs8LzvIbwieJht { position:absolute;display:block;z-index:15023;background-color:#c6bec3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:21.5625rem;left:0rem;display:none; }
#sUtInTdCT0AMFsUgINUtUCEkPpTl2SC2 { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#C60u5xpBadb3sFXILZ9SXb2gqVqhgoyO { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#HQDczi56qncUxfcTXLPPFuUC4ym41nKh { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Wyxm1LR9Iz5lNlGgtvm5TNsvdvlHWoTp { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#icOy8EwCqh4R9u7EgER2TKqDb21TGrwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:22rem;left:0rem;height:4.544275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VdW4vDlUOLkTVxJSlCcZKVlQU61Zkmwa { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.8125rem;left:16.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rPC6JJTPPIEr4PWFB3mnDzXahTptpD04 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:21.9375rem;left:14.875rem;height:5.68034375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PMy2RgAarhfVlL5nmCRayyiB8tgqba94 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:17.8125rem;left:34.25rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ucpxos8HoOOHaET2Ni1co9DarWk49L7t { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:22.25rem;left:33.625rem;height:6.8164125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uDqS2sWBhMxichkOWruqbOOwFMUGcrS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:17.625rem;left:49.0625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#myghkzU7R878f57lTcALUr9Hx8vLETX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:22.0625rem;left:48.9375rem;height:4.544275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c0CTK08B5qWZVU4rzrmhRi6sFa0Ofdxe { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.875rem;left:64.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fWPoOfTcHo9HsmtzgyHM0C4mEqqf1yLE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:22rem;left:63.6875rem;height:4.544275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FriZ9S4k85nyxAhxxD0C4F7obf3dhoy9 { position:absolute;display:block;z-index:15042;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:3.1875rem;width:3.5rem;top:12.4375rem;left:38.1875rem;overflow:hidden;display:block; }
#puRww1dMbB5GJw22yoNkaxwpMBuh76s3 { position:absolute;display:block;z-index:15044;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:3.25rem;width:3.25rem;top:12.4375rem;left:53.125rem;overflow:hidden;display:block; }
#iSTTUmmIP86ithRx0xpGeb5573yJ69TU { position:absolute;display:block;z-index:15045;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:3.125rem;width:2.625rem;top:12.5625rem;left:67.96875rem;overflow:hidden;display:block; }
#IcvhxEv2HCV85dxzbCMTIEv2FQLyvw3W { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.2916669845581rem;left:0rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oWVVNqRIkiRvnng3WF3vqe1W8nISw9Vd { position:absolute;display:block;z-index:15046;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:3.4375rem;width:3.375rem;top:12.34375rem;left:4rem;overflow:hidden;display:block; }
#QHRldNV4ZaHi23hsHXTPZmnOgZbo2eV9 { position:absolute;display:block;z-index:15047;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.5rem;width:3.625rem;top:12.78125rem;left:20.625rem;overflow:hidden;display:block; }
#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/999b8b04-8c82-4512-a191-9d7244832d15/section_hyptec.webp");background-position:top 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; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.adaptive-delivery-prevent-bg, #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.lazyload, #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.lazyloading { background-image: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { background-color: transparent; background-image: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container > .video-iframe-container { display: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row > .video-iframe-container { display: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .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); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { border-width: 0; border-radius: 0; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#kuNotzsxEfTIMyTruquHWMhIKRWBezaB { position:absolute;display:block;z-index:15023;background-color:#c6bec3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:21.5625rem;left:0rem;display:none; }
#xGS2mp5haWBlKRkVazrwDRnSQmcQZ8zR { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#d3qtas8FzLDc759sd8W9SvaCPhyJzQ2t { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#wfShpHTw3vPkSIzA55X1PoZDsQ1F492w { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ImhdVPWlBoT1nINtNq2aM6ZZXMcTVefw { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#fmaM0tMIQ9ncTSArdHr84UrC9unlBJyL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FbGKI1QfplW5lXLMPiqVGSFtFuqZTP5z { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.887500762939rem;left:0rem;height:3.40820625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LMe6lbTpX4gLo6PcVR0ffrKhXqfGhash { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0rem;height:2.92535rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca80712b-6505-4b91-815c-ef70a2298a79/logokopia.webp");background-position:top 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; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X.adaptive-delivery-prevent-bg, #olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X.lazyload, #olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X.lazyloading { background-image: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { background-color: transparent; background-image: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container > .video-iframe-container { display: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row > .video-iframe-container { display: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .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); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { border-width: 0; border-radius: 0; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X::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; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { font-size:0.875rem;font-family:arial;height:100.625rem;width:75rem;position:relative;display:block; }#oJbHBP5oADS58hU6IOgctxMSwH8q9Tsd { position:absolute;display:block;z-index:15023;background-color:#c6bec3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:21.5625rem;left:0rem;display:none; }
#ctV1QyuQvt3h017PD5mdbzBSGeADqXko { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Pf9mDVXoR43Gl4EcCqud8quoCS0dyd66 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#Ef8ihpuSMNEFulwaGT2ks6Bg7S9xqa94 { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#uwHi48kRXBApnnaN4bsNT0rqxWbTP099 { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#detsTeEHZXIW1dDQ5Jdnhcqo8dXCBtLO { position:absolute;display:block;z-index:15026;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:37.3125rem;width:24rem;top:7.3541669845581rem;left:0rem;overflow:hidden;display:block; }
#VrTK62GTL5hoBDayesppqcHL0S1Zq3rc { position:absolute;display:block;z-index:15027;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:37.3125rem;width:24rem;top:7.3541669845581rem;left:51rem;overflow:hidden;display:block; }
#itxCvy2uCgxmvbuBBRhHSyQJ6N9FeUig { 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:17.9375rem;width:24rem;top:7.3541669845581rem;left:25.5rem;overflow:hidden;display:block; }
#TQSNQTHgFPyykWSVAG6wKKn0dIXyASzd { 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:17.9375rem;width:24rem;top:26.770833969116rem;left:25.5rem;overflow:hidden;display:block; }
#po7VLozTVffvOQv1E8bIsbpFeUpUQJSc { position:absolute;display:block;z-index:15030;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:17.9375rem;width:49.25rem;top:46.041666984558rem;left:0rem;overflow:hidden;display:block; }
#CT4teR93EpiwZhvsT0n3i3TElo1JuiNE { position:absolute;display:block;z-index:15031;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:17.9375rem;width:24rem;top:46.041666984558rem;left:51rem;overflow:hidden;display:block; }
#yQvaokdgXOTHQngGvu0u0ZctydTRA0h8 { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:70.229167938231rem;left:0rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#foWW1Jm43IEevDGcNWKBsfbQy8cos9hM { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:75.041667938231rem;left:0rem;height:2.2721375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aPWuFxboUZploOUEoI5Pzb7N4KWzi62Z { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:80.666679382325rem;left:31.25rem;display:block; }
#yWXtfbsgPCkFtA4OuHDsEmB9zlu4mVyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciPH7nnssyShHvV8KgDmlSmS56DKxrXZ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15033;background-color:#cdcdcd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90.6875rem;left:0rem;display:block; }
#BcyI2F9HK7NdmHM15iTn9vqwHT0lzLIM { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:92.9375rem;left:0rem;height:0.73125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ot1U7KOU4FWDR6WuXgvG0IgmdomUXGyb { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:75.041667938231rem;left:0rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca80712b-6505-4b91-815c-ef70a2298a79/logokopia.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6.adaptive-delivery-prevent-bg, #ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6.lazyload, #ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6.lazyloading { background-image: none; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row .container { border-width: 0; border-radius: 0; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6::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; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:none; }#TKCouql3PIT58wzndGzAdazrc7FCPvr4 { position:absolute;display:block;z-index:15023;background-color:#c6bec3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:21.5625rem;left:0rem;display:none; }
#agfWFcTXnOFlq0WnEfaLpH03Cf0qgVwf { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#cOE1Dv1f3JXQfcXHhI5TwxERH4revCtP { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#uM1HKXqoOL0cwmpP6pcQGwTTbl4yZgIC { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#v8qdhNJMqCwWxvKmKO53B4ufSJs3StGI { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#iuBLd0rEfRBXmfg9q29NAM29wkLQTOiE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZXKLCNPTaHiz6N97ngnfq2sPzugZBtv { width:16.25rem;height:1.625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g { display:block; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { width:28.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:12.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.8125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:27.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:28.5rem;height:auto;top:9.875rem;left:16.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:28.5rem;height:auto;top:9.875rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #N5RLvqprgXaypLyD5NgCls8PLWNauLCT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #uKeXcig2zs1l4hHvHprQ6wlfrfkiNTwk { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qyn1BVDkmbzhZcrKxAH22VGRGX97ihzJ {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #lzp0TtBfvybqP08BBz914hsIGK1iw4kc {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #z5o329bqnt8R5Fxaz8sp4ip1xc4V4L9L {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #MbPsXVBz8x2SrIq1bBZnwQrzB1Bm9OWz {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #De1Nto19o1ukMKcbaOGpHI6EdqO3QSnT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ybS9TgBToaoluQXqqbyILK2cHwwEsCIT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #azISyCavfAH3f0K6OeBa7duETxLmcIO8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qBqlh3hmVMucvi9mLS5sgEsLkdKQs3Si {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #UNwUXtPE5JNBKLmHKZNpobmP3lFuXu8v {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #oC19mmrx7TgN3yfwtzBmrzyFGgJmDRxe {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:4.6875rem;left:18.5rem;width:29.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIc8EZXx8xOso362Wpib3nEZq0b85i6 { width:7.4375rem;height:1rem;top:31.3125rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebJyxPGOBdwQk1eA1SObU8dIvJaBoCoR { display:block; }
 }@media only screen and (max-width: 763px) { #AumNTPSXEnWFaJpotu3oCnRqMsDdz0Ta { top:6.9375rem;left:18.5rem;width:29.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW { display:none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZTJIqmfCOW3HmW4GgbfGyguFtK199Ky7 { top:7.125rem;left:0rem;width:36.625rem;height:2rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrlSN1GuR4IENuU5OcLvQsSvMngmxEkc { width:31.25rem;height:0.125rem;top:21.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7oZZPDMKvdZrVbOIgrVRF1FzfgCMu2J { top:12.4375rem;left:0rem;width:32.625rem;height:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEn0Ce8RToiXdOA2n2h3TJqGulcc4HEL { top:15.9375rem;left:0rem;width:36.625rem;height:2rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ir8WweRJ8zgs5sdg1lfH5TG0zp9wERkn { top:18.1875rem;left:0rem;width:32.625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLuuO9puOFRStJLD3lZnpsv5oZm10J8x { width:16.25rem;height:9.375rem;top:4.25rem;left:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #anw8CNrCOT1rS7RKqdUlKhBQOzXEs3oB { top:7.25rem;left:33.4375rem;width:3.3125rem;height:0;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zV670BvZez8WrwruMvQoWmnpB2F4doeg { top:9.125rem;left:30.4375rem;width:9.3125rem;height:0;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #opdGZwlnuoERvLDgSkiiJNRTea5LNqFd { top:16.5rem;left:42.6875rem;width:5.0625rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T28R6poTWGxIF7T1lTzO1IAZmkzGzRTB { top:18.875rem;left:32.75rem;width:15rem;height:4.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbGg5srxE3UEVM79Lx6AnUBiuOgsp4VR { width:16.25rem;height:9.375rem;top:15.3125rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3BXKElqtCUOSAuqZ23r208Dif8IXEdI { width:16.25rem;height:9.375rem;top:15.1875rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOnavGmMFhK3Ebiroczob59dv1JVTE9H { width:16.25rem;height:9.375rem;top:4.1875rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zx6vMs7sbcCt3AFvKHkBbVJWAORsEU9U { top:7.25rem;left:44.4375rem;width:3.3125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMOJT1T6U5QsNU25CN7S2tpZvQGo7Nvc { top:9.125rem;left:35.375rem;width:12.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKf4EP4ncyrgro9RBIsEWc5ryk4h6nWK { top:18.125rem;left:30.75rem;width:8.6875rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSMNzGXOaTTM1FZtmL7chAnbWSCyCh4A { top:20.25rem;left:30.4375rem;width:9.3125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fzo9Cr4i9A1iKnoqsaImx6a4fzuVfoTs { top:22.875rem;left:0rem;width:32.625rem;height:0.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #V15CTnKQVoQq8USqQlECE7c57DpV34E7 { display:none; }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-button { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.5625rem; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q  { width:26.25rem;height:19rem;top:17.25rem;left:19rem; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q {display:block;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q { width:26.25rem;height:19rem;top:17.25rem;left:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #wOpzTsPdrWxTb2A2PbWeDVnJleVuoVvq {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #K9lA2VQSNGCsWge4mluJWO6c6mCVLiED { display:block; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #aVqkP65WNB7lusXOLIFtlXtHogvIezDR {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #tRZoq81revXKAxNN19vyV6VLF5iDP4h0 {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #qttsXFrnQy7eDrCG4uIWnJw5ve7r3lVA { display:block; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #UR3sTRB5qSykhrxQfOkPHLXBu23yXbG7 {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #SxRhxOsAUitkeQs2EIB5OPZ052JZSxlk {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #x5QdUZ7TlsmsanfNTCVVvu6UgW2Xmwen { display:block; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #QMXC5MlrdKcyZyeBoVGMXFHBndCPo7Ur {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #FQeeUTW4FOeEQObyT3Fbp3aHWBuFaJ0b {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #RvaWngPPEFJBeLTbwMJ11TUms9LWBXp7 { display:block; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #yucfedfsmSftT72kuoJNcUw19vVFcnIQ {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #SBvgT6VpRAITAn437aEIU6yGX3admFip {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #LLH06DapXHImtpGU5yo0K0TI6b9LVggy { display:block; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #T3KJZVOnz9BbF3y5sIuCsuBFqLe4Qoc2 {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #OfnfhvBVRsEalbThhfE6g0ZDTOyCstal {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #HDa8QVDA1n3TogeWT5xcZtMcTn9L51xT {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #KtsMLv5pIHoJTvUf4enqdGp0dmbzKaP7 {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #dC5DnA0PTtDPNbVk9pUVsKT4cifTOXBy {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #VvORDcb82zpTceerEveKhnkiQRmUevqw {  }
 }@media only screen and (max-width: 763px) { #k3g2PiVdsSAzyctCM5XSqzpCRvccCk73 { top:1.75rem;left:0rem;width:15.75rem;height:2.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-regular-label { width:28.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-text { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-textarea { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-select { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-button { width:12.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.8125rem; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-checkbox-label { width:27.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5  { width:28.5rem;height:auto;top:9.875rem;left:16.75rem; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .radio-container { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 {display:block;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 { width:28.5rem;height:auto;top:9.875rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #TSd4ZvbkNeClXrxu1c0DApNMdV1BWkgI {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #a97gcf8SM9BFvtGDx6pch047mfD0aXN1 { display:none; }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #duvQ2LtfC0EJfRypkmnOvtqbREUD7XZf {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #K43icb0upx43nQyqVuTneIJ22PDPz0DE {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #Hq3gxiMikyLCKNrJAQakTEepRC5OBZPH { display:none; }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #oVBrPAIxOwA5N7BtczheViIobpal9ELx {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #rXNdNMK1XEWad3w86gWR6pEzkHp5we8N {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #ToEFBdy9GOoTUVBdTDBCuSWFWZEIWO9J { display:none; }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #qI9cf3elq60A4fHfy7dQGvxph3sckeyx {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #wkWIKPi31Fl2TwwARKWDbFxlg2y7pIbz {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #LJ6CaPqTPywAhJTdMEWeDfG0akazsArV {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #ChxaqDKp6qVCksxOITNndpNIBsPJT7gg {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #RKsf4oALS7IMWySiGx60bNh6KmbZyMB0 {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #whQOqhGo30FaiZEiVqsrX4F5owXcdhyF {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #iqpsCgthVSRQSIoJsDCiNPHNMJ1tkZD3 {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #ChIT1RNUMLTwOeHulwvkiluAoTJGqzGw {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #l1faO0w4km40JC267WSUBbNA1bhBIdy1 {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #fyGEtNHOCRRMHIblyTumibIFLfuJdZXO {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #hiyvQi2v5U50WOrt8ZcmlCv2NmuCmu2S {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #LAtccl844anHpZEpW9uTV6b8lKLWnZis {  }
 }@media only screen and (max-width: 763px) { #bnawLEwIzvTV8rzxuddAHoZh2kqOxxUd { top:4.6875rem;left:18.5rem;width:29.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQl4Muy5ymF9G47sLncDTiLZIpImUFFx { top:6.9375rem;left:18.5rem;width:29.25rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ { display:block; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVI6uGzITaDbQgxp5P0TczywXvVQDaeN { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyUuVWK2UWrqJC4h5Gt5fodm1uQDQM5 { top:23rem;left:0rem;width:32.625rem;height:0.65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta2ZuaUEWC0bpo48EKowKMc6PyLcBhWf { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNtWiOyvxFUhMs10wi1agB4AIgdhAqqa { top:19.125rem;left:32.75rem;width:15rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhdF9hnzEUh3iQ4ODDOLwcdTEAERoNvw { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KatCtGI8xy8KgTmEimnCVbyzkDOfSZdJ { top:22.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGLrhMJJu0fLdoIyMh38kI4afnAluKDR { top:11.5625rem;left:0rem;width:18.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b83lZTh86idcyGQxs7aAfU708LwBv099 { width:47.75rem;height:5.625rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2HlXnmqaG5aiq8xxJmTLfB5PuodqmNp { width:18.125rem;height:12.3125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D98R9K7XHEdoyyyzDREcIiDgzxKiJTaz { width:18.125rem;height:12.3125rem;top:6.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk0fCcLdoKOv2URrKg9Tx2e1desqw4Tk { width:18.125rem;height:12.3125rem;top:6.75rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZgtRBAFZ3TgqqfF5AQ3Q47Hm6IJ2GQ0 { width:18.125rem;height:12.3125rem;top:6.75rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9pwOxVCs6WIiCT5oDKKXrftm3Q5lfdD { top:11.5625rem;left:5.3125rem;width:18.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrCPFsvxCmwJc4yeJ6T1oWMm9IW80OqL { top:11.5625rem;left:24.25rem;width:18.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEP0qddtkWo3Qpgaexwmf8vBQw9dERR3 { top:11.5625rem;left:29.625rem;width:18.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqZAwoaknXZr9yTfULZ9HPx35eDsRURo { display:block; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNNKonR46bJ6uFHodo3FcAmdHJPUmm2L { top:17.875rem;left:0rem;width:11.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEgXEJGCxxcWowK653vs8LzvIbwieJht { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUtInTdCT0AMFsUgINUtUCEkPpTl2SC2 { top:23rem;left:0rem;width:32.625rem;height:0.65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60u5xpBadb3sFXILZ9SXb2gqVqhgoyO { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQDczi56qncUxfcTXLPPFuUC4ym41nKh { top:19.125rem;left:32.75rem;width:15rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyxm1LR9Iz5lNlGgtvm5TNsvdvlHWoTp { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icOy8EwCqh4R9u7EgER2TKqDb21TGrwQ { top:22rem;left:0rem;width:11.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdW4vDlUOLkTVxJSlCcZKVlQU61Zkmwa { top:17.8125rem;left:3.125rem;width:11.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPC6JJTPPIEr4PWFB3mnDzXahTptpD04 { top:21.9375rem;left:1.25rem;width:15.125rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMy2RgAarhfVlL5nmCRayyiB8tgqba94 { top:17.8125rem;left:20.625rem;width:11.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucpxos8HoOOHaET2Ni1co9DarWk49L7t { top:22.25rem;left:20rem;width:12.625rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDqS2sWBhMxichkOWruqbOOwFMUGcrS1 { top:17.625rem;left:35.4375rem;width:11.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myghkzU7R878f57lTcALUr9Hx8vLETX0 { top:22.0625rem;left:35.3125rem;width:11.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0CTK08B5qWZVU4rzrmhRi6sFa0Ofdxe { top:17.875rem;left:38.4375rem;width:9.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWPoOfTcHo9HsmtzgyHM0C4mEqqf1yLE { top:22rem;left:36.5625rem;width:11.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FriZ9S4k85nyxAhxxD0C4F7obf3dhoy9 { width:3.5rem;height:3.1875rem;top:12.4375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puRww1dMbB5GJw22yoNkaxwpMBuh76s3 { width:3.25rem;height:3.25rem;top:12.4375rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSTTUmmIP86ithRx0xpGeb5573yJ69TU { width:2.625rem;height:3.125rem;top:12.5625rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvhxEv2HCV85dxzbCMTIEv2FQLyvw3W { top:6.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWVVNqRIkiRvnng3WF3vqe1W8nISw9Vd { width:3.375rem;height:3.4375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRldNV4ZaHi23hsHXTPZmnOgZbo2eV9 { width:3.625rem;height:2.5rem;top:12.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR { display:block; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuNotzsxEfTIMyTruquHWMhIKRWBezaB { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGS2mp5haWBlKRkVazrwDRnSQmcQZ8zR { top:23rem;left:0rem;width:32.625rem;height:0.65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3qtas8FzLDc759sd8W9SvaCPhyJzQ2t { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfShpHTw3vPkSIzA55X1PoZDsQ1F492w { top:19.125rem;left:32.75rem;width:15rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImhdVPWlBoT1nINtNq2aM6ZZXMcTVefw { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmaM0tMIQ9ncTSArdHr84UrC9unlBJyL { top:7.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbGKI1QfplW5lXLMPiqVGSFtFuqZTP5z { top:11.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMe6lbTpX4gLo6PcVR0ffrKhXqfGhash { top:16.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X { display:block; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJbHBP5oADS58hU6IOgctxMSwH8q9Tsd { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctV1QyuQvt3h017PD5mdbzBSGeADqXko { top:23rem;left:0rem;width:32.625rem;height:0.65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9mDVXoR43Gl4EcCqud8quoCS0dyd66 { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef8ihpuSMNEFulwaGT2ks6Bg7S9xqa94 { top:19.125rem;left:32.75rem;width:15rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwHi48kRXBApnnaN4bsNT0rqxWbTP099 { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #detsTeEHZXIW1dDQ5Jdnhcqo8dXCBtLO { width:24rem;height:37.3125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTK62GTL5hoBDayesppqcHL0S1Zq3rc { width:24rem;height:37.3125rem;top:7.3125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itxCvy2uCgxmvbuBBRhHSyQJ6N9FeUig { width:24rem;height:17.9375rem;top:7.3125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQSNQTHgFPyykWSVAG6wKKn0dIXyASzd { width:24rem;height:17.9375rem;top:26.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po7VLozTVffvOQv1E8bIsbpFeUpUQJSc { width:47.75rem;height:17.391180203046rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT4teR93EpiwZhvsT0n3i3TElo1JuiNE { width:24rem;height:17.9375rem;top:46rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQvaokdgXOTHQngGvu0u0ZctydTRA0h8 { top:70.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foWW1Jm43IEevDGcNWKBsfbQy8cos9hM { top:75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPWuFxboUZploOUEoI5Pzb7N4KWzi62Z { width:12.5rem;height:3.4375rem;top:80.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWXtfbsgPCkFtA4OuHDsEmB9zlu4mVyE { display:block; }
 }@media only screen and (max-width: 763px) { #ciPH7nnssyShHvV8KgDmlSmS56DKxrXZ { width:47.75rem;height:0.125rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcyI2F9HK7NdmHM15iTn9vqwHT0lzLIM { top:92.9375rem;left:0rem;width:47.75rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1U7KOU4FWDR6WuXgvG0IgmdomUXGyb { top:80.8125rem;left:0rem;width:11.25rem;height:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 { display:none; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TKCouql3PIT58wzndGzAdazrc7FCPvr4 { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agfWFcTXnOFlq0WnEfaLpH03Cf0qgVwf { top:23rem;left:0rem;width:32.625rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOE1Dv1f3JXQfcXHhI5TwxERH4revCtP { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM1HKXqoOL0cwmpP6pcQGwTTbl4yZgIC { top:19.125rem;left:32.75rem;width:15rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8qdhNJMqCwWxvKmKO53B4ufSJs3StGI { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuBLd0rEfRBXmfg9q29NAM29wkLQTOiE { width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:#ffffff;background-image:none;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZXKLCNPTaHiz6N97ngnfq2sPzugZBtv { width:12.5rem;height:1.25rem;top:1.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g { background-color:#001e50;background-image:url("https://images.assets-landingi.com/uc/4372eb41-d32b-4416-8bb8-9132ed471be9/hyptec_lp.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.adaptive-delivery-prevent-bg, #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.lazyload, #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.lazyloading { background-image: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { background-color: transparent; background-image: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container > .video-iframe-container { display: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row > .video-iframe-container { display: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .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); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.1875rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3rem;text-align:center;text-align-last:center;font-size:0.75rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.4375rem;overflow:hidden;height:auto;text-align:justify;text-align-last:initial; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:17.25rem;height:auto;top:8.25625038147rem;left:0rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:17.25rem;height:auto;top:8.25625038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #N5RLvqprgXaypLyD5NgCls8PLWNauLCT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #uKeXcig2zs1l4hHvHprQ6wlfrfkiNTwk { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qyn1BVDkmbzhZcrKxAH22VGRGX97ihzJ {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #lzp0TtBfvybqP08BBz914hsIGK1iw4kc {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #z5o329bqnt8R5Fxaz8sp4ip1xc4V4L9L {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #MbPsXVBz8x2SrIq1bBZnwQrzB1Bm9OWz {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #De1Nto19o1ukMKcbaOGpHI6EdqO3QSnT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ybS9TgBToaoluQXqqbyILK2cHwwEsCIT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #azISyCavfAH3f0K6OeBa7duETxLmcIO8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qBqlh3hmVMucvi9mLS5sgEsLkdKQs3Si {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #UNwUXtPE5JNBKLmHKZNpobmP3lFuXu8v {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #oC19mmrx7TgN3yfwtzBmrzyFGgJmDRxe {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:17.9375rem;height:0;top:13.375rem;left:1.03125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGIc8EZXx8xOso362Wpib3nEZq0b85i6 { width:6.625rem;height:1rem;top:18.16250038147rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebJyxPGOBdwQk1eA1SObU8dIvJaBoCoR { display:block; }
 }@media only screen and (max-width: 763px) { #AumNTPSXEnWFaJpotu3oCnRqMsDdz0Ta { width:20rem;height:0;top:32.78750038147rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW { background-color:#ffffff;background-image:none;display:none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container { width:20rem;height:43rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZTJIqmfCOW3HmW4GgbfGyguFtK199Ky7 { width:20rem;height:0.975rem;top:2.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hrlSN1GuR4IENuU5OcLvQsSvMngmxEkc { width:15.625rem;height:0.0625rem;top:5.875rem;left:2.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #T7oZZPDMKvdZrVbOIgrVRF1FzfgCMu2J { width:20rem;height:1.625rem;top:8.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #nEn0Ce8RToiXdOA2n2h3TJqGulcc4HEL { width:20rem;height:0.975rem;top:11.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ir8WweRJ8zgs5sdg1lfH5TG0zp9wERkn { width:20rem;height:0.8125rem;top:14rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #vLuuO9puOFRStJLD3lZnpsv5oZm10J8x { width:10.9375rem;height:6.25rem;top:34.1875rem;left:4.5rem;border-top:0.0625rem solid #c6bec3;border-left:0.0625rem solid #c6bec3;border-right:0.0625rem solid #c6bec3;border-bottom:0.0625rem solid #c6bec3;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #anw8CNrCOT1rS7RKqdUlKhBQOzXEs3oB { width:7.9375rem;height:0.975rem;top:19.875rem;left:6.0625rem;font-size:0.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #zV670BvZez8WrwruMvQoWmnpB2F4doeg { width:9.3125rem;height:0.975rem;top:20.75rem;left:5.375rem;font-size:0.75rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #opdGZwlnuoERvLDgSkiiJNRTea5LNqFd { width:8.4375rem;height:0;top:43.450000762939rem;left:5.78125rem;font-size:0.75rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #T28R6poTWGxIF7T1lTzO1IAZmkzGzRTB { width:9.8125rem;height:0;top:45rem;left:5.09375rem;font-size:0.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #tbGg5srxE3UEVM79Lx6AnUBiuOgsp4VR { width:10.9375rem;height:6.25rem;top:17.612500190735rem;left:4.5rem;border-top:0.0625rem solid #c6bec3;border-left:0.0625rem solid #c6bec3;border-right:0.0625rem solid #c6bec3;border-bottom:0.0625rem solid #c6bec3;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #M3BXKElqtCUOSAuqZ23r208Dif8IXEdI { width:10.9375rem;height:6.25rem;top:42.4375rem;left:4.4375rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #LOnavGmMFhK3Ebiroczob59dv1JVTE9H { width:10.9375rem;height:6.25rem;top:25.875rem;left:4.5rem;border-top:0.0625rem solid #c6bec3;border-left:0.0625rem solid #c6bec3;border-right:0.0625rem solid #c6bec3;border-bottom:0.0625rem solid #c6bec3;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zx6vMs7sbcCt3AFvKHkBbVJWAORsEU9U { width:3.3125rem;height:0.975rem;top:28.125rem;left:8.375rem;font-size:0.75rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #BMOJT1T6U5QsNU25CN7S2tpZvQGo7Nvc { width:12.375rem;height:0.975rem;top:29.0625rem;left:3.8125rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RKf4EP4ncyrgro9RBIsEWc5ryk4h6nWK { width:8.6875rem;height:0.975rem;top:36.375rem;left:5.6875rem;font-size:0.75rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #mSMNzGXOaTTM1FZtmL7chAnbWSCyCh4A { width:9.3125rem;height:0.975rem;top:37.4375rem;left:5.375rem;font-size:0.75rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Fzo9Cr4i9A1iKnoqsaImx6a4fzuVfoTs { width:12rem;height:0;top:50.375rem;left:4rem;font-size:0.5rem;text-align:center;text-align-last:center;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #V15CTnKQVoQq8USqQlECE7c57DpV34E7 { background-color:#000000;background-image:none;display:block; }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .row .container { background-color: transparent; background-image: none; }#V15CTnKQVoQq8USqQlECE7c57DpV34E7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .row .container > .video-iframe-container { display: none; }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .row > .video-iframe-container { display: none; }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .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); }#V15CTnKQVoQq8USqQlECE7c57DpV34E7 > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.1875rem;display:block;vertical-align:top; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;display:block;vertical-align:top; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;color:#001e50;background-color:#ffffff;background-image:none; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3rem;text-align:center;text-align-last:center;font-size:0.75rem;overflow:hidden;background-color:#00c7ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.4375rem;overflow:hidden;height:auto;text-align:justify;text-align-last:initial; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q  { width:17.25rem;height:auto;top:3.872917175293rem;left:0rem;z-index:15012; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q {display:block;}#ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q { width:17.25rem;height:auto;top:3.872917175293rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #wOpzTsPdrWxTb2A2PbWeDVnJleVuoVvq {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #K9lA2VQSNGCsWge4mluJWO6c6mCVLiED { display:none; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #aVqkP65WNB7lusXOLIFtlXtHogvIezDR {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #tRZoq81revXKAxNN19vyV6VLF5iDP4h0 {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #qttsXFrnQy7eDrCG4uIWnJw5ve7r3lVA { display:none; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #UR3sTRB5qSykhrxQfOkPHLXBu23yXbG7 {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #SxRhxOsAUitkeQs2EIB5OPZ052JZSxlk {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #x5QdUZ7TlsmsanfNTCVVvu6UgW2Xmwen { display:none; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #QMXC5MlrdKcyZyeBoVGMXFHBndCPo7Ur {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #FQeeUTW4FOeEQObyT3Fbp3aHWBuFaJ0b {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #RvaWngPPEFJBeLTbwMJ11TUms9LWBXp7 { display:none; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #yucfedfsmSftT72kuoJNcUw19vVFcnIQ {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #SBvgT6VpRAITAn437aEIU6yGX3admFip {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #LLH06DapXHImtpGU5yo0K0TI6b9LVggy { display:none; }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #T3KJZVOnz9BbF3y5sIuCsuBFqLe4Qoc2 {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #OfnfhvBVRsEalbThhfE6g0ZDTOyCstal {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #HDa8QVDA1n3TogeWT5xcZtMcTn9L51xT {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #KtsMLv5pIHoJTvUf4enqdGp0dmbzKaP7 {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #dC5DnA0PTtDPNbVk9pUVsKT4cifTOXBy {  }
 }@media only screen and (max-width: 763px) { #ddbpDfwmkvZGvkgmTXvBT80Btz9KMh4Q #VvORDcb82zpTceerEveKhnkiQRmUevqw {  }
 }@media only screen and (max-width: 763px) { #k3g2PiVdsSAzyctCM5XSqzpCRvccCk73 { width:15.75rem;height:0;top:1.7604179382324rem;left:2.125rem;font-size:0.8125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.1875rem;display:block;vertical-align:top; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;display:block;vertical-align:top; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3rem;text-align:center;text-align-last:center;font-size:0.75rem;overflow:hidden; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.4375rem;overflow:hidden;height:auto;text-align:justify;text-align-last:initial; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5  { width:17.25rem;height:auto;top:7.0625rem;left:0rem;z-index:15000; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 {display:block;}#qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 { width:17.25rem;height:auto;top:7.0625rem;left:0rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #TSd4ZvbkNeClXrxu1c0DApNMdV1BWkgI {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #a97gcf8SM9BFvtGDx6pch047mfD0aXN1 { display:none; }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #duvQ2LtfC0EJfRypkmnOvtqbREUD7XZf {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #K43icb0upx43nQyqVuTneIJ22PDPz0DE {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #Hq3gxiMikyLCKNrJAQakTEepRC5OBZPH { display:none; }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #oVBrPAIxOwA5N7BtczheViIobpal9ELx {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #rXNdNMK1XEWad3w86gWR6pEzkHp5we8N {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #ToEFBdy9GOoTUVBdTDBCuSWFWZEIWO9J { display:none; }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #qI9cf3elq60A4fHfy7dQGvxph3sckeyx {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #wkWIKPi31Fl2TwwARKWDbFxlg2y7pIbz {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #LJ6CaPqTPywAhJTdMEWeDfG0akazsArV {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #ChxaqDKp6qVCksxOITNndpNIBsPJT7gg {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #RKsf4oALS7IMWySiGx60bNh6KmbZyMB0 {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #whQOqhGo30FaiZEiVqsrX4F5owXcdhyF {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #iqpsCgthVSRQSIoJsDCiNPHNMJ1tkZD3 {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #ChIT1RNUMLTwOeHulwvkiluAoTJGqzGw {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #l1faO0w4km40JC267WSUBbNA1bhBIdy1 {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #fyGEtNHOCRRMHIblyTumibIFLfuJdZXO {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #hiyvQi2v5U50WOrt8ZcmlCv2NmuCmu2S {  }
 }@media only screen and (max-width: 763px) { #qx3TnVPP6puurTmX2TNVsLEJQVAQ5Xu5 #LAtccl844anHpZEpW9uTV6b8lKLWnZis {  }
 }@media only screen and (max-width: 763px) { #bnawLEwIzvTV8rzxuddAHoZh2kqOxxUd { width:16.8125rem;height:2.4375rem;top:1.9375rem;left:1.4375rem;font-size:0.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xQl4Muy5ymF9G47sLncDTiLZIpImUFFx { width:17.3125rem;height:1.7875rem;top:5.3125rem;left:1.375rem;font-size:0.6875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ { background-color:#ffffff;background-image:none;display:block; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { background-color: transparent; background-image: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container > .video-iframe-container { display: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row > .video-iframe-container { display: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .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); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVI6uGzITaDbQgxp5P0TczywXvVQDaeN { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTyUuVWK2UWrqJC4h5Gt5fodm1uQDQM5 { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ta2ZuaUEWC0bpo48EKowKMc6PyLcBhWf { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #pNtWiOyvxFUhMs10wi1agB4AIgdhAqqa { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhdF9hnzEUh3iQ4ODDOLwcdTEAERoNvw { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KatCtGI8xy8KgTmEimnCVbyzkDOfSZdJ { width:10.6875rem;height:2.1125rem;top:38.25rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ZGLrhMJJu0fLdoIyMh38kI4afnAluKDR { width:11.75rem;height:1.95rem;top:4.8687496185303rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #b83lZTh86idcyGQxs7aAfU708LwBv099 { width:11.5rem;height:5.625rem;top:36.5rem;left:4.25rem;z-index:15007;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2HlXnmqaG5aiq8xxJmTLfB5PuodqmNp { width:11.5rem;height:7.8125rem;top:1.9375rem;left:4.25rem;z-index:15012;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D98R9K7XHEdoyyyzDREcIiDgzxKiJTaz { width:11.5rem;height:7.75rem;top:10.625rem;left:4.3125rem;z-index:15011;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk0fCcLdoKOv2URrKg9Tx2e1desqw4Tk { width:11.5rem;height:7.75rem;top:19.25rem;left:4.25rem;z-index:15009;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZgtRBAFZ3TgqqfF5AQ3Q47Hm6IJ2GQ0 { width:11.5rem;height:7.75rem;top:27.916667938233rem;left:4.25rem;z-index:15008;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9pwOxVCs6WIiCT5oDKKXrftm3Q5lfdD { width:11.5625rem;height:1.95rem;top:13.6875rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #yrCPFsvxCmwJc4yeJ6T1oWMm9IW80OqL { width:11.8125rem;height:1.95rem;top:22.14999961853rem;left:4.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #aEP0qddtkWo3Qpgaexwmf8vBQw9dERR3 { width:11.5rem;height:1.95rem;top:30.979167938233rem;left:4.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #LqZAwoaknXZr9yTfULZ9HPx35eDsRURo { background-color:#ffffff;background-image:none;display:block; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { background-color: transparent; background-image: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container > .video-iframe-container { display: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row > .video-iframe-container { display: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .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); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNNKonR46bJ6uFHodo3FcAmdHJPUmm2L { width:17.875rem;height:1.95rem;top:10.5rem;left:1.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #VEgXEJGCxxcWowK653vs8LzvIbwieJht { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUtInTdCT0AMFsUgINUtUCEkPpTl2SC2 { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C60u5xpBadb3sFXILZ9SXb2gqVqhgoyO { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #HQDczi56qncUxfcTXLPPFuUC4ym41nKh { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wyxm1LR9Iz5lNlGgtvm5TNsvdvlHWoTp { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #icOy8EwCqh4R9u7EgER2TKqDb21TGrwQ { width:7.6875rem;height:4.0625rem;top:13.125rem;left:6.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #VdW4vDlUOLkTVxJSlCcZKVlQU61Zkmwa { width:11.375rem;height:1.95rem;top:23.75rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPC6JJTPPIEr4PWFB3mnDzXahTptpD04 { width:12.625rem;height:4.0625rem;top:26.5625rem;left:3.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMy2RgAarhfVlL5nmCRayyiB8tgqba94 { width:11.375rem;height:1.95rem;top:36.25rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucpxos8HoOOHaET2Ni1co9DarWk49L7t { width:7.4375rem;height:4.875rem;top:38.875rem;left:6.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDqS2sWBhMxichkOWruqbOOwFMUGcrS1 { width:11.375rem;height:1.95rem;top:49.125rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myghkzU7R878f57lTcALUr9Hx8vLETX0 { width:8.9375rem;height:3.25rem;top:52rem;left:5.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0CTK08B5qWZVU4rzrmhRi6sFa0Ofdxe { width:9.3125rem;height:1.95rem;top:60.5625rem;left:5.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWPoOfTcHo9HsmtzgyHM0C4mEqqf1yLE { width:9.875rem;height:3.25rem;top:63.3125rem;left:5.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FriZ9S4k85nyxAhxxD0C4F7obf3dhoy9 { width:2.25rem;height:2rem;top:33.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puRww1dMbB5GJw22yoNkaxwpMBuh76s3 { width:2rem;height:2rem;top:46.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSTTUmmIP86ithRx0xpGeb5573yJ69TU { width:2rem;height:2.375rem;top:57.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvhxEv2HCV85dxzbCMTIEv2FQLyvw3W { width:9.25rem;height:2.1125rem;top:2.875rem;left:5.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #oWVVNqRIkiRvnng3WF3vqe1W8nISw9Vd { width:2.125rem;height:2.125rem;top:7.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRldNV4ZaHi23hsHXTPZmnOgZbo2eV9 { width:2.375rem;height:1.625rem;top:21.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/999b8b04-8c82-4512-a191-9d7244832d15/section_hyptec.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.adaptive-delivery-prevent-bg, #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.lazyload, #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.lazyloading { background-image: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { background-color: transparent; background-image: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container > .video-iframe-container { display: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row > .video-iframe-container { display: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .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); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuNotzsxEfTIMyTruquHWMhIKRWBezaB { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGS2mp5haWBlKRkVazrwDRnSQmcQZ8zR { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d3qtas8FzLDc759sd8W9SvaCPhyJzQ2t { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #wfShpHTw3vPkSIzA55X1PoZDsQ1F492w { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImhdVPWlBoT1nINtNq2aM6ZZXMcTVefw { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmaM0tMIQ9ncTSArdHr84UrC9unlBJyL { width:16.625rem;height:1.05625rem;top:2.0625rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FbGKI1QfplW5lXLMPiqVGSFtFuqZTP5z { width:16.0625rem;height:4.0625rem;top:4.09375rem;left:1.96875rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15014;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LMe6lbTpX4gLo6PcVR0ffrKhXqfGhash { width:20rem;height:2.1125rem;top:9.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X { background-color:#ffffff;background-image:none;display:block; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { background-color: transparent; background-image: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container > .video-iframe-container { display: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row > .video-iframe-container { display: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .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); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { width:20rem;height:98.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJbHBP5oADS58hU6IOgctxMSwH8q9Tsd { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctV1QyuQvt3h017PD5mdbzBSGeADqXko { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Pf9mDVXoR43Gl4EcCqud8quoCS0dyd66 { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #Ef8ihpuSMNEFulwaGT2ks6Bg7S9xqa94 { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwHi48kRXBApnnaN4bsNT0rqxWbTP099 { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #detsTeEHZXIW1dDQ5Jdnhcqo8dXCBtLO { width:11.4375rem;height:17.875rem;top:2.6249990463257rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTK62GTL5hoBDayesppqcHL0S1Zq3rc { width:11.4375rem;height:17.875rem;top:41.312515258789rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itxCvy2uCgxmvbuBBRhHSyQJ6N9FeUig { width:11.5rem;height:8.5625rem;top:21.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQSNQTHgFPyykWSVAG6wKKn0dIXyASzd { width:11.5rem;height:8.5625rem;top:31.562515258789rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #po7VLozTVffvOQv1E8bIsbpFeUpUQJSc { width:11.5rem;height:4.1875rem;top:60.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT4teR93EpiwZhvsT0n3i3TElo1JuiNE { width:11.5rem;height:8.5625rem;top:65.4999961853rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQvaokdgXOTHQngGvu0u0ZctydTRA0h8 { width:11.75rem;height:2.1125rem;top:77.5rem;left:4.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #foWW1Jm43IEevDGcNWKBsfbQy8cos9hM { width:11.25rem;height:0;top:80.875rem;left:4.375rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #aPWuFxboUZploOUEoI5Pzb7N4KWzi62Z { width:11.5rem;height:3.4375rem;top:85.937500953675rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWXtfbsgPCkFtA4OuHDsEmB9zlu4mVyE { display:block; }
 }@media only screen and (max-width: 763px) { #ciPH7nnssyShHvV8KgDmlSmS56DKxrXZ { width:20rem;height:0.125rem;top:92.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcyI2F9HK7NdmHM15iTn9vqwHT0lzLIM { width:18.125rem;height:1.4625rem;top:94rem;left:0.9375rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1U7KOU4FWDR6WuXgvG0IgmdomUXGyb { width:11.25rem;height:3.25rem;top:80.979167938231rem;left:4.375rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row .container { border-width: 0; border-radius: 0; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row .container { width:20rem;height:14.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TKCouql3PIT58wzndGzAdazrc7FCPvr4 { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #agfWFcTXnOFlq0WnEfaLpH03Cf0qgVwf { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cOE1Dv1f3JXQfcXHhI5TwxERH4revCtP { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #uM1HKXqoOL0cwmpP6pcQGwTTbl4yZgIC { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8qdhNJMqCwWxvKmKO53B4ufSJs3StGI { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuBLd0rEfRBXmfg9q29NAM29wkLQTOiE { height:11.25rem;width:20rem;top:1.625rem;left:0rem;z-index:15026;display:block; }
 }