.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:229,232,233;--color-primary-1:178,185,189;--color-primary-2:126,139,145;--color-primary-3:76,83,87;--color-primary-4:40,61,71;--color-secondary-0:236,245,225;--color-secondary-1:197,226,164;--color-secondary-2:159,207,103;--color-secondary-3:140,183,79;--color-secondary-4:32,41,21;--color-tertiary-0:255,255,255;--color-tertiary-1:178,185,189;--color-tertiary-2:126,139,145;--color-tertiary-3:76,83,87;--color-tertiary-4:40,61,71;--headlines-font-family:"Future PT Bold";--paragraphs-font-family:"Roboto"; }body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS { position:relative;display:block; }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS { background-color: transparent; background-image: none; }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS > .row .container > .video-iframe-container { display: none; }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS > .row > .video-iframe-container { display: none; }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS > .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); }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS { border-width: 0; border-radius: 0; }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NrGfZiHIzf6DPHF5hSKQaAsrTcE32sAe { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.3125rem;width:30.25rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.4375rem;left:-30.25rem;overflow:hidden;display:none; }
#Ls7alqNTpTLrCBiTmolwt6BTCPRlkKDi { box-sizing:content-box;color:#808080;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.8125rem;left:39.875rem;display:block; }
#f8giT0pCG4KJh1bkTFt228wc6Wpr8E4h { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:42.375rem;height:1.625rem;font-style:normal;display:block; }
#mg3Uz9XcsOE1RQEqvm06JloTpvzKa25t { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:19.5rem;top:1.5rem;left:2.5rem;overflow:hidden;display:block; }
#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI { position:relative;display:block; }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI { background-color: transparent; background-image: none; }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row .container > .video-iframe-container { display: none; }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row > .video-iframe-container { display: none; }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .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); }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI { border-width: 0; border-radius: 0; }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/398348bd-9418-41e3-9091-efe887595dfb/ECKBG.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row .container.adaptive-delivery-prevent-bg, #liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row .container.lazyload, #liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row .container.lazyloading { background-image: none; }#J00yTnq3WMTOwvB62TfTqnxVliiOn2cZ { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5.74978125rem;top:19.5625rem;left:49.25rem;overflow:hidden;display:block; }
#dQKUdNQP0PyULtod7AnDixWbUXJLy6GB { position:absolute;display:block;z-index:14998;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.49935rem;width:6.936875rem;top:19.8125rem;left:39.1875rem;overflow:hidden;display:block; }
#iPn5SgRAqZw2T2P6SOL3z1Pshl5BkotP { position:absolute;display:block;z-index:14997;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.75rem;width:7.561875rem;top:19.6875rem;left:29.75rem;overflow:hidden;display:block; }
#rGlIewBd8ynHbn5ADuLHqZIOfMclRz7Z { position:absolute;display:block;z-index:15003;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:24.1875rem;width:24.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iqe7HRgpONGl0xctCbCCRI1NA6LrVeRB { color:rgba(var(--color-primary-4),1);display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.5869140625rem;left:29.5615234375rem;height:3.4121125rem;font-style:normal;display:block; }
#nAdNyoGIT4gKzo52kVnfmmqkoqSpyFbZ { color:rgba(var(--color-primary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:1.1875rem;left:29.5302734375rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 { position:relative;display:block; }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 { background-color: transparent; background-image: none; }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 > .row .container > .video-iframe-container { display: none; }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 > .row > .video-iframe-container { display: none; }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 > .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); }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 { border-width: 0; border-radius: 0; }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xoKK8zKxw1OKFfB38mBpt1ilDPykPMS9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:13.1875rem;top:4.0625rem;left:3.9631696428571rem;overflow:hidden;display:none; }
#elA3vgiHBCyfApxUP2NrfVCTCrNbWN8B { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35rem;top:9.0625rem;left:22.5rem;overflow:hidden;display:none; }
#rGHEk3V4327SWn41pvzSHt6B9A0Kq7T0 { color:rgba(var(--color-primary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.6875rem;left:3.75rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#WM1LEZtW8f2QfDqAozxU1FiCTx2RxFSG { color:#f48120;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.75rem;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:center;text-align-last:center;font-style:normal;display:none; }
#Mkx2HMxui7k92gT03t5xWGzTd29d1tC1 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28rem;left:5rem;height:2.5rem;text-align:center;text-align-last:center;display:none; }
#pQaXaDvpRDa30VwT9Hvp8NrnrAD2vRXU { color:rgba(var(--color-primary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.25rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH { position:relative;display:block; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH { background-color: transparent; background-image: none; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container > .video-iframe-container { display: none; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row > .video-iframe-container { display: none; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .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); }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH { border-width: 0; border-radius: 0; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/76f87dec-5eda-4a0b-abcd-a37f196ec5e2/middlebanner01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container.adaptive-delivery-prevent-bg, #nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container.lazyload, #nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container.lazyloading { background-image: none; }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC { position:relative;display:block; }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC { background-color: transparent; background-image: none; }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC > .row .container > .video-iframe-container { display: none; }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC > .row > .video-iframe-container { display: none; }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC > .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); }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC { border-width: 0; border-radius: 0; }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#A4NiqVchTb84kClEKrCTvgNsnTqBJBdy { color:#9dcb67;display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.25rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UHKCBQv4r1WZgFEz8NU2J7P3EbqV8ZKt { color:#f2f2f2;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25rem;left:1.25rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TKoJ65dIUHwoZ4avoKnuKIXQsOb9O1kG { color:#f2f2f2;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:21.5rem;left:1.25rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#Zf9ui29OSl8DPExbqNZ9E7DaTQR277Ft { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:11.5rem;left:6.25rem;overflow:hidden;display:block; }
#MXSHQLVJUgobNkgzpJJLHXtKfuvyriZs { color:#f2f2f2;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.125rem;left:1.25rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#SL3LqbKV67FIDkh6V3HPPCe4AP2J4GhN { position:absolute;display:block;z-index:15010;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:8.75rem;width:8.75rem;top:11.5rem;left:26.25rem;overflow:hidden;display:block; }
#PZETCIFvgqfsk7uPESA5O6c55BnG5R8Q { color:#f2f2f2;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:25rem;left:21.25rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PxyLrA72wKKsc4zi8x7QCSOTZRtiKlLP { color:#f2f2f2;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:21.5rem;left:21.25rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#x7VWWUy38EWq2U4tDFgRVvvyggXkThiZ { position:absolute;display:block;z-index:15013;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:8.75rem;width:8.75rem;top:11.5rem;left:46.25rem;overflow:hidden;display:block; }
#JTfq4KPAuPuJGJy4NHgVs7dF03nFNUVS { color:#f2f2f2;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:25rem;left:41.25rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V7ARci0Ax2qq4Fwb5zKgBVMMvtXSaLWJ { color:#f2f2f2;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:21.5rem;left:41.25rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#q0C32MsERImro3tcVShX8PPgWAhqWsT0 { position:relative;display:block; }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 { background-color: transparent; background-image: none; }#q0C32MsERImro3tcVShX8PPgWAhqWsT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 > .row .container > .video-iframe-container { display: none; }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 > .row > .video-iframe-container { display: none; }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 > .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); }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 { border-width: 0; border-radius: 0; }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CpJWOTtAXFD6qDppnya3ebNNrZbTcQRB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:13.1875rem;top:4.0625rem;left:3.9631696428571rem;overflow:hidden;display:none; }
#cmVTJv6c4b6IpyDzNWeqTgKwZv8POJon { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35rem;top:9.0625rem;left:22.5rem;overflow:hidden;display:none; }
#Tic8eZ6NU7uHVPV29QMnwCZ5RmnIrEZL { color:#323f49;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.5625rem;left:2.5rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }#Tic8eZ6NU7uHVPV29QMnwCZ5RmnIrEZL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tic8eZ6NU7uHVPV29QMnwCZ5RmnIrEZL li:before{  }
#VUGOTc528QopBIBFywTWXI2cyHwrl5qK { color:#f48120;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.75rem;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:center;text-align-last:center;font-style:normal;display:none; }
#P5VH8h2KHh9IuwadOozawwOBEhsZFtLw { color:#808080;display:block;width:50.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28rem;left:5rem;height:2.5rem;text-align:center;text-align-last:center;display:none; }
#tEdSOqsiTJ2Vfqlt7Fm6wJQyi9TpPoQB { color:#000000;display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:1.25rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TiSo04DC2xTTkSNyTvbTWm93pRLXBXzK { z-index:15004;top:19.2783203125rem;left:19.96923828125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;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: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f2f2f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0615rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vsy0hRHTcxRGowQnPcs0F6b1BBWdAFOB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 { position:relative;display:block; }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 { background-color: transparent; background-image: none; }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 > .row .container > .video-iframe-container { display: none; }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 > .row > .video-iframe-container { display: none; }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 > .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); }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 { border-width: 0; border-radius: 0; }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;background-image:none;font-size:0.875rem;font-family:arial;height:56.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-form-header {  }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:23.3125rem;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;line-height:1.4;overflow:hidden; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .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:transparent;background-image:none;border-top:0.0625rem solid #323f49;border-left:0.0625rem solid #323f49;border-right:0.0625rem solid #323f49;border-bottom:0.0625rem solid #323f49;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:23.3125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-text {padding-top: 0; padding-bottom: 0;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .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:transparent;background-image:none;border-top:0.0625rem solid #323f49;border-left:0.0625rem solid #323f49;border-right:0.0625rem solid #323f49;border-bottom:0.0625rem solid #323f49;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:23.3125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .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;border-right:0;border-bottom:0;border-left:0;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:23.3125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-select {padding-top: 0; padding-bottom: 0;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .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; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #8cb74f, #528e05);background-image: -moz-linear-gradient(225deg, #8cb74f, #528e05);background-image: -ms-linear-gradient(225deg, #8cb74f, #528e05);background-image: -o-linear-gradient(225deg, #8cb74f, #528e05);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb74f', endColorstr='#528e05' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb74f', endColorstr='#528e05' );";background-image: linear-gradient(225deg, #8cb74f, #528e05);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.5625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.3125rem;height:3.75rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo [class*="-text"]:-moz-placeholder { color:#323f49;font-family:"futura pt book";font-size:1.125rem;font-weight:400;font-style:normal; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo [class*="-text"]::-moz-placeholder { color:#323f49;font-family:"futura pt book";font-size:1.125rem;font-weight:400;font-style:normal; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo [class*="-text"]:-ms-input-placeholder { color:#323f49;font-family:"futura pt book";font-size:1.125rem;font-weight:400;font-style:normal; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo [class*="-text"]::-webkit-input-placeholder { color:#323f49;font-family:"futura pt book";font-size:1.125rem;font-weight:400;font-style:normal; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.125rem;overflow:hidden;font-style:normal;float:none; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .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; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-container:first-of-type{padding-top:0;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-container:last-of-type{padding-bottom:0;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.5rem;top:13.5rem;z-index:15001;position:absolute; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.3125rem;display:block;vertical-align:top; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo {display:block;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.5rem;top:13.5rem;z-index:15001;position:absolute;display:none; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #wfTuPglZc5EWtr3d10vb144MbVpuG50a { position:relative; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #CdpBSlGunTLJRgFSOryXokesz3AdBXr6 { position:relative;display:none; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #d2oT722sDBEns80CVlcZTATTxcidSmmx { position:relative; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #Zy1UXmXHDJZnqhbzMdHvrR9Tpr3KumHu { position:relative; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #kTaSGJO7zoerN3DB0PTJgXT3eVPOqATa { position:relative;display:none; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #zMcaSTIhTeB7tif1JqBwFHhQrZfsTc1n { position:relative; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #gnHZPTrOz4xVEWmmNGWHaR4VevETfbZP { position:relative; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #nk0F634BXguuaDxsTzbfGscIC2qUZcqe { position:relative;display:none; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #xyCn6BAmDTvgstELm2S6xPuDqxIbhVxl { position:relative; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #a7NqiQDEDQwSxmBkrgxPdiWRQmX0An1y { position:relative; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #oUUc7ELAb0JTw4RxXdKSRqOC7yWvK0V3 { position:relative; }
#ZPGhaEhG1zM2ZLyaRvlWQJnFxRXpId4T { color:rgba(var(--color-primary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:6.5rem;left:0.9375rem;height:9rem;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; }
#caGKi2TCXvxqRWoQHzIQg7Mo2ZIKhwKd { position:absolute;display:block;z-index:15003;background-color:#323f49;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:26.25rem;top:16.125rem;left:0rem;display:block; }
#X62ip7WwFtAlB0Wgww6b9l6k1mXQ65T4 { color:rgba(var(--color-secondary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.875rem;left:0.9375rem;height:3.28125rem;text-align:left;text-align-last:left;display:block; }
#TugmQX1cwbg9WIoobH6xmosfguGcJsW3 { color:#323f49;display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:17.6875rem;left:0.9375rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#ErkRGSrINXZDPVJZ71gcbFso7ADUTtNI { color:#323f49;display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:28.5625rem;left:0.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#his30AbDUPEw7ThqttO2TepBseCLqnup { color:#323f49;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:30.625rem;left:0.9375rem;height:10.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CEcuziKV1q2z1d3OTklFih0P7xS92Btl { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.5625rem;width:22.5625rem;top:7.125rem;left:33.71875rem;overflow:hidden;display:block; }
#VUesNHvs9k0xb0uyvZbPJUKC6IL5MGfP { box-sizing:content-box;height:9.875rem;width:30rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.0625rem;left:0rem;display:block; }
#EJFIIIut6TyqxTeB6p3xvrJE0hcGQNsG { color:#f2f2f2;display:block;width:29.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:45.15625rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM { position:relative;display:block; }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM { background-color: transparent; background-image: none; }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM > .row .container > .video-iframe-container { display: none; }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM > .row > .video-iframe-container { display: none; }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM > .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); }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM { border-width: 0; border-radius: 0; }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vPW4gxoUwuBCkdAJXKizVwSVMHHC4zfr { color:#323f49;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.90625rem;left:0rem;height:12.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bAgdJP8rli3bML49XBUl0gq0XwkOfmf1 { position:absolute;display:block;z-index:15003;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:24.6875rem;width:45rem;top:15rem;left:7.5rem;overflow:hidden;display:none; }
#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk { position:relative;display:block; }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk { background-color: transparent; background-image: none; }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk > .row .container > .video-iframe-container { display: none; }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk > .row > .video-iframe-container { display: none; }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk > .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); }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk { border-width: 0; border-radius: 0; }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk > .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; }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.125rem;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; }#Dzpi8Qr5Fh5boZ0ETFOqT18OB1Vi1PZi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10.125rem;height:3.25rem;display:block; }
#gPaAkINahf4mXTEaweLQ8ckfNNWo0rms { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7rem;left:10.125rem;height:5.19921875rem;display:block; }
#w1EWTgSS5btP2CuGgE8N5PdZGbqB7IUf { position:absolute;display:block;z-index:15003;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:6.1875rem;width:14.1875rem;top:12.88671875rem;left:22.90625rem;overflow:hidden;display:block; }
#mM8VSVWB2EOu2a43TvRzbTHMng3gRhly { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0205078125rem;left:44.875rem;height:3.9rem;display:block; }
#HAnWWrfoBxfD9zPcKyGNSLJi17gJPaHT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.7478294372559rem;left:44.873046875rem;height:1.625rem;display:block; }
#y8lNRQuPsGlvt3XIG5CkrDXXOWVbJL3s { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874375rem;width:7.9373125rem;top:2.9351119995117rem;left:34.998916625976rem;overflow:hidden;display:block; }
#neN70WMggu2TNoSXol6b8uSgHptvCtiv { 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:9rem;width:9.4375rem;top:3.1551628112793rem;left:0rem;overflow:hidden;display:block; }
#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .row .container { background-color: transparent; background-image: none; }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .row .container > .video-iframe-container { display: none; }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .row > .video-iframe-container { display: none; }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .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); }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .row .container { border-width: 0; border-radius: 0; }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#lXf5GKE4GpgIbpbSOZx2zg0VzKr9vfTN { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.1875rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#l00HVJX6KS8pwqAmCPm1hPg6W8tiP5mk { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.8125rem;left:46.5rem;display:block; }
#Zz3TTRBGriwOJu4zmBmxtFGHAB1AJCxi { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.8125rem;left:49rem;display:block; }
#ikumtumKQInXOvhs3AKqAtzCHNpJ01Vv { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.8125rem;left:51.5rem;display:block; }
#iwZmAA0Qxl7BZfguHsZ9S0VSnaAJZxH5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.875rem;left:53.9375rem;display:block; }
#b05RDTNaoBlsDDDa68G1FTqvLbNtKRZ0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0.875rem;left:56.3125rem;display:block; }
@media only screen and (max-width: 959px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 959px) { #RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS { display:block; }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NrGfZiHIzf6DPHF5hSKQaAsrTcE32sAe { width:19rem;height:3.5rem;top:0.625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #Ls7alqNTpTLrCBiTmolwt6BTCPRlkKDi { width:2.5rem;height:2.5rem;top:2.4375rem;left:28.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #f8giT0pCG4KJh1bkTFt228wc6Wpr8E4h { width:16.25rem;height:1.625rem;top:2.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #mg3Uz9XcsOE1RQEqvm06JloTpvzKa25t { width:17.6875rem;height:5.0625rem;top:0.8125rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI { display:block; }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row .container { width:47.75rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #J00yTnq3WMTOwvB62TfTqnxVliiOn2cZ { width:5.6875rem;height:4.01855625rem;top:18.8125rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dQKUdNQP0PyULtod7AnDixWbUXJLy6GB { width:6.875rem;height:3.467775rem;top:19.0625rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #iPn5SgRAqZw2T2P6SOL3z1Pshl5BkotP { width:7.5rem;height:3.71875rem;top:18.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #rGlIewBd8ynHbn5ADuLHqZIOfMclRz7Z { width:21.125rem;height:21.0625rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #iqe7HRgpONGl0xctCbCCRI1NA6LrVeRB { width:24.6875rem;height:3.4121125rem;top:13.9462890625rem;left:21.8095703125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nAdNyoGIT4gKzo52kVnfmmqkoqSpyFbZ { width:24.4355625rem;height:11.8125rem;top:2.1337890625rem;left:21.810546875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 { display:block; }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xoKK8zKxw1OKFfB38mBpt1ilDPykPMS9 { width:10.875rem;height:18.5rem;top:2.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #elA3vgiHBCyfApxUP2NrfVCTCrNbWN8B { width:27.5625rem;height:12.4375rem;top:7.5625rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #rGHEk3V4327SWn41pvzSHt6B9A0Kq7T0 { width:42.5rem;height:5.0625rem;top:6.1875rem;left:2.5rem;font-size:1.125rem;color:#323f49;display:block; }
 }@media only screen and (max-width: 959px) { #WM1LEZtW8f2QfDqAozxU1FiCTx2RxFSG { width:47.75rem;height:2rem;top:22.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #Mkx2HMxui7k92gT03t5xWGzTd29d1tC1 { width:45rem;height:3.75rem;top:25.8125rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #pQaXaDvpRDa30VwT9Hvp8NrnrAD2vRXU { width:42.5rem;height:2.84375rem;top:2.4375rem;left:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH { display:block; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #G10c5OTrEvW93soOkS2BDaA9lKiXrgSC { display:block; }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC > .row .container { width:47.75rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #A4NiqVchTb84kClEKrCTvgNsnTqBJBdy { width:47.75rem;height:2.84375rem;top:4.0625rem;left:-0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UHKCBQv4r1WZgFEz8NU2J7P3EbqV8ZKt { width:12.9375rem;height:3.375rem;top:24.8125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TKoJ65dIUHwoZ4avoKnuKIXQsOb9O1kG { width:15.875rem;height:1.875rem;top:22.3125rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zf9ui29OSl8DPExbqNZ9E7DaTQR277Ft { width:8.75rem;height:8.75rem;top:12.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 959px) { #MXSHQLVJUgobNkgzpJJLHXtKfuvyriZs { width:45rem;height:1.6875rem;top:7.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SL3LqbKV67FIDkh6V3HPPCe4AP2J4GhN { width:8.75rem;height:8.75rem;top:12.25rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PZETCIFvgqfsk7uPESA5O6c55BnG5R8Q { width:13.0625rem;height:5.0625rem;top:24.8125rem;left:17.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PxyLrA72wKKsc4zi8x7QCSOTZRtiKlLP { width:15.75rem;height:1.875rem;top:22.3125rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #x7VWWUy38EWq2U4tDFgRVvvyggXkThiZ { width:8.75rem;height:8.75rem;top:12.3125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #JTfq4KPAuPuJGJy4NHgVs7dF03nFNUVS { width:12.5rem;height:6.75rem;top:24.8125rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #V7ARci0Ax2qq4Fwb5zKgBVMMvtXSaLWJ { width:13.75rem;height:1.875rem;top:22.3125rem;left:34rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #q0C32MsERImro3tcVShX8PPgWAhqWsT0 { display:block; }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 > .row .container { width:47.75rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CpJWOTtAXFD6qDppnya3ebNNrZbTcQRB { width:10.875rem;height:18.5rem;top:2.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #cmVTJv6c4b6IpyDzNWeqTgKwZv8POJon { width:27.5625rem;height:12.4375rem;top:7.5625rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #Tic8eZ6NU7uHVPV29QMnwCZ5RmnIrEZL { width:43.875rem;height:9.375rem;top:5.5625rem;left:2.5rem;font-size:1.125rem;color:#323f49;display:block; }#Tic8eZ6NU7uHVPV29QMnwCZ5RmnIrEZL li:before{  }
 }@media only screen and (max-width: 959px) { #VUGOTc528QopBIBFywTWXI2cyHwrl5qK { width:47.75rem;height:2rem;top:22.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #P5VH8h2KHh9IuwadOozawwOBEhsZFtLw { width:45rem;height:3.75rem;top:25.8125rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #tEdSOqsiTJ2Vfqlt7Fm6wJQyi9TpPoQB { width:42.5rem;height:2.4375rem;top:1.8125rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TiSo04DC2xTTkSNyTvbTWm93pRLXBXzK { top:16.5625rem;left:13.84375rem;width:20.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vsy0hRHTcxRGowQnPcs0F6b1BBWdAFOB { display:block; }
 }@media only screen and (max-width: 959px) { #c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 { display:block; }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 > .row .container { width:47.75rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-regular-label { display:block;width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-text {padding-top: 0; padding-bottom: 0;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-select {padding-top: 0; padding-bottom: 0;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-button { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo  { width:18.625rem;height:auto;top:9.6875rem;left:1.5rem; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo {display:block;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo { width:18.625rem;height:auto;top:9.6875rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #wfTuPglZc5EWtr3d10vb144MbVpuG50a {  }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #CdpBSlGunTLJRgFSOryXokesz3AdBXr6 {  }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #d2oT722sDBEns80CVlcZTATTxcidSmmx {  }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #Zy1UXmXHDJZnqhbzMdHvrR9Tpr3KumHu {  }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #kTaSGJO7zoerN3DB0PTJgXT3eVPOqATa {  }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #zMcaSTIhTeB7tif1JqBwFHhQrZfsTc1n {  }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #gnHZPTrOz4xVEWmmNGWHaR4VevETfbZP {  }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #nk0F634BXguuaDxsTzbfGscIC2qUZcqe { display:none; }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #xyCn6BAmDTvgstELm2S6xPuDqxIbhVxl {  }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #a7NqiQDEDQwSxmBkrgxPdiWRQmX0An1y {  }
 }@media only screen and (max-width: 959px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #oUUc7ELAb0JTw4RxXdKSRqOC7yWvK0V3 {  }
 }@media only screen and (max-width: 959px) { #ZPGhaEhG1zM2ZLyaRvlWQJnFxRXpId4T { width:22.625rem;height:4.875rem;top:3.6870574951172rem;left:1.2500001192093rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 959px) { #caGKi2TCXvxqRWoQHzIQg7Mo2ZIKhwKd { width:20rem;height:0.24956625rem;top:9.9370632171631rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 959px) { #X62ip7WwFtAlB0Wgww6b9l6k1mXQ65T4 { width:21.375rem;height:1.875rem;top:1.1875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TugmQX1cwbg9WIoobH6xmosfguGcJsW3 { width:22.5rem;height:7.5rem;top:11.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ErkRGSrINXZDPVJZ71gcbFso7ADUTtNI { width:28.2498125rem;height:1.3125rem;top:19.75rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #his30AbDUPEw7ThqttO2TepBseCLqnup { width:22.7495625rem;height:9.375rem;top:20.9375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CEcuziKV1q2z1d3OTklFih0P7xS92Btl { width:16.1865rem;height:29.1865rem;top:3.5302734375rem;left:27.7177734375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VUesNHvs9k0xb0uyvZbPJUKC6IL5MGfP { width:23.875rem;height:5.0625rem;top:31.063367843628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #EJFIIIut6TyqxTeB6p3xvrJE0hcGQNsG { width:23.9995625rem;height:4.548825rem;top:31.3271484375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM { display:block; }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM > .row .container { width:47.75rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vPW4gxoUwuBCkdAJXKizVwSVMHHC4zfr { width:42.5rem;height:8.53125rem;top:2.9375rem;left:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bAgdJP8rli3bML49XBUl0gq0XwkOfmf1 { width:25rem;height:13.9375rem;top:6.125rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk { display:block; }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk > .row .container { width:47.75rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Dzpi8Qr5Fh5boZ0ETFOqT18OB1Vi1PZi { width:12.5rem;height:3.25rem;top:3rem;left:9.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #gPaAkINahf4mXTEaweLQ8ckfNNWo0rms { width:15.0625rem;height:5.19921875rem;top:7.0625rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #w1EWTgSS5btP2CuGgE8N5PdZGbqB7IUf { width:9.375rem;height:3.9375rem;top:13.625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mM8VSVWB2EOu2a43TvRzbTHMng3gRhly { width:15.125rem;height:3.8997375rem;top:7rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #HAnWWrfoBxfD9zPcKyGNSLJi17gJPaHT { width:12.6875rem;height:1.625rem;top:3.75rem;left:32.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #y8lNRQuPsGlvt3XIG5CkrDXXOWVbJL3s { width:5.1875rem;height:5.125rem;top:5.0625rem;left:25.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #neN70WMggu2TNoSXol6b8uSgHptvCtiv { width:7.3125rem;height:7rem;top:4.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n { display:block; }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lXf5GKE4GpgIbpbSOZx2zg0VzKr9vfTN { width:25.125rem;height:1.2999125rem;top:1.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #l00HVJX6KS8pwqAmCPm1hPg6W8tiP5mk { width:3.125rem;height:3.125rem;top:0.5rem;left:33.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zz3TTRBGriwOJu4zmBmxtFGHAB1AJCxi { width:3.125rem;height:3.125rem;top:0.5rem;left:36.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ikumtumKQInXOvhs3AKqAtzCHNpJ01Vv { width:3.125rem;height:3.125rem;top:0.5rem;left:38.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iwZmAA0Qxl7BZfguHsZ9S0VSnaAJZxH5 { width:3.125rem;height:3.125rem;top:0.5rem;left:41.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #b05RDTNaoBlsDDDa68G1FTqvLbNtKRZ0 { width:3.125rem;height:3.125rem;top:0.5rem;left:43.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS { display:block; }#RKDUXL9pdvBUs7TAvliE8ewqydQ5DniS > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrGfZiHIzf6DPHF5hSKQaAsrTcE32sAe { width:17.125rem;height:3.1875rem;top:1.25rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ls7alqNTpTLrCBiTmolwt6BTCPRlkKDi { width:2.5rem;height:2.5rem;top:4.9375rem;left:2rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8giT0pCG4KJh1bkTFt228wc6Wpr8E4h { width:13.8125rem;height:1.4375rem;top:5.625rem;left:4.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mg3Uz9XcsOE1RQEqvm06JloTpvzKa25t { width:12.9375rem;height:3.8125rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI { display:block; }#liyCWaVVR4SMSOT5NtxQ1JDmoBZtkNgI > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J00yTnq3WMTOwvB62TfTqnxVliiOn2cZ { width:4.4375rem;height:3.125rem;top:28.6865234375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQKUdNQP0PyULtod7AnDixWbUXJLy6GB { width:4.5625rem;height:2.25rem;top:29.1240234375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPn5SgRAqZw2T2P6SOL3z1Pshl5BkotP { width:5.125rem;height:2.4375rem;top:29.0302734375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGlIewBd8ynHbn5ADuLHqZIOfMclRz7Z { width:17.25rem;height:17.1875rem;top:0.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqe7HRgpONGl0xctCbCCRI1NA6LrVeRB { width:13rem;height:3.65625rem;top:23.1240234375rem;left:3.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAdNyoGIT4gKzo52kVnfmmqkoqSpyFbZ { width:15.3125rem;height:3.26171875rem;top:18.75rem;left:2.34375rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 { display:block; }#DTu3axODTdZ8pw4c72wiJRhoK7S7Qku5 > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoKK8zKxw1OKFfB38mBpt1ilDPykPMS9 { width:10.125rem;height:17.8125rem;top:1.375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #elA3vgiHBCyfApxUP2NrfVCTCrNbWN8B { width:20rem;height:8.9375rem;top:19.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGHEk3V4327SWn41pvzSHt6B9A0Kq7T0 { width:17.5rem;height:6.499rem;top:3.6240234375rem;left:1.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WM1LEZtW8f2QfDqAozxU1FiCTx2RxFSG { width:17.5rem;height:3.25rem;top:28.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mkx2HMxui7k92gT03t5xWGzTd29d1tC1 { width:17.5rem;height:5.625rem;top:33rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQaXaDvpRDa30VwT9Hvp8NrnrAD2vRXU { width:17.5rem;height:1.8681625rem;top:1.0615234375rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH { display:block; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH { background-color: transparent; background-image: none; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container > .video-iframe-container { display: none; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row > .video-iframe-container { display: none; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .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); }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container { width:20rem;height:5.0625rem;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/76f87dec-5eda-4a0b-abcd-a37f196ec5e2/middlebanner01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container.adaptive-delivery-prevent-bg, #nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container.lazyload, #nTl1L0GrdiP9FlmwFam4E8gb8WXM0ebH > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #G10c5OTrEvW93soOkS2BDaA9lKiXrgSC { display:block; }#G10c5OTrEvW93soOkS2BDaA9lKiXrgSC > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4NiqVchTb84kClEKrCTvgNsnTqBJBdy { width:20rem;height:2.03125rem;top:1.96875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHKCBQv4r1WZgFEz8NU2J7P3EbqV8ZKt { width:17.4375rem;height:1.13720625rem;top:22.75rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TKoJ65dIUHwoZ4avoKnuKIXQsOb9O1kG { width:17.5rem;height:1.4624rem;top:20.25rem;left:1.25rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9ui29OSl8DPExbqNZ9E7DaTQR277Ft { width:8.75rem;height:8.75rem;top:10.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSHQLVJUgobNkgzpJJLHXtKfuvyriZs { width:17.5rem;height:2.923825rem;top:5.25rem;left:1.25rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SL3LqbKV67FIDkh6V3HPPCe4AP2J4GhN { width:8.75rem;height:8.75rem;top:26.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZETCIFvgqfsk7uPESA5O6c55BnG5R8Q { width:17.4375rem;height:2.2744125rem;top:39rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PxyLrA72wKKsc4zi8x7QCSOTZRtiKlLP { width:17.5rem;height:1.4624rem;top:36.5rem;left:1.25rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x7VWWUy38EWq2U4tDFgRVvvyggXkThiZ { width:8.75rem;height:8.75rem;top:44rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTfq4KPAuPuJGJy4NHgVs7dF03nFNUVS { width:17.4375rem;height:2.2744125rem;top:56.5rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V7ARci0Ax2qq4Fwb5zKgBVMMvtXSaLWJ { width:17.5rem;height:1.4624rem;top:54rem;left:1.25rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q0C32MsERImro3tcVShX8PPgWAhqWsT0 { display:block; }#q0C32MsERImro3tcVShX8PPgWAhqWsT0 > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpJWOTtAXFD6qDppnya3ebNNrZbTcQRB { width:10.125rem;height:17.8125rem;top:1.375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmVTJv6c4b6IpyDzNWeqTgKwZv8POJon { width:20rem;height:8.9375rem;top:19.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tic8eZ6NU7uHVPV29QMnwCZ5RmnIrEZL { width:17.5rem;height:16.535125rem;top:4.9375rem;left:1.25rem;font-size:1rem;line-height:1.3;display:block; }#Tic8eZ6NU7uHVPV29QMnwCZ5RmnIrEZL li:before{  }
 }@media only screen and (max-width: 763px) { #VUGOTc528QopBIBFywTWXI2cyHwrl5qK { width:17.5rem;height:3.25rem;top:28.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5VH8h2KHh9IuwadOozawwOBEhsZFtLw { width:17.5rem;height:5.625rem;top:33rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEdSOqsiTJ2Vfqlt7Fm6wJQyi9TpPoQB { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiSo04DC2xTTkSNyTvbTWm93pRLXBXzK { top:23.53466796875rem;left:1.3125rem;width:17.375rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsy0hRHTcxRGowQnPcs0F6b1BBWdAFOB { display:block; }
 }@media only screen and (max-width: 763px) { #c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 { display:block; }#c3sMsMyEvOOHyU605Tzqs9XXe2lnT4X9 > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-text {padding-top: 0; padding-bottom: 0;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-select {padding-top: 0; padding-bottom: 0;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo  { width:17.5rem;height:auto;top:38.3994140625rem;left:0rem; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo {display:block;}#i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo { width:17.5rem;height:auto;top:38.3994140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #wfTuPglZc5EWtr3d10vb144MbVpuG50a {  }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #CdpBSlGunTLJRgFSOryXokesz3AdBXr6 { display:none; }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #d2oT722sDBEns80CVlcZTATTxcidSmmx {  }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #Zy1UXmXHDJZnqhbzMdHvrR9Tpr3KumHu {  }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #kTaSGJO7zoerN3DB0PTJgXT3eVPOqATa { display:none; }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #zMcaSTIhTeB7tif1JqBwFHhQrZfsTc1n {  }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #gnHZPTrOz4xVEWmmNGWHaR4VevETfbZP {  }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #nk0F634BXguuaDxsTzbfGscIC2qUZcqe { display:none; }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #xyCn6BAmDTvgstELm2S6xPuDqxIbhVxl {  }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #a7NqiQDEDQwSxmBkrgxPdiWRQmX0An1y {  }
 }@media only screen and (max-width: 763px) { #i7o4DHxCfD9cHA8GHBaOl3491I7zpxlo #oUUc7ELAb0JTw4RxXdKSRqOC7yWvK0V3 {  }
 }@media only screen and (max-width: 763px) { #ZPGhaEhG1zM2ZLyaRvlWQJnFxRXpId4T { width:17.5rem;height:13.125rem;top:4.875rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caGKi2TCXvxqRWoQHzIQg7Mo2ZIKhwKd { width:14.749375rem;height:0.24956625rem;top:19.373908996582rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #X62ip7WwFtAlB0Wgww6b9l6k1mXQ65T4 { width:17.5rem;height:2.34375rem;top:1.5625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TugmQX1cwbg9WIoobH6xmosfguGcJsW3 { width:17.5rem;height:10.5rem;top:21.311859130859rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErkRGSrINXZDPVJZ71gcbFso7ADUTtNI { width:17.5rem;height:1.3125rem;top:70.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #his30AbDUPEw7ThqttO2TepBseCLqnup { width:17.5rem;height:12.375rem;top:72.3125rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEcuziKV1q2z1d3OTklFih0P7xS92Btl { width:20rem;height:35.9559375rem;top:32.872179985046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUesNHvs9k0xb0uyvZbPJUKC6IL5MGfP { width:20rem;height:5.5625rem;top:85.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJFIIIut6TyqxTeB6p3xvrJE0hcGQNsG { width:20rem;height:4.38671875rem;top:86.2021484375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM { display:block; }#nVvt6gsC6SWWQSFzNDWqGtqqcM4XCzOM > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPW4gxoUwuBCkdAJXKizVwSVMHHC4zfr { width:17.625rem;height:8.9355625rem;top:1.21875rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAgdJP8rli3bML49XBUl0gq0XwkOfmf1 { width:17.5rem;height:9.75rem;top:5.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk { display:block; }#eRXSfsTrayCGz3BbF9NKwHe8eFHC5ltk > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dzpi8Qr5Fh5boZ0ETFOqT18OB1Vi1PZi { width:12.5rem;height:3.25rem;top:12rem;left:3.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPaAkINahf4mXTEaweLQ8ckfNNWo0rms { width:18.25rem;height:3.8994125rem;top:32.4375rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1EWTgSS5btP2CuGgE8N5PdZGbqB7IUf { width:12.125rem;height:5.25rem;top:37.94921875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM8VSVWB2EOu2a43TvRzbTHMng3gRhly { width:18.375rem;height:2.5996125rem;top:16.125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAnWWrfoBxfD9zPcKyGNSLJi17gJPaHT { width:12.75rem;height:1.625rem;top:30rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8lNRQuPsGlvt3XIG5CkrDXXOWVbJL3s { width:7.0625rem;height:7rem;top:20.75rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neN70WMggu2TNoSXol6b8uSgHptvCtiv { width:9.375rem;height:8.9375rem;top:1.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n { position:relative;z-index:auto;display:block; }#E3uRWuFnXP7ENGBRG71dOXRyvf8TzG2n > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXf5GKE4GpgIbpbSOZx2zg0VzKr9vfTN { width:20rem;height:1.2999125rem;top:1.6875rem;left:0.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l00HVJX6KS8pwqAmCPm1hPg6W8tiP5mk { width:3.125rem;height:3.125rem;top:3.8125rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3TTRBGriwOJu4zmBmxtFGHAB1AJCxi { width:3.125rem;height:3.125rem;top:3.8125rem;left:6.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikumtumKQInXOvhs3AKqAtzCHNpJ01Vv { width:3.125rem;height:3.125rem;top:3.8125rem;left:8.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwZmAA0Qxl7BZfguHsZ9S0VSnaAJZxH5 { width:3.125rem;height:3.125rem;top:3.8125rem;left:11.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b05RDTNaoBlsDDDa68G1FTqvLbNtKRZ0 { width:3.125rem;height:3.125rem;top:3.8125rem;left:13.6875rem;font-size:2.1875rem;display:block; }
 }