.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:224,232,247;--color-primary-1:153,179,230;--color-primary-2:51,102,204;--color-primary-3:26,51,102;--color-primary-4:8,15,31;--color-secondary-0:250,222,221;--color-secondary-1:239,144,142;--color-secondary-2:222,33,29;--color-secondary-3:111,17,15;--color-secondary-4:33,5,4;--color-tertiary-0:255,255,255;--color-tertiary-1:184,184,184;--color-tertiary-2:17,17,17;--color-tertiary-3:9,9,9;--color-tertiary-4:2,2,2;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { background-color: transparent; background-image: none; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container > .video-iframe-container { display: none; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row > .video-iframe-container { display: none; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .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); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { border-width: 0; border-radius: 0; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#QMkJbSCmRK7Ed4O9phXQKU1cNMmpTZhK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:3.96875rem;left:47.375rem;display:block; }
#WpiCP3XpBR6JiaMQITUaZQyTuEq3Rfwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tstvcumzshRNzO5S9JFuEFgezZ4AHfAJ { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:12.5rem;top:0.5rem;left:0.96875rem;overflow:hidden;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53983201-883e-417c-88bd-ed98229a3282/2023elginmanufacturingr2005571280x1280.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.55); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.55); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:65.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:roboto;font-size:3.5625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:11.9462890625rem;left:2.375rem;height:17.6470585rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:31.06157541275rem;left:2.3747692108154rem;height:4.8529410625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8125rem;width:23.3125rem;top:11.6015625rem;left:34.294921875rem;display:block; }
#usz6MIeQ2xKry57sRChBys22H2UlPJkz { color:#050b26;display:block;width:18.4990234375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8212890625rem;left:36.701171875rem;height:2.1323528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:19.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#040d1d;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#ffffff;width:19.5rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:18.3125rem;overflow:hidden;font-style:normal;float:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.9970703125rem;top:13.859375rem;z-index:15005;position:absolute; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5rem;display:block;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.9970703125rem;top:13.859375rem;z-index:15005;position:absolute; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #rQJZcMNaOfITdrBoT0sG7kIikXPinEea { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #mcwZpl39SvCFKkBTEehoqXTqEzDTxEnT { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #BRa6vyOAJOTDBecN6VP0bJ1LaOxqbL6Z { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #JoQZG2UCzUfincHvkTrlTCFee9yobo3x { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #xmK28kVbvt12iWVPtQfUyzuntnGA0phx { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lFw1oq67EU8h2qiLBhtLUApcUpsIXTwx { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { position:absolute;display:block;z-index:15006;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.6245125rem;width:2.6245125rem;top:44.687496185302rem;left:13.999307632446rem;overflow:hidden;display:block; }
#xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.686576843262rem;left:8.1249980926512rem;display:block; }
#dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:4.375rem;width:23.374625rem;top:8.7177734375rem;left:34.30859375rem;display:block; }
#sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.75rem;width:29.875rem;top:53.75rem;left:0rem;display:block; }
#eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),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:0.4375rem;width:29.9375rem;top:53.5rem;left:0rem;display:block; }
#KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.8125rem;width:28.875rem;top:53.6875rem;left:31.125rem;display:block; }
#viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:55.9375rem;left:9.125rem;height:2.4264705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:59.6875rem;left:4.9375rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJp76CysykqwaPSEbXTV1hHlXkitJT2x { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:55.9375rem;left:39.6875rem;height:2.4264705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7eONbg5nTNicT7sreeJhuLxEt8iNDo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:59.6875rem;left:37.4375rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IAmEIwKuDe8LCpz5lL1OQ4NscgnHUV0q { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),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:0.4375rem;width:28.9375rem;top:53.5rem;left:31.0625rem;display:block; }
#Vm29GqIW8T2Aqpf1pk9hmAthkgVOmvGy { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.75rem;width:29.875rem;top:53.75rem;left:0rem;display:none; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/25fd68b9-505a-45e2-8eb6-44e7f588503e/2023elginmanufacturingr2015681280x1280.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.7); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.7); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::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; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:4.375rem;width:60rem;top:26.491039276123rem;left:0rem;display:block; }
#OqCEKRzV1v3aruh7T5vX0kl6UTbLg7wS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.46875rem;left:19.71875rem;display:block; }
#BlyOfUcsOlSDhcxLWssgdwapbM8aF71C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w90sJKZJFRE1g0lrzVnNMkUsAq86VSii { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:1.5rem;left:2.4375rem;height:11.1764700625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwT1ghFwsFwebtrHvX1qckSQc8s8h9ri { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.5rem;left:33.53125rem;height:11.1764700625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPiv7a8cTlyUE3GDsH6RalFzem0keSZD { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:16.75rem;width:29.875rem;top:0rem;left:0rem;display:block; }
#RDXvsp7zezNmk5bWtPKMzVDD6Vy9cGnz { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:16.8125rem;width:28.875rem;top:0rem;left:31.125rem;display:block; }
#kXUGutddIr67zrbnAw6387e2NSFEMRLn { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:55.9375rem;left:39.6875rem;height:2.4264705rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZX4bzh2oXgc9S5Kw4lCleuMPU9XWT1UD { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:59.6875rem;left:37.4375rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZVL13Uzn13AZg1Pf9rwTMZxU2MPbUwZP { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.8125rem;width:28.875rem;top:53.6875rem;left:31.125rem;display:none; }
#POyp6F6z15XHEevEqLz8RU4Hg9Fr2lzW { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.75rem;width:29.875rem;top:53.75rem;left:0rem;display:none; }
#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a5995b1-5c86-43c0-8196-d49caf410964/2022elginmanufacturingtlk11095561280x1280.jpeg");background-position:top left !important;background-repeat: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; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG.adaptive-delivery-prevent-bg, #WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG.lazyload, #WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG.lazyloading { background-image: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { background-color: transparent; background-image: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.85); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container > .video-iframe-container { display: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.85); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row > .video-iframe-container { display: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .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); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { border-width: 0; border-radius: 0; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG::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; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { font-size:0.875rem;font-family:arial;height:88.5rem;width:60rem;position:relative;display:block; }#cTqPM4Uhr2D712KZgCw9lAHbFriVWRTe { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:29.4375rem;left:2.75rem;height:8.3823528125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E5Ov6SXkTFbyTxmvabyfXLUHbyzTTK96 { color:rgba(var(--color-primary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:19.6875rem;left:8.9375rem;height:4.1176471875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b4u28axRldxfCCeIqob0WXAGopXpkcJJ { color:rgba(var(--color-tertiary-2),1);display:block;width:58.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.125rem;left:0.78125rem;height:2.2794118125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#msQoFqDveUPGdOP1XKQiuVodTHkGxrkw { color:rgba(var(--color-tertiary-2),0.9);display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.03125rem;height:5.588234875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpWakC6I3aTnh63NuithTwXXnKai2Xtf { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:79.625rem;left:33.125rem;display:block; }
#lphXhqmLlSgHR1falW3BUdusUrPXUnAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRrTUfcHsTxTe9C0FOFB5SKVX5cUXxPw { color:rgba(var(--color-primary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:23.8125rem;left:8.9375rem;height:3.3823528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GTR9E91KNTMLAus1Ss2RyAUTVdF3esHH { color:rgba(var(--color-primary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:19.6875rem;left:27.5625rem;height:4.1176471875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xNaJtvMQf2ExqGPKL7gdWC1rd2afzlsU { color:rgba(var(--color-primary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:23.8125rem;left:27.5625rem;height:3.3823528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mqd0wrdoo2l7BKPFJVEA2sRaoPT1UOJ8 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:29.4375rem;left:21.3125rem;height:6.985293875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ph1msbpOZFEyJLrxU7RBxp7COgV9lKOm { color:rgba(var(--color-primary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:19.6875rem;left:46.9375rem;height:4.1176471875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tofd1KXEFnCfLPbNTFdWnZVXy3Sb0PtW { color:rgba(var(--color-tertiary-3),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:29.4375rem;left:40.5625rem;height:8.3823528125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NZr2VfpIgT26JIgcUM4a8OtZ8pMAvPHG { color:rgba(var(--color-primary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:23.8125rem;left:46.9375rem;height:3.3823528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KCk0dncXKwgJczxskA4LFpcFsqQsgSdC { color:rgba(var(--color-primary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:48.875rem;left:10.0625rem;height:4.1176471875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CqstrZyQFRR2i4P83QMtdmmvLiJI6JEn { color:rgba(var(--color-tertiary-3),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:58.6875rem;left:2.75rem;height:5.588234875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EveZDBnTQ9L6pNAnbD1Q9dkGXqJRJcOk { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15047;line-height:1;letter-spacing:0;top:53.125rem;left:10.09375rem;height:2.7941174375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pe4LMHr1MhS7qUKyXiIDKm7HL7qxOzsT { color:rgba(var(--color-primary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:48.875rem;left:42.9375rem;height:4.1176471875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEBMP9vOogSpebHvEa0KRoT6XmphJo6v { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:58.6875rem;left:25.9375rem;height:4.1911764375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wqVImh0ML5VEavr9vBAi2ILGgxG9tdaE { color:rgba(var(--color-primary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15050;line-height:1;letter-spacing:0;top:53rem;left:43rem;height:2.7941174375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g3bDfBvdhQ2vDqV8mn19eID37nGXW6JE { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:5.0625rem;top:11.125rem;left:2.75rem;overflow:hidden;display:block; }
#z2QTzdr27STiEzuQQvrV6ryNlIDscN5h { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.5625rem;top:11.21875rem;left:20.8125rem;overflow:hidden;display:block; }
#GKLeB6XnaIHBcTBb6NCI0uT5aBFGfhtd { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:5.8125rem;top:11.9375rem;left:40.0625rem;overflow:hidden;display:block; }
#aoLyTGi7hJabkSq7KfbxaKh5u8TfIL2G { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:5.6875rem;top:40.625rem;left:3.3125rem;overflow:hidden;display:block; }
#TC2qzHuTLsmznomkLTSDaU19SkJ0B2QV { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:17.6875rem;top:45.1875rem;left:24.75rem;overflow:hidden;display:block; }
#LFZiuF4iOUhTgHL4n25RahTVZZZqzi3C { box-sizing:content-box;height:0.125rem;width:54.75rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.25rem;left:2.625rem;display:block; }
#PfrFl6zNlzpAT9Uuks7EtSsILCGBfkUU { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.8;letter-spacing:0;top:70.8125rem;left:4.0625rem;height:2.4264705rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1HpFkmJ7zXfbN5OiTn6KTP8TIQKyHOK { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:73.9375rem;left:4.875rem;height:10.5147056875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#u1HpFkmJ7zXfbN5OiTn6KTP8TIQKyHOK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u1HpFkmJ7zXfbN5OiTn6KTP8TIQKyHOK li:before{  }
#AQ8hMMvWbHSDWrBvRMcy61exaEam81gs { color:rgba(var(--color-secondary-2),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:72.5625rem;left:33.78125rem;height:6.17647025rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S2xsMs2lLUi5wK1pUIiB1aeObGtEntvT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:88.625rem;width:60rem;top:-0.0625rem;left:0rem;display:block; }
#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 { position:relative;display:block; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 { background-color: transparent; background-image: none; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container > .video-iframe-container { display: none; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row > .video-iframe-container { display: none; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .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); }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 { border-width: 0; border-radius: 0; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TBq3uirlTTgvGT1J8Fz3SQMIOlhHNPw3 { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:60rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { background-color: transparent; background-image: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .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); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { border-width: 0; border-radius: 0; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#RTi6CRHaJDaWTdWDVxSgItv02Txtm3Qd { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:3.8125rem;left:23.0625rem;height:2.4264705rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#It835kbcKW94XVpi8TJU0IB3smD4PkPJ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.0625rem;left:23.0625rem;height:6.4705881875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WAZPgWhPsirW2xIDfkaDFrIbRL8FtXhC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.25rem;left:23.0625rem;display:block; }
#StxbxaK3W5tii2LBUKcxRil3zTL13OMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t0DJF5VKL2V50lTqS8ZXHtL0I0ccI7mZ { 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:17.375rem;width:15.8125rem;top:3.0625rem;left:4.625rem;overflow:hidden;display:block; }
#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060405;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; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { background-color: transparent; background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .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); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { border-width: 0; border-radius: 0; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { font-size:0.875rem;font-family:arial;height:72.3125rem;width:60rem;position:relative;display:block; }#sUpTCFKnrvHXdIeySWXWu7nJMi0Sn0K5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:48.9375rem;top:18.75rem;left:5.53125rem;overflow:hidden;display:block; }
#bK65AVB1fpfwwd0ScTJm2qcuhU7SQ2L2 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.375rem;left:5.5625rem;height:2.2794118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IRxyJloSAxRXVznlk5p9A2XZlxNxA6Vb { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:8.125rem;left:5.5625rem;height:8.088234875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#vx49SmtruBnybqFx9uoJ1lOzK7FhVL3N { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:55.1875rem;left:3.375rem;height:1.323529375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.1;letter-spacing:0;top:58.125rem;left:4.375rem;height:7.7670035625rem;text-align:left;text-align-last:left;display:block; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:before{  }
#FrgCiG8ST3Pb5D6iV6a4gnGxIOi0lE61 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:60.28125rem;left:36.0625rem;display:block; }
#tyuqEM1BRGwVHTrBKbyxMdWvTm1lkThZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/SDMH7Jab/background_top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5.adaptive-delivery-prevent-bg, #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5.lazyload, #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5.lazyloading { background-image: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { background-color: transparent; background-image: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container > .video-iframe-container { display: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row > .video-iframe-container { display: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .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); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { border-width: 0; border-radius: 0; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5::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; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { width:60rem;height:13.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Lk29VTvD0a5UpZKc4V3a7WhZqHSTkI21 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.15625rem;height:7.058823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/huz0dXcO/section5_bg.jpg");background-position:top left !important;background-repeat: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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.adaptive-delivery-prevent-bg, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyload, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyloading { background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { background-color: transparent; background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .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); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.25rem;left:6.0625rem;height:2.3529410625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { position:absolute;display:block;z-index:15007;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.5rem;width:2.5rem;top:5.8125rem;left:33.875rem;overflow:hidden;display:block; }
#bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:5.25rem;left:37.4375rem;height:5.29411725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IfD0LBXtuPy9owiC3MeWW6XZU0uzZlqA { position:absolute;display:block;z-index:15009;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.5rem;width:2.5rem;top:9.5928955078125rem;left:9.9993896484375rem;overflow:hidden;display:block; }
#uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { color:rgba(var(--color-tertiary-0),1);display:block;width:11.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:10.59326171875rem;left:13.936767578125rem;height:1.985294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9t2a2E4rJameTEWAec7adsxzHyDDe9i { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.125rem;left:33.875rem;overflow:hidden;display:block; }
#hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:12.6875rem;left:37.4375rem;height:5.29411725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMeb241sOMc1IqM4582x1K2P09ZySxuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { background-color: transparent; background-image: none; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container > .video-iframe-container { display: none; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row > .video-iframe-container { display: none; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .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); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { border-width: 0; border-radius: 0; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#GqgvEz75sNAfQT2omfvHEVNr4PteTE6P { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),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:10.125rem;width:0.0625rem;top:3.03125rem;left:26.3125rem;display:block; }
#Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:8.625rem;top:3.03125rem;left:46.625rem;overflow:hidden;display:block; }
#qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:9.4375rem;top:3.0625rem;left:33.607421875rem;overflow:hidden;display:block; }
#wvTvlsyDl3WDIkrXdJdms9MBhA9MQNHf { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.625rem;top:3.03125rem;left:5.40625rem;overflow:hidden;display:block; }
#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { background-color: transparent; background-image: none; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container > .video-iframe-container { display: none; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row > .video-iframe-container { display: none; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .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); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { border-width: 0; border-radius: 0; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#zZexZqpgMrNbGabTq4PhNqtLndy7sFIy { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:20rem;height:1.0294118125rem;text-align:center;text-align-last:center;display:block; }
#DCaKbSqV4SuSO79JPp2Wti2UEBSrgGa2 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.625rem;height:2.0588235625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 { display:block; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMkJbSCmRK7Ed4O9phXQKU1cNMmpTZhK { width:9.5rem;height:1.25rem;top:3.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpiCP3XpBR6JiaMQITUaZQyTuEq3Rfwa { display:block; }
 }@media only screen and (max-width: 763px) { #tstvcumzshRNzO5S9JFuEFgezZ4AHfAJ { top:0.5rem;left:0rem;width:12.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:31.1875rem;height:17.8125rem;top:11.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:23.1875rem;height:4.875rem;top:31rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:23.3125rem;height:35.8125rem;top:11.5625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:18.4375rem;height:2.1875rem;top:9.8125rem;left:29.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:15rem;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #rQJZcMNaOfITdrBoT0sG7kIikXPinEea {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #mcwZpl39SvCFKkBTEehoqXTqEzDTxEnT {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #BRa6vyOAJOTDBecN6VP0bJ1LaOxqbL6Z {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #JoQZG2UCzUfincHvkTrlTCFee9yobo3x {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #xmK28kVbvt12iWVPtQfUyzuntnGA0phx { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lFw1oq67EU8h2qiLBhtLUApcUpsIXTwx {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:2.5625rem;height:2.5625rem;top:44.625rem;left:7.8743076324462rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:14.5rem;height:3rem;top:41.625rem;left:1.9999980926514rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:23.3125rem;height:4.375rem;top:8.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:29.875rem;height:11.75rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { width:29.9375rem;height:0.4375rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:28.875rem;height:11.8125rem;top:53.6875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:12.5rem;height:2.4375rem;top:55.9375rem;left:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:19.25rem;height:3.875rem;top:59.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:12.5rem;height:2.4375rem;top:55.9375rem;left:33.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7eONbg5nTNicT7sreeJhuLxEt8iNDo5 { width:17rem;height:3.875rem;top:59.6875rem;left:30.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAmEIwKuDe8LCpz5lL1OQ4NscgnHUV0q { width:28.9375rem;height:0.4375rem;top:53.5rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm29GqIW8T2Aqpf1pk9hmAthkgVOmvGy { width:29.875rem;height:11.75rem;top:53.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { width:47.75rem;height:4.375rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqCEKRzV1v3aruh7T5vX0kl6UTbLg7wS { width:20.5625rem;height:3.4375rem;top:19.4375rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlyOfUcsOlSDhcxLWssgdwapbM8aF71C { display:block; }
 }@media only screen and (max-width: 763px) { #w90sJKZJFRE1g0lrzVnNMkUsAq86VSii { width:26.1875rem;height:11.5rem;top:1.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwT1ghFwsFwebtrHvX1qckSQc8s8h9ri { width:24.0625rem;height:11.5rem;top:1.5rem;left:23.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPiv7a8cTlyUE3GDsH6RalFzem0keSZD { width:29.875rem;height:16.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDXvsp7zezNmk5bWtPKMzVDD6Vy9cGnz { width:28.875rem;height:16.8125rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXUGutddIr67zrbnAw6387e2NSFEMRLn { width:12.5rem;height:2.4375rem;top:55.9375rem;left:33.5625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZX4bzh2oXgc9S5Kw4lCleuMPU9XWT1UD { width:17rem;height:3.875rem;top:59.6875rem;left:30.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVL13Uzn13AZg1Pf9rwTMZxU2MPbUwZP { width:28.875rem;height:11.8125rem;top:53.6875rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #POyp6F6z15XHEevEqLz8RU4Hg9Fr2lzW { width:29.875rem;height:11.75rem;top:53.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG { display:block; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTqPM4Uhr2D712KZgCw9lAHbFriVWRTe { width:15.25rem;height:10.0625rem;top:29.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Ov6SXkTFbyTxmvabyfXLUHbyzTTK96 { width:4.5625rem;height:4.125rem;top:19.6875rem;left:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4u28axRldxfCCeIqob0WXAGopXpkcJJ { width:47.75rem;height:2.3125rem;top:0.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msQoFqDveUPGdOP1XKQiuVodTHkGxrkw { width:47.75rem;height:5.75rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpWakC6I3aTnh63NuithTwXXnKai2Xtf { width:20.5625rem;height:3.4375rem;top:79.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #lphXhqmLlSgHR1falW3BUdusUrPXUnAl { display:block; }
 }@media only screen and (max-width: 763px) { #hRrTUfcHsTxTe9C0FOFB5SKVX5cUXxPw { width:7.3125rem;height:3.375rem;top:23.8125rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTR9E91KNTMLAus1Ss2RyAUTVdF3esHH { width:4.5625rem;height:4.125rem;top:19.6875rem;left:21.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNaJtvMQf2ExqGPKL7gdWC1rd2afzlsU { width:8.8125rem;height:3.375rem;top:23.8125rem;left:21.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqd0wrdoo2l7BKPFJVEA2sRaoPT1UOJ8 { width:16.4375rem;height:7.1875rem;top:29.4375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph1msbpOZFEyJLrxU7RBxp7COgV9lKOm { width:4.5625rem;height:4.125rem;top:19.6875rem;left:40.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tofd1KXEFnCfLPbNTFdWnZVXy3Sb0PtW { width:15.6875rem;height:8.625rem;top:29.4375rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZr2VfpIgT26JIgcUM4a8OtZ8pMAvPHG { width:11.6875rem;height:3.375rem;top:23.8125rem;left:36.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCk0dncXKwgJczxskA4LFpcFsqQsgSdC { width:13.5rem;height:4.125rem;top:48.875rem;left:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqstrZyQFRR2i4P83QMtdmmvLiJI6JEn { width:18.5625rem;height:5.75rem;top:58.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EveZDBnTQ9L6pNAnbD1Q9dkGXqJRJcOk { width:13.4375rem;height:2.875rem;top:53.125rem;left:3.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe4LMHr1MhS7qUKyXiIDKm7HL7qxOzsT { width:13.5rem;height:4.125rem;top:48.875rem;left:34.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBMP9vOogSpebHvEa0KRoT6XmphJo6v { width:27.375rem;height:4.3125rem;top:58.6875rem;left:19.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqVImh0ML5VEavr9vBAi2ILGgxG9tdaE { width:11.0625rem;height:2.875rem;top:53rem;left:36.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3bDfBvdhQ2vDqV8mn19eID37nGXW6JE { top:11.125rem;left:0rem;width:5.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2QTzdr27STiEzuQQvrV6ryNlIDscN5h { top:11.1875rem;left:14.6875rem;width:5.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKLeB6XnaIHBcTBb6NCI0uT5aBFGfhtd { top:11.9375rem;left:33.9375rem;width:5.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoLyTGi7hJabkSq7KfbxaKh5u8TfIL2G { top:40.625rem;left:0rem;width:5.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC2qzHuTLsmznomkLTSDaU19SkJ0B2QV { top:45.1875rem;left:18.625rem;width:17.6875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFZiuF4iOUhTgHL4n25RahTVZZZqzi3C { top:68.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfrFl6zNlzpAT9Uuks7EtSsILCGBfkUU { width:23rem;height:2.4375rem;top:70.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1HpFkmJ7zXfbN5OiTn6KTP8TIQKyHOK { width:21.75rem;height:10.625rem;top:73.9375rem;left:0rem;font-size:1rem;display:block; }#u1HpFkmJ7zXfbN5OiTn6KTP8TIQKyHOK li:before{  }
 }@media only screen and (max-width: 763px) { #AQ8hMMvWbHSDWrBvRMcy61exaEam81gs { width:19.25rem;height:6.1875rem;top:72.5625rem;left:27.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2xsMs2lLUi5wK1pUIiB1aeObGtEntvT { width:47.75rem;height:88.625rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 { display:block; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBq3uirlTTgvGT1J8Fz3SQMIOlhHNPw3 { top:0.125rem;left:0rem;width:47.75rem;height:24.123697916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi6CRHaJDaWTdWDVxSgItv02Txtm3Qd { width:32rem;height:2.4375rem;top:3.8125rem;left:15.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #It835kbcKW94XVpi8TJU0IB3smD4PkPJ { width:30.875rem;height:6.75rem;top:7.0625rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAZPgWhPsirW2xIDfkaDFrIbRL8FtXhC { width:20.5625rem;height:3.4375rem;top:16.25rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StxbxaK3W5tii2LBUKcxRil3zTL13OMn { display:block; }
 }@media only screen and (max-width: 763px) { #t0DJF5VKL2V50lTqS8ZXHtL0I0ccI7mZ { width:15.8125rem;height:17.375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUpTCFKnrvHXdIeySWXWu7nJMi0Sn0K5 { top:18.75rem;left:0rem;width:47.75rem;height:32.199233716475rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK65AVB1fpfwwd0ScTJm2qcuhU7SQ2L2 { width:38.75rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRxyJloSAxRXVznlk5p9A2XZlxNxA6Vb { width:47.75rem;height:8.4375rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx49SmtruBnybqFx9uoJ1lOzK7FhVL3N { width:22.5625rem;height:1.375rem;top:55.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB { width:30.25rem;height:7.75rem;top:58.125rem;left:0rem;font-size:1rem;display:block; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:before{  }
 }@media only screen and (max-width: 763px) { #FrgCiG8ST3Pb5D6iV6a4gnGxIOi0lE61 { width:19.6875rem;height:3.4375rem;top:60.25rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyuqEM1BRGwVHTrBKbyxMdWvTm1lkThZ { display:block; }
 }@media only screen and (max-width: 763px) { #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 { display:block; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk29VTvD0a5UpZKc4V3a7WhZqHSTkI21 { width:41.6875rem;height:6.9375rem;top:3.3125rem;left:3.03125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:17.9375rem;height:2.375rem;top:5.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:5.8125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:17.75rem;height:5.25rem;top:5.25rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfD0LBXtuPy9owiC3MeWW6XZU0uzZlqA { width:2.5rem;height:2.5rem;top:9.5625rem;left:3.8743896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:11.5625rem;height:1.9375rem;top:10.5625rem;left:7.811767578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9t2a2E4rJameTEWAec7adsxzHyDDe9i { width:2.5rem;height:2.5rem;top:13.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { width:17.75rem;height:5.25rem;top:12.6875rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeb241sOMc1IqM4582x1K2P09ZySxuF { display:block; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqgvEz75sNAfQT2omfvHEVNr4PteTE6P { top:3rem;left:20.1875rem;width:0.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { top:3rem;left:39.125rem;width:8.625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { top:3.0625rem;left:27.482421875rem;width:9.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTvlsyDl3WDIkrXdJdms9MBhA9MQNHf { top:3rem;left:0rem;width:15.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDF69QntyKf3wtr0vDPCgXyXv13T1TGk { display:block; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZexZqpgMrNbGabTq4PhNqtLndy7sFIy { top:1.4375rem;left:13.875rem;width:20rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaKbSqV4SuSO79JPp2Wti2UEBSrgGa2 { top:3.375rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 { display:block; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMkJbSCmRK7Ed4O9phXQKU1cNMmpTZhK { width:9.5rem;height:1.25rem;top:10.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpiCP3XpBR6JiaMQITUaZQyTuEq3Rfwa { display:block; }
 }@media only screen and (max-width: 763px) { #tstvcumzshRNzO5S9JFuEFgezZ4AHfAJ { width:12.5rem;height:8.5rem;top:1.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53983201-883e-417c-88bd-ed98229a3282/2023elginmanufacturingr2005571280x1280.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.57); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.57); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:17.8125rem;height:11.0294113125rem;top:3.249080657959rem;left:1.0926011800766rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:15.4997701875rem;height:5.588234875rem;top:15.562038421631rem;left:2.2483915090561rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:20rem;height:39rem;top:27.848116874695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:18.75rem;height:1.911764625rem;top:24.875rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:17.5rem;height:auto;top:27.788372993469rem;left:0rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:17.5rem;height:auto;top:27.788372993469rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #rQJZcMNaOfITdrBoT0sG7kIikXPinEea {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #mcwZpl39SvCFKkBTEehoqXTqEzDTxEnT {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #BRa6vyOAJOTDBecN6VP0bJ1LaOxqbL6Z {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #JoQZG2UCzUfincHvkTrlTCFee9yobo3x {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #xmK28kVbvt12iWVPtQfUyzuntnGA0phx { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lFw1oq67EU8h2qiLBhtLUApcUpsIXTwx {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:2.3747701875rem;height:2.3747701875rem;top:72.873390197756rem;left:9.1544114351275rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:12.0622701875rem;height:1.3120404375rem;top:69.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:20rem;height:4rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:10.75rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { width:0.4375rem;height:13.25rem;top:68.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:13.25rem;top:95.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:12.5rem;height:1.911764625rem;top:79.874076843263rem;left:3.748850941658rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:17.3747691875rem;height:3.82352925rem;top:82.751144409181rem;left:1.3108915090561rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:12.5rem;height:0;top:92.693469047544rem;left:3.748850941658rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u7eONbg5nTNicT7sreeJhuLxEt8iNDo5 { width:20rem;height:0;top:109.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IAmEIwKuDe8LCpz5lL1OQ4NscgnHUV0q { width:20rem;height:0.4375rem;top:53.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vm29GqIW8T2Aqpf1pk9hmAthkgVOmvGy { width:20rem;height:0.4375rem;top:77.737815856931rem;left:0rem;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { width:20rem;height:1.875rem;top:67.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqCEKRzV1v3aruh7T5vX0kl6UTbLg7wS { width:18.9993095625rem;height:3.4375rem;top:55.783546447754rem;left:0.49862134456634rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlyOfUcsOlSDhcxLWssgdwapbM8aF71C { display:block; }
 }@media only screen and (max-width: 763px) { #w90sJKZJFRE1g0lrzVnNMkUsAq86VSii { width:16.6865806875rem;height:16.7647054375rem;top:1.9365844726562rem;left:1.6555606126785rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwT1ghFwsFwebtrHvX1qckSQc8s8h9ri { width:17.6240806875rem;height:13.9705875rem;top:37.439567565918rem;left:1.1868106126785rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPiv7a8cTlyUE3GDsH6RalFzem0keSZD { width:20rem;height:20.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDXvsp7zezNmk5bWtPKMzVDD6Vy9cGnz { width:20rem;height:17.5rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXUGutddIr67zrbnAw6387e2NSFEMRLn { width:12.5rem;height:1.911764625rem;top:26.499534606934rem;left:3.748850941658rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4bzh2oXgc9S5Kw4lCleuMPU9XWT1UD { width:16.25rem;height:3.82352925rem;top:29.060203552246rem;left:1.8727022409439rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ZVL13Uzn13AZg1Pf9rwTMZxU2MPbUwZP { width:20rem;height:11rem;top:24.454040527344rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #POyp6F6z15XHEevEqLz8RU4Hg9Fr2lzW { width:20rem;height:0.436580875rem;top:24.088928222656rem;left:0rem;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MZ9w2ATR/section3_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG.adaptive-delivery-prevent-bg, #WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG.lazyload, #WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG.lazyloading { background-image: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { background-color: transparent; background-image: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container > .video-iframe-container { display: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row > .video-iframe-container { display: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .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); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { width:20rem;height:162.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTqPM4Uhr2D712KZgCw9lAHbFriVWRTe { width:12.25rem;height:8.75rem;top:34.860076904297rem;left:6.4450827836987rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Ov6SXkTFbyTxmvabyfXLUHbyzTTK96 { width:8.0618105rem;height:3.308823375rem;top:27.248397827149rem;left:6.3710933923719rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b4u28axRldxfCCeIqob0WXAGopXpkcJJ { width:18.1870403125rem;height:5.9558820625rem;top:2.9370422363281rem;left:0.90418207645419rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #msQoFqDveUPGdOP1XKQiuVodTHkGxrkw { width:17.6240806875rem;height:13.97058775rem;top:9.8720092773438rem;left:1.1868106126785rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MpWakC6I3aTnh63NuithTwXXnKai2Xtf { width:18.9993095625rem;height:3.4375rem;top:156.98805236816rem;left:0.49862134456634rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lphXhqmLlSgHR1falW3BUdusUrPXUnAl { display:block; }
 }@media only screen and (max-width: 763px) { #hRrTUfcHsTxTe9C0FOFB5SKVX5cUXxPw { width:7.3115806875rem;height:3.3823528125rem;top:30.384658813476rem;left:6.4044114351275rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTR9E91KNTMLAus1Ss2RyAUTVdF3esHH { width:4.5622701875rem;height:3.308823375rem;top:47.25rem;left:6.5rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xNaJtvMQf2ExqGPKL7gdWC1rd2afzlsU { width:8.8120403125rem;height:3.3823528125rem;top:50.5rem;left:6.5rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mqd0wrdoo2l7BKPFJVEA2sRaoPT1UOJ8 { width:12.1243105rem;height:7.5rem;top:55.0625rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph1msbpOZFEyJLrxU7RBxp7COgV9lKOm { width:4.5622701875rem;height:3.308823375rem;top:66.608474731444rem;left:6.4430142641069rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tofd1KXEFnCfLPbNTFdWnZVXy3Sb0PtW { width:11.9375rem;height:8.75rem;top:74.2421875rem;left:6.7233453989031rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZr2VfpIgT26JIgcUM4a8OtZ8pMAvPHG { width:11.6865806875rem;height:3.3823528125rem;top:69.6953125rem;left:6.7244940996169rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCk0dncXKwgJczxskA4LFpcFsqQsgSdC { width:12.2495403125rem;height:3.308823375rem;top:87.173950195312rem;left:6.5165439844131rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CqstrZyQFRR2i4P83QMtdmmvLiJI6JEn { width:12.25rem;height:6.25rem;top:94.550094604494rem;left:6.4430142641069rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EveZDBnTQ9L6pNAnbD1Q9dkGXqJRJcOk { width:13.4375rem;height:2.7941174375rem;top:90.481155395506rem;left:6.5624996423719rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pe4LMHr1MhS7qUKyXiIDKm7HL7qxOzsT { width:13.4995403125rem;height:3.308823375rem;top:105.49678039551rem;left:1.0041359663009rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEBMP9vOogSpebHvEa0KRoT6XmphJo6v { width:17.9375rem;height:3.75rem;top:123.81156921387rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqVImh0ML5VEavr9vBAi2ILGgxG9tdaE { width:18.5rem;height:1.39705875rem;top:108.74311828613rem;left:1.1856616735458rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g3bDfBvdhQ2vDqV8mn19eID37nGXW6JE { width:5.0620403125rem;height:17.4368095625rem;top:26.943237304688rem;left:0.49701285362244rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2QTzdr27STiEzuQQvrV6ryNlIDscN5h { width:5.1240806875rem;height:16.3120403125rem;top:46.773895263672rem;left:0.49862134456634rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKLeB6XnaIHBcTBb6NCI0uT5aBFGfhtd { width:5.125rem;height:14.5rem;top:67.754592895506rem;left:0.56112134456634rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoLyTGi7hJabkSq7KfbxaKh5u8TfIL2G { width:4.9375rem;height:14.5rem;top:86.758041381838rem;left:0.79545401834231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC2qzHuTLsmznomkLTSDaU19SkJ0B2QV { width:17.6872691875rem;height:11.4993105rem;top:111.06111145019rem;left:0.99747240543363rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFZiuF4iOUhTgHL4n25RahTVZZZqzi3C { width:20rem;height:0.125rem;top:130.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfrFl6zNlzpAT9Uuks7EtSsILCGBfkUU { width:18.75rem;height:2.3529410625rem;top:133.74885559082rem;left:0.62385106086731rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1HpFkmJ7zXfbN5OiTn6KTP8TIQKyHOK { width:18.3125rem;height:9.6323528125rem;top:136.56871032715rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#u1HpFkmJ7zXfbN5OiTn6KTP8TIQKyHOK li:before{  }
 }@media only screen and (max-width: 763px) { #AQ8hMMvWbHSDWrBvRMcy61exaEam81gs { width:18.3122691875rem;height:6.17647025rem;top:148.56044006347rem;left:0.84214150905606rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2xsMs2lLUi5wK1pUIiB1aeObGtEntvT { width:20rem;height:162.5rem;top:-0.060882568359375rem;left:-0.063190340995788rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 { display:block; }#AxFTGoRk94Q8WVnsAnw97T8FJs1FooE2 > .row .container { width:20rem;height:10.10340025rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBq3uirlTTgvGT1J8Fz3SQMIOlhHNPw3 { width:20rem;height:10.10340025rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi6CRHaJDaWTdWDVxSgItv02Txtm3Qd { width:8.0618105rem;height:8.2352943125rem;top:4.5671081542969rem;left:11.508501172066rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #It835kbcKW94XVpi8TJU0IB3smD4PkPJ { width:18.9993095625rem;height:8.82352925rem;top:15.8125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAZPgWhPsirW2xIDfkaDFrIbRL8FtXhC { width:18.9993095625rem;height:3.4375rem;top:26.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StxbxaK3W5tii2LBUKcxRil3zTL13OMn { display:block; }
 }@media only screen and (max-width: 763px) { #t0DJF5VKL2V50lTqS8ZXHtL0I0ccI7mZ { width:10.4997701875rem;height:11.4993105rem;top:2.9368286132812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUpTCFKnrvHXdIeySWXWu7nJMi0Sn0K5 { width:20rem;height:13.4857530625rem;top:28.284210205078rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK65AVB1fpfwwd0ScTJm2qcuhU7SQ2L2 { width:17.7493095625rem;height:3.9705881875rem;top:3.9326477050781rem;left:0.65257358551025rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRxyJloSAxRXVznlk5p9A2XZlxNxA6Vb { width:18.6868095625rem;height:17.6470585rem;top:8.87060546875rem;left:0.65372240543363rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx49SmtruBnybqFx9uoJ1lOzK7FhVL3N { width:18.4995403125rem;height:3.9705881875rem;top:44.375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB { width:16.625rem;height:11.2339153125rem;top:49.5625rem;left:0.75rem;font-size:1rem;display:block; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:before{  }
 }@media only screen and (max-width: 763px) { #FrgCiG8ST3Pb5D6iV6a4gnGxIOi0lE61 { width:19.6875rem;height:3.4375rem;top:63.684967041012rem;left:0.1551011800766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyuqEM1BRGwVHTrBKbyxMdWvTm1lkThZ { display:block; }
 }@media only screen and (max-width: 763px) { #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 { display:block; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk29VTvD0a5UpZKc4V3a7WhZqHSTkI21 { width:20rem;height:11.911764125rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:20rem;height:1.83823525rem;top:2.8529663085938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:15.311828613281rem;left:8.749999165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:15.4365806875rem;height:4.6323526875rem;top:18.998626708984rem;left:2.2805606126785rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfD0LBXtuPy9owiC3MeWW6XZU0uzZlqA { width:2.5rem;height:2.5rem;top:7.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:15.5rem;height:1.5441175625rem;top:10.875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9t2a2E4rJameTEWAec7adsxzHyDDe9i { width:2.5rem;height:2.5rem;top:26.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { width:17.75rem;height:4.6323526875rem;top:30.1875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeb241sOMc1IqM4582x1K2P09ZySxuF { display:block; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqgvEz75sNAfQT2omfvHEVNr4PteTE6P { width:18.75rem;height:0.0620404375rem;top:14.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { width:8.625rem;height:10.125rem;top:28.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { width:9.4375rem;height:10.0625rem;top:16.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTvlsyDl3WDIkrXdJdms9MBhA9MQNHf { width:15.625rem;height:10.5625rem;top:2.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDF69QntyKf3wtr0vDPCgXyXv13T1TGk { display:block; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZexZqpgMrNbGabTq4PhNqtLndy7sFIy { width:20rem;height:1.0294118125rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaKbSqV4SuSO79JPp2Wti2UEBSrgGa2 { width:18.3743095625rem;height:6.17647025rem;top:3.4995727539062rem;left:0.80997240543363rem;font-size:0.8125rem;display:block; }
 }