.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .row .container { background-color: transparent; background-image: none; }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .row .container > .video-iframe-container { display: none; }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .row > .video-iframe-container { display: none; }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .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); }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .row .container { border-width: 0; border-radius: 0; }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#re0UiD9konraSV3S2ETiL0aOufsBoZOP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.125rem;left:24.0625rem;display:block; }
#ALqdkUtI1TTQDmEZg7bTpCCTNetfxzIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DbV7mPt8XaiIKrw9sGGMdIqFHXwtSpRL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.09375rem;left:13.625rem;display:block; }
#whwu7x3QscTvU7TmIgccTItpOgE6c6Vb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etuCTUrL5DQymfWISsH9m61hu6yv7rS3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.125rem;left:44.9375rem;display:block; }
#GZkQOfbMItlBokVZMSz3VRbtoxCUOy2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pGfyvaGAzScLN1mTdds9iPJQ5zDlgD3J { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.125rem;left:55.375rem;display:block; }
#X8rWKNOlHHVebVk6eOC5f4pwe9q9Ve11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yb6DT4Lz2PFuEAxD7tmHXJt7pMB5pHAN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.125rem;left:34.5rem;display:block; }
#qVRFm2vKfeM3gXMQ8giv3WIfhM8H43T9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#StzFcF4KmXUKGhtxZDQJ5iflCaLyZHfV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.125rem;left:65.8125rem;display:block; }
#sUxI0BKQoHoZ3wLP6A0SPBOSD6bM8RTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oNKavf2JxfJXUMS2WTZ7dKZM2yT1vTXH { 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:1.9375rem;width:10.375rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#T61sfX88z4ggQGSS40KizcQpXv7kmPyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container { border-width: 0; border-radius: 0; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:none; }#TxP87dTMSzAMRUINchht8CPQLfLJsefh { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.3125rem;left:0rem;height:6.1748rem;font-style:normal;display:block; }
#WAhVQww7B3HwVmnUNOd4KTKy85rLbKdC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.625rem;left:0rem;display:block; }
#fhT0533FrV1CcHO1KauxvTugC7xlysvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6gVIIeBu9SnK9bgQ4Ea3P2MGQTWJNfa { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:33.48681640625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#n7MauhCh14LQoWfDB7vy1cnlS5xkdiWt { 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:1.9375rem;width:10.375rem;top:2.4375rem;left:0rem;overflow:hidden;display:none; }
#WcxVum0m1lB9952uJTHp2dV0oNzVduiL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f7732af-ea28-4ea0-a44b-74f86bfab321/grandepandaBGdesktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL.adaptive-delivery-prevent-bg, #WcxVum0m1lB9952uJTHp2dV0oNzVduiL.lazyload, #WcxVum0m1lB9952uJTHp2dV0oNzVduiL.lazyloading { background-image: none; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row .container { background-color: transparent; background-image: none; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row .container > .video-iframe-container { display: none; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row > .video-iframe-container { display: none; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .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); }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row .container { border-width: 0; border-radius: 0; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#TKPZHO3tdZ7TM5qaFZu9RmAgJuDRoUQ4 { 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:1.9375rem;width:10.375rem;top:2.4375rem;left:0rem;overflow:hidden;display:none; }
#F9asFelc1PrOXMIu3pXhyqw8dEUIFw3z { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:38rem;left:0rem;height:5.5244125rem;font-style:normal;display:block; }
#QyoFKaxOsdl82lVTrXMrNsNIOxfCrPWp { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:44.5625rem;left:0rem;height:4.3872rem;font-style:normal;display:block; }
#E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3c0cccd3-8d60-49ae-8620-e20fb81e1d78/RoadshowFIATGrandePanda_Desktop.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5.adaptive-delivery-prevent-bg, #E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5.lazyload, #E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5.lazyloading { background-image: none; }#E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5 > .row .container { border-width: 0; border-radius: 0; }#E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5 > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:75rem;position:relative;display:none; }#J5DMGXTfRBTTql30Umyxoo3gQDQTdWTN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:57.8125rem;left:31.6875rem;display:block; }
#oyOhnsEo6517ZOh1vzCZTJTPaHmbpOg9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 { position:relative;display:block; }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 { background-color: transparent; background-image: none; }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 > .row .container > .video-iframe-container { display: none; }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 > .row > .video-iframe-container { display: none; }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 > .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); }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 { border-width: 0; border-radius: 0; }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 > .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; }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 { position:relative;display:block; }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 { background-color: transparent; background-image: none; }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 > .row .container > .video-iframe-container { display: none; }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 > .row > .video-iframe-container { display: none; }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 > .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); }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 { border-width: 0; border-radius: 0; }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 > .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; }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UMGRhZQ0UJdtoDDGgL2R5KnsCe4aGHUA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.375rem;width:22.25rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#rbrr23fyC5dgTHXiZTgagAJzHnVVSzNJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.76220625rem;font-style:normal;display:block; }
#JM9FBLFsosMfm6f9vEHSTDTzSUdVZ5a4 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:4.53125rem;left:0.90625rem;display:block; }
#Stw4SghAEFnlbwfrM4lmb22VJv6utxxH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eyhTNt9ioT5gNCOdqQmM020Dedi2Wleb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.53125rem;left:7.125rem;display:block; }
#tUFHJvxXHyWx3ZTLIaRuhMxMg6vw9Uhp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMeSePhbIkSVBV7ciAbr1c3asMhN8LCF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:17.6875rem;left:0rem;display:block; }
#msT3IHudCxx3VgAqQ4BzzVURCVAcEaHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RmrHyAOiBn5yimTgSqThAto6E6q574oa { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.375rem;width:22rem;top:3.75rem;left:25rem;overflow:hidden;display:block; }
#o2WwisHNuIAWBVCxvWw58ba3i6PJKXAK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:17.6875rem;left:25rem;display:block; }
#gaIMDRTSTUhqGbWS2zaL776SSHv3GU1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZgMIIUsQCTgTrl0IOEoNKbClpocQRftX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.5625rem;left:25.9375rem;display:block; }
#F6RkbFlm7Ox8wQOKw5NJ8vZxeaxnTLEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vEZPfGBiFC9WwMTDPB2f28wB4OFmFdBA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.76236875rem;font-style:normal;display:block; }
#XgwOTmH11cy6QpJ59BbHomfoEL5FxPJ1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:17.6875rem;left:50rem;display:block; }
#saXCrMJ44uMaKdCF4LCBgpJgRX8KRBn6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U88AusWVRuuoNAXywd2VMs6rH4LVCd4d { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.375rem;width:22rem;top:3.75rem;left:50rem;overflow:hidden;display:block; }
#CFrwgombgCfSKCyGASmHQFGhkpmaEit7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.5625rem;left:50.9375rem;display:block; }
#mzNrpxUJN1d5JMEThsLIMIZx4g0bTQMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oVag2bd5libNHhGaCPgtEJ3cxJR5nCK2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.76236875rem;font-style:normal;display:block; }
#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q { position:relative;display:block; }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q { background-color: transparent; background-image: none; }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q > .row .container > .video-iframe-container { display: none; }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q > .row > .video-iframe-container { display: none; }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q > .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); }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q { border-width: 0; border-radius: 0; }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q > .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; }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ixa0mlQygIJ6AGIFdOTSD1tSONcG9sME { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.375rem;width:22rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#ZFZ1NLLVTtVCcRqxdTPTk2WUZKVtOgRi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.76236875rem;font-style:normal;display:block; }
#KI2or8PT9KTWEP7428Fl8BGt3tn5q8fL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:4.53125rem;left:0.90625rem;display:block; }
#MGXEyi0bOfxwOqVBEMykXSKTtGcJxRS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EcJfLnSA6KkWe0THW9sF2X3BN6kudFvN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:17.6875rem;left:0rem;display:block; }
#SXxQ3h4cxAkK2lOMapC39gZgLBLeMT7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3pW7kHNtnGkVLLXUsEUCPxR0TBDfCAO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.3125rem;width:22rem;top:3.75rem;left:25rem;overflow:hidden;display:block; }
#OUebxM9rlkifAQUy14dkdBq4Lo5f25u8 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:17.6875rem;left:25rem;display:block; }
#A9DkQNHqnCb02TidSryDxSKXZ7adTh7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t0hgXwDsC3UhnrxH9SiGCUvcvBKhMdVw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.5625rem;left:25.9375rem;display:block; }
#rSzT8GEvF4flRzisE3NHGKIxb1N9eIcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQq4qJTye8HRuk5xy1rLvNZVwdl3v7uv { color:#000000;display:block;width:17rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.76236875rem;font-style:normal;display:block; }
#mfz7fMdH2fFuEbSRJHEwRSG2tkZ25adv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.71875rem;left:34.46875rem;display:block; }
#EhenbghxoxvnC5rN0MohTOyCnsKTTa16 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWK0H8PWqep7RcEZQSsdnFtqaeew2mar { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4.53125rem;left:32.40625rem;display:block; }
#XVwi7qivQrTyhOFX3aubI9StBzegdiAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iSZhTdyXvzQnNf2CkizxCM48viTtfhII { position:relative;display:block; }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII { background-color: transparent; background-image: none; }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII > .row .container > .video-iframe-container { display: none; }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII > .row > .video-iframe-container { display: none; }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII > .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); }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII { border-width: 0; border-radius: 0; }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII > .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; }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2ddd52a-52c9-4ba0-b651-2eb58852d3dc/desktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px.adaptive-delivery-prevent-bg, #y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px.lazyload, #y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px.lazyloading { background-image: none; }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .row .container { background-color: transparent; background-image: none; }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .row .container > .video-iframe-container { display: none; }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .row > .video-iframe-container { display: none; }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .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); }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .row .container { border-width: 0; border-radius: 0; }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#y75bWpbHgisMlNQT5noBEPImIBTDou1u { box-sizing:content-box;height:28.125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;top:21.75rem;left:-37.40625rem;display:block; }
#Nqx5ETWKg6fUisIp1yrx1PVDK6z9EiNP { box-sizing:content-box;height:28.1875rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;top:21.71875rem;left:37.59375rem;display:block; }
#VK7wBmsWMbfKTcLT0OV5qHO8ALr43eGf { color:#ffffff;display:block;width:61.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.71875rem;left:0rem;height:2.2749rem;font-style:normal;display:block; }
#CgTXWPl2lwyvhI7ximuPW3ZAsAAWUEIR { color:#bfbfbf;display:block;width:51.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:40.8056640625rem;left:0rem;height:3.8994125rem;font-style:normal;display:block; }
#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 { position:relative;display:block; }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 { background-color: transparent; background-image: none; }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 > .row .container > .video-iframe-container { display: none; }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 > .row > .video-iframe-container { display: none; }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 > .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); }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 { border-width: 0; border-radius: 0; }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 > .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; }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm { position:relative;display:block; }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm { background-color: transparent; background-image: none; }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm > .row .container > .video-iframe-container { display: none; }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm > .row > .video-iframe-container { display: none; }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm > .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); }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm { border-width: 0; border-radius: 0; }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm > .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; }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mgy8BP8I4RcZlUKLPrR1DNyCbgfzxCWM { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.5247375rem;font-style:normal;display:block; }
#yzGTKykDcPoi3NWvaLLvlG6Em7FLLvql { color:#000000;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-form-header {  }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:33.6875rem;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;font-style:normal;line-height:1.8;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:raleway;font-size:0.75rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .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; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.0625rem;margin-bottom:0.25rem;margin-left:8.0625rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:#ffffff;width:17.5rem;height:3.125rem;font-family:poppins;overflow:hidden;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]:-moz-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]::-moz-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .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:poppins;line-height:1.3;font-size:0.625rem;font-weight:400;color:#000000;vertical-align:top;width:32.4375rem;overflow:hidden;font-style:normal;float:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .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; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:poppins;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container:first-of-type{padding-top:0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container:last-of-type{padding-bottom:0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:37.5rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.6875rem;display:block;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:37.5rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hNz6v8dlA0nGsrQGFkHQcIyOWTlU6G2o { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #XE6HyT5S3XP5Bg1wmyshm92JHEpodPCC { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DHKp0kXMZ5PTICb6JeFTu9VX4NNE0EZx { position:relative; }
#aAm6o2czDPcZUvk4T7MuRLukrHGL6doe { position:relative;display:block; }
#ciPcRzA2BFqd7lQff1iZtZpLiT7vVie2 { position:relative;display:block; }
#BVL5rFgukRo3ALB4I28nh9fuBdLBHOdd { position:relative;display:block; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 { position:relative; }
#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron { position:relative;display:block; }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron { background-color: transparent; background-image: none; }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron > .row .container > .video-iframe-container { display: none; }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron > .row > .video-iframe-container { display: none; }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron > .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); }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron { border-width: 0; border-radius: 0; }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron > .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; }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/45c766f5-8b7c-4ae9-90ee-4d5f341a6222/FLEXCARE1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT.adaptive-delivery-prevent-bg, #iMGLGhE4PXRdbLN03rGNXloW67UFz5nT.lazyload, #iMGLGhE4PXRdbLN03rGNXloW67UFz5nT.lazyloading { background-image: none; }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .row .container { background-color: transparent; background-image: none; }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .row .container > .video-iframe-container { display: none; }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .row > .video-iframe-container { display: none; }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .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); }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .row .container { border-width: 0; border-radius: 0; }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#D34wVxrnEKTNP8MaELK7ohrAZihdrbyE { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.375rem;left:0rem;height:6.82425rem;font-style:normal;display:block; }
#LHXkFNrVWinMmXgHAeV9Zcnirz6ikGh2 { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:36.8125rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 { position:relative;display:block; }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 { background-color: transparent; background-image: none; }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 > .row .container > .video-iframe-container { display: none; }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 > .row > .video-iframe-container { display: none; }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 > .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); }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 { border-width: 0; border-radius: 0; }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 > .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; }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA { position:relative;display:block; }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA { background-color: transparent; background-image: none; }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA > .row .container > .video-iframe-container { display: none; }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA > .row > .video-iframe-container { display: none; }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA > .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); }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA { border-width: 0; border-radius: 0; }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA > .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; }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EuGlzxM19kykI9l3dGHnLWi7yqBTkWqe { 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:2.5rem;width:2.5rem;top:0rem;left:8rem;overflow:hidden;display:block; }
#X35fEhix4bktoh8RpNP1XpTKhDoBuNU8 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DL78UVSlRezJnyDwxtVfNW8LQ1Gtr8iI { color:#787878;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7mHuiIehMVemLHqbFFgINVRXh1aMe2x { color:#787878;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:20.78125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlqZT1igbAHXcSw7a781leT31U3uH1nO { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.875rem;left:18.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XthRRGMZNT7qfTiFUbJ0KLc496hBTXpU { 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:2.5rem;width:2.5rem;top:0rem;left:26.6875rem;overflow:hidden;display:block; }
#RwTxs4wr3CBIf3F7nM7EpNJ10Nl3hzNa { color:#787878;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:39.53125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWTDedw80r0rwKrBLCQJZuieipt7KiWH { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.875rem;left:37.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4g8m8hm67SF6iQiQOSLW6Mcl6w4pfuu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.5rem;top:0rem;left:45.5rem;overflow:hidden;display:block; }
#MQ1HPzutaKFeATLLhswsy85QRutUrmg8 { color:#787878;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:6.5625rem;left:58.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRmU0rEG4z9fEB1MDWVCpBigiFInHGFT { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:3.875rem;left:56.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IaChtMnGBr5FDuNOsIWWPJ8tXZJUqHbI { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:0rem;left:64.0625rem;overflow:hidden;display:block; }
#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb { position:relative;display:block; }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb { background-color: transparent; background-image: none; }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb > .row .container > .video-iframe-container { display: none; }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb > .row > .video-iframe-container { display: none; }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb > .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); }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb { border-width: 0; border-radius: 0; }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb > .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; }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PX1XgKNVhGZafBLOtkCoZet8T1VvRPbD { color:#000000;display:block;width:40.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.599609375rem;left:17.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk { position:relative;display:block; }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk { background-color: transparent; background-image: none; }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk > .row .container > .video-iframe-container { display: none; }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk > .row > .video-iframe-container { display: none; }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk > .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); }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk { border-width: 0; border-radius: 0; }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk > .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; }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NDMaxb2yec7Nc9fplmVDqCscbHp8r9hy { color:#000000;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:39.3125rem;height:4.2246125rem;font-style:normal;display:block; }
#dLeW6FBuwwU36uqxsZ6mf00xhsactyO2 { color:#787878;display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:39.3125rem;height:2.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UKBT5plFvLA1f1GmnUT2NamZyTS6RTf2 { color:#787878;display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.0625rem;left:39.3125rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uHhhikpXiLsEZ3P6kOIWDdFcoK2iWSTz { color:#787878;display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.375rem;left:39.3125rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RieaknvwCwxutbPEPx0FiXylvSKvOfBG { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.5625rem;left:39.3125rem;display:block; }
#O2a0qgAAVgL8z7gkKU2ebDP5xtGPCTUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nHdqdcOFsgSq0SNCpvqMAK97BibFWQkV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.6875rem;width:36.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PDXJtQ3atSPxnrvxLPVVqCOwkkyHRJB8 { color:#787878;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:14.75rem;left:39.3125rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vq9drXnQyacKawa8QZyC5hJO77EaPPwg { color:#787878;display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.4375rem;left:39.3125rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp { position:relative;display:block; }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp { background-color: transparent; background-image: none; }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp > .row .container > .video-iframe-container { display: none; }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp > .row > .video-iframe-container { display: none; }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp > .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); }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp { border-width: 0; border-radius: 0; }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp > .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; }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT { position:relative;display:block; }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT { background-color: transparent; background-image: none; }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT > .row .container > .video-iframe-container { display: none; }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT > .row > .video-iframe-container { display: none; }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT > .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); }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT { border-width: 0; border-radius: 0; }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT > .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; }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BZycNfkfTGNl4CnCs7TJUsQGGE8eVJCW { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#BCmbBDmiiKe4Nmmn88bgOFMeLvhdBTM7 { color:#787878;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLEfMtKK7SQHIQ22pN7auDldmgotHdg2 { color:#787878;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PIDiT1hTAGvyFP3bpuhwEDqDTsZs9a7l { color:#787878;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#EyFy47BRU5vIlFrnZ0PeQ16cnoVMmZ6A { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.6875rem;width:36.9375rem;top:0rem;left:38.0625rem;overflow:hidden;display:block; }
#n5OtHtGhXm3RqaV9lvdDFy3XhRclFDB7 { color:#787878;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.125rem;left:18.5625rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SC7cEbRLE3FqrgJJ3qSAgCKKabauP65a { color:#787878;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.8125rem;left:18.5625rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bRK8sOA4ihNNfpXXvb3OKlshg0QuDBux { color:#787878;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLWgIkbkyAmUzkV0wyN9yz5fq27PLSHy { color:#787878;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:14.375rem;left:18.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rBb9MQxO8PPePWKHt8nDZNEE2BI25zS6 { color:#787878;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jl45IRoJNGL3vblnfFz1a2VyTOyNa5dz { color:#787878;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.0625rem;left:18.5625rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZ1zwHlz1GXg7IqsRFWLVX0S66WXBOgw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.4375rem;left:0rem;display:block; }
#LDAavgBbV9dQRszsTHqr0SI61FM7BwD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM { position:relative;display:block; }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM { background-color: transparent; background-image: none; }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM > .row .container > .video-iframe-container { display: none; }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM > .row > .video-iframe-container { display: none; }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM > .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); }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM { border-width: 0; border-radius: 0; }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM > .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; }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I { position:relative;display:block; }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I { background-color: transparent; background-image: none; }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I > .row .container > .video-iframe-container { display: none; }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I > .row > .video-iframe-container { display: none; }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I > .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); }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I { border-width: 0; border-radius: 0; }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I > .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; }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JTFAEUvI7pcXbLOoBs3ysl0RJ1yLnqTb { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:39.3125rem;height:2.11230625rem;font-style:normal;display:block; }
#HXqTulJfJh5aQawdVKTD83d69v95ZBOE { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.6875rem;width:36.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GWm9oTttETf21qZ0Icyug8I7sQC8G5td { color:#787878;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.4375rem;left:39.3125rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R846GtkHtVRdlVKNmuz2mTc5w5JRgdMn { color:#787878;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:5.6875rem;left:39.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Di8GFE9mbJcB7C6ULvIH6lFGV5hHdncU { color:#787878;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.4375rem;left:56.5625rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Af4qiWGhyiDT9l1UznPMSgP0T0wPrVHC { color:#787878;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:5.625rem;left:56.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NE6a2XKquJIuEbniJwIxIkGoV4aODHau { color:#787878;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:10.9375rem;left:39.3125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s9JNAbt3TFTsTaTLAGSxkAzT7Mm09Xqs { color:#787878;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:10.875rem;left:56.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hf3C94o2yUxkKnJuDDTIPE7BE138evfS { color:#787878;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:8.6875rem;left:56.5rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BLBNboRTJNP2Th5CZcp9lfv2MebwBRwi { color:#787878;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.3125rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wmRVhGIIfBUCMuK118q89mgHTTKB7OhM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.625rem;left:39.3125rem;display:block; }
#diU2x7KQinhLiO6B88oRxmUuCa71i89q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JtRWBGkbClzUkhbENqmtLgVBhafAOFls { position:relative;display:block; }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls { background-color: transparent; background-image: none; }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls > .row .container > .video-iframe-container { display: none; }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls > .row > .video-iframe-container { display: none; }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls > .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); }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls { border-width: 0; border-radius: 0; }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls > .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; }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vQkESfcVngSM4mKXGMhH1Js3RwFSkixx { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.96875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l { position:relative;display:block; }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l { background-color: transparent; background-image: none; }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l > .row .container > .video-iframe-container { display: none; }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l > .row > .video-iframe-container { display: none; }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l > .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); }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l { border-width: 0; border-radius: 0; }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l > .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; }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xCrAxINTBRZ2PaDCsaQ5JerWHPG4v3yv { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.625rem;left:25rem;display:block; }
#H5QLV4a9Z6b3ek2DSvg16bnQcAdLa9Bs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yvWOvu9TPLBU5ybPbgeADTggXfxK9MIb { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:15.9375rem;left:25rem;height:8.04200625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tCa9GtlnZ7c4mF3MerI07NoBLrT9C3Kk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:25rem;overflow:hidden;display:block; }
#mlu69KPfHCpDncBAObowVTSSHFynkdlv { color:#000000;display:block;width:20.75rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.11230625rem;font-style:normal;display:block; }
#RxX0pngxkr1y2wm22OyGHFmf0VgtOvUB { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:29.625rem;left:0rem;display:block; }
#bBBrNpsreCsUwUbDkGfZvOKre28Nlk3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLGp2Ge8yTz8v50HFK6ZnTmHdUPz4Blb { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:8.04200625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xt5iRTIm4AQJuCNH4vkQkf0nwawOTbst { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#Vk6CBpvk1yAJFA3CWL8xeQP3nywEm7yC { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#n9BLrBovCTH8qIdoxwgweKPv9nk11CEx { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:15.9375rem;left:50rem;height:9.82911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u40snRz4b4hbOlqkgiTlRWZu4cBgDhRw { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.625rem;left:50rem;display:block; }
#BUB9y3J0VFFKnXdLhklvkExeE19BeKTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MzglcL5RfMEkFpi5p6HnBccaTAmX8VSq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:50rem;overflow:hidden;display:block; }
#EJyaWIv2l2yhU4V9W89caK3f63l5h1i5 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.11230625rem;font-style:normal;display:block; }
#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD { position:relative;display:block; }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD { background-color: transparent; background-image: none; }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD > .row .container > .video-iframe-container { display: none; }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD > .row > .video-iframe-container { display: none; }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD > .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); }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD { border-width: 0; border-radius: 0; }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD > .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; }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N5ULSDTVDOeupQQ1JaWtstRLXUIhhpc9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:50rem;overflow:hidden;display:block; }
#ZyDOGWlowVRmfhlzBQenStagkgrtuDil { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.11230625rem;font-style:normal;display:block; }
#mr12pfhXkSpRxOkVvdcT9JWcC6OykMlP { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.9375rem;left:50rem;height:8.9355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aRLAJoRwlzv5uOxzHb3J1X24zqnhcJHR { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.625rem;left:50rem;display:block; }
#g9JusSE3auz9W61z8TrwshPewMwSIsz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3GeSWgkZzfHQABGWv8nxRGX1HZGy0BI { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.9375rem;left:25rem;height:8.9355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThxmPJ9e2SelhTKsuZPih1XKAVDkbyCR { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.5rem;left:25rem;display:block; }
#A8TTI0APHRST6Vh3JpDcUfJ8Z6X8wp6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NRCTfyC7l95ATJRzKl5bpVM9Fig6GmI1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:25rem;overflow:hidden;display:block; }
#JKqn7O1rfDN7m80vmMT20vM90xGbWWSW { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.11230625rem;font-style:normal;display:block; }
#Tu6BdVhP1LIsO7d6lSw6H8T3wMBJweZb { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:9.82911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GQbOVVC3P9obhOlxdJ6ldDvt9SOMqKTM { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.625rem;left:0rem;display:block; }
#oTO28HlnVgJSaAFiHUwXBVwXl1TaX5lx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhwQOBRsLnRpsAc1KTMTxpmivfTJaQbo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#d1LbgPIkxHFRz53zVEriLDc1iOMwGfLn { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS { position:relative;display:block; }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS { background-color: transparent; background-image: none; }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS > .row .container > .video-iframe-container { display: none; }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS > .row > .video-iframe-container { display: none; }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS > .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); }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS { border-width: 0; border-radius: 0; }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS > .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; }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OA7yebDpJCT2wyZoDBaKT87LcUVrS9fP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:50rem;overflow:hidden;display:block; }
#c2fniF8BwRDW4MrM6wEpv9PKcTlSCrwr { color:#000000;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.11230625rem;font-style:normal;display:block; }
#MbzcmX5OMgUXhUGxBrRSTVDhJ0yQSC3O { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.9375rem;left:50rem;height:8.04200625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wbveMtrtVF6DJv6GfohIBXP8eWmPCHsu { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.625rem;left:50rem;display:block; }
#Lk1CWooCseTNnsOIdfm69vvQmpba4Imu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFoh2MmluG6v8nll99QM64bBEAvrOGMz { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.9375rem;left:25rem;height:4.46778125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mKZQTD2PZpGfkZS2P0xeWu8G1dllT66w { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.5rem;left:25rem;display:block; }
#HJfWUndAFdEt1L7aQPgVCXlpvzE5cUdp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VJJkXcR74d3vX8EPFm8xEQCRXv3kAgHQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:25rem;overflow:hidden;display:block; }
#fEoVRxm09lgnPnJOl2gTBciKunTf4XS0 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.11230625rem;font-style:normal;display:block; }
#UX4TNpMTWTCuDxklQ6Lxg96WhHu9T8kg { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:8.9355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Str2wo70IcAb07TsXSXskoaHUXCF2tnF { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.625rem;left:0rem;display:block; }
#TJSc701xTD5ChtsXzb6EVyXch3ToMnWo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfOxZGni5MPNC8gDgA1rRoZVQHvAryTg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#PvrwpCs25QOdtTU15Waz6txZK4Rtiovr { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#RKA6hZgVHBbFPHKohaxCAVnWTlGaSCFy { position:relative;display:none; }#RKA6hZgVHBbFPHKohaxCAVnWTlGaSCFy { border-width: 0; border-radius: 0; }#RKA6hZgVHBbFPHKohaxCAVnWTlGaSCFy > .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; }#RKA6hZgVHBbFPHKohaxCAVnWTlGaSCFy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BlyRLihtk6PbC4NczXzv2wlEGoq0UIeo { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29.625rem;left:40rem;display:block; }
#qhvHOsd6w4bD0VVKqzBfhlzhTcfn7C6y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGotZpwG4KcfKJTdlTlIHsX3C3ZMfyyL { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:15.9375rem;left:40rem;height:5.3613375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPIhSaae8t5ibQsuI7hCs2Khfei00FJM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:40rem;overflow:hidden;display:block; }
#ysTG1GJiAwW328WhCSyt1PlG1Z5FI43s { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:40rem;height:2.11230625rem;font-style:normal;display:block; }
#OKTOpv636GhFC7ue2FKcAn7BrOMcWVnJ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.625rem;left:12.875rem;display:block; }
#sc9XgENNbTeiZstN409Dy6dQHS3J7ThJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTxpDyt9I6QqQxPFyrK0wmpRsgkWUD2u { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.9375rem;left:12.875rem;height:9.82911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eMSLEITwapvCkMmJieWwC96JkiDQNApN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:12.875rem;overflow:hidden;display:block; }
#TfywtQEwnX6neWTV6em2oEmp3tAdB6JG { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0rem;left:12.875rem;height:2.11230625rem;font-style:normal;display:block; }
#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU { position:relative;display:none; }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU { border-width: 0; border-radius: 0; }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .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; }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a4XKKPf9vnGomSn98B3U2QlhuiPuod8g { color:#000000;display:block;width:31.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.90625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qqT3Kf8zS5lpLf7nZMRSp9GNPETaiQAz { color:#000000;display:block;width:31.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.90625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hF0fZaKXV2E7sVhI61KBGmKC5nA9HVD0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.125rem;left:50rem;display:none; }
#q14qZM3mCDMWnFfpxgVTcpmSIwu9iKXB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8ef335c-498a-4c32-86f7-ea428c39cba4/NewDobl.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q.adaptive-delivery-prevent-bg, #DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q.lazyload, #DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q.lazyloading { background-image: none; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row .container { background-color: transparent; background-image: none; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row .container > .video-iframe-container { display: none; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row > .video-iframe-container { display: none; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .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); }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row .container { border-width: 0; border-radius: 0; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#t1AdmvVLg2BVVzHkhrShSgAPrtXGflIW { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.75rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#DQNmovFMJ4xsxBHcpoQwfr7kFyiSInxD { color:#ffffff;display:block;width:28rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#GvUzczq4H087BXz7ByzveFDhAQaddHEV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.09375rem;left:0rem;display:block; }
#xOww6N10K3sbGXeSBScVITRXXTkvvbU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl { position:relative;display:block; }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl { background-color: transparent; background-image: none; }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl > .row .container > .video-iframe-container { display: none; }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl > .row > .video-iframe-container { display: none; }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl > .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); }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl { border-width: 0; border-radius: 0; }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl > .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; }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PTG9rVyNzniZxqLL6DQkQgA10K5vQSgM { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.90625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 { position:relative;display:block; }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 { background-color: transparent; background-image: none; }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 > .row .container > .video-iframe-container { display: none; }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 > .row > .video-iframe-container { display: none; }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 > .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); }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 { border-width: 0; border-radius: 0; }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 > .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; }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w6i3sz2osGCrJzsJ90Q145ywQcAlEEEN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#QLGyx1eJRcNXsafxgKVTAxFmTPoRz23U { color:#000000;display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#vPpf5tLUVziUtBu1mlCXb7KVZ5U1QXc9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:50rem;overflow:hidden;display:block; }
#Ii8ItyUhSL9xMrkhQqJ23IwfTinrTDnI { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.11230625rem;font-style:normal;display:block; }
#imTabfMdAeOPy8ias2ggq45levTBaHq7 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.8125rem;left:0rem;display:block; }
#KUXRy8FaUVElcOe4hEn7UHzUCBaqwmsU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sEBMpL7pOE1xTTzTL4Rxt6grTmoth1ob { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:15.5625rem;left:0rem;height:8.04200625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HrzCZ76pyEQ8x5tvyybZcGIQifu5tUCX { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.875rem;left:50rem;display:block; }
#gKf70ld841IKa7Kr9Tsf4KQfC5TEGbnw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2JVtheJvJtH7zK1ukgaHpiA5Vw1ChTL { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:15.625rem;left:50rem;height:8.04200625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pbx0BLgxqZwJvIH3dQle8b8gAlzlshdh { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:26.8125rem;left:25rem;display:block; }
#gqyQyFJdM81PXSBPefvR5yFnv7P2bpOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gNMpNPFlLBsowMkvQ2SSKBiT2yq3SInQ { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:15.5625rem;left:25rem;height:8.04200625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KW8CRNzog3VMt1KTihpVIk9WXAvvihyR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:25rem;overflow:hidden;display:block; }
#GwxMnIVcqlBUQwaNhtPw6NKgLeNri6NA { color:#000000;display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.11230625rem;font-style:normal;display:block; }
#VVt72Ebv3EkNu39GauDx521KcLOKAgBK { position:relative;display:block; }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK { background-color: transparent; background-image: none; }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK > .row .container > .video-iframe-container { display: none; }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK > .row > .video-iframe-container { display: none; }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK > .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); }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK { border-width: 0; border-radius: 0; }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK > .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; }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xaSatBwkHCmJkfpscBTZsguilFNPy5iM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#ym9flbINL9OAJm9meq89ZTGCkCp6eIfM { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#uToyxMsydEX363W8cuEH4qvFSDfz7QDv { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.875rem;left:0rem;display:block; }
#G1QAKXshc6Ft4AxezW8GTWfL0OaoC5A4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#brhaBahepzFTcuuAT39ntfohWaEJRTK0 { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:8.04200625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fRLI2XT8gqNQtmD4Hre4w1nqI5d8OiiZ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.875rem;left:25rem;display:block; }
#fzPodPTRF7ydTkEkRRImJiROmquGVTiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#librEDus5hQfz8eRNQLHmtP1g0gTSSSM { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.625rem;left:25rem;height:8.9355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nn6zuRHJgkmANxOGPUAe0OuyFvr02b5T { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:25rem;overflow:hidden;display:block; }
#mhD4L8f70DRuSJrEXtFxtcn9nphMnpd8 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.11230625rem;font-style:normal;display:block; }
#OCUsPE2SRSDBkSDGUUNb1qlD1Qo1D74a { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:26.875rem;left:50rem;display:block; }
#imaxN0hV74SCJNMrGp5zFLXci6vFSpsm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQ0GDewvQvBuMLCEorfZc1enGZSS1WHF { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.625rem;left:50rem;height:10.722675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOViP8vVVRqci0dWBddovOyMihqWSndX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:50rem;overflow:hidden;display:block; }
#BDKT4pN8VwqSHw8Ezfl0yuFeMJOCL0qb { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.11230625rem;font-style:normal;display:block; }
#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G { position:relative;display:block; }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G { background-color: transparent; background-image: none; }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G > .row .container > .video-iframe-container { display: none; }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G > .row > .video-iframe-container { display: none; }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G > .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); }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G { border-width: 0; border-radius: 0; }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G > .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; }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HFrrt19Ax8HHS5oC5ptRbAw5CwM14ovH { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.625rem;left:25rem;height:8.9355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lx4Lbtzcu0kElo4WoaX4fwF5CIf7Af8D { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:25rem;overflow:hidden;display:block; }
#giwpgxhciJU7mqFTUxXXaRzAuhGrficP { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.11230625rem;font-style:normal;display:block; }
#xHq3UPzBi9hSPwzkU5DKI3vEqaZyrZdW { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.875rem;left:25rem;display:block; }
#xqiaIDAT74Sw1RXMeyMflv2V7GBUDzAH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eM0RAopkCNMHU3ixRdrkTKLtGLHuJT0E { position:relative;display:none; }#eM0RAopkCNMHU3ixRdrkTKLtGLHuJT0E { border-width: 0; border-radius: 0; }#eM0RAopkCNMHU3ixRdrkTKLtGLHuJT0E > .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; }#eM0RAopkCNMHU3ixRdrkTKLtGLHuJT0E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JU6zc8mb7BENmn2MhexTwJKtTmo8603P { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#p4dZuoBikZuwHQ3PHNtTtP0yyLmuJDgn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#ag7h9GuTrRh4vpD9tz5Ji7tg8682izaC { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.21875rem;left:0rem;height:3.41161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6iDfCdHkzuX5OOvLAPo1andiBB9Oz02 { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:20.875rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n1WeTx63lG1hoype7NBDocLRMwJN8GSR { color:#8f8f8f;display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:0.6875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:24.5rem;left:0rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JmiIbGmJiHc61D9lPhenq2KJ0Kmwp8Zq { color:#8f8f8f;display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:0.6875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:24.5rem;left:25rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z8g4TCCvaniywWgkXiJaLlrvtKi2pV1n { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:20.875rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wzxLZq6F4DrZ6hZIPItduHZyfgFiuEx2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:25rem;overflow:hidden;display:block; }
#Qu5VvqomVTM16a0nb3GbNywWAkSXKyi8 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.11230625rem;font-style:normal;display:block; }
#hNCN0s04T8qn5dqER1H8E8DMDmwhq8SG { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:20.875rem;left:50rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tg3oeeCm0CXuEvgURg5o0UzEuyaIiqWw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:22rem;top:3.75rem;left:50rem;overflow:hidden;display:block; }
#TzyTUuu1IfGPzWEpM92UApPEHFGQVmoP { color:#000000;display:block;width:18.25rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.11230625rem;font-style:normal;display:block; }
#TxoLxkhStN1gHaTvHHyH9wpAmBX7n8eZ { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:15.4501953125rem;left:25rem;height:3.41161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CVUCO8J8uXxGCktTsdT1xmFlJvGmEI7b { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.4501953125rem;left:50rem;height:3.41161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZkeFNlwzOwHHP9TAlP2tF9U3I2Qw7oW { color:#8f8f8f;display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:0.6875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:24.5rem;left:50rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BzzRz26UElREEc02ysxsozZWfSrkkr8y { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.1875rem;left:0rem;display:block; }
#tFV2OgZ4KItAooECpS2rePMJeq7ns4N3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sRQGrQIuCqsPyAdqRt2v6sPirD0zlEmA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.1875rem;left:25rem;display:block; }
#F0yIwitorPzxicViCdZynAvWH5OxMEtp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xug9Cx1F0TllDRFCODNT0uE3liNfiCOg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.1875rem;left:50rem;display:block; }
#DkWonuSTimI45QVN9ITnnzUxcZfGQuX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 { position:relative;display:block; }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 { background-color: transparent; background-image: none; }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 > .row .container > .video-iframe-container { display: none; }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 > .row > .video-iframe-container { display: none; }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 > .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); }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 { border-width: 0; border-radius: 0; }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 > .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; }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ccfc8ed2-3929-499d-af79-87e49dae836c/FLEXCARE2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC.adaptive-delivery-prevent-bg, #GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC.lazyload, #GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC.lazyloading { background-image: none; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container { background-color: transparent; background-image: none; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container > .video-iframe-container { display: none; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row > .video-iframe-container { display: none; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .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); }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container { border-width: 0; border-radius: 0; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD { position:relative;display:block; }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD { background-color: transparent; background-image: none; }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD > .row .container > .video-iframe-container { display: none; }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD > .row > .video-iframe-container { display: none; }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD > .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); }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD { border-width: 0; border-radius: 0; }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD > .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; }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e { position:relative;display:block; }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e { background-color: transparent; background-image: none; }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e > .row .container > .video-iframe-container { display: none; }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e > .row > .video-iframe-container { display: none; }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e > .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); }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e { border-width: 0; border-radius: 0; }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e > .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; }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sobwkc7TTzNyDiD2tJrRHHp6TT52FwNy { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#sPPzNUpbEDhD6F2hPzBMDovoMTvqdTvg { color:#000000;display:block;width:25.25rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.5244125rem;font-style:normal;display:block; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-form-header {  }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-regular-label { height:auto;display:block;font-family:seat;font-size:0.875rem;font-weight:300;color:#000000;width:35.125rem;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;font-style:normal;line-height:1.8;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:raleway;font-size:0.75rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .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; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-button { border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11.25rem;margin-bottom:0.25rem;margin-left:11.25rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:#ffffff;width:12.625rem;height:3.125rem;font-family:poppins;overflow:hidden;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]:-moz-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]::-moz-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .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:poppins;line-height:1.3;font-size:0.625rem;font-weight:400;color:#000000;vertical-align:top;width:33.875rem;overflow:hidden;font-style:normal;float:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .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; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:seat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-container:first-of-type{padding-top:0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-container:last-of-type{padding-bottom:0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:37.5rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.125rem;display:block;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 {display:block;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:37.5rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #h8wmDuwLXBXwvScdFu9xPkqRkpyJhPZT { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #BtmRutgw3W0Vd3VtJdU2hcS5BebL8T85 { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Pk81Kl8HXXHJ40dmdbHlwZiilyf7TSBU { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qgu4MJ7QE8cIPcvJyOCGGCHVwBwRBu6s { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #agR6TITLCLfGi6uGa00V2HGQexl6AL1q { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #AaLSkyvu7iX3AtDL00DXLcQqkchmSrx5 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QgPTSScGyv8h5CiKHL4iJAaclcR8SAGq { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #FSvT1TOSCXG3iLJxrvGXQQR5RttfhLHB { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QFug1rJC2GyqRfr8iLDsAkqidXWpaQr3 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #LfFeSdt5Hgeef4xUZBt2PWcwkxNHy6RJ { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #McN2qN1UVKUgOeiwNlSMgcU4S9zQGLVk { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MVfVWvtmCssL7L3cEU5uxnSeIZsFCkxe { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Ztim0mXld9ELXV2VOSoMFd8SHNdECNtA { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Gf361OXSrfzFbqm18IoR1gtlZ4aTkQay { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ThITDT0gkzZPBor04q4lGrTdt5cl3BwI { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qga0TA3cr3tCv5mf4pcf1D6ClF2iILwQ { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QKgeIwJ84pfZvslw4uIzJfd0eTmy4cNi { position:relative;z-index:2; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MHMsKspk5cCLwrCkNiHtcXuUiiUZmZS0 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #sRA1xkEeknJ8JSIP6clm0vzwtQZNF0P9 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #PwK3emXbOQTTyPet8LdW0xpTi0pmx3on { position:relative;z-index:2; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #rFIZe8nXoNcwH37oGrqdG1DtRMesWtiz { position:relative; }
#zcAbQXoaZ6DHFkWF2e4s9oC6pDpTHbBH { position:relative;display:block; }
#V6fFkL7SbE5ruRHXfRxXAFN7edoJGKqa { position:relative;display:block; }
#RoTeUywdEr4nBPkZAEESzNefqDgCDGp5 { position:relative;display:block; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mm8GdSJhTET187yHUxWovwB8k88Dys5F { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Vr8kRBNG4piJqGNzl4PrmIZavhiAflx7 { position:relative; }
#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE { position:relative;display:block; }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE { background-color: transparent; background-image: none; }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE > .row .container > .video-iframe-container { display: none; }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE > .row > .video-iframe-container { display: none; }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE > .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); }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE { border-width: 0; border-radius: 0; }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE > .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; }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u7dyL9H4qr7UK3hkT1p7SWWoDfPaiHTq { color:#000000;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.23095703125rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P { position:relative;display:block; }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P { background-color: transparent; background-image: none; }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P > .row .container > .video-iframe-container { display: none; }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P > .row > .video-iframe-container { display: none; }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P > .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); }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P { border-width: 0; border-radius: 0; }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P > .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; }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CZHOfy8ydKHFKNWa7AWVDDTvUAwGJbNn { color:#000000;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#JZrpbHDgT3MDo7WpkUCZpd4nnmfRBUOz { color:#000000;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.2744125rem;font-style:normal;display:block; }
#OLsRAeAU2hIdKLVZt3bQCOmZAsdZI0JL { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:2.2747375rem;font-style:normal;display:block; }
#NpXCQhd4biUZHJ1Jak9fyz5myHHeNA5U { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:1.13736875rem;font-style:normal;display:block; }
#de34DsShpO6Zdi9HTxSIGiU3Lf6BkxmM { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.13671875rem;left:0rem;height:3.41161875rem;font-style:normal;display:block; }
#okLCNR1k2BVEshKx2bamMi8OgxWCiI5C { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:12.125rem;left:25.3125rem;height:3.41161875rem;font-style:normal;display:block; }
#zr4kL3WbOMW0ycWktDHbmRSKxXsmBC1U { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11rem;left:25.3125rem;height:1.13736875rem;font-style:normal;display:block; }
#ceXo5gAPRsXqKECaal0U8mib4i8kh4Mm { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.6875rem;left:25.3125rem;height:2.2747375rem;font-style:normal;display:block; }
#wQ21bCOKQLw4WyRTZUJSuZ9rLODeebg0 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.8125rem;left:25.3125rem;height:2.2744125rem;font-style:normal;display:block; }
#gTmQhBZdaozgntVTrVMiAqMUOh0QZTTd { color:#000000;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:25.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#K0K9eQLAkzQrlx6p5ILtltcvZwLex6VH { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.66259765625rem;left:2.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dFABOlobye1nZEffGTez7UAMbXofxtqG { box-sizing:content-box;height:2.5rem;width:9.4375rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:24.0625rem;left:0rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#CIy6sMkASpkgWEKO9qJ0v0R7ixCxHa1D { color:#000000;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#r2o0RFC7Z2X4ITThwvCw6gOvM1iHLThn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:24.25rem;left:0.25rem; }
#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .row .container { background-color: transparent; background-image: none; }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .row .container > .video-iframe-container { display: none; }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .row > .video-iframe-container { display: none; }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .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); }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .row .container { border-width: 0; border-radius: 0; }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .row .container { font-size:0.875rem;font-family:arial;height:93.6875rem;width:75rem;position:relative;display:block; }#d4897oF5q51pDDW1TN2NO9Xizo9TfkaI { 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:1.9375rem;width:10.4375rem;top:3.46875rem;left:0rem;overflow:hidden;display:block; }
#IhaqIEd6ybHy65Omel90QwylBnsbWC03 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:0.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:0.73111875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTXXQb5Tw9VnEPJdNt9nVQsp0G9CFGIC { color:rgba(255,255,255,0.62);display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.0908203125rem;left:0rem;height:79.93790625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EXFy8oWniqnvhfolmwxfGoVrTqHh650c { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15016;opacity:1;top:3.1875rem;left:65.625rem; }
#EXFy8oWniqnvhfolmwxfGoVrTqHh650c > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Z2edC4ToEfe0vbn1aGEUpVsDLU95pTBo { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15015;opacity:1;top:3.1875rem;left:69rem; }
#Z2edC4ToEfe0vbn1aGEUpVsDLU95pTBo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#HN8f69wUFstGXbBZGB0bT6WOcf5xeAHB { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15014;opacity:1;top:3.1875rem;left:72.5rem; }
#HN8f69wUFstGXbBZGB0bT6WOcf5xeAHB > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 { display:block; }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #re0UiD9konraSV3S2ETiL0aOufsBoZOP { width:10.5rem;height:2.625rem;top:2.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALqdkUtI1TTQDmEZg7bTpCCTNetfxzIB { display:block; }
 }@media only screen and (max-width: 763px) { #DbV7mPt8XaiIKrw9sGGMdIqFHXwtSpRL { width:10.5rem;height:2.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whwu7x3QscTvU7TmIgccTItpOgE6c6Vb { display:block; }
 }@media only screen and (max-width: 763px) { #etuCTUrL5DQymfWISsH9m61hu6yv7rS3 { width:10.5rem;height:2.625rem;top:2.125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZkQOfbMItlBokVZMSz3VRbtoxCUOy2P { display:block; }
 }@media only screen and (max-width: 763px) { #pGfyvaGAzScLN1mTdds9iPJQ5zDlgD3J { width:10.5rem;height:2.625rem;top:2.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8rWKNOlHHVebVk6eOC5f4pwe9q9Ve11 { display:block; }
 }@media only screen and (max-width: 763px) { #yb6DT4Lz2PFuEAxD7tmHXJt7pMB5pHAN { width:10.5rem;height:2.625rem;top:2.125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVRFm2vKfeM3gXMQ8giv3WIfhM8H43T9 { display:block; }
 }@media only screen and (max-width: 763px) { #StzFcF4KmXUKGhtxZDQJ5iflCaLyZHfV { width:9.1875rem;height:2.625rem;top:2.125rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUxI0BKQoHoZ3wLP6A0SPBOSD6bM8RTy { display:block; }
 }@media only screen and (max-width: 763px) { #oNKavf2JxfJXUMS2WTZ7dKZM2yT1vTXH { top:2.4375rem;left:0rem;width:10.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T61sfX88z4ggQGSS40KizcQpXv7kmPyq { display:block; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxP87dTMSzAMRUINchht8CPQLfLJsefh { top:27.3125rem;left:0rem;width:44.375rem;height:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAhVQww7B3HwVmnUNOd4KTKy85rLbKdC { width:11.625rem;height:3.125rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhT0533FrV1CcHO1KauxvTugC7xlysvT { display:block; }
 }@media only screen and (max-width: 763px) { #n6gVIIeBu9SnK9bgQ4Ea3P2MGQTWJNfa { top:33.4375rem;left:0rem;width:34.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7MauhCh14LQoWfDB7vy1cnlS5xkdiWt { top:2.4375rem;left:0rem;width:10.375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcxVum0m1lB9952uJTHp2dV0oNzVduiL { display:block; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKPZHO3tdZ7TM5qaFZu9RmAgJuDRoUQ4 { top:2.4375rem;left:0rem;width:10.375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9asFelc1PrOXMIu3pXhyqw8dEUIFw3z { top:38rem;left:0rem;width:28.9375rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyoFKaxOsdl82lVTrXMrNsNIOxfCrPWp { top:44.5625rem;left:0rem;width:28.9375rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5 { display:block; }#E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5DMGXTfRBTTql30Umyxoo3gQDQTdWTN { width:11.625rem;height:3.125rem;top:57.8125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyOhnsEo6517ZOh1vzCZTJTPaHmbpOg9 { display:block; }
 }@media only screen and (max-width: 763px) { #tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 { display:block; }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 { display:block; }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMGRhZQ0UJdtoDDGgL2R5KnsCe4aGHUA { top:3.75rem;left:0rem;width:22.25rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbrr23fyC5dgTHXiZTgagAJzHnVVSzNJ { top:0rem;left:0rem;width:12.5rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM9FBLFsosMfm6f9vEHSTDTzSUdVZ5a4 { width:5.75rem;height:1.5625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stw4SghAEFnlbwfrM4lmb22VJv6utxxH { display:block; }
 }@media only screen and (max-width: 763px) { #eyhTNt9ioT5gNCOdqQmM020Dedi2Wleb { width:5.75rem;height:1.5625rem;top:4.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUFHJvxXHyWx3ZTLIaRuhMxMg6vw9Uhp { display:block; }
 }@media only screen and (max-width: 763px) { #aMeSePhbIkSVBV7ciAbr1c3asMhN8LCF { width:11.125rem;height:2.1875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msT3IHudCxx3VgAqQ4BzzVURCVAcEaHB { display:block; }
 }@media only screen and (max-width: 763px) { #RmrHyAOiBn5yimTgSqThAto6E6q574oa { top:3.75rem;left:9.5rem;width:22rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2WwisHNuIAWBVCxvWw58ba3i6PJKXAK { width:11.125rem;height:2.1875rem;top:17.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaIMDRTSTUhqGbWS2zaL776SSHv3GU1p { display:block; }
 }@media only screen and (max-width: 763px) { #ZgMIIUsQCTgTrl0IOEoNKbClpocQRftX { width:5.75rem;height:1.5625rem;top:4.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6RkbFlm7Ox8wQOKw5NJ8vZxeaxnTLEa { display:block; }
 }@media only screen and (max-width: 763px) { #vEZPfGBiFC9WwMTDPB2f28wB4OFmFdBA { top:0rem;left:15.875rem;width:12.5rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgwOTmH11cy6QpJ59BbHomfoEL5FxPJ1 { width:11.125rem;height:2.1875rem;top:17.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #saXCrMJ44uMaKdCF4LCBgpJgRX8KRBn6 { display:block; }
 }@media only screen and (max-width: 763px) { #U88AusWVRuuoNAXywd2VMs6rH4LVCd4d { top:3.75rem;left:25.375rem;width:22rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFrwgombgCfSKCyGASmHQFGhkpmaEit7 { width:5.75rem;height:1.5625rem;top:4.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzNrpxUJN1d5JMEThsLIMIZx4g0bTQMI { display:block; }
 }@media only screen and (max-width: 763px) { #oVag2bd5libNHhGaCPgtEJ3cxJR5nCK2 { top:0rem;left:31.75rem;width:12.5rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q { display:block; }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixa0mlQygIJ6AGIFdOTSD1tSONcG9sME { top:3.75rem;left:0rem;width:22rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFZ1NLLVTtVCcRqxdTPTk2WUZKVtOgRi { top:0rem;left:0rem;width:12.5rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI2or8PT9KTWEP7428Fl8BGt3tn5q8fL { width:5.75rem;height:1.5625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGXEyi0bOfxwOqVBEMykXSKTtGcJxRS2 { display:block; }
 }@media only screen and (max-width: 763px) { #EcJfLnSA6KkWe0THW9sF2X3BN6kudFvN { width:11.125rem;height:2.1875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXxQ3h4cxAkK2lOMapC39gZgLBLeMT7T { display:block; }
 }@media only screen and (max-width: 763px) { #Z3pW7kHNtnGkVLLXUsEUCPxR0TBDfCAO { top:3.75rem;left:9.5rem;width:22rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUebxM9rlkifAQUy14dkdBq4Lo5f25u8 { width:14rem;height:2.1875rem;top:17.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9DkQNHqnCb02TidSryDxSKXZ7adTh7s { display:block; }
 }@media only screen and (max-width: 763px) { #t0hgXwDsC3UhnrxH9SiGCUvcvBKhMdVw { width:5.75rem;height:1.5625rem;top:4.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzT8GEvF4flRzisE3NHGKIxb1N9eIcB { display:block; }
 }@media only screen and (max-width: 763px) { #dQq4qJTye8HRuk5xy1rLvNZVwdl3v7uv { top:0rem;left:14.75rem;width:17rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfz7fMdH2fFuEbSRJHEwRSG2tkZ25adv { width:5.75rem;height:1.5625rem;top:9.3125rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhenbghxoxvnC5rN0MohTOyCnsKTTa16 { display:block; }
 }@media only screen and (max-width: 763px) { #qWK0H8PWqep7RcEZQSsdnFtqaeew2mar { width:5.75rem;height:1.5625rem;top:4.5rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVwi7qivQrTyhOFX3aubI9StBzegdiAg { display:block; }
 }@media only screen and (max-width: 763px) { #iSZhTdyXvzQnNf2CkizxCM48viTtfhII { display:block; }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px { display:block; }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y75bWpbHgisMlNQT5noBEPImIBTDou1u { top:21.75rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqx5ETWKg6fUisIp1yrx1PVDK6z9EiNP { top:21.6875rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK7wBmsWMbfKTcLT0OV5qHO8ALr43eGf { top:37.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgTXWPl2lwyvhI7ximuPW3ZAsAAWUEIR { top:40.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 { display:block; }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH5eRZxR6N9JyGS225pKztHQE19X1eVm { display:block; }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgy8BP8I4RcZlUKLPrR1DNyCbgfzxCWM { top:0rem;left:0rem;width:21.125rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzGTKykDcPoi3NWvaLLvlG6Em7FLLvql { top:6.1875rem;left:0rem;width:16.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { width:33.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.0625rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-checkbox-label { width:32.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { width:33.6875rem;height:auto;top:0rem;left:11.5625rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { width:33.6875rem;height:auto;top:0rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hNz6v8dlA0nGsrQGFkHQcIyOWTlU6G2o {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #XE6HyT5S3XP5Bg1wmyshm92JHEpodPCC {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DHKp0kXMZ5PTICb6JeFTu9VX4NNE0EZx {  }
 }@media only screen and (max-width: 763px) { #aAm6o2czDPcZUvk4T7MuRLukrHGL6doe { display:block; }
 }@media only screen and (max-width: 763px) { #ciPcRzA2BFqd7lQff1iZtZpLiT7vVie2 { display:block; }
 }@media only screen and (max-width: 763px) { #BVL5rFgukRo3ALB4I28nh9fuBdLBHOdd { display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 {  }
 }@media only screen and (max-width: 763px) { #m4Npf34CSVcqv8CkDMt0DAJxZZJeOron { display:block; }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMGLGhE4PXRdbLN03rGNXloW67UFz5nT { display:block; }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D34wVxrnEKTNP8MaELK7ohrAZihdrbyE { top:29.375rem;left:0rem;width:39.25rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHXkFNrVWinMmXgHAeV9Zcnirz6ikGh2 { top:36.8125rem;left:0rem;width:37.5625rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVT9znT535W2OL6I92V3mV9iT3i1hW1 { display:block; }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA { display:block; }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuGlzxM19kykI9l3dGHnLWi7yqBTkWqe { top:0rem;left:4.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35fEhix4bktoh8RpNP1XpTKhDoBuNU8 { top:3.875rem;left:0rem;width:18.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL78UVSlRezJnyDwxtVfNW8LQ1Gtr8iI { top:6.5625rem;left:0rem;width:18.9375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7mHuiIehMVemLHqbFFgINVRXh1aMe2x { top:6.5625rem;left:9.1875rem;width:14.6875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlqZT1igbAHXcSw7a781leT31U3uH1nO { top:3.875rem;left:0rem;width:18.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XthRRGMZNT7qfTiFUbJ0KLc496hBTXpU { top:0rem;left:16.46875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTxs4wr3CBIf3F7nM7EpNJ10Nl3hzNa { top:6.5625rem;left:21.125rem;width:14.6875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTDedw80r0rwKrBLCQJZuieipt7KiWH { top:3.875rem;left:16.875rem;width:18.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4g8m8hm67SF6iQiQOSLW6Mcl6w4pfuu { top:0rem;left:28.46875rem;width:2.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ1HPzutaKFeATLLhswsy85QRutUrmg8 { top:6.5625rem;left:33.1875rem;width:14.5625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRmU0rEG4z9fEB1MDWVCpBigiFInHGFT { top:3.875rem;left:16.875rem;width:18.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaChtMnGBr5FDuNOsIWWPJ8tXZJUqHbI { top:0rem;left:40.21875rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb { display:block; }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX1XgKNVhGZafBLOtkCoZet8T1VvRPbD { top:8.5625rem;left:3.5rem;width:40.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk { display:block; }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDMaxb2yec7Nc9fplmVDqCscbHp8r9hy { top:0rem;left:12.0625rem;width:30.625rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLeW6FBuwwU36uqxsZ6mf00xhsactyO2 { top:5.625rem;left:23.875rem;width:23.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKBT5plFvLA1f1GmnUT2NamZyTS6RTf2 { top:9.0625rem;left:23.875rem;width:23.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHhhikpXiLsEZ3P6kOIWDdFcoK2iWSTz { top:10.375rem;left:23.875rem;width:23.375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RieaknvwCwxutbPEPx0FiXylvSKvOfBG { width:11.625rem;height:3.125rem;top:17.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2a0qgAAVgL8z7gkKU2ebDP5xtGPCTUw { display:block; }
 }@media only screen and (max-width: 763px) { #nHdqdcOFsgSq0SNCpvqMAK97BibFWQkV { top:0rem;left:0rem;width:36.9375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDXJtQ3atSPxnrvxLPVVqCOwkkyHRJB8 { top:14.75rem;left:12.3125rem;width:35.4375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq9drXnQyacKawa8QZyC5hJO77EaPPwg { top:13.4375rem;left:23.875rem;width:23.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp { display:block; }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT { display:block; }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZycNfkfTGNl4CnCs7TJUsQGGE8eVJCW { top:0rem;left:0rem;width:35.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCmbBDmiiKe4Nmmn88bgOFMeLvhdBTM7 { top:7.8125rem;left:0rem;width:17.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEfMtKK7SQHIQ22pN7auDldmgotHdg2 { top:9.125rem;left:0rem;width:12.375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIDiT1hTAGvyFP3bpuhwEDqDTsZs9a7l { top:3.25rem;left:0rem;width:36.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyFy47BRU5vIlFrnZ0PeQ16cnoVMmZ6A { top:0rem;left:10.8125rem;width:36.9375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OtHtGhXm3RqaV9lvdDFy3XhRclFDB7 { top:9.125rem;left:10.125rem;width:13.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC7cEbRLE3FqrgJJ3qSAgCKKabauP65a { top:7.8125rem;left:3.8125rem;width:20.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRK8sOA4ihNNfpXXvb3OKlshg0QuDBux { top:14.375rem;left:0rem;width:12.375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLWgIkbkyAmUzkV0wyN9yz5fq27PLSHy { top:14.375rem;left:5.75rem;width:18.125rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBb9MQxO8PPePWKHt8nDZNEE2BI25zS6 { top:13.0625rem;left:0rem;width:17.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl45IRoJNGL3vblnfFz1a2VyTOyNa5dz { top:13.0625rem;left:3.8125rem;width:20.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ1zwHlz1GXg7IqsRFWLVX0S66WXBOgw { width:11.625rem;height:3.125rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDAavgBbV9dQRszsTHqr0SI61FM7BwD1 { display:block; }
 }@media only screen and (max-width: 763px) { #mySe8id29Z6fToUTfJzJi1aL1HnMF1oM { display:block; }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I { display:block; }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTFAEUvI7pcXbLOoBs3ysl0RJ1yLnqTb { top:0rem;left:12.0625rem;width:35.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXqTulJfJh5aQawdVKTD83d69v95ZBOE { top:0rem;left:0rem;width:36.9375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWm9oTttETf21qZ0Icyug8I7sQC8G5td { top:3.4375rem;left:23.875rem;width:10.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R846GtkHtVRdlVKNmuz2mTc5w5JRgdMn { top:5.6875rem;left:23.875rem;width:15.125rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di8GFE9mbJcB7C6ULvIH6lFGV5hHdncU { top:3.4375rem;left:34.5625rem;width:13.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af4qiWGhyiDT9l1UznPMSgP0T0wPrVHC { top:5.625rem;left:29.3125rem;width:15.0625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE6a2XKquJIuEbniJwIxIkGoV4aODHau { top:10.9375rem;left:23.875rem;width:15.125rem;height:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9JNAbt3TFTsTaTLAGSxkAzT7Mm09Xqs { top:10.875rem;left:35.375rem;width:12.375rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf3C94o2yUxkKnJuDDTIPE7BE138evfS { top:8.6875rem;left:34.5625rem;width:13.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLBNboRTJNP2Th5CZcp9lfv2MebwBRwi { top:8.6875rem;left:23.875rem;width:10.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmRVhGIIfBUCMuK118q89mgHTTKB7OhM { width:11.625rem;height:3.125rem;top:17.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diU2x7KQinhLiO6B88oRxmUuCa71i89q { display:block; }
 }@media only screen and (max-width: 763px) { #JtRWBGkbClzUkhbENqmtLgVBhafAOFls { display:block; }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQkESfcVngSM4mKXGMhH1Js3RwFSkixx { top:12.9375rem;left:0rem;width:34.3125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l { display:block; }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCrAxINTBRZ2PaDCsaQ5JerWHPG4v3yv { width:21.9375rem;height:2.5rem;top:29.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5QLV4a9Z6b3ek2DSvg16bnQcAdLa9Bs { display:block; }
 }@media only screen and (max-width: 763px) { #yvWOvu9TPLBU5ybPbgeADTggXfxK9MIb { top:15.9375rem;left:10.625rem;width:21.125rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCa9GtlnZ7c4mF3MerI07NoBLrT9C3Kk { top:3.75rem;left:9.75rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlu69KPfHCpDncBAObowVTSSHFynkdlv { top:0rem;left:11rem;width:20.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxX0pngxkr1y2wm22OyGHFmf0VgtOvUB { width:21.9375rem;height:2.5rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBrNpsreCsUwUbDkGfZvOKre28Nlk3W { display:block; }
 }@media only screen and (max-width: 763px) { #eLGp2Ge8yTz8v50HFK6ZnTmHdUPz4Blb { top:15.9375rem;left:0rem;width:21.125rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt5iRTIm4AQJuCNH4vkQkf0nwawOTbst { top:3.75rem;left:0rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk6CBpvk1yAJFA3CWL8xeQP3nywEm7yC { top:0rem;left:0rem;width:23.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9BLrBovCTH8qIdoxwgweKPv9nk11CEx { top:15.9375rem;left:24.6875rem;width:22.9375rem;height:9.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u40snRz4b4hbOlqkgiTlRWZu4cBgDhRw { width:21.9375rem;height:2.5rem;top:29.625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUB9y3J0VFFKnXdLhklvkExeE19BeKTk { display:block; }
 }@media only screen and (max-width: 763px) { #MzglcL5RfMEkFpi5p6HnBccaTAmX8VSq { top:3.75rem;left:25.625rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJyaWIv2l2yhU4V9W89caK3f63l5h1i5 { top:0rem;left:28.3125rem;width:19.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx6pf8my44tClFCkHgXiSvMoP7WBoWpD { display:block; }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5ULSDTVDOeupQQ1JaWtstRLXUIhhpc9 { top:3.75rem;left:25.625rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyDOGWlowVRmfhlzBQenStagkgrtuDil { top:0rem;left:28.6875rem;width:18.9375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr12pfhXkSpRxOkVvdcT9JWcC6OykMlP { top:15.9375rem;left:26.5rem;width:21.125rem;height:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRLAJoRwlzv5uOxzHb3J1X24zqnhcJHR { width:21.9375rem;height:2.5rem;top:29.625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9JusSE3auz9W61z8TrwshPewMwSIsz2 { display:block; }
 }@media only screen and (max-width: 763px) { #T3GeSWgkZzfHQABGWv8nxRGX1HZGy0BI { top:15.9375rem;left:10.625rem;width:21.125rem;height:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThxmPJ9e2SelhTKsuZPih1XKAVDkbyCR { width:21.9375rem;height:2.5rem;top:29.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TTI0APHRST6Vh3JpDcUfJ8Z6X8wp6c { display:block; }
 }@media only screen and (max-width: 763px) { #NRCTfyC7l95ATJRzKl5bpVM9Fig6GmI1 { top:3.75rem;left:9.75rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKqn7O1rfDN7m80vmMT20vM90xGbWWSW { top:0rem;left:14.875rem;width:16.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6BdVhP1LIsO7d6lSw6H8T3wMBJweZb { top:15.9375rem;left:0rem;width:22.9375rem;height:9.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQbOVVC3P9obhOlxdJ6ldDvt9SOMqKTM { width:21.9375rem;height:2.5rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTO28HlnVgJSaAFiHUwXBVwXl1TaX5lx { display:block; }
 }@media only screen and (max-width: 763px) { #OhwQOBRsLnRpsAc1KTMTxpmivfTJaQbo { top:3.75rem;left:0rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1LbgPIkxHFRz53zVEriLDc1iOMwGfLn { top:0rem;left:0rem;width:19.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS { display:block; }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OA7yebDpJCT2wyZoDBaKT87LcUVrS9fP { top:3.75rem;left:25.625rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2fniF8BwRDW4MrM6wEpv9PKcTlSCrwr { top:0rem;left:24.625rem;width:23.125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbzcmX5OMgUXhUGxBrRSTVDhJ0yQSC3O { top:15.9375rem;left:26.5rem;width:21.125rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbveMtrtVF6DJv6GfohIBXP8eWmPCHsu { width:21.9375rem;height:2.5rem;top:29.625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk1CWooCseTNnsOIdfm69vvQmpba4Imu { display:block; }
 }@media only screen and (max-width: 763px) { #NFoh2MmluG6v8nll99QM64bBEAvrOGMz { top:15.9375rem;left:10.625rem;width:21.125rem;height:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKZQTD2PZpGfkZS2P0xeWu8G1dllT66w { width:21.9375rem;height:2.5rem;top:29.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJfWUndAFdEt1L7aQPgVCXlpvzE5cUdp { display:block; }
 }@media only screen and (max-width: 763px) { #VJJkXcR74d3vX8EPFm8xEQCRXv3kAgHQ { top:3.75rem;left:9.75rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEoVRxm09lgnPnJOl2gTBciKunTf4XS0 { top:0rem;left:14.875rem;width:16.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX4TNpMTWTCuDxklQ6Lxg96WhHu9T8kg { top:15.9375rem;left:0rem;width:22.9375rem;height:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Str2wo70IcAb07TsXSXskoaHUXCF2tnF { width:21.9375rem;height:2.5rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJSc701xTD5ChtsXzb6EVyXch3ToMnWo { display:block; }
 }@media only screen and (max-width: 763px) { #PfOxZGni5MPNC8gDgA1rRoZVQHvAryTg { top:3.75rem;left:0rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvrwpCs25QOdtTU15Waz6txZK4Rtiovr { top:0rem;left:0rem;width:19.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKA6hZgVHBbFPHKohaxCAVnWTlGaSCFy { display:block; }#RKA6hZgVHBbFPHKohaxCAVnWTlGaSCFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlyRLihtk6PbC4NczXzv2wlEGoq0UIeo { width:21.9375rem;height:2.5rem;top:29.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhvHOsd6w4bD0VVKqzBfhlzhTcfn7C6y { display:block; }
 }@media only screen and (max-width: 763px) { #yGotZpwG4KcfKJTdlTlIHsX3C3ZMfyyL { top:15.9375rem;left:23.875rem;width:21.125rem;height:5.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPIhSaae8t5ibQsuI7hCs2Khfei00FJM { top:3.75rem;left:23.875rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTG1GJiAwW328WhCSyt1PlG1Z5FI43s { top:0rem;left:23.875rem;width:18.9375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKTOpv636GhFC7ue2FKcAn7BrOMcWVnJ { width:21.9375rem;height:2.5rem;top:29.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc9XgENNbTeiZstN409Dy6dQHS3J7ThJ { display:block; }
 }@media only screen and (max-width: 763px) { #dTxpDyt9I6QqQxPFyrK0wmpRsgkWUD2u { top:15.9375rem;left:2.75rem;width:21.125rem;height:9.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMSLEITwapvCkMmJieWwC96JkiDQNApN { top:3.75rem;left:1.875rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfywtQEwnX6neWTV6em2oEmp3tAdB6JG { top:0rem;left:4.9375rem;width:18.9375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU { display:none; }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a4XKKPf9vnGomSn98B3U2QlhuiPuod8g { top:1.875rem;left:0rem;width:15.0625rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqT3Kf8zS5lpLf7nZMRSp9GNPETaiQAz { top:4.0625rem;left:0rem;width:16.8125rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hF0fZaKXV2E7sVhI61KBGmKC5nA9HVD0 { width:11.625rem;height:3.125rem;top:28.125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q14qZM3mCDMWnFfpxgVTcpmSIwu9iKXB { display:block; }
 }@media only screen and (max-width: 763px) { #DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q { display:block; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1AdmvVLg2BVVzHkhrShSgAPrtXGflIW { top:22.75rem;left:0rem;width:33.0625rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQNmovFMJ4xsxBHcpoQwfr7kFyiSInxD { top:25.9375rem;left:0rem;width:28rem;height:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvUzczq4H087BXz7ByzveFDhAQaddHEV { width:16.0625rem;height:2.875rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOww6N10K3sbGXeSBScVITRXXTkvvbU5 { display:block; }
 }@media only screen and (max-width: 763px) { #VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl { display:block; }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTG9rVyNzniZxqLL6DQkQgA10K5vQSgM { top:9.875rem;left:0rem;width:33.8125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 { display:block; }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6i3sz2osGCrJzsJ90Q145ywQcAlEEEN { top:3.75rem;left:0rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLGyx1eJRcNXsafxgKVTAxFmTPoRz23U { top:0rem;left:0rem;width:23.5rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPpf5tLUVziUtBu1mlCXb7KVZ5U1QXc9 { top:3.75rem;left:25.625rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii8ItyUhSL9xMrkhQqJ23IwfTinrTDnI { top:0rem;left:28.8125rem;width:18.8125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #imTabfMdAeOPy8ias2ggq45levTBaHq7 { width:21.9375rem;height:2.5rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUXRy8FaUVElcOe4hEn7UHzUCBaqwmsU { display:block; }
 }@media only screen and (max-width: 763px) { #sEBMpL7pOE1xTTzTL4Rxt6grTmoth1ob { top:15.5625rem;left:0rem;width:21.125rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrzCZ76pyEQ8x5tvyybZcGIQifu5tUCX { width:21.9375rem;height:2.5rem;top:26.875rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKf70ld841IKa7Kr9Tsf4KQfC5TEGbnw { display:block; }
 }@media only screen and (max-width: 763px) { #O2JVtheJvJtH7zK1ukgaHpiA5Vw1ChTL { top:15.625rem;left:26.5rem;width:21.125rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbx0BLgxqZwJvIH3dQle8b8gAlzlshdh { width:21.9375rem;height:2.5rem;top:26.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqyQyFJdM81PXSBPefvR5yFnv7P2bpOp { display:block; }
 }@media only screen and (max-width: 763px) { #gNMpNPFlLBsowMkvQ2SSKBiT2yq3SInQ { top:15.5625rem;left:10.625rem;width:21.125rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW8CRNzog3VMt1KTihpVIk9WXAvvihyR { top:3.75rem;left:9.75rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwxMnIVcqlBUQwaNhtPw6NKgLeNri6NA { top:0rem;left:8.25rem;width:23.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVt72Ebv3EkNu39GauDx521KcLOKAgBK { display:block; }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaSatBwkHCmJkfpscBTZsguilFNPy5iM { top:3.75rem;left:0rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9flbINL9OAJm9meq89ZTGCkCp6eIfM { top:0rem;left:0rem;width:18.8125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uToyxMsydEX363W8cuEH4qvFSDfz7QDv { width:21.9375rem;height:2.5rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QAKXshc6Ft4AxezW8GTWfL0OaoC5A4 { display:block; }
 }@media only screen and (max-width: 763px) { #brhaBahepzFTcuuAT39ntfohWaEJRTK0 { top:15.625rem;left:0rem;width:21.125rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRLI2XT8gqNQtmD4Hre4w1nqI5d8OiiZ { width:21.9375rem;height:2.5rem;top:26.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzPodPTRF7ydTkEkRRImJiROmquGVTiT { display:block; }
 }@media only screen and (max-width: 763px) { #librEDus5hQfz8eRNQLHmtP1g0gTSSSM { top:15.625rem;left:10.625rem;width:21.125rem;height:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn6zuRHJgkmANxOGPUAe0OuyFvr02b5T { top:3.75rem;left:9.75rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhD4L8f70DRuSJrEXtFxtcn9nphMnpd8 { top:0rem;left:12.9375rem;width:18.8125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCUsPE2SRSDBkSDGUUNb1qlD1Qo1D74a { width:21.9375rem;height:2.5rem;top:26.875rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imaxN0hV74SCJNMrGp5zFLXci6vFSpsm { display:block; }
 }@media only screen and (max-width: 763px) { #rQ0GDewvQvBuMLCEorfZc1enGZSS1WHF { top:15.625rem;left:26.5rem;width:21.125rem;height:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOViP8vVVRqci0dWBddovOyMihqWSndX { top:3.75rem;left:25.625rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDKT4pN8VwqSHw8Ezfl0yuFeMJOCL0qb { top:0rem;left:28.8125rem;width:18.8125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Zz7L9McFdWHyClw8su8tW1HHPUD69G { display:block; }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFrrt19Ax8HHS5oC5ptRbAw5CwM14ovH { top:15.625rem;left:10.625rem;width:21.125rem;height:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4Lbtzcu0kElo4WoaX4fwF5CIf7Af8D { top:3.75rem;left:9.75rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giwpgxhciJU7mqFTUxXXaRzAuhGrficP { top:0rem;left:12.9375rem;width:22.6875rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHq3UPzBi9hSPwzkU5DKI3vEqaZyrZdW { width:21.9375rem;height:2.5rem;top:26.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqiaIDAT74Sw1RXMeyMflv2V7GBUDzAH { display:block; }
 }@media only screen and (max-width: 763px) { #eM0RAopkCNMHU3ixRdrkTKLtGLHuJT0E { display:block; }#eM0RAopkCNMHU3ixRdrkTKLtGLHuJT0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JU6zc8mb7BENmn2MhexTwJKtTmo8603P { top:3.75rem;left:0rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4dZuoBikZuwHQ3PHNtTtP0yyLmuJDgn { top:0rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag7h9GuTrRh4vpD9tz5Ji7tg8682izaC { top:15.1875rem;left:0rem;width:17.1875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6iDfCdHkzuX5OOvLAPo1andiBB9Oz02 { top:20.875rem;left:0rem;width:21.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1WeTx63lG1hoype7NBDocLRMwJN8GSR { top:24.5rem;left:0rem;width:17.1875rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmiIbGmJiHc61D9lPhenq2KJ0Kmwp8Zq { top:24.5rem;left:14.5625rem;width:17.1875rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8g4TCCvaniywWgkXiJaLlrvtKi2pV1n { top:20.875rem;left:10.6875rem;width:21.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzxLZq6F4DrZ6hZIPItduHZyfgFiuEx2 { top:3.75rem;left:9.75rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu5VvqomVTM16a0nb3GbNywWAkSXKyi8 { top:0rem;left:15.875rem;width:15.4375rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNCN0s04T8qn5dqER1H8E8DMDmwhq8SG { top:20.875rem;left:26.5625rem;width:21.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3oeeCm0CXuEvgURg5o0UzEuyaIiqWw { top:3.75rem;left:25.625rem;width:22rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzyTUuu1IfGPzWEpM92UApPEHFGQVmoP { top:0rem;left:29.5rem;width:18.25rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxoLxkhStN1gHaTvHHyH9wpAmBX7n8eZ { top:15.4375rem;left:14.5625rem;width:17.1875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVUCO8J8uXxGCktTsdT1xmFlJvGmEI7b { top:15.4375rem;left:30.4375rem;width:17.1875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZkeFNlwzOwHHP9TAlP2tF9U3I2Qw7oW { top:24.5rem;left:30.4375rem;width:17.1875rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzRz26UElREEc02ysxsozZWfSrkkr8y { width:11.625rem;height:3.125rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFV2OgZ4KItAooECpS2rePMJeq7ns4N3 { display:block; }
 }@media only screen and (max-width: 763px) { #sRQGrQIuCqsPyAdqRt2v6sPirD0zlEmA { width:11.625rem;height:3.125rem;top:31.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0yIwitorPzxicViCdZynAvWH5OxMEtp { display:block; }
 }@media only screen and (max-width: 763px) { #xug9Cx1F0TllDRFCODNT0uE3liNfiCOg { width:11.625rem;height:3.125rem;top:31.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkWonuSTimI45QVN9ITnnzUxcZfGQuX4 { display:block; }
 }@media only screen and (max-width: 763px) { #q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 { display:block; }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC { display:block; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD { display:block; }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta0smtq722ozOkrosGB97WxXJpnCKC7e { display:block; }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sobwkc7TTzNyDiD2tJrRHHp6TT52FwNy { top:6.1875rem;left:0rem;width:18.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPPzNUpbEDhD6F2hPzBMDovoMTvqdTvg { top:0rem;left:0rem;width:25.25rem;height:8.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-regular-label { width:35.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text { width:35.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-textarea { width:35.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select { width:35.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-button { width:12.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:11.25rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-checkbox-label { width:33.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5  { width:35.125rem;height:auto;top:0rem;left:10.125rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .radio-container { width:35.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 {display:block;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 { width:35.125rem;height:auto;top:0rem;left:10.125rem; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #h8wmDuwLXBXwvScdFu9xPkqRkpyJhPZT {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #BtmRutgw3W0Vd3VtJdU2hcS5BebL8T85 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Pk81Kl8HXXHJ40dmdbHlwZiilyf7TSBU {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qgu4MJ7QE8cIPcvJyOCGGCHVwBwRBu6s {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #agR6TITLCLfGi6uGa00V2HGQexl6AL1q {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #AaLSkyvu7iX3AtDL00DXLcQqkchmSrx5 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QgPTSScGyv8h5CiKHL4iJAaclcR8SAGq {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #FSvT1TOSCXG3iLJxrvGXQQR5RttfhLHB {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QFug1rJC2GyqRfr8iLDsAkqidXWpaQr3 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #LfFeSdt5Hgeef4xUZBt2PWcwkxNHy6RJ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #McN2qN1UVKUgOeiwNlSMgcU4S9zQGLVk {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MVfVWvtmCssL7L3cEU5uxnSeIZsFCkxe {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Ztim0mXld9ELXV2VOSoMFd8SHNdECNtA {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Gf361OXSrfzFbqm18IoR1gtlZ4aTkQay {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ThITDT0gkzZPBor04q4lGrTdt5cl3BwI {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qga0TA3cr3tCv5mf4pcf1D6ClF2iILwQ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QKgeIwJ84pfZvslw4uIzJfd0eTmy4cNi {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MHMsKspk5cCLwrCkNiHtcXuUiiUZmZS0 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #sRA1xkEeknJ8JSIP6clm0vzwtQZNF0P9 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #PwK3emXbOQTTyPet8LdW0xpTi0pmx3on {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #rFIZe8nXoNcwH37oGrqdG1DtRMesWtiz {  }
 }@media only screen and (max-width: 763px) { #zcAbQXoaZ6DHFkWF2e4s9oC6pDpTHbBH { display:block; }
 }@media only screen and (max-width: 763px) { #V6fFkL7SbE5ruRHXfRxXAFN7edoJGKqa { display:block; }
 }@media only screen and (max-width: 763px) { #RoTeUywdEr4nBPkZAEESzNefqDgCDGp5 { display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mm8GdSJhTET187yHUxWovwB8k88Dys5F {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Vr8kRBNG4piJqGNzl4PrmIZavhiAflx7 {  }
 }@media only screen and (max-width: 763px) { #tfNex8OS7TTK6gHhWyXy8abW7D42iHvE { display:block; }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7dyL9H4qr7UK3hkT1p7SWWoDfPaiHTq { top:6.1875rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P { display:block; }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZHOfy8ydKHFKNWa7AWVDDTvUAwGJbNn { top:0rem;left:0rem;width:8.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZrpbHDgT3MDo7WpkUCZpd4nnmfRBUOz { top:2.8125rem;left:0rem;width:18.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLsRAeAU2hIdKLVZt3bQCOmZAsdZI0JL { top:6.6875rem;left:0rem;width:17.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpXCQhd4biUZHJ1Jak9fyz5myHHeNA5U { top:11rem;left:0rem;width:17.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #de34DsShpO6Zdi9HTxSIGiU3Lf6BkxmM { top:12.125rem;left:0rem;width:18.4375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okLCNR1k2BVEshKx2bamMi8OgxWCiI5C { top:12.125rem;left:11.6875rem;width:18.0625rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr4kL3WbOMW0ycWktDHbmRSKxXsmBC1U { top:11rem;left:11.6875rem;width:17.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceXo5gAPRsXqKECaal0U8mib4i8kh4Mm { top:6.6875rem;left:11.6875rem;width:17.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ21bCOKQLw4WyRTZUJSuZ9rLODeebg0 { top:2.8125rem;left:11.6875rem;width:18.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTmQhBZdaozgntVTrVMiAqMUOh0QZTTd { top:0rem;left:11.6875rem;width:8.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0K9eQLAkzQrlx6p5ILtltcvZwLex6VH { top:24.625rem;left:0rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFABOlobye1nZEffGTez7UAMbXofxtqG { top:24.0625rem;left:0rem;width:9.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIy6sMkASpkgWEKO9qJ0v0R7ixCxHa1D { top:20.5625rem;left:0rem;width:20.125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2o0RFC7Z2X4ITThwvCw6gOvM1iHLThn { top:24.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx { display:block; }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4897oF5q51pDDW1TN2NO9Xizo9TfkaI { top:3.4375rem;left:0rem;width:10.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhaqIEd6ybHy65Omel90QwylBnsbWC03 { top:6.4375rem;left:0rem;width:19.625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXXQb5Tw9VnEPJdNt9nVQsp0G9CFGIC { top:9.0625rem;left:0rem;width:47.75rem;height:79.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXFy8oWniqnvhfolmwxfGoVrTqHh650c { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#EXFy8oWniqnvhfolmwxfGoVrTqHh650c > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Z2edC4ToEfe0vbn1aGEUpVsDLU95pTBo { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#Z2edC4ToEfe0vbn1aGEUpVsDLU95pTBo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #HN8f69wUFstGXbBZGB0bT6WOcf5xeAHB { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#HN8f69wUFstGXbBZGB0bT6WOcf5xeAHB > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 { position:relative;z-index:auto;display:none; }#pNbhD4A3V1iZSXN4NQJrd5AHo6H5NcS5 > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #re0UiD9konraSV3S2ETiL0aOufsBoZOP { width:10.5rem;height:2.625rem;top:2.125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALqdkUtI1TTQDmEZg7bTpCCTNetfxzIB { display:block; }
 }@media only screen and (max-width: 763px) { #DbV7mPt8XaiIKrw9sGGMdIqFHXwtSpRL { width:10.5rem;height:2.625rem;top:2.0625rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #whwu7x3QscTvU7TmIgccTItpOgE6c6Vb { display:block; }
 }@media only screen and (max-width: 763px) { #etuCTUrL5DQymfWISsH9m61hu6yv7rS3 { width:10.5rem;height:2.625rem;top:2.125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZkQOfbMItlBokVZMSz3VRbtoxCUOy2P { display:block; }
 }@media only screen and (max-width: 763px) { #pGfyvaGAzScLN1mTdds9iPJQ5zDlgD3J { width:10.5rem;height:2.625rem;top:2.125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8rWKNOlHHVebVk6eOC5f4pwe9q9Ve11 { display:block; }
 }@media only screen and (max-width: 763px) { #yb6DT4Lz2PFuEAxD7tmHXJt7pMB5pHAN { width:10.5rem;height:2.625rem;top:2.125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVRFm2vKfeM3gXMQ8giv3WIfhM8H43T9 { display:block; }
 }@media only screen and (max-width: 763px) { #StzFcF4KmXUKGhtxZDQJ5iflCaLyZHfV { width:9.1875rem;height:2.625rem;top:2.125rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUxI0BKQoHoZ3wLP6A0SPBOSD6bM8RTy { display:block; }
 }@media only screen and (max-width: 763px) { #oNKavf2JxfJXUMS2WTZ7dKZM2yT1vTXH { width:9rem;height:1.5625rem;top:2.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T61sfX88z4ggQGSS40KizcQpXv7kmPyq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/35971bd2-5e21-47e5-aa8a-976be0b54ec5/Fiat600mobile.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq.adaptive-delivery-prevent-bg, #T61sfX88z4ggQGSS40KizcQpXv7kmPyq.lazyload, #T61sfX88z4ggQGSS40KizcQpXv7kmPyq.lazyloading { background-image: none; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container { width:20rem;height:28.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TxP87dTMSzAMRUINchht8CPQLfLJsefh { width:16rem;height:5.11816875rem;top:18rem;left:2rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAhVQww7B3HwVmnUNOd4KTKy85rLbKdC { width:10rem;height:2.8125rem;top:10.9228515625rem;left:0.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhT0533FrV1CcHO1KauxvTugC7xlysvT { display:block; }
 }@media only screen and (max-width: 763px) { #n6gVIIeBu9SnK9bgQ4Ea3P2MGQTWJNfa { width:20rem;height:2.4375rem;top:23.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7MauhCh14LQoWfDB7vy1cnlS5xkdiWt { width:8.3125rem;height:1.5625rem;top:1.4375rem;left:5.84375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WcxVum0m1lB9952uJTHp2dV0oNzVduiL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61713d4c-7c77-4908-b6d7-c13890a0eed2/mobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL.adaptive-delivery-prevent-bg, #WcxVum0m1lB9952uJTHp2dV0oNzVduiL.lazyload, #WcxVum0m1lB9952uJTHp2dV0oNzVduiL.lazyloading { background-image: none; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row .container { background-color: transparent; background-image: none; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row .container > .video-iframe-container { display: none; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row > .video-iframe-container { display: none; }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .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); }#WcxVum0m1lB9952uJTHp2dV0oNzVduiL > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKPZHO3tdZ7TM5qaFZu9RmAgJuDRoUQ4 { width:8.3125rem;height:1.5625rem;top:2.375rem;left:5.84375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F9asFelc1PrOXMIu3pXhyqw8dEUIFw3z { width:20rem;height:3.574225rem;top:5.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QyoFKaxOsdl82lVTrXMrNsNIOxfCrPWp { width:20rem;height:2.4375rem;top:25.099609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d1eff6e9-d98c-4853-b8e0-f1be69ee2ffa/RoadshowFIATGrandePanda_Mobile.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5.adaptive-delivery-prevent-bg, #E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5.lazyload, #E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5.lazyloading { background-image: none; }#E74LGWI59qbtU3SzK1ry8uZPNL1aiwo5 > .row .container { width:20rem;height:30.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J5DMGXTfRBTTql30Umyxoo3gQDQTdWTN { width:10rem;height:2.5rem;top:26.7978515625rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyOhnsEo6517ZOh1vzCZTJTPaHmbpOg9 { display:block; }
 }@media only screen and (max-width: 763px) { #tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 { display:block; }#tsTOkXAZNz1PTRpfvdx25xUZUWKxwF57 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 { display:block; }#Sx6ETfKQVgGTFyGqfCiMdeRFmC9k6fD9 > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMGRhZQ0UJdtoDDGgL2R5KnsCe4aGHUA { width:20rem;height:11.123595505618rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbrr23fyC5dgTHXiZTgagAJzHnVVSzNJ { width:12.5rem;height:2.11230625rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM9FBLFsosMfm6f9vEHSTDTzSUdVZ5a4 { width:5.75rem;height:1.5625rem;top:3.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stw4SghAEFnlbwfrM4lmb22VJv6utxxH { display:block; }
 }@media only screen and (max-width: 763px) { #eyhTNt9ioT5gNCOdqQmM020Dedi2Wleb { width:5.75rem;height:1.5625rem;top:3.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUFHJvxXHyWx3ZTLIaRuhMxMg6vw9Uhp { display:block; }
 }@media only screen and (max-width: 763px) { #aMeSePhbIkSVBV7ciAbr1c3asMhN8LCF { width:11.125rem;height:2.1875rem;top:14.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msT3IHudCxx3VgAqQ4BzzVURCVAcEaHB { display:block; }
 }@media only screen and (max-width: 763px) { #RmrHyAOiBn5yimTgSqThAto6E6q574oa { width:20rem;height:11.25rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2WwisHNuIAWBVCxvWw58ba3i6PJKXAK { width:11.125rem;height:2.1875rem;top:34.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaIMDRTSTUhqGbWS2zaL776SSHv3GU1p { display:block; }
 }@media only screen and (max-width: 763px) { #ZgMIIUsQCTgTrl0IOEoNKbClpocQRftX { width:5.75rem;height:1.5625rem;top:23.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6RkbFlm7Ox8wQOKw5NJ8vZxeaxnTLEa { display:block; }
 }@media only screen and (max-width: 763px) { #vEZPfGBiFC9WwMTDPB2f28wB4OFmFdBA { width:12.5rem;height:2.11230625rem;top:19.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgwOTmH11cy6QpJ59BbHomfoEL5FxPJ1 { width:11.125rem;height:2.1875rem;top:54.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #saXCrMJ44uMaKdCF4LCBgpJgRX8KRBn6 { display:block; }
 }@media only screen and (max-width: 763px) { #U88AusWVRuuoNAXywd2VMs6rH4LVCd4d { width:20rem;height:11.25rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFrwgombgCfSKCyGASmHQFGhkpmaEit7 { width:5.75rem;height:1.5625rem;top:43.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzNrpxUJN1d5JMEThsLIMIZx4g0bTQMI { display:block; }
 }@media only screen and (max-width: 763px) { #oVag2bd5libNHhGaCPgtEJ3cxJR5nCK2 { width:12.5rem;height:2.11230625rem;top:40.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q { display:block; }#HSllctmiMHsMDeWNaxUzwLbSO0AlIP8q > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixa0mlQygIJ6AGIFdOTSD1tSONcG9sME { width:20rem;height:11.25rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFZ1NLLVTtVCcRqxdTPTk2WUZKVtOgRi { width:12.5rem;height:2.11230625rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI2or8PT9KTWEP7428Fl8BGt3tn5q8fL { width:5.75rem;height:1.5625rem;top:3.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGXEyi0bOfxwOqVBEMykXSKTtGcJxRS2 { display:block; }
 }@media only screen and (max-width: 763px) { #EcJfLnSA6KkWe0THW9sF2X3BN6kudFvN { width:11.125rem;height:2.1875rem;top:14.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXxQ3h4cxAkK2lOMapC39gZgLBLeMT7T { display:block; }
 }@media only screen and (max-width: 763px) { #Z3pW7kHNtnGkVLLXUsEUCPxR0TBDfCAO { width:20rem;height:11.193181818182rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUebxM9rlkifAQUy14dkdBq4Lo5f25u8 { width:14rem;height:2.1875rem;top:33.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9DkQNHqnCb02TidSryDxSKXZ7adTh7s { display:block; }
 }@media only screen and (max-width: 763px) { #t0hgXwDsC3UhnrxH9SiGCUvcvBKhMdVw { width:5.75rem;height:1.5625rem;top:22.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzT8GEvF4flRzisE3NHGKIxb1N9eIcB { display:block; }
 }@media only screen and (max-width: 763px) { #dQq4qJTye8HRuk5xy1rLvNZVwdl3v7uv { width:17rem;height:2.11230625rem;top:18.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfz7fMdH2fFuEbSRJHEwRSG2tkZ25adv { width:5.75rem;height:1.5625rem;top:26.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhenbghxoxvnC5rN0MohTOyCnsKTTa16 { display:block; }
 }@media only screen and (max-width: 763px) { #qWK0H8PWqep7RcEZQSsdnFtqaeew2mar { width:5.75rem;height:1.5625rem;top:22.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVwi7qivQrTyhOFX3aubI9StBzegdiAg { display:block; }
 }@media only screen and (max-width: 763px) { #iSZhTdyXvzQnNf2CkizxCM48viTtfhII { display:block; }#iSZhTdyXvzQnNf2CkizxCM48viTtfhII > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px { display:none; }#y3gJd6tJkfNuyKLmvoVUyHNhOVMs95px > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y75bWpbHgisMlNQT5noBEPImIBTDou1u { width:20rem;height:22.8125rem;top:-0.15185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqx5ETWKg6fUisIp1yrx1PVDK6z9EiNP { width:20rem;height:28.1875rem;top:47.7475625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VK7wBmsWMbfKTcLT0OV5qHO8ALr43eGf { width:20rem;height:6.8246875rem;top:3.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgTXWPl2lwyvhI7ximuPW3ZAsAAWUEIR { width:20rem;height:7.7988125rem;top:11.94921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 { display:none; }#pGpFWXTl03LleefTUk5vEDqpJG3cAJW5 > .row .container { width:20rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aH5eRZxR6N9JyGS225pKztHQE19X1eVm { display:block; }#aH5eRZxR6N9JyGS225pKztHQE19X1eVm > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgy8BP8I4RcZlUKLPrR1DNyCbgfzxCWM { width:16.75rem;height:4.2246125rem;top:1.28173828125rem;left:1.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzGTKykDcPoi3NWvaLLvlG6Em7FLLvql { width:12.9375rem;height:2.2744125rem;top:5.94384765625rem;left:3.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { width:9.0625rem;margin-top:0.25rem;margin-right:4.1875rem;margin-bottom:0.25rem;margin-left:4.1875rem;font-size:0.75rem;overflow:hidden; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { width:17.5rem;height:auto;top:9.7353515625rem;left:0rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { width:17.5rem;height:auto;top:9.7353515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hNz6v8dlA0nGsrQGFkHQcIyOWTlU6G2o {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #XE6HyT5S3XP5Bg1wmyshm92JHEpodPCC {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DHKp0kXMZ5PTICb6JeFTu9VX4NNE0EZx {  }
 }@media only screen and (max-width: 763px) { #aAm6o2czDPcZUvk4T7MuRLukrHGL6doe { display:block; }
 }@media only screen and (max-width: 763px) { #ciPcRzA2BFqd7lQff1iZtZpLiT7vVie2 { display:block; }
 }@media only screen and (max-width: 763px) { #BVL5rFgukRo3ALB4I28nh9fuBdLBHOdd { display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 {  }
 }@media only screen and (max-width: 763px) { #m4Npf34CSVcqv8CkDMt0DAJxZZJeOron { display:block; }#m4Npf34CSVcqv8CkDMt0DAJxZZJeOron > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMGLGhE4PXRdbLN03rGNXloW67UFz5nT { display:block; }#iMGLGhE4PXRdbLN03rGNXloW67UFz5nT > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D34wVxrnEKTNP8MaELK7ohrAZihdrbyE { width:18.75rem;height:3.25rem;top:8.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHXkFNrVWinMmXgHAeV9Zcnirz6ikGh2 { width:14.4375rem;height:3.8984375rem;top:11.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVT9znT535W2OL6I92V3mV9iT3i1hW1 { display:block; }#TIVT9znT535W2OL6I92V3mV9iT3i1hW1 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA { display:block; }#fy0mgRkNaU9Uu15EfXq9yF4FtQn64aNA > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuGlzxM19kykI9l3dGHnLWi7yqBTkWqe { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35fEhix4bktoh8RpNP1XpTKhDoBuNU8 { width:18.9375rem;height:1.4624rem;top:5rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL78UVSlRezJnyDwxtVfNW8LQ1Gtr8iI { width:18.9375rem;height:0.9746125rem;top:6.46142578125rem;left:0.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7mHuiIehMVemLHqbFFgINVRXh1aMe2x { width:14.6875rem;height:1.94921875rem;top:16.83642578125rem;left:2.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlqZT1igbAHXcSw7a781leT31U3uH1nO { width:18.9375rem;height:1.4624rem;top:15.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XthRRGMZNT7qfTiFUbJ0KLc496hBTXpU { width:2.5rem;height:2.5rem;top:11.65625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTxs4wr3CBIf3F7nM7EpNJ10Nl3hzNa { width:11.875rem;height:1.94921875rem;top:25.49267578125rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTDedw80r0rwKrBLCQJZuieipt7KiWH { width:18.9375rem;height:1.4624rem;top:24.03125rem;left:0.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4g8m8hm67SF6iQiQOSLW6Mcl6w4pfuu { width:2.5rem;height:2.25rem;top:20.65625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ1HPzutaKFeATLLhswsy85QRutUrmg8 { width:11.5rem;height:1.94921875rem;top:34.8994140625rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRmU0rEG4z9fEB1MDWVCpBigiFInHGFT { width:18.9375rem;height:1.4624rem;top:33.4375rem;left:0.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaChtMnGBr5FDuNOsIWWPJ8tXZJUqHbI { width:2.5rem;height:2.375rem;top:29.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb { display:block; }#AwrSoVedGQ4xDLGgnnhbUQha6CXDTyPb > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX1XgKNVhGZafBLOtkCoZet8T1VvRPbD { width:16.9375rem;height:6.5rem;top:1.3125rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk { display:block; }#VAiyhJo2GBgvlAnuM4hn16zFHFrR8cSk > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDMaxb2yec7Nc9fplmVDqCscbHp8r9hy { width:16.9375rem;height:2.92480625rem;top:13.576171875rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLeW6FBuwwU36uqxsZ6mf00xhsactyO2 { width:20rem;height:2.4375rem;top:18.587890625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKBT5plFvLA1f1GmnUT2NamZyTS6RTf2 { width:15.9375rem;height:2.2744125rem;top:23rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHhhikpXiLsEZ3P6kOIWDdFcoK2iWSTz { width:20rem;height:0.9746125rem;top:25.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RieaknvwCwxutbPEPx0FiXylvSKvOfBG { width:10rem;height:2.5rem;top:35.4345703125rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2a0qgAAVgL8z7gkKU2ebDP5xtGPCTUw { display:block; }
 }@media only screen and (max-width: 763px) { #nHdqdcOFsgSq0SNCpvqMAK97BibFWQkV { width:20rem;height:11.201353637902rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDXJtQ3atSPxnrvxLPVVqCOwkkyHRJB8 { width:20rem;height:1.94921875rem;top:31rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vq9drXnQyacKawa8QZyC5hJO77EaPPwg { width:15.625rem;height:2.2744125rem;top:28.6875rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp { display:block; }#am5lMBFJB5bp7suNk1g4U3i3mKdzlNSp > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT { display:block; }#T4ZZ44nPCpR6NJ7HBWCBqAT4xtBEHXuT > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZycNfkfTGNl4CnCs7TJUsQGGE8eVJCW { width:20rem;height:2.92480625rem;top:12.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BCmbBDmiiKe4Nmmn88bgOFMeLvhdBTM7 { width:17.0625rem;height:1.13720625rem;top:23.9375rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLEfMtKK7SQHIQ22pN7auDldmgotHdg2 { width:12.375rem;height:0.9746125rem;top:25.0625rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIDiT1hTAGvyFP3bpuhwEDqDTsZs9a7l { width:20rem;height:3.65625rem;top:18.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyFy47BRU5vIlFrnZ0PeQ16cnoVMmZ6A { width:20rem;height:11.201353637902rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OtHtGhXm3RqaV9lvdDFy3XhRclFDB7 { width:13.75rem;height:0.9746125rem;top:28.0625rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SC7cEbRLE3FqrgJJ3qSAgCKKabauP65a { width:20rem;height:1.13720625rem;top:26.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRK8sOA4ihNNfpXXvb3OKlshg0QuDBux { width:12.375rem;height:0.9746125rem;top:33.75rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLWgIkbkyAmUzkV0wyN9yz5fq27PLSHy { width:18.125rem;height:1.94921875rem;top:37.125rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBb9MQxO8PPePWKHt8nDZNEE2BI25zS6 { width:17.0625rem;height:1.13720625rem;top:32.625rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jl45IRoJNGL3vblnfFz1a2VyTOyNa5dz { width:20rem;height:1.13720625rem;top:36rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZ1zwHlz1GXg7IqsRFWLVX0S66WXBOgw { width:10rem;height:2.5rem;top:41.75rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDAavgBbV9dQRszsTHqr0SI61FM7BwD1 { display:block; }
 }@media only screen and (max-width: 763px) { #mySe8id29Z6fToUTfJzJi1aL1HnMF1oM { display:block; }#mySe8id29Z6fToUTfJzJi1aL1HnMF1oM > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I { display:block; }#sIATTl5MOHMHDNIoiOrKQGVxqzuM6b2I > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTFAEUvI7pcXbLOoBs3ysl0RJ1yLnqTb { width:20rem;height:1.4624rem;top:13.7011875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXqTulJfJh5aQawdVKTD83d69v95ZBOE { width:20rem;height:11.201353637902rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWm9oTttETf21qZ0Icyug8I7sQC8G5td { width:10.5rem;height:2.2744125rem;top:17.1259765625rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R846GtkHtVRdlVKNmuz2mTc5w5JRgdMn { width:15.5625rem;height:1.94921875rem;top:19.39990234375rem;left:2.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Di8GFE9mbJcB7C6ULvIH6lFGV5hHdncU { width:13.1875rem;height:2.2744125rem;top:22.27491875rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Af4qiWGhyiDT9l1UznPMSgP0T0wPrVHC { width:15.875rem;height:1.94921875rem;top:24.548828125rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NE6a2XKquJIuEbniJwIxIkGoV4aODHau { width:15.625rem;height:5.84765625rem;top:32.97119140625rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9JNAbt3TFTsTaTLAGSxkAzT7Mm09Xqs { width:8.5625rem;height:2.923825rem;top:41.33642578125rem;left:5.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hf3C94o2yUxkKnJuDDTIPE7BE138evfS { width:13.1875rem;height:2.2744125rem;top:39.0625rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLBNboRTJNP2Th5CZcp9lfv2MebwBRwi { width:10.5rem;height:2.2744125rem;top:30.697265625rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmRVhGIIfBUCMuK118q89mgHTTKB7OhM { width:10rem;height:2.5rem;top:46.0673828125rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #diU2x7KQinhLiO6B88oRxmUuCa71i89q { display:block; }
 }@media only screen and (max-width: 763px) { #JtRWBGkbClzUkhbENqmtLgVBhafAOFls { display:block; }#JtRWBGkbClzUkhbENqmtLgVBhafAOFls > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQkESfcVngSM4mKXGMhH1Js3RwFSkixx { width:14.75rem;height:3.57421875rem;top:2.494140625rem;left:2.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l { display:block; }#imVDQOoBOdIWtaPlow7L73LvUZGLfZ7l > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCrAxINTBRZ2PaDCsaQ5JerWHPG4v3yv { width:18.875rem;height:2.5rem;top:53rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5QLV4a9Z6b3ek2DSvg16bnQcAdLa9Bs { display:block; }
 }@media only screen and (max-width: 763px) { #yvWOvu9TPLBU5ybPbgeADTggXfxK9MIb { width:20rem;height:8.04200625rem;top:43.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCa9GtlnZ7c4mF3MerI07NoBLrT9C3Kk { width:20rem;height:9.4886363636362rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlu69KPfHCpDncBAObowVTSSHFynkdlv { width:20rem;height:1.625rem;top:29.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxX0pngxkr1y2wm22OyGHFmf0VgtOvUB { width:18.875rem;height:2.5rem;top:24.71044921875rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBrNpsreCsUwUbDkGfZvOKre28Nlk3W { display:block; }
 }@media only screen and (max-width: 763px) { #eLGp2Ge8yTz8v50HFK6ZnTmHdUPz4Blb { width:20rem;height:8.04200625rem;top:14.86325rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt5iRTIm4AQJuCNH4vkQkf0nwawOTbst { width:20rem;height:9.4886363636362rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk6CBpvk1yAJFA3CWL8xeQP3nywEm7yC { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9BLrBovCTH8qIdoxwgweKPv9nk11CEx { width:20rem;height:9.82911875rem;top:72rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u40snRz4b4hbOlqkgiTlRWZu4cBgDhRw { width:18.875rem;height:2.5rem;top:83.0625rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUB9y3J0VFFKnXdLhklvkExeE19BeKTk { display:block; }
 }@media only screen and (max-width: 763px) { #MzglcL5RfMEkFpi5p6HnBccaTAmX8VSq { width:20rem;height:9.4886363636362rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJyaWIv2l2yhU4V9W89caK3f63l5h1i5 { width:19.3125rem;height:1.625rem;top:58.375rem;left:0.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vx6pf8my44tClFCkHgXiSvMoP7WBoWpD { display:block; }#vx6pf8my44tClFCkHgXiSvMoP7WBoWpD > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5ULSDTVDOeupQQ1JaWtstRLXUIhhpc9 { width:19.8125rem;height:9.375rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyDOGWlowVRmfhlzBQenStagkgrtuDil { width:15.4375rem;height:1.625rem;top:29.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr12pfhXkSpRxOkVvdcT9JWcC6OykMlP { width:20rem;height:8.9355625rem;top:42.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRLAJoRwlzv5uOxzHb3J1X24zqnhcJHR { width:18.875rem;height:2.5rem;top:53.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9JusSE3auz9W61z8TrwshPewMwSIsz2 { display:block; }
 }@media only screen and (max-width: 763px) { #T3GeSWgkZzfHQABGWv8nxRGX1HZGy0BI { width:20rem;height:8.9355625rem;top:72.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThxmPJ9e2SelhTKsuZPih1XKAVDkbyCR { width:18.875rem;height:2.5rem;top:83rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TTI0APHRST6Vh3JpDcUfJ8Z6X8wp6c { display:block; }
 }@media only screen and (max-width: 763px) { #NRCTfyC7l95ATJRzKl5bpVM9Fig6GmI1 { width:20rem;height:9.4886363636362rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKqn7O1rfDN7m80vmMT20vM90xGbWWSW { width:16.875rem;height:1.625rem;top:58.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6BdVhP1LIsO7d6lSw6H8T3wMBJweZb { width:20rem;height:9.82911875rem;top:13.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQbOVVC3P9obhOlxdJ6ldDvt9SOMqKTM { width:18.875rem;height:2.5rem;top:24.375rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTO28HlnVgJSaAFiHUwXBVwXl1TaX5lx { display:block; }
 }@media only screen and (max-width: 763px) { #OhwQOBRsLnRpsAc1KTMTxpmivfTJaQbo { width:20rem;height:9.4886363636362rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1LbgPIkxHFRz53zVEriLDc1iOMwGfLn { width:19.3125rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS { display:block; }#A2zspZqqIINVIQ7Hlc35AQhcdAFdetbS > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OA7yebDpJCT2wyZoDBaKT87LcUVrS9fP { width:19.8125rem;height:9.375rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2fniF8BwRDW4MrM6wEpv9PKcTlSCrwr { width:15.4375rem;height:1.625rem;top:29.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbzcmX5OMgUXhUGxBrRSTVDhJ0yQSC3O { width:20rem;height:8.04200625rem;top:42.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbveMtrtVF6DJv6GfohIBXP8eWmPCHsu { width:18.875rem;height:2.5rem;top:52.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk1CWooCseTNnsOIdfm69vvQmpba4Imu { display:block; }
 }@media only screen and (max-width: 763px) { #NFoh2MmluG6v8nll99QM64bBEAvrOGMz { width:20rem;height:4.46778125rem;top:71.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKZQTD2PZpGfkZS2P0xeWu8G1dllT66w { width:18.875rem;height:2.5rem;top:77.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJfWUndAFdEt1L7aQPgVCXlpvzE5cUdp { display:block; }
 }@media only screen and (max-width: 763px) { #VJJkXcR74d3vX8EPFm8xEQCRXv3kAgHQ { width:19.8125rem;height:9.4375rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEoVRxm09lgnPnJOl2gTBciKunTf4XS0 { width:16.875rem;height:1.625rem;top:58.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UX4TNpMTWTCuDxklQ6Lxg96WhHu9T8kg { width:20rem;height:8.9355625rem;top:13.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Str2wo70IcAb07TsXSXskoaHUXCF2tnF { width:18.875rem;height:2.5rem;top:23.5rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJSc701xTD5ChtsXzb6EVyXch3ToMnWo { display:block; }
 }@media only screen and (max-width: 763px) { #PfOxZGni5MPNC8gDgA1rRoZVQHvAryTg { width:19.8125rem;height:9.4375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvrwpCs25QOdtTU15Waz6txZK4Rtiovr { width:19.3125rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RKA6hZgVHBbFPHKohaxCAVnWTlGaSCFy { display:none; }#RKA6hZgVHBbFPHKohaxCAVnWTlGaSCFy > .row .container { width:20rem;height:57.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BlyRLihtk6PbC4NczXzv2wlEGoq0UIeo { width:18.875rem;height:2.5rem;top:50.875rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhvHOsd6w4bD0VVKqzBfhlzhTcfn7C6y { display:block; }
 }@media only screen and (max-width: 763px) { #yGotZpwG4KcfKJTdlTlIHsX3C3ZMfyyL { width:20rem;height:5.3613375rem;top:44.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPIhSaae8t5ibQsuI7hCs2Khfei00FJM { width:20rem;height:9.4886363636362rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTG1GJiAwW328WhCSyt1PlG1Z5FI43s { width:18.9375rem;height:1.625rem;top:30.625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKTOpv636GhFC7ue2FKcAn7BrOMcWVnJ { width:18.875rem;height:2.5rem;top:24.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc9XgENNbTeiZstN409Dy6dQHS3J7ThJ { display:block; }
 }@media only screen and (max-width: 763px) { #dTxpDyt9I6QqQxPFyrK0wmpRsgkWUD2u { width:20rem;height:9.82911875rem;top:13.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMSLEITwapvCkMmJieWwC96JkiDQNApN { width:19.8125rem;height:9.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfywtQEwnX6neWTV6em2oEmp3tAdB6JG { width:15.4375rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .row .container { background-color: transparent; background-image: none; }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .row .container > .video-iframe-container { display: none; }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .row > .video-iframe-container { display: none; }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .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); }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .row .container { border-width: 0; border-radius: 0; }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ic8bJ9dd3zzEEo7gEsdil1mqnAdvODRU > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4XKKPf9vnGomSn98B3U2QlhuiPuod8g { width:16.8125rem;height:3.57421875rem;top:1.875rem;left:1.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15012;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qqT3Kf8zS5lpLf7nZMRSp9GNPETaiQAz { width:16.8125rem;height:1.29980625rem;top:5.44921875rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hF0fZaKXV2E7sVhI61KBGmKC5nA9HVD0 { width:10rem;height:2.5rem;top:8.59375rem;left:5rem;font-size:0.75rem;z-index:15013;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q14qZM3mCDMWnFfpxgVTcpmSIwu9iKXB { display:block; }
 }@media only screen and (max-width: 763px) { #DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8ef335c-498a-4c32-86f7-ea428c39cba4/NewDobl.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q.adaptive-delivery-prevent-bg, #DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q.lazyload, #DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q.lazyloading { background-image: none; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row .container { background-color: transparent; background-image: none; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row .container > .video-iframe-container { display: none; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row > .video-iframe-container { display: none; }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .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); }#DAGwzrUFayxNrJoJ7rTpnO1BEZap2q9Q > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1AdmvVLg2BVVzHkhrShSgAPrtXGflIW { width:20rem;height:1.54345625rem;top:10.3125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DQNmovFMJ4xsxBHcpoQwfr7kFyiSInxD { width:20rem;height:1.21875rem;top:11.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GvUzczq4H087BXz7ByzveFDhAQaddHEV { width:12.5rem;height:2.875rem;top:1.6123046875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOww6N10K3sbGXeSBScVITRXXTkvvbU5 { display:block; }
 }@media only screen and (max-width: 763px) { #VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl { display:block; }#VP22TAgMQ1Lwihyr3dNkX5axhqLZWRGl > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTG9rVyNzniZxqLL6DQkQgA10K5vQSgM { width:15.0625rem;height:3.57421875rem;top:3.181640625rem;left:2.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 { display:block; }#XUshQpqQMoiNwbiGJpHBLP3uTedSxLK4 > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6i3sz2osGCrJzsJ90Q145ywQcAlEEEN { width:19.8125rem;height:9.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLGyx1eJRcNXsafxgKVTAxFmTPoRz23U { width:18.25rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vPpf5tLUVziUtBu1mlCXb7KVZ5U1QXc9 { width:19.8125rem;height:9.375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii8ItyUhSL9xMrkhQqJ23IwfTinrTDnI { width:15.4375rem;height:1.625rem;top:28.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #imTabfMdAeOPy8ias2ggq45levTBaHq7 { width:18.875rem;height:2.5rem;top:23.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUXRy8FaUVElcOe4hEn7UHzUCBaqwmsU { display:block; }
 }@media only screen and (max-width: 763px) { #sEBMpL7pOE1xTTzTL4Rxt6grTmoth1ob { width:20rem;height:8.04200625rem;top:13.39501953125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrzCZ76pyEQ8x5tvyybZcGIQifu5tUCX { width:18.875rem;height:2.5rem;top:51.6875rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKf70ld841IKa7Kr9Tsf4KQfC5TEGbnw { display:block; }
 }@media only screen and (max-width: 763px) { #O2JVtheJvJtH7zK1ukgaHpiA5Vw1ChTL { width:20rem;height:8.04200625rem;top:41.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbx0BLgxqZwJvIH3dQle8b8gAlzlshdh { width:18.875rem;height:2.5rem;top:80.8125rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqyQyFJdM81PXSBPefvR5yFnv7P2bpOp { display:block; }
 }@media only screen and (max-width: 763px) { #gNMpNPFlLBsowMkvQ2SSKBiT2yq3SInQ { width:20rem;height:8.04200625rem;top:71.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW8CRNzog3VMt1KTihpVIk9WXAvvihyR { width:19.8125rem;height:9.4375rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwxMnIVcqlBUQwaNhtPw6NKgLeNri6NA { width:20rem;height:1.625rem;top:57.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VVt72Ebv3EkNu39GauDx521KcLOKAgBK { display:block; }#VVt72Ebv3EkNu39GauDx521KcLOKAgBK > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaSatBwkHCmJkfpscBTZsguilFNPy5iM { width:19.8125rem;height:9.375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9flbINL9OAJm9meq89ZTGCkCp6eIfM { width:15.4375rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uToyxMsydEX363W8cuEH4qvFSDfz7QDv { width:18.875rem;height:2.5rem;top:23.125rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QAKXshc6Ft4AxezW8GTWfL0OaoC5A4 { display:block; }
 }@media only screen and (max-width: 763px) { #brhaBahepzFTcuuAT39ntfohWaEJRTK0 { width:20rem;height:8.04200625rem;top:13.20751953125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRLI2XT8gqNQtmD4Hre4w1nqI5d8OiiZ { width:18.875rem;height:2.5rem;top:52.0625rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzPodPTRF7ydTkEkRRImJiROmquGVTiT { display:block; }
 }@media only screen and (max-width: 763px) { #librEDus5hQfz8eRNQLHmtP1g0gTSSSM { width:20rem;height:8.9355625rem;top:41.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn6zuRHJgkmANxOGPUAe0OuyFvr02b5T { width:19.8125rem;height:9.375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhD4L8f70DRuSJrEXtFxtcn9nphMnpd8 { width:18.8125rem;height:1.625rem;top:28.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCUsPE2SRSDBkSDGUUNb1qlD1Qo1D74a { width:18.875rem;height:2.5rem;top:82.8125rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imaxN0hV74SCJNMrGp5zFLXci6vFSpsm { display:block; }
 }@media only screen and (max-width: 763px) { #rQ0GDewvQvBuMLCEorfZc1enGZSS1WHF { width:20rem;height:10.722675rem;top:71rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOViP8vVVRqci0dWBddovOyMihqWSndX { width:19.8125rem;height:9.375rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDKT4pN8VwqSHw8Ezfl0yuFeMJOCL0qb { width:18.8125rem;height:1.625rem;top:57.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Zz7L9McFdWHyClw8su8tW1HHPUD69G { display:block; }#J6Zz7L9McFdWHyClw8su8tW1HHPUD69G > .row .container { width:20rem;height:87.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFrrt19Ax8HHS5oC5ptRbAw5CwM14ovH { width:20rem;height:8.9355625rem;top:13.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4Lbtzcu0kElo4WoaX4fwF5CIf7Af8D { width:19.8125rem;height:9.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giwpgxhciJU7mqFTUxXXaRzAuhGrficP { width:18.8125rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHq3UPzBi9hSPwzkU5DKI3vEqaZyrZdW { width:18.875rem;height:2.5rem;top:23.25rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqiaIDAT74Sw1RXMeyMflv2V7GBUDzAH { display:block; }
 }@media only screen and (max-width: 763px) { #eM0RAopkCNMHU3ixRdrkTKLtGLHuJT0E { display:none; }#eM0RAopkCNMHU3ixRdrkTKLtGLHuJT0E > .row .container { width:20rem;height:99.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JU6zc8mb7BENmn2MhexTwJKtTmo8603P { width:20rem;height:9.4886363636362rem;top:4.61230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4dZuoBikZuwHQ3PHNtTtP0yyLmuJDgn { width:12.5rem;height:1.625rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag7h9GuTrRh4vpD9tz5Ji7tg8682izaC { width:17.1875rem;height:2.9238375rem;top:15.03759765625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6iDfCdHkzuX5OOvLAPo1andiBB9Oz02 { width:20rem;height:1.625rem;top:18.94873046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1WeTx63lG1hoype7NBDocLRMwJN8GSR { width:17.1875rem;height:3.574225rem;top:21.89794921875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmiIbGmJiHc61D9lPhenq2KJ0Kmwp8Zq { width:17.1875rem;height:3.574225rem;top:55.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8g4TCCvaniywWgkXiJaLlrvtKi2pV1n { width:20rem;height:1.625rem;top:52.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzxLZq6F4DrZ6hZIPItduHZyfgFiuEx2 { width:20rem;height:9.4886363636362rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu5VvqomVTM16a0nb3GbNywWAkSXKyi8 { width:15.4375rem;height:1.625rem;top:35.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNCN0s04T8qn5dqER1H8E8DMDmwhq8SG { width:20rem;height:1.625rem;top:86.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3oeeCm0CXuEvgURg5o0UzEuyaIiqWw { width:20rem;height:9.4886363636362rem;top:71.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzyTUuu1IfGPzWEpM92UApPEHFGQVmoP { width:18.25rem;height:1.625rem;top:69.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxoLxkhStN1gHaTvHHyH9wpAmBX7n8eZ { width:17.1875rem;height:2.9238375rem;top:48.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVUCO8J8uXxGCktTsdT1xmFlJvGmEI7b { width:17.1875rem;height:2.9238375rem;top:82rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZkeFNlwzOwHHP9TAlP2tF9U3I2Qw7oW { width:17.1875rem;height:3.574225rem;top:89.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzRz26UElREEc02ysxsozZWfSrkkr8y { width:10rem;height:2.5rem;top:27.34716796875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFV2OgZ4KItAooECpS2rePMJeq7ns4N3 { display:block; }
 }@media only screen and (max-width: 763px) { #sRQGrQIuCqsPyAdqRt2v6sPirD0zlEmA { width:10rem;height:2.5rem;top:61.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0yIwitorPzxicViCdZynAvWH5OxMEtp { display:block; }
 }@media only screen and (max-width: 763px) { #xug9Cx1F0TllDRFCODNT0uE3liNfiCOg { width:10rem;height:2.5rem;top:94.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkWonuSTimI45QVN9ITnnzUxcZfGQuX4 { display:block; }
 }@media only screen and (max-width: 763px) { #q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 { display:block; }#q3qbXvbOCyqghJaQvC5TzlcAvFidpB01 > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ccfc8ed2-3929-499d-af79-87e49dae836c/FLEXCARE2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC.adaptive-delivery-prevent-bg, #GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC.lazyload, #GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC.lazyloading { background-image: none; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container { background-color: transparent; background-image: none; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container > .video-iframe-container { display: none; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row > .video-iframe-container { display: none; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .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); }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container { border-width: 0; border-radius: 0; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPXTcVHcRWuyuWHzMxiR7NWv8s83oKbC > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD { display:block; }#r9PhT7kEpAq4RRriPrJTWLmFlfroTpKD > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta0smtq722ozOkrosGB97WxXJpnCKC7e { display:block; }#Ta0smtq722ozOkrosGB97WxXJpnCKC7e > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sobwkc7TTzNyDiD2tJrRHHp6TT52FwNy { width:16.75rem;height:1.13720625rem;top:4.25rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPPzNUpbEDhD6F2hPzBMDovoMTvqdTvg { width:20rem;height:4.2246125rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5  { width:17.5rem;height:auto;top:7.193359375rem;left:0rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 {display:block;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 { width:17.5rem;height:auto;top:7.193359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #h8wmDuwLXBXwvScdFu9xPkqRkpyJhPZT {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #BtmRutgw3W0Vd3VtJdU2hcS5BebL8T85 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Pk81Kl8HXXHJ40dmdbHlwZiilyf7TSBU {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qgu4MJ7QE8cIPcvJyOCGGCHVwBwRBu6s {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #agR6TITLCLfGi6uGa00V2HGQexl6AL1q {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #AaLSkyvu7iX3AtDL00DXLcQqkchmSrx5 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QgPTSScGyv8h5CiKHL4iJAaclcR8SAGq {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #FSvT1TOSCXG3iLJxrvGXQQR5RttfhLHB {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QFug1rJC2GyqRfr8iLDsAkqidXWpaQr3 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #LfFeSdt5Hgeef4xUZBt2PWcwkxNHy6RJ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #McN2qN1UVKUgOeiwNlSMgcU4S9zQGLVk {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MVfVWvtmCssL7L3cEU5uxnSeIZsFCkxe {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Ztim0mXld9ELXV2VOSoMFd8SHNdECNtA {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Gf361OXSrfzFbqm18IoR1gtlZ4aTkQay {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ThITDT0gkzZPBor04q4lGrTdt5cl3BwI {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qga0TA3cr3tCv5mf4pcf1D6ClF2iILwQ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QKgeIwJ84pfZvslw4uIzJfd0eTmy4cNi {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MHMsKspk5cCLwrCkNiHtcXuUiiUZmZS0 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #sRA1xkEeknJ8JSIP6clm0vzwtQZNF0P9 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #PwK3emXbOQTTyPet8LdW0xpTi0pmx3on {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #rFIZe8nXoNcwH37oGrqdG1DtRMesWtiz {  }
 }@media only screen and (max-width: 763px) { #zcAbQXoaZ6DHFkWF2e4s9oC6pDpTHbBH { display:block; }
 }@media only screen and (max-width: 763px) { #V6fFkL7SbE5ruRHXfRxXAFN7edoJGKqa { display:block; }
 }@media only screen and (max-width: 763px) { #RoTeUywdEr4nBPkZAEESzNefqDgCDGp5 { display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mm8GdSJhTET187yHUxWovwB8k88Dys5F {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Vr8kRBNG4piJqGNzl4PrmIZavhiAflx7 {  }
 }@media only screen and (max-width: 763px) { #tfNex8OS7TTK6gHhWyXy8abW7D42iHvE { display:block; }#tfNex8OS7TTK6gHhWyXy8abW7D42iHvE > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7dyL9H4qr7UK3hkT1p7SWWoDfPaiHTq { width:20rem;height:1.625rem;top:4.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P { display:block; }#No0s0H5pRpZ1RDkocTu4NbTdUNy6uP5P > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZHOfy8ydKHFKNWa7AWVDDTvUAwGJbNn { width:8.5rem;height:1.29980625rem;top:1.25rem;left:5.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZrpbHDgT3MDo7WpkUCZpd4nnmfRBUOz { width:15.5rem;height:2.2744125rem;top:2.5498046875rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLsRAeAU2hIdKLVZt3bQCOmZAsdZI0JL { width:17.0625rem;height:2.2744125rem;top:6.1220703125rem;left:1.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpXCQhd4biUZHJ1Jak9fyz5myHHeNA5U { width:17.0625rem;height:1.13720625rem;top:10.544921875rem;left:1.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #de34DsShpO6Zdi9HTxSIGiU3Lf6BkxmM { width:17.0625rem;height:5.68603125rem;top:11.931640625rem;left:1.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okLCNR1k2BVEshKx2bamMi8OgxWCiI5C { width:17.0625rem;height:4.548825rem;top:30.3125rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zr4kL3WbOMW0ycWktDHbmRSKxXsmBC1U { width:17.0625rem;height:1.13720625rem;top:28.9375rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ceXo5gAPRsXqKECaal0U8mib4i8kh4Mm { width:17.0625rem;height:2.2744125rem;top:24.5rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQ21bCOKQLw4WyRTZUJSuZ9rLODeebg0 { width:17.0625rem;height:2.2744125rem;top:21.0625rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTmQhBZdaozgntVTrVMiAqMUOh0QZTTd { width:8.5rem;height:1.29980625rem;top:19.8125rem;left:5.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0K9eQLAkzQrlx6p5ILtltcvZwLex6VH { width:7.25rem;height:1.13720625rem;top:44rem;left:7.125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"mg electric";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dFABOlobye1nZEffGTez7UAMbXofxtqG { width:10.0625rem;height:2.5rem;top:43.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIy6sMkASpkgWEKO9qJ0v0R7ixCxHa1D { width:16.6875rem;height:3.41161875rem;top:38.25rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r2o0RFC7Z2X4ITThwvCw6gOvM1iHLThn { display:flex;width:2rem;height:2rem;top:43.5625rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx { display:block; }#hZT9GvRgi8TggtJkELQD2RZVE7O2xLCx > .row .container { width:20rem;height:217.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4897oF5q51pDDW1TN2NO9Xizo9TfkaI { width:7.875rem;height:1.375rem;top:6.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhaqIEd6ybHy65Omel90QwylBnsbWC03 { width:17.75rem;height:0.73095625rem;top:8.75rem;left:1.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTXXQb5Tw9VnEPJdNt9nVQsp0G9CFGIC { width:18.5rem;height:205.746209375rem;top:12.1875rem;left:0.75rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXFy8oWniqnvhfolmwxfGoVrTqHh650c { display:flex;width:2.25rem;height:2.25rem;top:1.6875rem;left:5.625rem;font-size:1.5625rem; }
#EXFy8oWniqnvhfolmwxfGoVrTqHh650c > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Z2edC4ToEfe0vbn1aGEUpVsDLU95pTBo { display:flex;width:2.5rem;height:2.5rem;top:1.5625rem;left:8.75rem;font-size:1.625rem; }
#Z2edC4ToEfe0vbn1aGEUpVsDLU95pTBo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #HN8f69wUFstGXbBZGB0bT6WOcf5xeAHB { display:flex;width:2.25rem;height:2.25rem;top:1.625rem;left:12.1875rem;font-size:1.5625rem; }
#HN8f69wUFstGXbBZGB0bT6WOcf5xeAHB > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }