.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 { 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; }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .row .container { background-color: transparent; background-image: none; }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .row .container > .video-iframe-container { display: none; }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .row > .video-iframe-container { display: none; }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .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); }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .row .container { border-width: 0; border-radius: 0; }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#nZqRurtFBnwcn36zK2yyO22CcTFlNJf2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:16.0625rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#ZwK6FdVdeLGzDK2FWHJCGKZ8QSLXZsUr { z-index:15007;top:1.46875rem;left:50.125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #5cf0b3;border-left:0.1875rem solid #5cf0b3;border-right:0.1875rem solid #5cf0b3;border-bottom:0.1875rem solid #5cf0b3;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#0046fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r5x8JSV5RAfUdglGuDE45wC3UUbCZpB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#au2ZTF8qgHnVnl1lLhQ6TTCGrMd1O5J2 { z-index:15010;top:1.4375rem;left:38.843751907349rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #5cf0b3;border-left:0.1875rem solid #5cf0b3;border-right:0.1875rem solid #5cf0b3;border-bottom:0.1875rem solid #5cf0b3;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#0046fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AOTLUrG5IewW3H2pgOZw4UNCKTGNU7H9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKwSkoIpwwF4OfFU8Mvv22TqZFsi1B44 { color:#8e8e8e;display:block;width:7.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.212890625rem;left:30.406251907349rem;height:1.13736875rem;text-align:right;text-align-last:right;display:block; }
#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/30a282f0-9899-4b70-8c8a-753a4f2f9558/modernfactoryplastics.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0.adaptive-delivery-prevent-bg, #yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0.lazyload, #yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0.lazyloading { background-image: none; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row .container { background-color: transparent; background-image: none; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,61,236,0.46); }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row .container > .video-iframe-container { display: none; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,61,236,0.46); }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row > .video-iframe-container { display: none; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .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); }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row .container { border-width: 0; border-radius: 0; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0::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; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#CDLMF1u3NsA022Vk8yW5fe2Ea5nARbnL { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:"space grotesk";font-size:2.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.7119140625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X3HH2UGZFJP2wcwB6uiNeTmlNsJGeeCH { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:21.96875rem;left:0rem;height:1.69986875rem;display:block; }
#kx7F7NmGn4EuJAUiE3s41OTprxp7NmHg { z-index:15012;top:26.625rem;left:0rem;background-color:#233dec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"space grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zZZo3zi78Pip8QW04iJ52g0HTmx9nzbw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3v7Wvv04TBVSf0kMQHNvrA2CeK2u4UD { z-index:15013;top:26.625rem;left:12.3125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #5cf0b3;border-left:0.1875rem solid #5cf0b3;border-right:0.1875rem solid #5cf0b3;border-bottom:0.1875rem solid #5cf0b3;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"space grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:14.0625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vWTRSbKxE5eRDDZ6cFaeuaCOL06WMtT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc { 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; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container { background-color: transparent; background-image: none; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container > .video-iframe-container { display: none; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row > .video-iframe-container { display: none; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .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); }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container { border-width: 0; border-radius: 0; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#eIe8e8C8xbnLUui4dpcigJlKZuTR0lgC { color:#233dec;display:block;width:60rem;position:absolute;font-family:"space grotesk";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9560546875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg { 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; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { background-color: transparent; background-image: none; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container > .video-iframe-container { display: none; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row > .video-iframe-container { display: none; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .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); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { border-width: 0; border-radius: 0; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#FAdXLUEddiWR8B0sgsRuDxteD9t4fKfv { color:#19045a;display:block;width:29.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:30.9375rem;height:3.19921875rem;text-align:left;text-align-last:left;display:block; }
#Mq3bxt0r7fe6JNXKe9i0Reeu4pb3Zkyz { color:#969aa4;display:block;width:29.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:5.43798828125rem;left:30.9375rem;height:12.796875rem;text-align:left;text-align-last:left;display:block; }
#iH0ef8mR2yGhCrnJWgT4BLIh0e7NL90Z { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae5c474c-770b-4496-9a80-1a24d2b5efe6/midadultengineertwosteelworkersgoingthroughqualityreportswhileworkingindustrialbuilding.crop_922x800_107,0.preview.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:20.3125rem;width:25.625rem;top:0rem;left:0rem;display:block; }#iH0ef8mR2yGhCrnJWgT4BLIh0e7NL90Z.adaptive-delivery-prevent-bg, #iH0ef8mR2yGhCrnJWgT4BLIh0e7NL90Z.lazyload, #iH0ef8mR2yGhCrnJWgT4BLIh0e7NL90Z.lazyloading { background-image: none; }
#JAagPStsGu34v8TcN2aKSFZc6dXTFDBD { z-index:15013;top:20.3125rem;left:30.9375rem;background-color:#233dec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"space grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NL2CMbRs7Bs2JPLrKGhcQc40sPzs81T9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT { 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; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container { background-color: transparent; background-image: none; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container > .video-iframe-container { display: none; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row > .video-iframe-container { display: none; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .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); }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container { border-width: 0; border-radius: 0; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#yxm4OwIrZFqzyymVEfZTv5X7Hocyodfx { color:#233dec;display:block;width:15.8125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:24.25rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wcxVfyWddVX7xoZyhmmAh9HsupN2ddS3 { color:#233dec;display:block;width:16.0625rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:43.9375rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b35LENV6qpeD1lKv4yZ1739rbqPSGN0T { color:#969aa4;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#UPkwdvKdp6JwmrN5sdU7UGqfeNAV6hsb { color:#969aa4;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:7.9375rem;left:20rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#e2sqdA9QQwNEKdIc0KTzS3QnUPJoPtWL { color:#969aa4;display:block;width:18.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8rem;left:40rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#yL0skWpybKV4zhMvMosnTbOGKXU2oGLt { color:#233dec;display:block;width:16.1875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:3.875rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v6i5Gl8IxXO6DKakvnxwbwbo06NbDnGo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.625rem;left:0rem; }
#piOZayINbz1CrMX1JSo6S04CqL04mgJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.75rem;left:20rem; }
#WXJAxHDuI87yBR2rVpmyLF9ZJFES3UAV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.8125rem;left:40rem; }
#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ { 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; }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .row .container { background-color: transparent; background-image: none; }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .row .container > .video-iframe-container { display: none; }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .row > .video-iframe-container { display: none; }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .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); }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .row .container { border-width: 0; border-radius: 0; }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#PnsV7aLvAgzOIBF3XxT3ekI6ido0Tq8h { color:#233dec;display:block;width:16.5rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.17333984375rem;left:3.5625rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vVuvy9yXqz1cD2QKVTiG51euXHqJz5Lp { color:#969aa4;display:block;width:17.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:7.83203125rem;left:0rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#OZyF2giaABbgeMNXxD6S7VTMNkEflN6L { color:#969aa4;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:7.83203125rem;left:20rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#BP4snqlNTWNMtmm7HVFSO98glwIeyddV { color:#969aa4;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:7.75rem;left:40rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#XKNfL9cMEBfDeevEt1tTUHsfQA46q6ee { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.17333984375rem;left:20rem; }
#DqsaJDgq1NBJJ0gLFdQ4kAaxA7eyO88a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.9423828125rem;left:0rem; }
#i61U0gnBWSOO3abxgEFFNcz9SlVtcsUo { color:#233dec;display:block;width:15.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3857421875rem;left:24.3125rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C6Pi8klTxZ3tKD2riw1CrAgkhp8JSV4l { color:#233dec;display:block;width:16rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.32373046875rem;left:44rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rDTSVsFhTXZrWSyPvTya46mutiCIV7p0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.07275390625rem;left:40rem; }
#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT { 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; }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .row .container { background-color: transparent; background-image: none; }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .row .container > .video-iframe-container { display: none; }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .row > .video-iframe-container { display: none; }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .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); }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .row .container { border-width: 0; border-radius: 0; }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#JRV3WTnUgTHG7Mc3Ir2BK2ur55aH7WEm { color:#233dec;display:block;width:16.5rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.17333984375rem;left:3.5625rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KRqaTL4dR5IlFcCTihk3IcHPZgZMQUuX { color:#969aa4;display:block;width:17.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:7.83203125rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#NQteWJN3XMWrz1oLw2xQIf6FNIN9DNsL { color:#969aa4;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:7.83203125rem;left:20rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#I24nAK5mbt6t9aIgcKMuc6wD75uqkb8f { color:#969aa4;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:7.75rem;left:40rem;height:3.19921875rem;text-align:left;text-align-last:left;display:block; }
#yAmX3hf1OAU9E2MFG06Gzzb0a3utqsBi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.19775390625rem;left:0rem; }
#ddWQXsTwNryn8GHDvpEPs3VETbuH9IwG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.07275390625rem;left:20rem; }
#s1fGrnpqHsA8xwqUesnR3VsKgQFTFdD0 { color:#233dec;display:block;width:15.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3857421875rem;left:24.3125rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RrLaaBzIRQurKVOlQaaVyUIpLERXT1m7 { color:#233dec;display:block;width:16rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.32373046875rem;left:44rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lekP20eqq2a6cV8aZEM8Z16PwVWvm3Rz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.07275390625rem;left:40rem; }
#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19045a;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; }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .row .container { background-color: transparent; background-image: none; }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .row .container > .video-iframe-container { display: none; }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .row > .video-iframe-container { display: none; }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .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); }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .row .container { border-width: 0; border-radius: 0; }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#PbVTZfElL85E38plJQ6h7eoROfq3bJ3H { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"space grotesk";font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19045a;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; }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .row .container { background-color: transparent; background-image: none; }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .row .container > .video-iframe-container { display: none; }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .row > .video-iframe-container { display: none; }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .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); }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .row .container { border-width: 0; border-radius: 0; }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#EP8NJsQd4cMX7Io3rnFuZasXHg1wry5Z { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:0.875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O2Tgm131F6aNDWiqUf5P7ArcbW9qbQZO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5625rem rgba(0,0,0,0.22) ;height:18.3125rem;width:33.25rem;top:0.88671875rem;left:26.75rem;display:block; }
#Ltpm5vbCnN5QbuN41cHTf57QFgWfVwTa { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IOfnD9ELRLefC5OOTy7egBtF1FZC0Qww { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.875rem;left:0rem;height:7.1979375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(43deg, #5cf0b3, #233dec);background-image: -moz-linear-gradient(43deg, #5cf0b3, #233dec);background-image: -ms-linear-gradient(43deg, #5cf0b3, #233dec);background-image: -o-linear-gradient(43deg, #5cf0b3, #233dec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cf0b3', endColorstr='#233dec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cf0b3', endColorstr='#233dec' );";background-image: linear-gradient(43deg, #5cf0b3, #233dec);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; }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .row .container { background-color: transparent; background-image: none; }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .row .container > .video-iframe-container { display: none; }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .row > .video-iframe-container { display: none; }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .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); }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .row .container { border-width: 0; border-radius: 0; }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;position:relative;display:block; }#bO7ymP73w6FFOb9HeCCCIC5u6vRJlOzH { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"space grotesk";font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:11.625rem;left:0rem;height:7.4238125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I6K6cSJ36v5mEqG8kwuUIoc0ND4UxCJp { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:20.8125rem;left:0rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-form-header {  }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#000000;width:24.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:24.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-text {padding-top: 0; padding-bottom: 0;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:24.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-select {padding-top: 0; padding-bottom: 0;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .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; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#233dec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#ffffff;width:24.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .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.7;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23rem;overflow:hidden;font-style:normal; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .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; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-container:first-of-type{padding-top:0;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-container:last-of-type{padding-bottom:0;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF  { background-color:#5cf0b3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;position:absolute;top:4.64990234375rem;left:33.25rem; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.25rem;display:block;vertical-align:top; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.7;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF {display:block;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF { background-color:#5cf0b3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;position:absolute;top:4.64990234375rem;left:33.25rem; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #nMsll17hVboXphoDAwHU9UqdkO4cpzoL { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #ZAQslXDL5u3KGPuOWh2h4H695pUgAB9O { position:relative;display:block; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #OQ4uVQDeN62ZW7HO9XKLr6X4oC4QS4Bq { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #QqQWfHdlaeRa974xTEkcvaQrhVmbgO5R { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #TidzdDTV7wtikDRiqsvimDIRDXyCUHMm { position:relative;display:block; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #TCtGwy5bvGcD08a0lEXKvlK6QNPKAQBG { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #sGqcBM4X7kKz0vTDOoKH9TfZanEDVEmp { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #zG1zcxqcO4lHu4P5c5tImugo6s9oxmB8 { position:relative;display:block; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #FqJTiPrkpLaiK6OO1UUoCNzqZBexPd2k { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #EnCuS4rZWwipsSIKG5AN1mZAozNyqR5A { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #bWVZiW4kkkp4vOkWxJDIPXgnasd7KGWM { position:relative;display:block; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #JJwbw41gu6ZtK4vwy9hhDQAxHWATdurK { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #zD424alCJCWVs8OoKqFEdbmqcOyql6lO { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #pi2xiA6NTwmChrRCm0vgTKOZDhPvuXGs { position:relative;display:block; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #lRJMUKwl7JEGtPnPsyoFQgUTAPWDHkku { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #gXGOv7vKDdKTT9Plsl0QEHTulPWHGQAM { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #b35Niwtreo1TpkaLTwCyl1ubiBf9DM5e { position:relative;z-index:2; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #KOeoCWihr0i4ctxiU0VhrxT5f5vBcKyN { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #TaLGsUoHBQkg5iDg7V1mPc2TqLJGM40m { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #AhhuHMR8NoloZRezbNK6TnXXXkzC5DT0 { position:relative;z-index:2; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #DzUaHKkz41RlAlwgGE0EWDxRvqgDqgmJ { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #uQSm1OSzU1T1vhuc0yrzGR7XW3zn7U67 { position:relative; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #l1KP0bdJUMMWtrrJ7kw5xLpE15784mKE { position:relative; }
#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb { position:relative;display:block; }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb { background-color: transparent; background-image: none; }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb > .row .container > .video-iframe-container { display: none; }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb > .row > .video-iframe-container { display: none; }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb > .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); }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb { border-width: 0; border-radius: 0; }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb > .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; }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.0625rem;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; }#kJ73gIfFhvUKGSSxVepTTyaZ2slrSlzE { color:#969aa4;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:4.544921875rem;left:12.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6PcTk3RZySiyrhKIIlK77MRwNrkIRMl { color:#969aa4;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:6.3115234375rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kDgE4bUKqb0nLvikGslGVM0nFmiwTPyX { color:#969aa4;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:6.484375rem;left:12.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#THvdPMfb2GTwVxcuORi97mRRm9LVTx0c { color:#969aa4;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:10.3115234375rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t2RmTG2kZKXQ2g5XufCyE6ovC1bdupIp { color:#969aa4;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:12.3115234375rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bt2T272605SRhbbpwqWWmiXvwWKV8RJp { color:#969aa4;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:4.4835948944092rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X4mSu04AP58OKMtXUFTyfoTpJRSN00EU { color:#969aa4;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.48095703125rem;left:12.1875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xDALmzNTZ8svGfv6VLwpouQbFGvV1ZT2 { color:#969aa4;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:4.5rem;left:27.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hZmN4WTrXFnTRTMI8qfSr9ClpTp1gT0W { color:#969aa4;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:8.6875rem;left:27.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xGz3ZVVFS5rdyJLRJ1B9s4bRII9x5Mzg { color:#969aa4;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:10.3583984375rem;left:27.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DUGWXukTJZ1X2TEr5hJwbeS60XQlXwv7 { color:#969aa4;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:6.5625rem;left:27.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yNRuJ0OoMif8K4RXyCebf4B2a8RqOTLH { color:#969aa4;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:10.3115234375rem;left:12.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nL3s1wuzs5EZpUKTiyAhP8dKfQACfhcR { color:#969aa4;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.32421875rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V5QBIqBbT72EOgASwoFNXxq2F6BSNXq1 { color:#000000;display:block;width:22.937rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:17.374267578125rem;left:0rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N3DAfcVmmgUlyqEBM7DSCfJMFMFuSS5q { color:#233dec;display:block;width:14.3125rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.5625rem;left:45.6875rem;height:1.13736875rem;display:block; }
#LScIOD05aQIzOClolwKcIrBHGMTPfytn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.0625rem;left:46.25rem; }
#LScIOD05aQIzOClolwKcIrBHGMTPfytn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#bV9TQNLGgNxJaTarkZhWxQOcF9tb6ndq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:5.0625rem;left:49.4375rem; }
#bV9TQNLGgNxJaTarkZhWxQOcF9tb6ndq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#D1HFkUCCwb77o4yThGxlWcVVPAozWDV6 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11rem;top:9.125rem;left:46.1875rem;overflow:hidden;display:block; }
#Jt14iXwaFuFzCDDg3uULaRcxJCwCWGRS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:5.0625rem;left:52.75rem; }
#Jt14iXwaFuFzCDDg3uULaRcxJCwCWGRS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#E9PHACMXwfc5JtzLBRhBQ8t1bH9u3JE2 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:4.875rem;left:55.8125rem;overflow:hidden;display:block; }
#EmGLeSLS49sr0IowqrkaToMCHFIRfSL4 { color:#233dec;display:block;width:12.5rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.13736875rem;display:block; }
#Zlcelyf5n9XddWmP1bJ8GduzGo8HNTdU { color:#233dec;display:block;width:12.5rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:2.5625rem;left:12.25rem;height:1.13736875rem;display:block; }
#f03sX1G3bZOi0TBRLEDzDKFZdFN22PXU { color:#233dec;display:block;width:12.5rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5rem;left:27.625rem;height:1.13736875rem;display:block; }
#cPe9GkoTQO6CqwyXyrTDnDNIKJp305qB { color:#969aa4;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:12.3115234375rem;left:12.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F4ii2qHOoHTc65da6N0qSWHBoofx3yw7 { color:#000000;display:block;width:11rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:17.3115234375rem;left:49rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 { display:block; }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZqRurtFBnwcn36zK2yyO22CcTFlNJf2 { width:16.0625rem;height:3.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwK6FdVdeLGzDK2FWHJCGKZ8QSLXZsUr { top:1.4375rem;left:37.875rem;width:9.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5x8JSV5RAfUdglGuDE45wC3UUbCZpB1 { display:block; }
 }@media only screen and (max-width: 763px) { #au2ZTF8qgHnVnl1lLhQ6TTCGrMd1O5J2 { top:1.4375rem;left:32.718751907349rem;width:9.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOTLUrG5IewW3H2pgOZw4UNCKTGNU7H9 { display:block; }
 }@media only screen and (max-width: 763px) { #AKwSkoIpwwF4OfFU8Mvv22TqZFsi1B44 { top:2.1875rem;left:24.281251907349rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 { display:block; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDLMF1u3NsA022Vk8yW5fe2Ea5nARbnL { top:6.6875rem;left:0rem;width:29.5625rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3HH2UGZFJP2wcwB6uiNeTmlNsJGeeCH { top:21.9375rem;left:0rem;width:29.25rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx7F7NmGn4EuJAUiE3s41OTprxp7NmHg { top:26.625rem;left:0rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZZo3zi78Pip8QW04iJ52g0HTmx9nzbw { display:block; }
 }@media only screen and (max-width: 763px) { #E3v7Wvv04TBVSf0kMQHNvrA2CeK2u4UD { top:26.625rem;left:6.1875rem;width:14.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWTRSbKxE5eRDDZ6cFaeuaCOL06WMtT0 { display:block; }
 }@media only screen and (max-width: 763px) { #UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc { display:block; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIe8e8C8xbnLUui4dpcigJlKZuTR0lgC { top:2.9375rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg { display:block; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAdXLUEddiWR8B0sgsRuDxteD9t4fKfv { top:0rem;left:18.6875rem;width:29.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq3bxt0r7fe6JNXKe9i0Reeu4pb3Zkyz { top:5.4375rem;left:18.6875rem;width:29.0625rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH0ef8mR2yGhCrnJWgT4BLIh0e7NL90Z { top:0rem;left:0rem;width:25.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAagPStsGu34v8TcN2aKSFZc6dXTFDBD { top:20.3125rem;left:24.8125rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL2CMbRs7Bs2JPLrKGhcQc40sPzs81T9 { display:block; }
 }@media only screen and (max-width: 763px) { #VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT { display:block; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxm4OwIrZFqzyymVEfZTv5X7Hocyodfx { top:3.125rem;left:15.9375rem;width:15.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxVfyWddVX7xoZyhmmAh9HsupN2ddS3 { top:3.125rem;left:31.5625rem;width:16.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b35LENV6qpeD1lKv4yZ1739rbqPSGN0T { top:8rem;left:0rem;width:18.6875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPkwdvKdp6JwmrN5sdU7UGqfeNAV6hsb { top:7.9375rem;left:13rem;width:18.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2sqdA9QQwNEKdIc0KTzS3QnUPJoPtWL { top:8rem;left:28.75rem;width:18.875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL0skWpybKV4zhMvMosnTbOGKXU2oGLt { top:2.9375rem;left:0rem;width:16.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6i5Gl8IxXO6DKakvnxwbwbo06NbDnGo { top:2.625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #piOZayINbz1CrMX1JSo6S04CqL04mgJT { top:2.75rem;left:15.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXJAxHDuI87yBR2rVpmyLF9ZJFES3UAV { top:2.8125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ { display:block; }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnsV7aLvAgzOIBF3XxT3ekI6ido0Tq8h { top:2.125rem;left:0rem;width:16.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVuvy9yXqz1cD2QKVTiG51euXHqJz5Lp { top:7.8125rem;left:0rem;width:17.875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZyF2giaABbgeMNXxD6S7VTMNkEflN6L { top:7.8125rem;left:13.25rem;width:18.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP4snqlNTWNMtmm7HVFSO98glwIeyddV { top:7.75rem;left:28.8125rem;width:18.8125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKNfL9cMEBfDeevEt1tTUHsfQA46q6ee { top:2.125rem;left:15.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqsaJDgq1NBJJ0gLFdQ4kAaxA7eyO88a { top:1.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i61U0gnBWSOO3abxgEFFNcz9SlVtcsUo { top:2.375rem;left:16rem;width:15.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Pi8klTxZ3tKD2riw1CrAgkhp8JSV4l { top:2.3125rem;left:31.625rem;width:16rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDTSVsFhTXZrWSyPvTya46mutiCIV7p0 { top:2.0625rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT { display:block; }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRV3WTnUgTHG7Mc3Ir2BK2ur55aH7WEm { top:2.125rem;left:0rem;width:16.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRqaTL4dR5IlFcCTihk3IcHPZgZMQUuX { top:7.8125rem;left:0rem;width:17.875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQteWJN3XMWrz1oLw2xQIf6FNIN9DNsL { top:7.8125rem;left:13.25rem;width:18.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I24nAK5mbt6t9aIgcKMuc6wD75uqkb8f { top:7.75rem;left:28.8125rem;width:18.8125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAmX3hf1OAU9E2MFG06Gzzb0a3utqsBi { top:2.1875rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddWQXsTwNryn8GHDvpEPs3VETbuH9IwG { top:2.0625rem;left:15.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1fGrnpqHsA8xwqUesnR3VsKgQFTFdD0 { top:2.375rem;left:16rem;width:15.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrLaaBzIRQurKVOlQaaVyUIpLERXT1m7 { top:2.3125rem;left:31.625rem;width:16rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lekP20eqq2a6cV8aZEM8Z16PwVWvm3Rz { top:2.0625rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 { display:block; }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbVTZfElL85E38plJQ6h7eoROfq3bJ3H { top:4.5625rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV4tF4fGaS9TV6VmH1CGGu74V8V5236L { display:block; }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP8NJsQd4cMX7Io3rnFuZasXHg1wry5Z { top:0.875rem;left:0rem;width:23.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Tgm131F6aNDWiqUf5P7ArcbW9qbQZO { top:0.875rem;left:14.5rem;width:33.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltpm5vbCnN5QbuN41cHTf57QFgWfVwTa { top:17.5rem;left:0rem;width:22.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOfnD9ELRLefC5OOTy7egBtF1FZC0Qww { top:8.875rem;left:0rem;width:22.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 { display:block; }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bO7ymP73w6FFOb9HeCCCIC5u6vRJlOzH { top:11.625rem;left:0rem;width:27.4375rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6K6cSJ36v5mEqG8kwuUIoc0ND4UxCJp { top:20.8125rem;left:0rem;width:27.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-regular-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-text { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-text {padding-top: 0; padding-bottom: 0;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-textarea { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-select { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-select {padding-top: 0; padding-bottom: 0;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-button { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.3125rem; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-checkbox-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF  { width:24.25rem;height:auto;top:4.625rem;left:21rem; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .radio-container { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF {display:block;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF { width:24.25rem;height:auto;top:4.625rem;left:21rem; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #nMsll17hVboXphoDAwHU9UqdkO4cpzoL {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #ZAQslXDL5u3KGPuOWh2h4H695pUgAB9O { display:block; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #OQ4uVQDeN62ZW7HO9XKLr6X4oC4QS4Bq {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #QqQWfHdlaeRa974xTEkcvaQrhVmbgO5R {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #TidzdDTV7wtikDRiqsvimDIRDXyCUHMm { display:block; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #TCtGwy5bvGcD08a0lEXKvlK6QNPKAQBG {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #sGqcBM4X7kKz0vTDOoKH9TfZanEDVEmp {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #zG1zcxqcO4lHu4P5c5tImugo6s9oxmB8 { display:block; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #FqJTiPrkpLaiK6OO1UUoCNzqZBexPd2k {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #EnCuS4rZWwipsSIKG5AN1mZAozNyqR5A {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #bWVZiW4kkkp4vOkWxJDIPXgnasd7KGWM { display:block; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #JJwbw41gu6ZtK4vwy9hhDQAxHWATdurK {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #zD424alCJCWVs8OoKqFEdbmqcOyql6lO {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #pi2xiA6NTwmChrRCm0vgTKOZDhPvuXGs {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #lRJMUKwl7JEGtPnPsyoFQgUTAPWDHkku {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #gXGOv7vKDdKTT9Plsl0QEHTulPWHGQAM {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #b35Niwtreo1TpkaLTwCyl1ubiBf9DM5e {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #KOeoCWihr0i4ctxiU0VhrxT5f5vBcKyN {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #TaLGsUoHBQkg5iDg7V1mPc2TqLJGM40m {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #AhhuHMR8NoloZRezbNK6TnXXXkzC5DT0 {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #DzUaHKkz41RlAlwgGE0EWDxRvqgDqgmJ {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #uQSm1OSzU1T1vhuc0yrzGR7XW3zn7U67 {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #l1KP0bdJUMMWtrrJ7kw5xLpE15784mKE {  }
 }@media only screen and (max-width: 763px) { #DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb { display:block; }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ73gIfFhvUKGSSxVepTTyaZ2slrSlzE { width:14.3125rem;height:1.3125rem;top:4.5rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6PcTk3RZySiyrhKIIlK77MRwNrkIRMl { width:11.375rem;height:1.3125rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDgE4bUKqb0nLvikGslGVM0nFmiwTPyX { width:14.3125rem;height:1.3125rem;top:6.4375rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THvdPMfb2GTwVxcuORi97mRRm9LVTx0c { width:11.375rem;height:1.3125rem;top:10.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RmTG2kZKXQ2g5XufCyE6ovC1bdupIp { width:11.375rem;height:1.3125rem;top:12.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2T272605SRhbbpwqWWmiXvwWKV8RJp { width:11.375rem;height:1.3125rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4mSu04AP58OKMtXUFTyfoTpJRSN00EU { width:14.3125rem;height:1.3125rem;top:8.4375rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDALmzNTZ8svGfv6VLwpouQbFGvV1ZT2 { width:14.3125rem;height:1.3125rem;top:4.5rem;left:21.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZmN4WTrXFnTRTMI8qfSr9ClpTp1gT0W { width:14.3125rem;height:1.3125rem;top:8.6875rem;left:21.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGz3ZVVFS5rdyJLRJ1B9s4bRII9x5Mzg { width:14.3125rem;height:;top:10.3125rem;left:21.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUGWXukTJZ1X2TEr5hJwbeS60XQlXwv7 { width:14.3125rem;height:1.3125rem;top:6.5625rem;left:21.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNRuJ0OoMif8K4RXyCebf4B2a8RqOTLH { width:14.3125rem;height:1.3125rem;top:10.25rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL3s1wuzs5EZpUKTiyAhP8dKfQACfhcR { width:11.375rem;height:1.3125rem;top:8.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5QBIqBbT72EOgASwoFNXxq2F6BSNXq1 { width:22.875rem;height:1rem;top:17.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3DAfcVmmgUlyqEBM7DSCfJMFMFuSS5q { top:2.5625rem;left:33.4375rem;width:14.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LScIOD05aQIzOClolwKcIrBHGMTPfytn { top:5.0625rem;left:40.125rem;width:1.875rem;height:1.875rem;display:block; }
#LScIOD05aQIzOClolwKcIrBHGMTPfytn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bV9TQNLGgNxJaTarkZhWxQOcF9tb6ndq { top:5.0625rem;left:43.3125rem;width:1.875rem;height:1.875rem;display:block; }
#bV9TQNLGgNxJaTarkZhWxQOcF9tb6ndq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #D1HFkUCCwb77o4yThGxlWcVVPAozWDV6 { top:9.125rem;left:36.75rem;width:11rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt14iXwaFuFzCDDg3uULaRcxJCwCWGRS { top:5.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Jt14iXwaFuFzCDDg3uULaRcxJCwCWGRS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #E9PHACMXwfc5JtzLBRhBQ8t1bH9u3JE2 { top:4.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmGLeSLS49sr0IowqrkaToMCHFIRfSL4 { top:2.5rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlcelyf5n9XddWmP1bJ8GduzGo8HNTdU { top:2.5625rem;left:6.125rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f03sX1G3bZOi0TBRLEDzDKFZdFN22PXU { top:2.5rem;left:21.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPe9GkoTQO6CqwyXyrTDnDNIKJp305qB { width:14.3125rem;height:1.3125rem;top:12.25rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ii2qHOoHTc65da6N0qSWHBoofx3yw7 { width:11rem;height:1rem;top:17.25rem;left:36.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 { display:block; }#FS4O7etLqdNzo5Mp0FdTMOAtXXTKDS10 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZqRurtFBnwcn36zK2yyO22CcTFlNJf2 { width:16.0625rem;height:3.5rem;top:1.6875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwK6FdVdeLGzDK2FWHJCGKZ8QSLXZsUr { top:1.4375rem;left:5.0625rem;width:9.875rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5x8JSV5RAfUdglGuDE45wC3UUbCZpB1 { display:block; }
 }@media only screen and (max-width: 763px) { #au2ZTF8qgHnVnl1lLhQ6TTCGrMd1O5J2 { top:1.4375rem;left:5.125rem;width:9.75rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOTLUrG5IewW3H2pgOZw4UNCKTGNU7H9 { display:block; }
 }@media only screen and (max-width: 763px) { #AKwSkoIpwwF4OfFU8Mvv22TqZFsi1B44 { width:7.125rem;height:1.13720625rem;top:6.4375rem;left:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1aee0753-d4ba-4fc5-bedd-8a5f7b0722ac/manfitterworkingdoingpolishingmetal_2000px.png");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0.adaptive-delivery-prevent-bg, #yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0.lazyload, #yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0.lazyloading { background-image: none; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row .container { background-color: transparent; background-image: none; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,7,11,0.39); }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row .container > .video-iframe-container { display: none; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,7,11,0.39); }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row > .video-iframe-container { display: none; }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .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); }#yToJxHCFlSXsAutSUeLWcdBT8X6JFRz0 > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDLMF1u3NsA022Vk8yW5fe2Ea5nARbnL { width:17.6875rem;height:8.7734375rem;top:4rem;left:1.15625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3HH2UGZFJP2wcwB6uiNeTmlNsJGeeCH { width:16.25rem;height:3rem;top:10.5732421875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #kx7F7NmGn4EuJAUiE3s41OTprxp7NmHg { top:26.625rem;left:4.6875rem;width:10.625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZZo3zi78Pip8QW04iJ52g0HTmx9nzbw { display:block; }
 }@media only screen and (max-width: 763px) { #E3v7Wvv04TBVSf0kMQHNvrA2CeK2u4UD { top:26.625rem;left:2.9375rem;width:14.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWTRSbKxE5eRDDZ6cFaeuaCOL06WMtT0 { display:block; }
 }@media only screen and (max-width: 763px) { #UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc { display:block; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIe8e8C8xbnLUui4dpcigJlKZuTR0lgC { width:16.8125rem;height:6.3369375rem;top:2.90576171875rem;left:1.59375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg { display:block; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAdXLUEddiWR8B0sgsRuDxteD9t4fKfv { width:17.8125rem;height:6.3984375rem;top:1.5rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mq3bxt0r7fe6JNXKe9i0Reeu4pb3Zkyz { width:17.75rem;height:17.595675rem;top:34.60546875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iH0ef8mR2yGhCrnJWgT4BLIh0e7NL90Z { width:20rem;height:21.25rem;top:10.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAagPStsGu34v8TcN2aKSFZc6dXTFDBD { top:20.3125rem;left:4.6875rem;width:10.625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NL2CMbRs7Bs2JPLrKGhcQc40sPzs81T9 { display:block; }
 }@media only screen and (max-width: 763px) { #VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT { display:block; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxm4OwIrZFqzyymVEfZTv5X7Hocyodfx { width:20rem;height:2.9248rem;top:22.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcxVfyWddVX7xoZyhmmAh9HsupN2ddS3 { width:20rem;height:2.9248rem;top:38.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b35LENV6qpeD1lKv4yZ1739rbqPSGN0T { width:17.9375rem;height:6.3984375rem;top:11.125rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPkwdvKdp6JwmrN5sdU7UGqfeNAV6hsb { width:17.5625rem;height:4.798825rem;top:27rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2sqdA9QQwNEKdIc0KTzS3QnUPJoPtWL { width:17.5625rem;height:6.3984375rem;top:43rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yL0skWpybKV4zhMvMosnTbOGKXU2oGLt { width:20rem;height:2.9248rem;top:7rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6i5Gl8IxXO6DKakvnxwbwbo06NbDnGo { display:flex;width:3rem;height:3rem;top:2.9375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #piOZayINbz1CrMX1JSo6S04CqL04mgJT { display:flex;width:3.4375rem;height:3.4375rem;top:18.5625rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #WXJAxHDuI87yBR2rVpmyLF9ZJFES3UAV { display:flex;width:3.125rem;height:3.125rem;top:34.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ { display:block; }#eTsTKbPAHUuM0tAb4bZW5EOA9fu6V7gJ > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnsV7aLvAgzOIBF3XxT3ekI6ido0Tq8h { width:20rem;height:2.9248rem;top:4.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vVuvy9yXqz1cD2QKVTiG51euXHqJz5Lp { width:17.5625rem;height:6.3984375rem;top:8.99072265625rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZyF2giaABbgeMNXxD6S7VTMNkEflN6L { width:16.1875rem;height:7.9980625rem;top:25.4375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BP4snqlNTWNMtmm7HVFSO98glwIeyddV { width:17.5rem;height:6.3984375rem;top:44.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKNfL9cMEBfDeevEt1tTUHsfQA46q6ee { display:flex;width:3.125rem;height:3.125rem;top:17.3125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #DqsaJDgq1NBJJ0gLFdQ4kAaxA7eyO88a { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #i61U0gnBWSOO3abxgEFFNcz9SlVtcsUo { width:20rem;height:2.9248rem;top:21.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6Pi8klTxZ3tKD2riw1CrAgkhp8JSV4l { width:20rem;height:2.9248rem;top:40.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDTSVsFhTXZrWSyPvTya46mutiCIV7p0 { display:flex;width:3.125rem;height:3.125rem;top:36.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT { display:block; }#Fn1t5Fht6UXaQ3zSRAGlCk66GgsD3ZFT > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRV3WTnUgTHG7Mc3Ir2BK2ur55aH7WEm { width:20rem;height:2.9248rem;top:4.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRqaTL4dR5IlFcCTihk3IcHPZgZMQUuX { width:17.5625rem;height:4.798825rem;top:8.99072265625rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQteWJN3XMWrz1oLw2xQIf6FNIN9DNsL { width:16.1875rem;height:4.798825rem;top:24.9375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I24nAK5mbt6t9aIgcKMuc6wD75uqkb8f { width:17.5rem;height:4.798825rem;top:41.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAmX3hf1OAU9E2MFG06Gzzb0a3utqsBi { display:flex;width:3.125rem;height:3.125rem;top:16.4375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #ddWQXsTwNryn8GHDvpEPs3VETbuH9IwG { display:flex;width:3.6875rem;height:3.6875rem;top:0rem;left:8.15625rem; }
 }@media only screen and (max-width: 763px) { #s1fGrnpqHsA8xwqUesnR3VsKgQFTFdD0 { width:20rem;height:2.9248rem;top:20.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrLaaBzIRQurKVOlQaaVyUIpLERXT1m7 { width:20rem;height:2.9248rem;top:36.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lekP20eqq2a6cV8aZEM8Z16PwVWvm3Rz { display:flex;width:3.125rem;height:3.125rem;top:32.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 { display:block; }#HAiBpQ2hWdW4Mbo66sMO5nM0ULEhUuL0 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbVTZfElL85E38plJQ6h7eoROfq3bJ3H { width:17rem;height:8.125rem;top:1.828125rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV4tF4fGaS9TV6VmH1CGGu74V8V5236L { display:block; }#PV4tF4fGaS9TV6VmH1CGGu74V8V5236L > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP8NJsQd4cMX7Io3rnFuZasXHg1wry5Z { width:14.25rem;height:4.798825rem;top:1.3125rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2Tgm131F6aNDWiqUf5P7ArcbW9qbQZO { height:11.141625rem;width:20rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltpm5vbCnN5QbuN41cHTf57QFgWfVwTa { width:16.0625rem;height:3rem;top:30.125rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOfnD9ELRLefC5OOTy7egBtF1FZC0Qww { width:17rem;height:7.9980625rem;top:20.375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 { display:block; }#Jr69VnRkw4tOSZliAOOU56O7OVCkPqM8 > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bO7ymP73w6FFOb9HeCCCIC5u6vRJlOzH { width:14rem;height:6.8984375rem;top:2.75rem;left:3rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6K6cSJ36v5mEqG8kwuUIoc0ND4UxCJp { width:16.1875rem;height:1.5996125rem;top:11.09912109375rem;left:1.90625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;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; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-text {padding-top: 0; padding-bottom: 0;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-select {padding-top: 0; padding-bottom: 0;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-input-button { width:15.5625rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0.9375rem;font-size:1rem;overflow:hidden;line-height:1;height:3.125rem;font-weight:400;font-style:normal; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF  { width:17.5rem;height:auto;top:15.88671875rem;left:0rem; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF .widget-info-text { line-height:1.8;overflow:hidden;height:auto; }
#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF {display:block;}#XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF { width:17.5rem;height:auto;top:15.88671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #nMsll17hVboXphoDAwHU9UqdkO4cpzoL {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #ZAQslXDL5u3KGPuOWh2h4H695pUgAB9O { display:block; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #OQ4uVQDeN62ZW7HO9XKLr6X4oC4QS4Bq {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #QqQWfHdlaeRa974xTEkcvaQrhVmbgO5R {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #TidzdDTV7wtikDRiqsvimDIRDXyCUHMm { display:block; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #TCtGwy5bvGcD08a0lEXKvlK6QNPKAQBG {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #sGqcBM4X7kKz0vTDOoKH9TfZanEDVEmp {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #zG1zcxqcO4lHu4P5c5tImugo6s9oxmB8 { display:block; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #FqJTiPrkpLaiK6OO1UUoCNzqZBexPd2k {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #EnCuS4rZWwipsSIKG5AN1mZAozNyqR5A {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #bWVZiW4kkkp4vOkWxJDIPXgnasd7KGWM { display:block; }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #JJwbw41gu6ZtK4vwy9hhDQAxHWATdurK {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #zD424alCJCWVs8OoKqFEdbmqcOyql6lO {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #pi2xiA6NTwmChrRCm0vgTKOZDhPvuXGs {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #lRJMUKwl7JEGtPnPsyoFQgUTAPWDHkku {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #gXGOv7vKDdKTT9Plsl0QEHTulPWHGQAM {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #b35Niwtreo1TpkaLTwCyl1ubiBf9DM5e {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #KOeoCWihr0i4ctxiU0VhrxT5f5vBcKyN {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #TaLGsUoHBQkg5iDg7V1mPc2TqLJGM40m {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #AhhuHMR8NoloZRezbNK6TnXXXkzC5DT0 {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #DzUaHKkz41RlAlwgGE0EWDxRvqgDqgmJ {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #uQSm1OSzU1T1vhuc0yrzGR7XW3zn7U67 {  }
 }@media only screen and (max-width: 763px) { #XxAtlOQJ63sJL8uqb7Gz9asNN4ypqqJF #l1KP0bdJUMMWtrrJ7kw5xLpE15784mKE {  }
 }@media only screen and (max-width: 763px) { #DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb { display:block; }#DEOfVypPnB7NDlkf26Iw0NkOQJTNSkDb > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ73gIfFhvUKGSSxVepTTyaZ2slrSlzE { width:20rem;height:1.21875rem;top:20.125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6PcTk3RZySiyrhKIIlK77MRwNrkIRMl { width:19.625rem;height:1.21875rem;top:8.0625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDgE4bUKqb0nLvikGslGVM0nFmiwTPyX { width:19.5rem;height:1.21875rem;top:24rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THvdPMfb2GTwVxcuORi97mRRm9LVTx0c { width:20rem;height:1.21875rem;top:11.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RmTG2kZKXQ2g5XufCyE6ovC1bdupIp { width:20rem;height:1.21875rem;top:13.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2T272605SRhbbpwqWWmiXvwWKV8RJp { width:19.6875rem;height:1.21875rem;top:6.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4mSu04AP58OKMtXUFTyfoTpJRSN00EU { width:19.625rem;height:1.21875rem;top:25.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDALmzNTZ8svGfv6VLwpouQbFGvV1ZT2 { width:20rem;height:1.21875rem;top:34.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZmN4WTrXFnTRTMI8qfSr9ClpTp1gT0W { width:20rem;height:1.21875rem;top:38.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGz3ZVVFS5rdyJLRJ1B9s4bRII9x5Mzg { width:20rem;height:1.21875rem;top:40.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUGWXukTJZ1X2TEr5hJwbeS60XQlXwv7 { width:20rem;height:1.21875rem;top:36.6875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNRuJ0OoMif8K4RXyCebf4B2a8RqOTLH { width:20rem;height:1.21875rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL3s1wuzs5EZpUKTiyAhP8dKfQACfhcR { width:20rem;height:1.21875rem;top:10.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5QBIqBbT72EOgASwoFNXxq2F6BSNXq1 { width:10.9375rem;height:2.0625rem;top:60.9375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3DAfcVmmgUlyqEBM7DSCfJMFMFuSS5q { width:12.75rem;height:1.13720625rem;top:44.8125rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LScIOD05aQIzOClolwKcIrBHGMTPfytn { display:flex;width:1.875rem;height:1.875rem;top:47.4375rem;left:4.0625rem; }
#LScIOD05aQIzOClolwKcIrBHGMTPfytn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bV9TQNLGgNxJaTarkZhWxQOcF9tb6ndq { display:flex;width:1.875rem;height:1.875rem;top:47.4375rem;left:7.4375rem; }
#bV9TQNLGgNxJaTarkZhWxQOcF9tb6ndq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #D1HFkUCCwb77o4yThGxlWcVVPAozWDV6 { width:11rem;height:2.75rem;top:52rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt14iXwaFuFzCDDg3uULaRcxJCwCWGRS { display:flex;width:1.875rem;height:1.875rem;top:47.4375rem;left:10.6875rem; }
#Jt14iXwaFuFzCDDg3uULaRcxJCwCWGRS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #E9PHACMXwfc5JtzLBRhBQ8t1bH9u3JE2 { width:2.1875rem;height:2.1875rem;top:47.25rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmGLeSLS49sr0IowqrkaToMCHFIRfSL4 { width:12.5rem;height:1.13720625rem;top:3.625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zlcelyf5n9XddWmP1bJ8GduzGo8HNTdU { width:12.5rem;height:1.13720625rem;top:17.625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f03sX1G3bZOi0TBRLEDzDKFZdFN22PXU { width:12.5rem;height:1.13720625rem;top:32rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPe9GkoTQO6CqwyXyrTDnDNIKJp305qB { width:14.3125rem;height:1.21875rem;top:27.875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ii2qHOoHTc65da6N0qSWHBoofx3yw7 { width:11rem;height:1.03125rem;top:57.5rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }