.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:243,235,230;--color-primary-1:214,188,170;--color-primary-2:173,121,85;--color-primary-3:87,61,43;--color-primary-4:26,18,13;--color-secondary-0:202,202,202;--color-secondary-1:151,151,151;--color-secondary-2:106,106,106;--color-secondary-3:63,63,63;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:""; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .row .container { background-color: transparent; background-image: none; }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .row .container > .video-iframe-container { display: none; }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .row > .video-iframe-container { display: none; }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .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); }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .row .container { border-width: 0; border-radius: 0; }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .row .container { font-size:0.875rem;font-family:raleway;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#fkZ8FBOdoT1KD8viN5uecFQS1qCG8TTo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:27.5625rem;top:0rem;left:23.71875rem;overflow:hidden;display:block; }
#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Q1p7bh3SHj8/unsplash/nasa-Q1p7bh3SHj8-photo-1451187580459-43490279c0fa.jpg");background-position:center !important;background-repeat:repeat-y !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; }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul.adaptive-delivery-prevent-bg, #Qntx6TeInnTk3MNe6lshHv0nwb4fFrul.lazyload, #Qntx6TeInnTk3MNe6lshHv0nwb4fFrul.lazyloading { background-image: none; }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .row .container { background-color: transparent; background-image: none; }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.76); }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .row .container > .video-iframe-container { display: none; }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.76); }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .row > .video-iframe-container { display: none; }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .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); }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .row .container { border-width: 0; border-radius: 0; }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul::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; }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#R47QA7cRT1bVqQwqRbakeemoKcDuVGuH { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:16.0625rem;left:7.8125rem;height:9.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cx5WfCcvWC72fdGTNNxGTPteavKFQAFT { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:26rem;left:7.8125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#l9ALAVVTE1EQvK1VsOiop1NLRMlrzk94 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#sPTNptQOqgJy24OSxaD1gEikM9snacAi { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0.0625rem;left:4.875rem;display:block; }
#QAAL2tz0fCL9q0KPwXFAdyOvsCqeurEx { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0rem;left:7.0625rem;display:block; }
#WJyBeN3RkAMQPq5y2B577D8rGRgg74iH { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0rem;left:9.4375rem;display:block; }
#ccKtHRwePdG7wwyHrqrTKAyHmtCnSNs2 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:20rem;width:0.5rem;top:30rem;left:64.875rem;display:block; }
#SHIirben7D819kytKrN7ThukNvgTTwBO { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:20rem;width:0.5rem;top:30rem;left:67.25rem;display:block; }
#r6sS94S4F8hPo4K1lOezvOSvQiiQW4rT { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:20rem;width:0.5rem;top:30rem;left:69.625rem;display:block; }
#WNHksQpkvAlUM42323A5Pva5q2GdODnP { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:20rem;width:0.5rem;top:30rem;left:72rem;display:block; }
#bTEdZgSaIxifqCOrTO5EbioJLR9gB2FB { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.4375rem;left:31.125rem;display:block; }
#r4dTgCxQi6aAForR5qAlovgin1U7Ws3k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aknPlbdiueT7qk9RqwDhTswCccGGSAiS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/electronics-tech_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS.adaptive-delivery-prevent-bg, #aknPlbdiueT7qk9RqwDhTswCccGGSAiS.lazyload, #aknPlbdiueT7qk9RqwDhTswCccGGSAiS.lazyloading { background-image: none; }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .row .container { background-color: transparent; background-image: none; }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.6); }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .row .container > .video-iframe-container { display: none; }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.6); }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .row > .video-iframe-container { display: none; }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .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); }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .row .container { border-width: 0; border-radius: 0; }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS::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; }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#GrSvJkqF4hSiHwb7iOf4Hkw9wwmKQypw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#f5HNqXFTL7264nTbhTACJhuo4GBbTUi9 { color:rgba(var(--color-primary-1),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:17.125rem;left:3.125rem;height:1.6875rem;font-style:normal;display:block; }
#DLG9gTAq8d0NHDevEfnFgQtGdawc9xpd { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:18.8125rem;left:3.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vfq78MDqHBt9unEIkytpRWEaSVkeATe9 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:24.375rem;left:3.125rem;height:18.5625rem;display:block; }
#QSGScBGhFWTouLx1uMn6Jh08nUAX5ero { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:6.125rem;display:block; }
#yMos6UHXTikrwvzGPXgtfxRn89T0EdVv { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:8.5rem;display:block; }
#iqDhUCcP1d16sPIZ2OcKG0p3wEfH36pH { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:3.75rem;display:block; }
#yMlM8BA7tKKQO4bAMZs1M5dWCxib0PSO { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:10.875rem;display:block; }
#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .row .container { background-color: transparent; background-image: none; }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .row .container > .video-iframe-container { display: none; }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .row > .video-iframe-container { display: none; }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .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); }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .row .container { border-width: 0; border-radius: 0; }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#iTyos93eTn5IwbZiCmoITBEFapaOlhfJ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#JlVtg0JpwSbUMZNKeKAv0t6DXOXJRuNA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.3125rem;left:1.625rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dO0HvJNmoHqNN57U0QM8yTcoNzV4MeOV { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:25.25rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiSrxuZSSwTnLtQWNoi42lEi2Us8vQH3 { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTkcVRWxfNFyULbwnhSUKSzFKJbFVkuG { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.625rem;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; }
#iO0STUzVII8Phb72cLhRAc9uOXXJHeSp { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#B4PkfcRbuKmCgzJ7kk07vR443i7fM7yd { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#ipv11CcZzE3rShZNK18OOOhNOZ1XoW9L { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#b9bcfJHQDNVXblOWG1Fuq9a0gqxPMqXD { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#UCzSuPgCLOiyB6I2Qv7utve6VlfolDTX { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#vkhAf6Jk15Cr3fuaV5xyzK0JcQgdgMFp { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:25.25rem;left:26.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J79e8V7NrpD6klrh17Wc5T8OpOmfF60Q { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.3125rem;left:26.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2dQxgULkI1H0ryRKWPtvI6wmMlWxtuC { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#WfeouFO6FbTJRSANt6GQN3LeWLGAGoZQ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#R5cEGyqP9Wouqq3AyegTWfkCXTRJpEnN { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:25.25rem;left:52.5rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFLO7v2OvHDPFHbPGApX3nCvAThU768f { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.3125rem;left:52.5rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tun1Tl0bdZEOvIJiWNbBOk3euFfZxI7z { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#xhLEAVWkZp9hn48rrZMfl2E9gxEM93PT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#i76NPhgrvg08PkV2o0knmIAn03Van7EZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/electronics-tech_1920x1080_3.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ.adaptive-delivery-prevent-bg, #i76NPhgrvg08PkV2o0knmIAn03Van7EZ.lazyload, #i76NPhgrvg08PkV2o0knmIAn03Van7EZ.lazyloading { background-image: none; }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .row .container { background-color: transparent; background-image: none; }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .row .container > .video-iframe-container { display: none; }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .row > .video-iframe-container { display: none; }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .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); }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .row .container { border-width: 0; border-radius: 0; }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ::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; }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .row .container { font-size:0.875rem;font-family:arial;height:74.125rem;width:75rem;position:relative;display:block; }#kPUJSJM8Qg3UCDsnTamCZ39Ev6wA7maK { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:13.5rem;left:32.5rem;display:block; }
#bx4b3Ghk6D84efkdnx9qNi0OR5ETzDTS { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:15.75rem;left:34.375rem;height:5.375rem;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; }
#zN66GWn5HZvbc36KsHox8M2PcCfMAZBS { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:15.1875rem;left:46.25rem;height:2.5rem;font-style:normal;display:block; }
#y9Vq572RysD08Ui923gWc3NVpHWXVvsE { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:18.375rem;left:46.25rem;height:5.0625rem;font-style:normal;display:block; }
#W58k0751GSHSqTSQLLeFzhDXfLk9IgnU { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:27.25rem;left:32.5rem;display:block; }
#P4lUTy2632Vb6k6JNsXbyMt9Qe1Vr8PM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:28.9375rem;left:0rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#reuyO2dqkJKPQPapqtTHEsO2uxdgaFJ6 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:32.125rem;left:0rem;height:3.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pQKpE1MZ1skGnKlBHcLEayTvqP1cGTVy { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:29.5625rem;left:34.375rem;height:5.375rem;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; }
#l8WUzBuWC3VWTKnbg39KMADCknfCXcmI { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:46.5rem;left:46.25rem;height:3.375rem;font-style:normal;display:block; }
#VEDk58W71lqECNUBW7nD4eeSga0VrKEf { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:60.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RQb3xW7iTgwcb5MW9ncKq3mSqoNUZBZ7 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:41rem;left:32.5rem;display:block; }
#oc1QzUQ7RXeTUCg2oizMoTDgH6uFfLpm { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:43.3125rem;left:46.25rem;height:2.5rem;font-style:normal;display:block; }
#l7xnge2x66BGXiWNeIX3fga0SmMESO9q { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:54.75rem;left:32.5rem;display:block; }
#pa3buQb9KE3V87p59r6dXCZNq9oKmdrf { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:57.0625rem;left:0rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#z9ptHlCl4VtegmM53EmEqmyLqN9WONL1 { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:43.3125rem;left:34.375rem;height:5.375rem;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; }
#I45BeWIR009wfOXwzd7yD1L9CFr0v9rz { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:57.0625rem;left:34.375rem;height:5.375rem;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; }
#AUDrJURJQTiVRqJ8p4fEnafO7h6J6tDS { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.6875rem;left:11.25rem;height:3.625rem;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; }
#lUfrUQEf2U2mEblXAOI2yigTF1ooKeRv { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:7.5rem;width:0.5rem;top:21.1748046875rem;left:37.25rem;display:block; }
#CdglAdbMlTywdrwC20p5tkl2tlsetOQm { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:7.5rem;width:0.5rem;top:34.9873046875rem;left:37.25rem;display:block; }
#FO0qgms88T6nDxEmpnFy8hBh2CeGU8rp { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:7.5rem;width:0.5rem;top:48.7373046875rem;left:37.25rem;display:block; }
#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/electronics-tech_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN.adaptive-delivery-prevent-bg, #nM5K91nH6NJK3vs5Actuzq7OERAXUgcN.lazyload, #nM5K91nH6NJK3vs5Actuzq7OERAXUgcN.lazyloading { background-image: none; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container { background-color: transparent; background-image: none; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container > .video-iframe-container { display: none; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row > .video-iframe-container { display: none; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .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); }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container { border-width: 0; border-radius: 0; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN::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; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container { font-size:0.875rem;font-family:raleway;height:36.6875rem;width:75rem;position:relative;display:block; }#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-form-header {  }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:raleway; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:raleway; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .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:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-select {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-button { 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-secondary-4),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:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:12.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .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.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .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; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-container:first-of-type{padding-top:0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-container:last-of-type{padding-bottom:0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.8056640625rem;left:43.75rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs {display:block;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.8056640625rem;left:43.75rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #vu3CZEw90QUT0xDtJgJEgvElu8ZKHCXo { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #X265LUODDTRk1o0u3Bfvc50pgpHeQAG0 { position:relative;display:block; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #VQWlBGcuiFkKPF9fdCN0JLa4nNVmB0RS { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #TwoToMRMDRsdOwSwAry7P3CJAEOxdzAC { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #aFeKnBVbAMdFeCPZVwVvAfQsyEzW2mW6 { position:relative;display:block; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #WJh3JXieM6hVSUTzto1Z4MWTCndmFMZI { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #qN1IhLeQTDST2nmDvLDhQ1XVBwsPtUOO { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #CcZddCDyXUDIG09pvDbqrP9R70DW2gX3 { position:relative;z-index:2; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #PuumN9BL0XXMFgPJJwGE8f471lL91aVn { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #iEpJVgBW68CCnDKUyIlzmZuJSluHJnNW { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #FHCRhgSkEgQCnw9Mg5yRVCbVZvd0HA6v { position:relative; }
#APn4uFGFaaVurSBsdDgu57t4DIukW83t { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:35rem;top:5.625rem;left:40rem;display:block; }
#RKW8mdSD1bnIoySq75reFh2FFkmebQ7C { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.8056640625rem;left:1.5625rem;height:13.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GDI7SnW846NK5q3K0MUqapkFLaxQKK9E { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#sTlX5fLmdvgxPOPmbToU9PPA6v8uH0Om { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#A5WEx83CdiLTJ47nMw5eZA25oaCJQZ7K { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#yq0I1O26pOZSgQP6hWmhwqFL1wPSxD63 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#d7KZAPV8WDWzZOk3Irc0WwmXgOovasxW { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:5.4375rem;left:63.625rem;display:block; }
#g4Sm5ZTcP380X3MU2ILGFeKt8IgdBIyD { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:5.4375rem;left:66rem;display:block; }
#wwnIHATgIDdEGNZOQ0BeFRhX9ri9iOS7 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:5.4375rem;left:68.375rem;display:block; }
#N4lILp50Cz169l9ddXTFGXddFVZKzeRz { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:5.4375rem;left:70.75rem;display:block; }
#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { background-color: transparent; background-image: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .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); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { border-width: 0; border-radius: 0; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.03125rem;left:12.8125rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.3125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 { display:block; }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkZ8FBOdoT1KD8viN5uecFQS1qCG8TTo { width:27.5625rem;height:5.375rem;top:0rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qntx6TeInnTk3MNe6lshHv0nwb4fFrul { display:block; }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R47QA7cRT1bVqQwqRbakeemoKcDuVGuH { top:16.0625rem;left:0rem;width:47.75rem;height:9.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx5WfCcvWC72fdGTNNxGTPteavKFQAFT { top:26rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ALAVVTE1EQvK1VsOiop1NLRMlrzk94 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPTNptQOqgJy24OSxaD1gEikM9snacAi { width:0.5rem;height:20rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAAL2tz0fCL9q0KPwXFAdyOvsCqeurEx { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJyBeN3RkAMQPq5y2B577D8rGRgg74iH { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccKtHRwePdG7wwyHrqrTKAyHmtCnSNs2 { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHIirben7D819kytKrN7ThukNvgTTwBO { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6sS94S4F8hPo4K1lOezvOSvQiiQW4rT { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNHksQpkvAlUM42323A5Pva5q2GdODnP { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTEdZgSaIxifqCOrTO5EbioJLR9gB2FB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4dTgCxQi6aAForR5qAlovgin1U7Ws3k { display:block; }
 }@media only screen and (max-width: 763px) { #aknPlbdiueT7qk9RqwDhTswCccGGSAiS { display:block; }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrSvJkqF4hSiHwb7iOf4Hkw9wwmKQypw { width:37.5rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5HNqXFTL7264nTbhTACJhuo4GBbTUi9 { top:17.125rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLG9gTAq8d0NHDevEfnFgQtGdawc9xpd { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfq78MDqHBt9unEIkytpRWEaSVkeATe9 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSGScBGhFWTouLx1uMn6Jh08nUAX5ero { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMos6UHXTikrwvzGPXgtfxRn89T0EdVv { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqDhUCcP1d16sPIZ2OcKG0p3wEfH36pH { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMlM8BA7tKKQO4bAMZs1M5dWCxib0PSO { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ { display:block; }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTyos93eTn5IwbZiCmoITBEFapaOlhfJ { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlVtg0JpwSbUMZNKeKAv0t6DXOXJRuNA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0HvJNmoHqNN57U0QM8yTcoNzV4MeOV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiSrxuZSSwTnLtQWNoi42lEi2Us8vQH3 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTkcVRWxfNFyULbwnhSUKSzFKJbFVkuG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO0STUzVII8Phb72cLhRAc9uOXXJHeSp { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4PkfcRbuKmCgzJ7kk07vR443i7fM7yd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipv11CcZzE3rShZNK18OOOhNOZ1XoW9L { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9bcfJHQDNVXblOWG1Fuq9a0gqxPMqXD { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCzSuPgCLOiyB6I2Qv7utve6VlfolDTX { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkhAf6Jk15Cr3fuaV5xyzK0JcQgdgMFp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J79e8V7NrpD6klrh17Wc5T8OpOmfF60Q { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2dQxgULkI1H0ryRKWPtvI6wmMlWxtuC { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfeouFO6FbTJRSANt6GQN3LeWLGAGoZQ { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5cEGyqP9Wouqq3AyegTWfkCXTRJpEnN { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLO7v2OvHDPFHbPGApX3nCvAThU768f { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tun1Tl0bdZEOvIJiWNbBOk3euFfZxI7z { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhLEAVWkZp9hn48rrZMfl2E9gxEM93PT { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i76NPhgrvg08PkV2o0knmIAn03Van7EZ { display:block; }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPUJSJM8Qg3UCDsnTamCZ39Ev6wA7maK { width:10rem;height:10rem;top:13.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx4b3Ghk6D84efkdnx9qNi0OR5ETzDTS { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN66GWn5HZvbc36KsHox8M2PcCfMAZBS { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Vq572RysD08Ui923gWc3NVpHWXVvsE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W58k0751GSHSqTSQLLeFzhDXfLk9IgnU { width:10rem;height:10rem;top:27.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4lUTy2632Vb6k6JNsXbyMt9Qe1Vr8PM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reuyO2dqkJKPQPapqtTHEsO2uxdgaFJ6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQKpE1MZ1skGnKlBHcLEayTvqP1cGTVy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8WUzBuWC3VWTKnbg39KMADCknfCXcmI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEDk58W71lqECNUBW7nD4eeSga0VrKEf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQb3xW7iTgwcb5MW9ncKq3mSqoNUZBZ7 { width:10rem;height:10rem;top:41rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc1QzUQ7RXeTUCg2oizMoTDgH6uFfLpm { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7xnge2x66BGXiWNeIX3fga0SmMESO9q { width:10rem;height:10rem;top:54.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa3buQb9KE3V87p59r6dXCZNq9oKmdrf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9ptHlCl4VtegmM53EmEqmyLqN9WONL1 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I45BeWIR009wfOXwzd7yD1L9CFr0v9rz { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUDrJURJQTiVRqJ8p4fEnafO7h6J6tDS { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUfrUQEf2U2mEblXAOI2yigTF1ooKeRv { width:0.5rem;height:7.5rem;top:21.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdglAdbMlTywdrwC20p5tkl2tlsetOQm { width:0.5rem;height:7.5rem;top:34.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0qgms88T6nDxEmpnFy8hBh2CeGU8rp { width:0.5rem;height:7.5rem;top:48.6875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM5K91nH6NJK3vs5Actuzq7OERAXUgcN { display:block; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-select {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs  { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs {display:block;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #vu3CZEw90QUT0xDtJgJEgvElu8ZKHCXo {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #X265LUODDTRk1o0u3Bfvc50pgpHeQAG0 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #VQWlBGcuiFkKPF9fdCN0JLa4nNVmB0RS {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #TwoToMRMDRsdOwSwAry7P3CJAEOxdzAC {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #aFeKnBVbAMdFeCPZVwVvAfQsyEzW2mW6 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #WJh3JXieM6hVSUTzto1Z4MWTCndmFMZI {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #qN1IhLeQTDST2nmDvLDhQ1XVBwsPtUOO {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #CcZddCDyXUDIG09pvDbqrP9R70DW2gX3 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #PuumN9BL0XXMFgPJJwGE8f471lL91aVn {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #iEpJVgBW68CCnDKUyIlzmZuJSluHJnNW {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #FHCRhgSkEgQCnw9Mg5yRVCbVZvd0HA6v {  }
 }@media only screen and (max-width: 763px) { #APn4uFGFaaVurSBsdDgu57t4DIukW83t { width:35rem;height:25.625rem;top:5.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKW8mdSD1bnIoySq75reFh2FFkmebQ7C { top:8.75rem;left:0rem;width:33.75rem;height:13.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDI7SnW846NK5q3K0MUqapkFLaxQKK9E { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlX5fLmdvgxPOPmbToU9PPA6v8uH0Om { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5WEx83CdiLTJ47nMw5eZA25oaCJQZ7K { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq0I1O26pOZSgQP6hWmhwqFL1wPSxD63 { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7KZAPV8WDWzZOk3Irc0WwmXgOovasxW { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Sm5ZTcP380X3MU2ILGFeKt8IgdBIyD { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwnIHATgIDdEGNZOQ0BeFRhX9ri9iOS7 { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4lILp50Cz169l9ddXTFGXddFVZKzeRz { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:15.3125rem;height:2.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 { display:block; }#S1ur9ERqZ4JZoa6JN5mic57kyKqCxVP7 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkZ8FBOdoT1KD8viN5uecFQS1qCG8TTo { width:20rem;height:3.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qntx6TeInnTk3MNe6lshHv0nwb4fFrul { display:block; }#Qntx6TeInnTk3MNe6lshHv0nwb4fFrul > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R47QA7cRT1bVqQwqRbakeemoKcDuVGuH { width:20rem;height:4.75rem;top:3.125rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cx5WfCcvWC72fdGTNNxGTPteavKFQAFT { width:20rem;height:5.0625rem;top:10.8125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9ALAVVTE1EQvK1VsOiop1NLRMlrzk94 { width:0.5rem;height:20rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPTNptQOqgJy24OSxaD1gEikM9snacAi { width:0.5rem;height:20rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAAL2tz0fCL9q0KPwXFAdyOvsCqeurEx { width:0.5rem;height:20rem;top:0rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJyBeN3RkAMQPq5y2B577D8rGRgg74iH { width:0.5rem;height:20rem;top:0rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccKtHRwePdG7wwyHrqrTKAyHmtCnSNs2 { width:0.5rem;height:20rem;top:9.1875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHIirben7D819kytKrN7ThukNvgTTwBO { width:0.5rem;height:20rem;top:9.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6sS94S4F8hPo4K1lOezvOSvQiiQW4rT { width:0.5rem;height:20rem;top:9.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNHksQpkvAlUM42323A5Pva5q2GdODnP { width:0.5rem;height:20rem;top:9.1875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTEdZgSaIxifqCOrTO5EbioJLR9gB2FB { width:12.75rem;height:3.75rem;top:21.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4dTgCxQi6aAForR5qAlovgin1U7Ws3k { display:block; }
 }@media only screen and (max-width: 763px) { #aknPlbdiueT7qk9RqwDhTswCccGGSAiS { display:block; }#aknPlbdiueT7qk9RqwDhTswCccGGSAiS > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrSvJkqF4hSiHwb7iOf4Hkw9wwmKQypw { width:20rem;height:38.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5HNqXFTL7264nTbhTACJhuo4GBbTUi9 { width:8.75rem;height:1.6875rem;top:3.25rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLG9gTAq8d0NHDevEfnFgQtGdawc9xpd { width:17.5rem;height:2.75rem;top:5.9375rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfq78MDqHBt9unEIkytpRWEaSVkeATe9 { width:17.5rem;height:28.6875rem;top:10.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSGScBGhFWTouLx1uMn6Jh08nUAX5ero { width:0.5rem;height:20rem;top:1.25rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMos6UHXTikrwvzGPXgtfxRn89T0EdVv { width:0.5rem;height:20rem;top:1.25rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqDhUCcP1d16sPIZ2OcKG0p3wEfH36pH { width:0.5rem;height:20rem;top:1.25rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMlM8BA7tKKQO4bAMZs1M5dWCxib0PSO { width:0.5rem;height:20rem;top:1.25rem;left:10.875rem;background-color:transparent;background-image: -webkit-linear-gradient(356deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(356deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(356deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(356deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(356deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ { display:block; }#CixPgGDiOV9LAo6OhVfJuoxLFfzykPzQ > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTyos93eTn5IwbZiCmoITBEFapaOlhfJ { display:flex;width:2.125rem;height:2.125rem;top:11.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #JlVtg0JpwSbUMZNKeKAv0t6DXOXJRuNA { width:20rem;height:5rem;top:15.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dO0HvJNmoHqNN57U0QM8yTcoNzV4MeOV { width:20rem;height:1.6875rem;top:20.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiSrxuZSSwTnLtQWNoi42lEi2Us8vQH3 { width:12.25rem;height:1.6875rem;top:2.5rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTkcVRWxfNFyULbwnhSUKSzFKJbFVkuG { width:20rem;height:5.5rem;top:4.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iO0STUzVII8Phb72cLhRAc9uOXXJHeSp { width:0.5rem;height:11.25rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4PkfcRbuKmCgzJ7kk07vR443i7fM7yd { width:0.5rem;height:11.25rem;top:1.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipv11CcZzE3rShZNK18OOOhNOZ1XoW9L { width:0.5rem;height:11.25rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9bcfJHQDNVXblOWG1Fuq9a0gqxPMqXD { width:0.5rem;height:11.25rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCzSuPgCLOiyB6I2Qv7utve6VlfolDTX { width:4.5rem;height:4.5rem;top:10.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkhAf6Jk15Cr3fuaV5xyzK0JcQgdgMFp { width:20rem;height:3.375rem;top:31.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J79e8V7NrpD6klrh17Wc5T8OpOmfF60Q { width:14.3125rem;height:2.5rem;top:29.125rem;left:2.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2dQxgULkI1H0ryRKWPtvI6wmMlWxtuC { width:4.5rem;height:4.5rem;top:24.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfeouFO6FbTJRSANt6GQN3LeWLGAGoZQ { display:flex;width:2.125rem;height:2.125rem;top:25.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #R5cEGyqP9Wouqq3AyegTWfkCXTRJpEnN { width:20rem;height:3.375rem;top:44.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFLO7v2OvHDPFHbPGApX3nCvAThU768f { width:20rem;height:2.5rem;top:41.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tun1Tl0bdZEOvIJiWNbBOk3euFfZxI7z { width:4.5rem;height:4.5rem;top:36.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhLEAVWkZp9hn48rrZMfl2E9gxEM93PT { display:flex;width:2.125rem;height:2.125rem;top:38.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #i76NPhgrvg08PkV2o0knmIAn03Van7EZ { display:block; }#i76NPhgrvg08PkV2o0knmIAn03Van7EZ > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPUJSJM8Qg3UCDsnTamCZ39Ev6wA7maK { width:3.875rem;height:3.875rem;top:3.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx4b3Ghk6D84efkdnx9qNi0OR5ETzDTS { width:6.25rem;height:2.75rem;top:4.125rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN66GWn5HZvbc36KsHox8M2PcCfMAZBS { width:16.875rem;height:2.5rem;top:7.4375rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9Vq572RysD08Ui923gWc3NVpHWXVvsE { width:14.5rem;height:7.1875rem;top:9.875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W58k0751GSHSqTSQLLeFzhDXfLk9IgnU { width:4.1875rem;height:4.1875rem;top:18.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4lUTy2632Vb6k6JNsXbyMt9Qe1Vr8PM { width:16.875rem;height:5rem;top:23.0625rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reuyO2dqkJKPQPapqtTHEsO2uxdgaFJ6 { width:16.875rem;height:5.0625rem;top:28.75rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQKpE1MZ1skGnKlBHcLEayTvqP1cGTVy { width:6.25rem;height:2.75rem;top:19.625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8WUzBuWC3VWTKnbg39KMADCknfCXcmI { width:16.875rem;height:5.0625rem;top:45.4375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEDk58W71lqECNUBW7nD4eeSga0VrKEf { width:16.875rem;height:5.0625rem;top:62.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQb3xW7iTgwcb5MW9ncKq3mSqoNUZBZ7 { width:3.6875rem;height:3.6875rem;top:35.125rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc1QzUQ7RXeTUCg2oizMoTDgH6uFfLpm { width:16.875rem;height:5rem;top:39.125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7xnge2x66BGXiWNeIX3fga0SmMESO9q { width:3.75rem;height:3.75rem;top:52.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa3buQb9KE3V87p59r6dXCZNq9oKmdrf { width:16.875rem;height:5rem;top:56.5rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9ptHlCl4VtegmM53EmEqmyLqN9WONL1 { width:6.25rem;height:2.75rem;top:35.59375rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I45BeWIR009wfOXwzd7yD1L9CFr0v9rz { width:6.25rem;height:2.75rem;top:53.25rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUDrJURJQTiVRqJ8p4fEnafO7h6J6tDS { width:18.8125rem;height:2.75rem;top:0rem;left:0.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUfrUQEf2U2mEblXAOI2yigTF1ooKeRv { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdglAdbMlTywdrwC20p5tkl2tlsetOQm { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FO0qgms88T6nDxEmpnFy8hBh2CeGU8rp { width:12.5rem;height:0.5rem;top:53.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nM5K91nH6NJK3vs5Actuzq7OERAXUgcN { display:block; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-select {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs  { width:17.5rem;height:auto;top:8.4306640625rem;left:0rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs {display:block;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs { width:17.5rem;height:auto;top:8.4306640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #vu3CZEw90QUT0xDtJgJEgvElu8ZKHCXo {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #X265LUODDTRk1o0u3Bfvc50pgpHeQAG0 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #VQWlBGcuiFkKPF9fdCN0JLa4nNVmB0RS {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #TwoToMRMDRsdOwSwAry7P3CJAEOxdzAC {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #aFeKnBVbAMdFeCPZVwVvAfQsyEzW2mW6 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #WJh3JXieM6hVSUTzto1Z4MWTCndmFMZI {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #qN1IhLeQTDST2nmDvLDhQ1XVBwsPtUOO {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #CcZddCDyXUDIG09pvDbqrP9R70DW2gX3 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #PuumN9BL0XXMFgPJJwGE8f471lL91aVn {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #iEpJVgBW68CCnDKUyIlzmZuJSluHJnNW {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #FHCRhgSkEgQCnw9Mg5yRVCbVZvd0HA6v {  }
 }@media only screen and (max-width: 763px) { #APn4uFGFaaVurSBsdDgu57t4DIukW83t { width:20rem;height:21.125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKW8mdSD1bnIoySq75reFh2FFkmebQ7C { width:20rem;height:4.75rem;top:1.875rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDI7SnW846NK5q3K0MUqapkFLaxQKK9E { width:0.5rem;height:31.25rem;top:0rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlX5fLmdvgxPOPmbToU9PPA6v8uH0Om { width:0.5rem;height:31.25rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5WEx83CdiLTJ47nMw5eZA25oaCJQZ7K { width:0.5rem;height:31.25rem;top:1.875rem;left:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yq0I1O26pOZSgQP6hWmhwqFL1wPSxD63 { width:0.5rem;height:31.25rem;top:0rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7KZAPV8WDWzZOk3Irc0WwmXgOovasxW { width:0.5rem;height:31.25rem;top:2.3994140625rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4Sm5ZTcP380X3MU2ILGFeKt8IgdBIyD { width:0.5rem;height:31.25rem;top:197.9931640625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwnIHATgIDdEGNZOQ0BeFRhX9ri9iOS7 { width:0.5rem;height:31.25rem;top:198rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4lILp50Cz169l9ddXTFGXddFVZKzeRz { width:0.5rem;height:31.25rem;top:199.375rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { width:20rem;height:1.6875rem;top:4.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:13.9375rem;height:2.5rem;top:1.625rem;left:3.03125rem;display:block; }
 }