.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row .container { background-color: transparent; background-image: none; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row .container > .video-iframe-container { display: none; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row > .video-iframe-container { display: none; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .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); }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row .container { border-width: 0; border-radius: 0; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row .container { font-size:0.875rem;font-family:arial;height:4.1375rem;width:75rem;position:relative;display:block; }#qaDPEJJuiwenWZNrfiozPq19TzTCcTNr { 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:3.4375rem;width:9.1875rem;top:0.34999999403954rem;left:31.625rem;overflow:hidden;display:block; }
#wex67dcAMC4od5J2H1TPkSvCbzZhEg6z { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fdfeff;border-left:0.0625rem solid #fdfeff;border-right:0.0625rem solid #fdfeff;border-bottom:0.0625rem solid #fdfeff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;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:"gfs didot";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.925rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.47499999403954rem;left:56.0625rem;display:block; }
#Gfy72eQteARfiTG0twfTuPT8CaxvzaGM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0VxzhyimdA4T2Lc0lfEeriVMJIvqkqK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.50625002384186rem;left:63.6875rem; }
#O0VxzhyimdA4T2Lc0lfEeriVMJIvqkqK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#qvsKi9AuQo56ytQHH5XmHdqNw4gsoXa2 { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"gfs didot";font-size:1.3125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:1.2156250476837rem;left:2.1617183685302rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6326bdd9-6c9f-4716-9a8b-93200389ae4d/revitalizingskintreatmentthatclearsporesand20250322193340utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw.adaptive-delivery-prevent-bg, #mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw.lazyload, #mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw.lazyloading { background-image: none; }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .row .container { background-color: transparent; background-image: none; }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .row .container > .video-iframe-container { display: none; }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .row > .video-iframe-container { display: none; }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .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); }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .row .container { border-width: 0; border-radius: 0; }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#OBTwTNfSF35e0OT9RALEX6WskhAqb8my { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:"gfs didot";font-size:3.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.79);top:7.0625rem;left:8.875rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#onunzxCOcGHeub7T0k5CsIqV1VPMmW1t { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.5625rem;top:16.75rem;left:31.25rem;overflow:hidden;display:block; }
#PuTL8AXv3pNBfv71S9PycmJ7hGi0BhfM { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.79);top:21.0625rem;left:27.8125rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zzfRTBVlaNnclSNEuJkmk2UznBzqEhcN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.0625rem;top:24.0625rem;left:31rem;overflow:hidden;display:block; }
#JkTdhP1I2XhwDGmGVQkzuITchGl3RTQo { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:"gfs didot";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:29.875rem;left:19.467968940735rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cnETgJtqsi0mz3VAn7caJ84a4yZbACoH { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:"gfs didot";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #080707;top:11.1875rem;left:19.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oeq3lSENhQdSd5KEL6VMK3wP896G9Ahl { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:"gfs didot";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:34.962500572204rem;left:19.467968940735rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNDp66QWxkER5Sa37gW5OgvIf0m1NoGv { 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: 0.0625rem 0.0625rem 0.625rem rgba(248,255,51,0.96) ;height:8.9375rem;width:18.75rem;top:17.493764877319rem;left:48.912499427796rem;overflow:hidden;display:block; }
#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -moz-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -ms-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -o-linear-gradient(180deg, #fff9e8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff9e8, #ffffff);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; }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .row .container { background-color: transparent; background-image: none; }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .row .container > .video-iframe-container { display: none; }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .row > .video-iframe-container { display: none; }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .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); }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .row .container { border-width: 0; border-radius: 0; }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#y8p7LH7x92TGBkDXWLaJqkIqNhynsTOO { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:3.25rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OBKf9XuRWnaDK0LS76I1suBdD3PbTpyc { position:absolute;display:block;z-index:15003;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:1.875rem;display:block; }
#yc02T5iBHkIC5iVdCs1gF8fia6vTBvWc { position:absolute;display:block;z-index:15009;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:21.125rem;display:block; }
#s8TQQi4sDAsIKz16CcEteyf8wppBpJGT { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.625rem;left:22.4375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UskEdvy50Kawx89bWM9p05mTEQc5h52p { position:absolute;display:block;z-index:15015;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:39.875rem;display:block; }
#lvc6InFqeUmHT0wRPJvtqyW8OXF34nyi { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.625rem;left:41.1875rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pdfOHoV2TwpdRVRxlfZSFRCUR7MrXwp2 { position:absolute;display:block;z-index:15021;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:58.5625rem;display:block; }
#y1ZLnN1LZl5v8tUlrBdPTFXOJ91QH4nP { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.625rem;left:59.9375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aaHvSn9cBSIKd5J8GXTZCypQ9w2Fg6vS { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:2.6875rem;left:21.125rem;display:block; }
#HEQ1VNSHkkkQJCOvGVPfzBhps4aAKUUE { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:2.6875rem;left:1.875rem;display:block; }
#sKqa3p7kG0iQa1saUZ4ohFGtgELFvH36 { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:2.6875rem;left:39.8125rem;display:block; }
#L1W758mXT0nsFgv4ASehgeKQEKT3KMD0 { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:2.6875rem;left:58.5625rem;display:block; }
#FfFBfO8NvRTMOTm1kRtVC7y4LoMfeWww { 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:15037;top:10.3125rem;left:7.6875rem; }
#wQTuiz7BLiDdgD5bsGTIPnqJLChlPIrD { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:10.15625rem;left:26.6875rem; }
#VOJ7VoEsMruQlJ6BObE6C0vWsxNK5gxN { 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:15039;top:10.3125rem;left:45.625rem; }
#EWaLcQtQ9p9sxqOhcGgK8TfauXdhK3hG { 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:15040;top:10.15625rem;left:64.375rem; }
#QStTVtUXNQVE01FusufQWrssAGtNdkvo { position:relative;display:block; }#QStTVtUXNQVE01FusufQWrssAGtNdkvo { background-color: transparent; background-image: none; }#QStTVtUXNQVE01FusufQWrssAGtNdkvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QStTVtUXNQVE01FusufQWrssAGtNdkvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QStTVtUXNQVE01FusufQWrssAGtNdkvo > .row .container > .video-iframe-container { display: none; }#QStTVtUXNQVE01FusufQWrssAGtNdkvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QStTVtUXNQVE01FusufQWrssAGtNdkvo > .row > .video-iframe-container { display: none; }#QStTVtUXNQVE01FusufQWrssAGtNdkvo > .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); }#QStTVtUXNQVE01FusufQWrssAGtNdkvo { border-width: 0; border-radius: 0; }#QStTVtUXNQVE01FusufQWrssAGtNdkvo > .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; }#QStTVtUXNQVE01FusufQWrssAGtNdkvo > .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:block; }#frhVJvMO4m31fO1BoIpPdrPPoMVxTzo4 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.72) ;height:17.0625rem;width:16.375rem;top:0.84375rem;left:1.1875rem;overflow:hidden;display:block; }
#vRizvRVfCvFzheVuTxwQJrvGDWMTcQon { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61) ;height:17.0625rem;width:16.375rem;top:0.84375rem;left:19.936718940735rem;overflow:hidden;display:block; }
#GA07vL5txyNNc1Cgq8xsJ807pSwNXkMt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.59) ;height:17.0625rem;width:16.375rem;top:0.84375rem;left:38.687500953674rem;overflow:hidden;display:block; }
#gaIhnEXGgXFC5cKGCcaHdogkExsEaIaa { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.66) ;height:17.0625rem;width:16.375rem;top:0.84375rem;left:57.437500953674rem;overflow:hidden;display:block; }
#bpf0v2BFHzul1e59AwmpoMagNyMuze9T { position:relative;display:block; }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T { background-color: transparent; background-image: none; }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .row .container > .video-iframe-container { display: none; }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .row > .video-iframe-container { display: none; }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .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); }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T { border-width: 0; border-radius: 0; }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .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; }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .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:37.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; }#C7o0aLi2zuKiIA6A1IfX3FE8TQDWWRVl { position:absolute;display:block;z-index:15000;height:25.5625rem;width:60rem;top:4.53125rem;left:7.499218940735rem;display:block; }
#eJemx73kSGUclI8T8LmTlGMQMLKvWvZX { color:#222222;display:block;width:58.8125rem;position:absolute;font-family:"gfs didot";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0601563453674rem;left:6.811718940735rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/11b72728-e979-482f-b587-7134d8d64d55/femaleatcosmeticbeautyspaclinichasfacialha20241018174909utc.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF.adaptive-delivery-prevent-bg, #g4CH5w080OFq8EXF9mFcUw0OTpGMUElF.lazyload, #g4CH5w080OFq8EXF9mFcUw0OTpGMUElF.lazyloading { background-image: none; }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .row .container { background-color: transparent; background-image: none; }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .row .container > .video-iframe-container { display: none; }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .row > .video-iframe-container { display: none; }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .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); }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .row .container { border-width: 0; border-radius: 0; }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { background-color: transparent; background-image: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .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); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { border-width: 0; border-radius: 0; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { color:#000000;display:block;width:75rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875061988831rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -moz-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -ms-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -o-linear-gradient(180deg, #ffffff, #fff9e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9e8' );";background-image: linear-gradient(180deg, #ffffff, #fff9e8);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; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { background-color: transparent; background-image: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container > .video-iframe-container { display: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container { display: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .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); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { border-width: 0; border-radius: 0; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#XxuR67rJmlHku0TafHHdTauEJbnxC3VS { position:absolute;display:block;z-index:15004;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.72) ;height:11.0625rem;width:19.375rem;top:6.6875rem;left:2.5rem;display:block; }
#pA1QtvabkRrZRHU4zAe34wLsEdvAmFRE { color:#000000;display:block;width:17rem;position:absolute;font-family:"gfs didot";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4375rem;left:4rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { color:#000000;display:block;width:17rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:10.75rem;left:4rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { position:absolute;display:block;z-index:15008;background-color:#efefef;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.71) ;height:11.0625rem;width:19.375rem;top:6.6875rem;left:27.8125rem;display:block; }
#Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { color:#000000;display:block;width:17rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:10.75rem;left:29rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#z91UcM5qci4ZCPVfCye0UftrF4wZywAT { color:#000000;display:block;width:17rem;position:absolute;font-family:"gfs didot";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:29rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { position:absolute;display:block;z-index:15012;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.74) ;height:11.0625rem;width:19.375rem;top:6.6875rem;left:53.125rem;display:block; }
#L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { color:#000000;display:block;width:17rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:10.75rem;left:54rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#GCrHV5Dduh2kleIBemAIqW3PSky1lpJM { color:#000000;display:block;width:17rem;position:absolute;font-family:"gfs didot";font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4375rem;left:54rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#OyDNaE66UtfyxGDkiaCX3PX8OabrmOLK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.625rem;left:9.875rem; }
#mGJQgDTZCGhrNGDwzPJ0EEkx09gFbRyH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.625rem;left:34.875rem; }
#yRB0qaBBRUn9wL1nksSmDmgNuJI0BkKy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0rem;left:59.875rem; }
#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -moz-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -ms-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -o-linear-gradient(180deg, #fff9e8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff9e8, #ffffff);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; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { background-color: transparent; background-image: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container > .video-iframe-container { display: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container { display: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .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); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { border-width: 0; border-radius: 0; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#uEc6JwgoWdTpbZlWNJanh8DTDTrr3iPt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:21.75rem;width:27rem;top:9.3101563453675rem;left:6.4351568222044rem;overflow:hidden;display:block; }
#u9tgs7SbFhS9GNxNLTxRfuI9gy2AUUT1 { color:#000000;display:block;width:75rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3734273910523rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EpErFrzE88oDlBSSkwo5OO6780JylbB7 { position:absolute;display:block;z-index:15020;height:15.5625rem;width:27rem;top:9.3101561069487rem;left:35.787499427796rem;display:block; }
#eBlzVOA0A0BPaLs7X3vAatCCxwriZ2ME { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:24.87265586853rem;left:35.787499427796rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#tURTzx22TOcWylZAJO06xqeZHoeWrOqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -moz-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -ms-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -o-linear-gradient(180deg, #ffffff, #fff9e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9e8' );";background-image: linear-gradient(180deg, #ffffff, #fff9e8);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; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { background-color: transparent; background-image: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .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); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { border-width: 0; border-radius: 0; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { color:#100d0d;display:block;width:41.6875rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:2.0499992370606rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(7,7,7,0.6) ;height:19.8125rem;width:27.25rem;top:2.59375rem;left:46.187500953674rem;overflow:hidden;display:block; }
#iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:20rem;top:3.5rem;left:43.687500953674rem;overflow:hidden;display:block; }
#y67zxw4czOCCH38ekZiTTHH86tfIcNkw { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.6875rem;left:2.875rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }#y67zxw4czOCCH38ekZiTTHH86tfIcNkw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y67zxw4czOCCH38ekZiTTHH86tfIcNkw li:before{  }
#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -moz-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -ms-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -o-linear-gradient(180deg, #fff9e8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff9e8, #ffffff);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; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { background-color: transparent; background-image: none; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container > .video-iframe-container { display: none; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row > .video-iframe-container { display: none; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .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); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { border-width: 0; border-radius: 0; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { color:#000000;display:block;width:41.8125rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9226560592651rem;left:28.687500953674rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#ug45MMP8F5LVzsI8xDdf7oTCCPDOmTM1 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:19rem;top:8.3742160797119rem;left:8.061718940735rem;overflow:hidden;display:block; }
#pQ4cpwT1haT10qi7H5ivbfA62RyCOU82 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.7) ;height:24.125rem;width:21.9375rem;top:1.875rem;left:2.8570308685302rem;overflow:hidden;display:block; }
#S7G8ul5ZOBFDkaXczLsoUTVTDVAxR4BC { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:10.591406822204rem;left:28.687500953674rem;height:12rem;text-align:left;text-align-last:left;display:block; }#S7G8ul5ZOBFDkaXczLsoUTVTDVAxR4BC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S7G8ul5ZOBFDkaXczLsoUTVTDVAxR4BC li:before{  }
#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LcWbd5jd/thankyou_bg3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid rgba(16,13,13,0.55);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(16,13,13,0.48);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH.adaptive-delivery-prevent-bg, #zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH.lazyload, #zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH.lazyloading { background-image: none; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row .container { background-color: transparent; background-image: none; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row .container > .video-iframe-container { display: none; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row > .video-iframe-container { display: none; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .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); }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row .container { border-width: 0; border-radius: 0; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row .container { width:75rem;height:16.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#do8qkop84m4DBWUrqB5MlBTMNtFy7OsC { color:#433c3f;display:block;width:75rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#fHTLVVbdLvD8o5pHfPTngOVBh5EpOGA7 { color:#000000;display:block;width:75rem;position:absolute;font-family:"gfs didot";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#ERUQ8XvWmCeafi0fOfU0qTGOXzTCtgkT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.1875rem;left:35.9375rem; }
#ERUQ8XvWmCeafi0fOfU0qTGOXzTCtgkT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .row .container { background-color: transparent; background-image: none; }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .row .container > .video-iframe-container { display: none; }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .row > .video-iframe-container { display: none; }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .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); }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .row .container { border-width: 0; border-radius: 0; }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#kTe6hvnaKsZAVIwqCg4D66n3WON2CB2F { color:rgba(0,0,0,0.7);display:block;width:9.5625rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.8125rem;left:10rem;height:1.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTLvEF0tBUZKeldbCV79kRoxPoxpC782 { position:absolute;display:block;z-index:15007;background-color:#d19a52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:3.375rem;left:2.5rem;display:block; }
#zoIG10pHwdTrlkWpJsP9sDiaUNpwZ0zq { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"gfs didot";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cgN4piSp8q4TMGVMJ2sVVqCQrFATqK2W { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:15.5625rem;top:12.8125rem;left:4.6875rem;overflow:hidden;display:block; }
#gD5D4cfuix4zey64Liwf00WJ2JwpxUBc { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6rem;left:30.000000953674rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mBC8ZubixP6mCiVOhWITiEti3xZtF2tn { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3rem;left:30rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qQ7XngX9Ele0iqaIGp7HRMV7K8FpoHaP { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.125rem;left:30rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#erMgl1Wy8U124ts7UVs9AMMi3xlZ9OsI { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.125rem;left:30rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o6Ri29Mw2HqVT66ARqQtIVPmBfaWBHAA { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:21.5625rem;left:30rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yknEoCMUdK58Q015LPWoo24BZXkkp1eu { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:24.5625rem;left:30rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VBiFx4hbhJecxOWBE4CvevfEbOHXZIbc { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:6rem;left:55.937500953674rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oDJQX53WcnbMazU2TTeQt3q4Boa34TsB { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:3rem;left:55.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nugqdbGq7vI2Q2zzllsyfHo2oSxitIIH { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.375rem;left:55.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s8sHNrt1r9FNHudIp0J83uWvn7Vz3CPV { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.375rem;left:55.9375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bBx8XIkkFIGHNIz3LsG6iDImAvAQ1Tx4 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:21.8125rem;left:55.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Albp9bKGoBcnTlBrfCxU889CDL5JUzuy { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:24.8125rem;left:55.9375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#obCEL8Pn4T3qiQNlB6cx6OvKyNpOrGSl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.8125rem;left:27.5rem; }
#ihApDsDSFBT2luV6vbDkUFD0pgFqDwIO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:11.875rem;left:27.5rem; }
#KS6NZ69d4sS6eRAf3gN1Zkm11TGc4TER { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.3125rem;left:27.5rem; }
#L9uS4D6gTUWT6vGZarwwoz5DJeUnM29P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:21.5625rem;left:53.3125rem; }
#ed4u0lzP8ngRp2yNAbizMPv1clJxUOwN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.125rem;left:53.3125rem; }
#fnACuVN2F6UGJwzoM9I2NycJL6ANAAuo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.8125rem;left:53.3125rem; }
#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13a6fcac-5a6b-4d70-8e59-e18bef63c3a6/closeupofwomangettingfacialhydromicrodermab20241022031028utc1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV.adaptive-delivery-prevent-bg, #nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV.lazyload, #nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV.lazyloading { background-image: none; }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .row .container { background-color: transparent; background-image: none; }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .row .container > .video-iframe-container { display: none; }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .row > .video-iframe-container { display: none; }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .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); }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .row .container { border-width: 0; border-radius: 0; }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe8bc, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe8bc, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe8bc, #ffffff);background-image: -o-linear-gradient(180deg, #ffe8bc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8bc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8bc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe8bc, #ffffff);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; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row .container { background-color: transparent; background-image: none; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row .container > .video-iframe-container { display: none; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row > .video-iframe-container { display: none; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .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); }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row .container { border-width: 0; border-radius: 0; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#w4Mp30QAkK3AA2UxOL0MMA056RA2RHt7 { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:"gfs didot";font-size:4rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:0rem;left:10.168749809265rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r2u2RTCBemA6hSTGtwx4BOlVsdfAlGnx { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:4.6687507629394rem;left:9.7125005722044rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -moz-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -ms-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -o-linear-gradient(180deg, #ffffff, #fff9e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9e8' );";background-image: linear-gradient(180deg, #ffffff, #fff9e8);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; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row .container { background-color: transparent; background-image: none; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row .container > .video-iframe-container { display: none; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row > .video-iframe-container { display: none; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .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); }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row .container { border-width: 0; border-radius: 0; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#O1V95hkcJ6T1PGx9vamDZxm7ks1CoAlC { position:absolute;display:block;z-index:15000;height:21.75rem;width:54.0625rem;top:1.0000009536743rem;left:10.467968940735rem;display:block; }
#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -moz-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -ms-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -o-linear-gradient(180deg, #fff9e8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff9e8, #ffffff);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; }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row .container { background-color: transparent; background-image: none; }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row .container > .video-iframe-container { display: none; }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row > .video-iframe-container { display: none; }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .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); }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row .container { border-width: 0; border-radius: 0; }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { color:#100d0d;display:block;width:35.25rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5875005722046rem;left:2.7367181777954rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#dpZzONszJDFgi9FIPFMyliWabqueQxZt { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.7625000476837rem;left:2.734375rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#hXCAz1MbazRKMhhQyfcnoakTBQfWwHsw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:23.625rem;width:26.6875rem;top:2.5875082015991rem;left:39.799490363659rem;overflow:hidden;display:block; }
#lmucK5TlQVNt7w2h8v54pMiaohsL3bVd { color:#100d0d;display:block;width:35.25rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.375rem;left:18.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -moz-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -ms-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -o-linear-gradient(180deg, #ffffff, #fff9e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9e8' );";background-image: linear-gradient(180deg, #ffffff, #fff9e8);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; }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .row .container { background-color: transparent; background-image: none; }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .row .container > .video-iframe-container { display: none; }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .row > .video-iframe-container { display: none; }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .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); }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .row .container { border-width: 0; border-radius: 0; }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#qB7fA8NArUDzKIWSfJE3d4Z1LNs3IrV2 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:28.500001907349rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#FxQypFsANuhDhSUKTd14FmbW1hHRw56r { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,21,206,0.49) ;height:22.25rem;width:22.25rem;top:3rem;left:2.83203125rem;overflow:hidden;display:block; }
#hW6Pztv75X17dSFbFTpllCsFP8izh4TA { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:6.25rem;left:28.500001907349rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F7tdbH4KkItS7LKIPz4iqQdHCTq7RP4N { color:#000000;display:block;width:40.25rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.625rem;left:28.500001907349rem;height:25.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NcL6gW7M31KPWxDisOQFG4C9JhiLJnm0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.3125rem;top:10.925001144409rem;left:55.687498092651rem;overflow:hidden;display:block; }
#uWTDq1HkqVKrxRT77nAukupv4COtWcEB { position:absolute;display:block;z-index:15011;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.75rem;width:7.3125rem;top:22.9375rem;left:47.71249961853rem;overflow:hidden;display:block; }
#vnb1e7IBXucfUAyc5D4lkTyr95XnLm1Z { position:absolute;display:block;z-index:15012;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.75rem;width:7.3125rem;top:27.425001144409rem;left:35.89999961853rem;overflow:hidden;display:block; }
#LA2o8mXSZF9lTFry85xiIGtS13kHQHoK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.3125rem;top:33.300000667572rem;left:52.77499961853rem;overflow:hidden;display:block; }
#BgC6zwmyUUto0Zil8vA7hMJhD8532Mgh { position:absolute;display:block;z-index:15014;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.75rem;width:7.3125rem;top:37.925000786781rem;left:36.912499427796rem;overflow:hidden;display:block; }
#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -moz-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -ms-linear-gradient(180deg, #fff9e8, #ffffff);background-image: -o-linear-gradient(180deg, #fff9e8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff9e8, #ffffff);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; }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .row .container { background-color: transparent; background-image: none; }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .row .container > .video-iframe-container { display: none; }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .row > .video-iframe-container { display: none; }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .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); }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .row .container { border-width: 0; border-radius: 0; }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#lx2w4dCEzTamiwcCgx1xFs60KxagpfA7 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.46875rem;left:28.625001907349rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#cU3QXpXkbI1g9NxauL4b0mIEJCoEG7D2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,21,206,0.36) ;height:22.25rem;width:22.25rem;top:2.46875rem;left:2.6843748092651rem;overflow:hidden;display:block; }
#kwMubNkzIL35eH8IPW0giHhxsTRl1kAP { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:5.7187480926514rem;left:28.625001907349rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZUBPdD18JVOkvbTCH1B5MAr779KEC2kN { color:#000000;display:block;width:40.25rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.28750038147rem;left:28.625000953674rem;height:18rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bPCudkKKR6stiCgUmnTZJLBS9iwhP4gS { position:absolute;display:block;z-index:15015;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.75rem;width:7.3125rem;top:8.03750038147rem;left:43.224999427796rem;overflow:hidden;display:block; }
#DmeysvJSDfunv4ahpEn8s1uS7b8bHsvI { position:absolute;display:block;z-index:15016;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.75rem;width:7.3125rem;top:13.9375rem;left:43.224999427796rem;overflow:hidden;display:block; }
#R0LgPfJVVGbdlOWT8GWprKAXC9r6SVKM { position:absolute;display:block;z-index:15017;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.75rem;width:7.3125rem;top:20.0625rem;left:33.099999427796rem;overflow:hidden;display:block; }
#goo921LLQWpl1ym3SrPqA19Te7nCqXZC { position:absolute;display:block;z-index:15018;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.75rem;width:7.3125rem;top:23.018749237061rem;left:58.162499427796rem;overflow:hidden;display:block; }
#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -moz-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -ms-linear-gradient(180deg, #ffffff, #fff9e8);background-image: -o-linear-gradient(180deg, #ffffff, #fff9e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9e8' );";background-image: linear-gradient(180deg, #ffffff, #fff9e8);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; }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row .container { background-color: transparent; background-image: none; }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row .container > .video-iframe-container { display: none; }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row > .video-iframe-container { display: none; }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .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); }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row .container { border-width: 0; border-radius: 0; }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#J9DBmbTIxDOI4CrUy0AV9vtryIAdoHZw { color:#000000;display:block;width:75rem;position:absolute;font-family:"gfs didot";font-size:4rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.1875009536743rem;left:0rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:"gfs didot";color:#100d0d;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"gfs didot";font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_93f5fa77d741750402d5c32cfcae9b9d57da5906.svg");background-size:contain !important; }#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-trigger.adaptive-delivery-prevent-bg, #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-trigger.lazyload, #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-trigger.lazyloading { background-image: none; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.25rem;left:10.625rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #VCqXx1rCBUo21feRRT5Tf9wVGW7LAPfT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #WEqUm2yOwsfpEQGMRBrCEOwsOydzIdw6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #HXsAhdPdeZHzbaBpnJWNMkifohMT6a40 { display:block;position:relative; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #cF6npvE6sbP73cHDoTZKiWFtyF2sMJQy {  }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #I0WorxNeOt2V1CkoxSUQwyptmW2Na8Oi {  }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #EAIWo3aNcf2phsm1bIUJAIozOu9TUvWd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #MTbBizuL5bOWUTz65fpDFh5gJrPr9gPX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #ZAXJOavt9E9Thn3WpQUAPNpbUtAmpQHC { display:block;position:relative; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #znOZrKf5kCPwfzPWPBfE49uXMkKDowU9 {  }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #qz1G0DBFfTzlZHaGtOo6MAAHHueTL89g { display:none; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #ehTXAefUOmsfEi8hoq9of567RIiXZqTQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #NCUyKhRZO0iClWd1Fmoe6SrLxH6klS0J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #glAZ4NnPykMdTw4WrPEmAUb4xMpReD6p { display:block;position:relative; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #Qahsh71te8FHf3uc8HnKZaQLn7dQ1zFk {  }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #AKGi3S04u4kn9kK4Z0RWEMbfm5OJPH5y { display:none; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #UGBsS71ul5xDlb6RRRbEonb68hNqGwBD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #XEUlfOErPeOsss0Wxr2RFWJ4xXPvrtrg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #DuFuJqahAv9FcbGTQSGHWXeglP4yD27U { display:block;position:relative; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #XPeaJGQFTJuVmzL4C5qRm5l93eTEky7h {  }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #JOQTygaz9IL1Z7TlUhekSb6zNCPcqQm4 { display:none; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #zz8wE0THAQCadsLcTRHzPyXu6IrTUOZT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #uJ2Tln3o1VG8CWcxpiT3FNuERimguTuU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #JduX4G8AtSCFQ1RD68XWRtILxHm3foLP { display:block;position:relative; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #XWPWCfI8N2817QQIMqpZrrSVafDRUMiK {  }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #BI5LnTJEWzKhWxfFrfLho7IwX3VS5ic2 { display:none; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #mvpgtxEFxJ6h1X2AxZCRSreHUcy3lRgh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #HJMV4EW5CWx0cGvXrO1AHQaleynNvsXT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #DHUHuKZGCfErToO1TRc9Dq9Dqt8sW3LM { display:block;position:relative; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #vxcKMAAFaEvLO666uBQnqariPIWJWmzA {  }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #yNuRQ2Tnf3s3hfot6vByDlocPE2mhq0p { display:none; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #xTTVVCLsiyeX46HzrTH5qRtEBTP02KAg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #IWDvbGX9udzzHgfkQ88Nqozo4ymaxDlP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #HF2ytJzlKXnz3MPA5kTJAeJQqeHaJhty { display:block;position:relative; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #L4bV8svpHcUKyvb4kcTG7Hxz4yDBqK6L {  }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #kiEoy1kNTLyeL0ZfX4ndtm9B0cdopKXl { display:none; }
#b5ltlcRDqZqgSTz69ZKPOQem1hWZxGLn { box-sizing:content-box;height:17.4375rem;width:51.25rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:8.5625rem;left:10.625rem;border-top:0.0625rem solid #063949;border-left:0.0625rem solid #063949;border-right:0;border-bottom:0;display:block; }
#AE8vB3whgGacBvmc0gTaDsZ2LJDhSgy0 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#063949;background-image:none;top:7.9375rem;left:61.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff9e8, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fff9e8, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fff9e8, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fff9e8, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e8', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fff9e8, rgba(0,0,0,0));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row .container { background-color: transparent; background-image: none; }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row .container > .video-iframe-container { display: none; }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row > .video-iframe-container { display: none; }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .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); }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row .container { border-width: 0; border-radius: 0; }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;overflow:visible;position:relative;display:block; }#VIHc6rPznk2NZzU25KezPiSuFh5qdMGw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"gfs didot";font-size:4rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:3.6554632186889rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-form-header {  }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:bold;color:#2f2f2f;width:32.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-text { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.5rem;box-sizing:border-box;height:3.125rem;color:#2f2f2f;font-size:0.875rem;overflow:hidden;font-family:"gfs didot";vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-textarea { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.5rem;box-sizing:border-box;height:4.375rem;color:#2f2f2f;font-size:0.875rem;overflow:hidden;font-family:"gfs didot";vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.5rem;box-sizing:border-box;height:3.125rem;color:#2f2f2f;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .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; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#100d0d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.125rem;margin-bottom:0.25rem;margin-left:8.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ebebeb;width:16.25rem;height:4.375rem;font-family:"gfs didot";overflow:hidden;font-style:normal; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 [class*="-text"]:-moz-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 [class*="-text"]::-moz-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 [class*="-text"]:-ms-input-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 [class*="-text"]::-webkit-input-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .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:lato;line-height:1.4;font-size:0.75rem;font-weight:300;color:#2f2f2f;vertical-align:top;width:31.25rem;overflow:hidden;font-style:normal;float:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .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; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:300;color:#5e5e5e;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-container:first-of-type{padding-top:0;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-container:last-of-type{padding-bottom:0;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.730499267578rem;left:19.999218940735rem; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.5rem;display:block;vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#2f2f2f;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 {display:block;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.730499267578rem;left:19.999218940735rem; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #mmVb7W9ATsJKxQtzVtHWkiiuGQrS8Ign { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #H1JEwzEHzTCBR7MB8bymfo7cLZH6hM6P { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rWllm40rXAdHaGm6dAMIefhdlRaPW3AE { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #y6TgmmAXRPZy9W1wvSRyzELvBN07Rm1N { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rIEWTINwTPtqphvwrJAb5Tw5LzRDOdRi { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #IsQcMsbWW3QSAcnDLWMmSGJfrsVoeZER { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #UDwry1PbSXqP1nfKDpukWvetDsDEQSLT { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #ldfT6CNHA5O0UuHqAizln2qUTe5eMQLd { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #r9PshmoUtAx4BBrE2pBsKnJashW32pzW { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #dl0AJ9wg2gb26iEbWhOGgT0hDGEqAoSI { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #OLMip8CWGqZ6JHx7dHZ7gtA1TtJu3qzf { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #bkAmV3L4urH14p9EZ9FGKUSpJPTu4ScL { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #XySasCfMU6UpPAPTCAu83F1OuucMt3F1 { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #lThgOvtMbfrfnofhPOEOBkI7qAURP4Ky { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #dWCmNdh8S7rUymdq0ST0L95dylNBkrwD { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #hpzdiz6fDPK4LIunvv9ObWd4bl8Rmfd0 { position:relative;display:block;z-index:15000; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #gDybHTKJo0ssw38TUdTpQr1cQtEIgNri { position:relative;display:block;z-index:15000; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #hrx4BcmGdObgb83QQJXJUSFVApymbiKe { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #v4RpeGbvOahRBIgiPoSnwkrDy8rOIcMC { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #LcXMZckcUSlzZEIr7sSx6lS46sUOFveV { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rNsgPwG5kOKBeVJZTO95ndDXyPASMvPE { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #Trs1G4pZwNw99RdTMXXSDnBf010zGPJy { position:relative;z-index:2; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #HkLbWO7pBE6MxSJcaGTNJvLTfTm5Ta7A { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #MUhZGXefh5MqAdyf69feKoEZCCzNLwbz { position:relative;display:block;z-index:15000; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #G0zNp7X98QsHcvRO6DVwPmKfacZvetVk { position:relative;display:block;z-index:15000; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #L1W083ezqeNKXcycDRKrMWRZVawsoAK6 { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rZ8trTO0Lma5yPT7xRguoVAmg6nNVvAh { position:relative; }
#zAMPBg9XoALl6Eczq6g7R4ftoa8dvwb8 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(16,13,13,0.46), rgba(16,13,13,0.3));background-image: -moz-linear-gradient(180deg, rgba(16,13,13,0.46), rgba(16,13,13,0.3));background-image: -ms-linear-gradient(180deg, rgba(16,13,13,0.46), rgba(16,13,13,0.3));background-image: -o-linear-gradient(180deg, rgba(16,13,13,0.46), rgba(16,13,13,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#100d0d75', endColorstr='#100d0d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#100d0d75', endColorstr='#100d0d4c' );";background-image: linear-gradient(180deg, rgba(16,13,13,0.46), rgba(16,13,13,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:54.4375rem;width:59.75rem;top:1.28125rem;left:7.621874809265rem;display:block; }
#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe8bc;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; }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .row .container { background-color: transparent; background-image: none; }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .row .container > .video-iframe-container { display: none; }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .row > .video-iframe-container { display: none; }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .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); }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .row .container { border-width: 0; border-radius: 0; }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#uKKTQyMkrOU6cNhs0kOKyppCCItmE03J { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:7.875rem;left:2.375rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#Xu4aLfhJ42PXBfBr7w6pQhb1g60w0Td9 { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#QtEsqvqOn7LUUnbIyVXAEhzurfZd3lKk { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#zXlbTcZhykteZRMEwrtBPd2aRMFN7WDA { 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:5.5625rem;width:15.5625rem;top:2.3625011444092rem;left:51.006249427796rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pISZFPVUwX6V2HIToRxLREAhixk6dOKH { display:block; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaDPEJJuiwenWZNrfiozPq19TzTCcTNr { width:9.375rem;height:3.5076530612245rem;top:0.3125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #wex67dcAMC4od5J2H1TPkSvCbzZhEg6z { width:6.9375rem;height:3.125rem;top:0.4375rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfy72eQteARfiTG0twfTuPT8CaxvzaGM { display:block; }
 }@media only screen and (max-width: 763px) { #O0VxzhyimdA4T2Lc0lfEeriVMJIvqkqK { top:0.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#O0VxzhyimdA4T2Lc0lfEeriVMJIvqkqK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #qvsKi9AuQo56ytQHH5XmHdqNw4gsoXa2 { width:9.25rem;height:1.6875rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw { display:block; }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBTwTNfSF35e0OT9RALEX6WskhAqb8my { width:47.75rem;height:4.125rem;top:7.0625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onunzxCOcGHeub7T0k5CsIqV1VPMmW1t { top:16.75rem;left:17.625rem;width:9.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuTL8AXv3pNBfv71S9PycmJ7hGi0BhfM { top:21.0625rem;left:14.1875rem;width:18.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzfRTBVlaNnclSNEuJkmk2UznBzqEhcN { top:24.0625rem;left:17.375rem;width:10.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkTdhP1I2XhwDGmGVQkzuITchGl3RTQo { width:33.1875rem;height:3.25rem;top:29.875rem;left:5.8429689407349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnETgJtqsi0mz3VAn7caJ84a4yZbACoH { width:35.5rem;height:1.625rem;top:11.1875rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeq3lSENhQdSd5KEL6VMK3wP896G9Ahl { width:33.1875rem;height:2rem;top:34.9375rem;left:5.8429689407349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNDp66QWxkER5Sa37gW5OgvIf0m1NoGv { top:17.4375rem;left:29rem;width:18.75rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4L7OVv6CpqEQAy7prsWC8710WxzK9fb { display:block; }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8p7LH7x92TGBkDXWLaJqkIqNhynsTOO { width:11.375rem;height:4.375rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBKf9XuRWnaDK0LS76I1suBdD3PbTpyc { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc02T5iBHkIC5iVdCs1gF8fia6vTBvWc { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8TQQi4sDAsIKz16CcEteyf8wppBpJGT { width:11.375rem;height:4.375rem;top:4.625rem;left:12.218750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UskEdvy50Kawx89bWM9p05mTEQc5h52p { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvc6InFqeUmHT0wRPJvtqyW8OXF34nyi { width:11.375rem;height:4.375rem;top:4.625rem;left:24.156250953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdfOHoV2TwpdRVRxlfZSFRCUR7MrXwp2 { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ZLnN1LZl5v8tUlrBdPTFXOJ91QH4nP { width:11.375rem;height:4.375rem;top:4.625rem;left:36.093750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaHvSn9cBSIKd5J8GXTZCypQ9w2Fg6vS { width:14.0625rem;height:14.0625rem;top:2.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEQ1VNSHkkkQJCOvGVPfzBhps4aAKUUE { width:14.0625rem;height:14.0625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKqa3p7kG0iQa1saUZ4ohFGtgELFvH36 { width:14.0625rem;height:14.0625rem;top:2.6875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1W758mXT0nsFgv4ASehgeKQEKT3KMD0 { width:14.0625rem;height:14.0625rem;top:2.6875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfFBfO8NvRTMOTm1kRtVC7y4LoMfeWww { width:2.5rem;height:2.5rem;top:10.3125rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTuiz7BLiDdgD5bsGTIPnqJLChlPIrD { width:2.8125rem;height:2.8125rem;top:10.125rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOJ7VoEsMruQlJ6BObE6C0vWsxNK5gxN { width:2.5rem;height:2.5rem;top:10.3125rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWaLcQtQ9p9sxqOhcGgK8TfauXdhK3hG { width:2.5rem;height:2.5rem;top:10.125rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QStTVtUXNQVE01FusufQWrssAGtNdkvo { display:block; }#QStTVtUXNQVE01FusufQWrssAGtNdkvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frhVJvMO4m31fO1BoIpPdrPPoMVxTzo4 { top:0.8125rem;left:0rem;width:16.375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRizvRVfCvFzheVuTxwQJrvGDWMTcQon { top:0.8125rem;left:7.5rem;width:16.375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA07vL5txyNNc1Cgq8xsJ807pSwNXkMt { top:0.8125rem;left:19.4375rem;width:16.375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaIhnEXGgXFC5cKGCcaHdogkExsEaIaa { top:0.8125rem;left:31.375rem;width:16.375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpf0v2BFHzul1e59AwmpoMagNyMuze9T { display:block; }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7o0aLi2zuKiIA6A1IfX3FE8TQDWWRVl { top:4.5rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJemx73kSGUclI8T8LmTlGMQMLKvWvZX { width:47.75rem;height:7.3125rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4CH5w080OFq8EXF9mFcUw0OTpGMUElF { display:block; }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:47.75rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { display:block; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxuR67rJmlHku0TafHHdTauEJbnxC3VS { width:19.375rem;height:11.0625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA1QtvabkRrZRHU4zAe34wLsEdvAmFRE { width:17rem;height:1.75rem;top:7.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:17rem;height:4.5rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { width:19.375rem;height:11.0625rem;top:6.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:17rem;height:4.5rem;top:10.75rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91UcM5qci4ZCPVfCye0UftrF4wZywAT { width:17rem;height:1.75rem;top:7.4375rem;left:14.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { width:19.375rem;height:11.0625rem;top:6.6875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:17rem;height:6rem;top:10.75rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCrHV5Dduh2kleIBemAIqW3PSky1lpJM { width:17rem;height:1.75rem;top:7.4375rem;left:30.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyDNaE66UtfyxGDkiaCX3PX8OabrmOLK { top:0.625rem;left:5.3125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGJQgDTZCGhrNGDwzPJ0EEkx09gFbRyH { top:0.625rem;left:21.1875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRB0qaBBRUn9wL1nksSmDmgNuJI0BkKy { top:0rem;left:37.0625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEc6JwgoWdTpbZlWNJanh8DTDTrr3iPt { width:27rem;height:21.75rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9tgs7SbFhS9GNxNLTxRfuI9gy2AUUT1 { width:47.75rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpErFrzE88oDlBSSkwo5OO6780JylbB7 { top:9.25rem;left:20.75rem;width:27rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBlzVOA0A0BPaLs7X3vAatCCxwriZ2ME { width:18.5625rem;height:8.4375rem;top:24.8125rem;left:22.162499427796rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:41.6875rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:27.25rem;height:19.8125rem;top:2.5625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { width:20rem;height:16.75rem;top:3.5rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y67zxw4czOCCH38ekZiTTHH86tfIcNkw { width:40.4375rem;height:10.5rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }#y67zxw4czOCCH38ekZiTTHH86tfIcNkw li:before{  }
 }@media only screen and (max-width: 763px) { #R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd { display:block; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { width:41.8125rem;height:6.5rem;top:1.875rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug45MMP8F5LVzsI8xDdf7oTCCPDOmTM1 { width:19rem;height:16.4375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4cpwT1haT10qi7H5ivbfA62RyCOU82 { width:21.9375rem;height:24.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7G8ul5ZOBFDkaXczLsoUTVTDVAxR4BC { width:35.4375rem;height:12rem;top:10.5625rem;left:12.3125rem;font-size:1rem;display:block; }#S7G8ul5ZOBFDkaXczLsoUTVTDVAxR4BC li:before{  }
 }@media only screen and (max-width: 763px) { #zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH { display:block; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do8qkop84m4DBWUrqB5MlBTMNtFy7OsC { width:47.75rem;height:4.0625rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHTLVVbdLvD8o5pHfPTngOVBh5EpOGA7 { width:47.75rem;height:1.8125rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUQ8XvWmCeafi0fOfU0qTGOXzTCtgkT { top:11.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#ERUQ8XvWmCeafi0fOfU0qTGOXzTCtgkT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #xThA4NroabkK7KZXeISwd2fqpXo6ixBp { display:block; }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTe6hvnaKsZAVIwqCg4D66n3WON2CB2F { width:9.5625rem;height:1.1875rem;top:2.8125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLvEF0tBUZKeldbCV79kRoxPoxpC782 { width:6.25rem;height:0.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoIG10pHwdTrlkWpJsP9sDiaUNpwZ0zq { width:16.4375rem;height:;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgN4piSp8q4TMGVMJ2sVVqCQrFATqK2W { width:15.5625rem;height:20.5rem;top:12.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD5D4cfuix4zey64Liwf00WJ2JwpxUBc { width:18.375rem;height:5.25rem;top:6rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBC8ZubixP6mCiVOhWITiEti3xZtF2tn { width:15.625rem;height:;top:3rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ7XngX9Ele0iqaIGp7HRMV7K8FpoHaP { width:15.625rem;height:;top:12.125rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erMgl1Wy8U124ts7UVs9AMMi3xlZ9OsI { width:16.5625rem;height:5.25rem;top:15.125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Ri29Mw2HqVT66ARqQtIVPmBfaWBHAA { width:15.625rem;height:;top:21.5625rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yknEoCMUdK58Q015LPWoo24BZXkkp1eu { width:16.5625rem;height:5.25rem;top:24.5625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBiFx4hbhJecxOWBE4CvevfEbOHXZIbc { width:17.1875rem;height:5.25rem;top:6rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDJQX53WcnbMazU2TTeQt3q4Boa34TsB { width:15.625rem;height:;top:3rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nugqdbGq7vI2Q2zzllsyfHo2oSxitIIH { width:15.625rem;height:;top:12.375rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8sHNrt1r9FNHudIp0J83uWvn7Vz3CPV { width:16.5625rem;height:5.25rem;top:15.375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBx8XIkkFIGHNIz3LsG6iDImAvAQ1Tx4 { width:15.625rem;height:;top:21.8125rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Albp9bKGoBcnTlBrfCxU889CDL5JUzuy { width:16.5625rem;height:5.25rem;top:24.8125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obCEL8Pn4T3qiQNlB6cx6OvKyNpOrGSl { top:2.8125rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihApDsDSFBT2luV6vbDkUFD0pgFqDwIO { top:11.875rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS6NZ69d4sS6eRAf3gN1Zkm11TGc4TER { top:21.3125rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9uS4D6gTUWT6vGZarwwoz5DJeUnM29P { top:21.5625rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed4u0lzP8ngRp2yNAbizMPv1clJxUOwN { top:12.125rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnACuVN2F6UGJwzoM9I2NycJL6ANAAuo { top:2.8125rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV { display:block; }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW { display:block; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4Mp30QAkK3AA2UxOL0MMA056RA2RHt7 { top:0rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2u2RTCBemA6hSTGtwx4BOlVsdfAlGnx { top:4.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV { display:block; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1V95hkcJ6T1PGx9vamDZxm7ks1CoAlC { top:1rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG { display:block; }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { width:35.25rem;height:6.5rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpZzONszJDFgi9FIPFMyliWabqueQxZt { width:33.625rem;height:15rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCAz1MbazRKMhhQyfcnoakTBQfWwHsw { width:26.6875rem;height:23.625rem;top:2.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmucK5TlQVNt7w2h8v54pMiaohsL3bVd { width:35.25rem;height:3.25rem;top:31.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu { display:block; }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qB7fA8NArUDzKIWSfJE3d4Z1LNs3IrV2 { width:28.125rem;height:3.25rem;top:3rem;left:14.875001907349rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxQypFsANuhDhSUKTd14FmbW1hHRw56r { width:22.25rem;height:22.25rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW6Pztv75X17dSFbFTpllCsFP8izh4TA { width:28.125rem;height:1.5rem;top:6.25rem;left:14.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7tdbH4KkItS7LKIPz4iqQdHCTq7RP4N { width:40.25rem;height:30rem;top:9.625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcL6gW7M31KPWxDisOQFG4C9JhiLJnm0 { top:10.875rem;left:40.4375rem;width:7.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWTDq1HkqVKrxRT77nAukupv4COtWcEB { top:22.9375rem;left:34.08749961853rem;width:7.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnb1e7IBXucfUAyc5D4lkTyr95XnLm1Z { top:27.375rem;left:22.27499961853rem;width:7.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2o8mXSZF9lTFry85xiIGtS13kHQHoK { top:33.25rem;left:39.14999961853rem;width:7.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgC6zwmyUUto0Zil8vA7hMJhD8532Mgh { top:37.875rem;left:23.287499427796rem;width:7.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 { display:block; }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx2w4dCEzTamiwcCgx1xFs60KxagpfA7 { width:28.125rem;height:3.25rem;top:2.4375rem;left:15.000001907349rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU3QXpXkbI1g9NxauL4b0mIEJCoEG7D2 { width:22.25rem;height:22.25rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMubNkzIL35eH8IPW0giHhxsTRl1kAP { width:28.125rem;height:1.5rem;top:5.6875rem;left:15.000001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUBPdD18JVOkvbTCH1B5MAr779KEC2kN { width:40.25rem;height:19.5rem;top:8.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPCudkKKR6stiCgUmnTZJLBS9iwhP4gS { top:8rem;left:29.599999427796rem;width:7.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmeysvJSDfunv4ahpEn8s1uS7b8bHsvI { top:13.9375rem;left:29.599999427796rem;width:7.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0LgPfJVVGbdlOWT8GWprKAXC9r6SVKM { top:20.0625rem;left:19.474999427796rem;width:7.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goo921LLQWpl1ym3SrPqA19Te7nCqXZC { top:23rem;left:40.4375rem;width:7.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 { display:block; }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9DBmbTIxDOI4CrUy0AV9vtryIAdoHZw { top:2.1875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #VCqXx1rCBUo21feRRT5Tf9wVGW7LAPfT {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #WEqUm2yOwsfpEQGMRBrCEOwsOydzIdw6 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #HXsAhdPdeZHzbaBpnJWNMkifohMT6a40 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #cF6npvE6sbP73cHDoTZKiWFtyF2sMJQy {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #I0WorxNeOt2V1CkoxSUQwyptmW2Na8Oi {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #EAIWo3aNcf2phsm1bIUJAIozOu9TUvWd {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #MTbBizuL5bOWUTz65fpDFh5gJrPr9gPX {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #ZAXJOavt9E9Thn3WpQUAPNpbUtAmpQHC {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #znOZrKf5kCPwfzPWPBfE49uXMkKDowU9 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #qz1G0DBFfTzlZHaGtOo6MAAHHueTL89g {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #ehTXAefUOmsfEi8hoq9of567RIiXZqTQ {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #NCUyKhRZO0iClWd1Fmoe6SrLxH6klS0J {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #glAZ4NnPykMdTw4WrPEmAUb4xMpReD6p {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #Qahsh71te8FHf3uc8HnKZaQLn7dQ1zFk {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #AKGi3S04u4kn9kK4Z0RWEMbfm5OJPH5y {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #UGBsS71ul5xDlb6RRRbEonb68hNqGwBD {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #XEUlfOErPeOsss0Wxr2RFWJ4xXPvrtrg {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #DuFuJqahAv9FcbGTQSGHWXeglP4yD27U {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #XPeaJGQFTJuVmzL4C5qRm5l93eTEky7h {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #JOQTygaz9IL1Z7TlUhekSb6zNCPcqQm4 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #zz8wE0THAQCadsLcTRHzPyXu6IrTUOZT {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #uJ2Tln3o1VG8CWcxpiT3FNuERimguTuU {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #JduX4G8AtSCFQ1RD68XWRtILxHm3foLP {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #XWPWCfI8N2817QQIMqpZrrSVafDRUMiK {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #BI5LnTJEWzKhWxfFrfLho7IwX3VS5ic2 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #mvpgtxEFxJ6h1X2AxZCRSreHUcy3lRgh {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #HJMV4EW5CWx0cGvXrO1AHQaleynNvsXT {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #DHUHuKZGCfErToO1TRc9Dq9Dqt8sW3LM {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #vxcKMAAFaEvLO666uBQnqariPIWJWmzA {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #yNuRQ2Tnf3s3hfot6vByDlocPE2mhq0p {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #xTTVVCLsiyeX46HzrTH5qRtEBTP02KAg {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #IWDvbGX9udzzHgfkQ88Nqozo4ymaxDlP {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #HF2ytJzlKXnz3MPA5kTJAeJQqeHaJhty {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #L4bV8svpHcUKyvb4kcTG7Hxz4yDBqK6L {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #kiEoy1kNTLyeL0ZfX4ndtm9B0cdopKXl {  }
 }@media only screen and (max-width: 763px) { #b5ltlcRDqZqgSTz69ZKPOQem1hWZxGLn { top:8.5625rem;left:0rem;width:47.6875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE8vB3whgGacBvmc0gTaDsZ2LJDhSgy0 { top:7.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlKTbHqw3GiliT6i2xWvmLA8utclUy46 { display:block; }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIHc6rPznk2NZzU25KezPiSuFh5qdMGw { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-regular-label { width:32.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-text { width:32.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-textarea { width:32.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-select { width:32.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-checkbox-label { width:31.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1  { width:32.5rem;height:auto;top:14.6875rem;left:6.374218940735rem; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .radio-container { width:32.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 {display:block;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 { width:32.5rem;height:auto;top:14.6875rem;left:6.374218940735rem; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #mmVb7W9ATsJKxQtzVtHWkiiuGQrS8Ign {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #H1JEwzEHzTCBR7MB8bymfo7cLZH6hM6P {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rWllm40rXAdHaGm6dAMIefhdlRaPW3AE {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #y6TgmmAXRPZy9W1wvSRyzELvBN07Rm1N {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rIEWTINwTPtqphvwrJAb5Tw5LzRDOdRi {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #IsQcMsbWW3QSAcnDLWMmSGJfrsVoeZER {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #UDwry1PbSXqP1nfKDpukWvetDsDEQSLT {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #ldfT6CNHA5O0UuHqAizln2qUTe5eMQLd {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #r9PshmoUtAx4BBrE2pBsKnJashW32pzW {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #dl0AJ9wg2gb26iEbWhOGgT0hDGEqAoSI {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #OLMip8CWGqZ6JHx7dHZ7gtA1TtJu3qzf {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #bkAmV3L4urH14p9EZ9FGKUSpJPTu4ScL {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #XySasCfMU6UpPAPTCAu83F1OuucMt3F1 {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #lThgOvtMbfrfnofhPOEOBkI7qAURP4Ky {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #dWCmNdh8S7rUymdq0ST0L95dylNBkrwD {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #hpzdiz6fDPK4LIunvv9ObWd4bl8Rmfd0 {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #gDybHTKJo0ssw38TUdTpQr1cQtEIgNri {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #hrx4BcmGdObgb83QQJXJUSFVApymbiKe {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #v4RpeGbvOahRBIgiPoSnwkrDy8rOIcMC {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #LcXMZckcUSlzZEIr7sSx6lS46sUOFveV {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rNsgPwG5kOKBeVJZTO95ndDXyPASMvPE {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #Trs1G4pZwNw99RdTMXXSDnBf010zGPJy {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #HkLbWO7pBE6MxSJcaGTNJvLTfTm5Ta7A {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #MUhZGXefh5MqAdyf69feKoEZCCzNLwbz {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #G0zNp7X98QsHcvRO6DVwPmKfacZvetVk {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #L1W083ezqeNKXcycDRKrMWRZVawsoAK6 {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rZ8trTO0Lma5yPT7xRguoVAmg6nNVvAh {  }
 }@media only screen and (max-width: 763px) { #zAMPBg9XoALl6Eczq6g7R4ftoa8dvwb8 { top:1.25rem;left:0rem;width:47.75rem;height:54.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S { display:block; }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKKTQyMkrOU6cNhs0kOKyppCCItmE03J { width:18.5625rem;height:8.4375rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu4aLfhJ42PXBfBr7w6pQhb1g60w0Td9 { width:9.25rem;height:1.4375rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtEsqvqOn7LUUnbIyVXAEhzurfZd3lKk { width:18.5625rem;height:1.4375rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXlbTcZhykteZRMEwrtBPd2aRMFN7WDA { width:15.5625rem;height:5.5625rem;top:2.3125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pISZFPVUwX6V2HIToRxLREAhixk6dOKH { position:fixed;z-index:199999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row .container { background-color: transparent; background-image: none; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row .container > .video-iframe-container { display: none; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row > .video-iframe-container { display: none; }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .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); }#pISZFPVUwX6V2HIToRxLREAhixk6dOKH > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaDPEJJuiwenWZNrfiozPq19TzTCcTNr { width:7.5rem;height:2.8125rem;top:0.94999998807906rem;left:1.6125000119209rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wex67dcAMC4od5J2H1TPkSvCbzZhEg6z { width:5.95rem;height:3.025rem;top:0.6875rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfy72eQteARfiTG0twfTuPT8CaxvzaGM { display:block; }
 }@media only screen and (max-width: 763px) { #O0VxzhyimdA4T2Lc0lfEeriVMJIvqkqK { display:flex;width:3.125rem;height:3.125rem;top:0.63749998807906rem;left:9.2500005364419rem; }
#O0VxzhyimdA4T2Lc0lfEeriVMJIvqkqK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #qvsKi9AuQo56ytQHH5XmHdqNw4gsoXa2 { width:9.25rem;height:1.3rem;top:1.5500000715256rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw { display:block; }#mZTU6s6KDWshzhqBsMBzOkGQATNXU1dw > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBTwTNfSF35e0OT9RALEX6WskhAqb8my { width:20rem;height:5.2rem;top:6rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #onunzxCOcGHeub7T0k5CsIqV1VPMmW1t { width:9.5625rem;height:4.25rem;top:20.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuTL8AXv3pNBfv71S9PycmJ7hGi0BhfM { width:18.125rem;height:1.6rem;top:26rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zzfRTBVlaNnclSNEuJkmk2UznBzqEhcN { width:10.0625rem;height:4.875rem;top:28.500000476837rem;left:4.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkTdhP1I2XhwDGmGVQkzuITchGl3RTQo { width:20rem;height:4.14375rem;top:33.937500953674rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cnETgJtqsi0mz3VAn7caJ84a4yZbACoH { width:20rem;height:2.6rem;top:14.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Oeq3lSENhQdSd5KEL6VMK3wP896G9Ahl { width:20rem;height:4.0625rem;top:38.637500953674rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yNDp66QWxkER5Sa37gW5OgvIf0m1NoGv { width:18.75rem;height:8.9375rem;top:44.043750762939rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4L7OVv6CpqEQAy7prsWC8710WxzK9fb { display:block; }#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8p7LH7x92TGBkDXWLaJqkIqNhynsTOO { width:11rem;height:3.9rem;top:3.1875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBKf9XuRWnaDK0LS76I1suBdD3PbTpyc { width:14.0625rem;height:0.125rem;top:12.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc02T5iBHkIC5iVdCs1gF8fia6vTBvWc { width:14.0625rem;height:0.125rem;top:27.8125rem;left:2.9406242370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8TQQi4sDAsIKz16CcEteyf8wppBpJGT { width:11rem;height:3.9rem;top:18.5rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UskEdvy50Kawx89bWM9p05mTEQc5h52p { width:14.0625rem;height:0.125rem;top:43.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvc6InFqeUmHT0wRPJvtqyW8OXF34nyi { width:11rem;height:3.9rem;top:33.8125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdfOHoV2TwpdRVRxlfZSFRCUR7MrXwp2 { width:14.0625rem;height:0.125rem;top:58.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ZLnN1LZl5v8tUlrBdPTFXOJ91QH4nP { width:11rem;height:3.9rem;top:49.125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaHvSn9cBSIKd5J8GXTZCypQ9w2Fg6vS { width:14.0625rem;height:14.0625rem;top:16.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEQ1VNSHkkkQJCOvGVPfzBhps4aAKUUE { width:14.0625rem;height:14.0625rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKqa3p7kG0iQa1saUZ4ohFGtgELFvH36 { width:14.0625rem;height:14.0625rem;top:31.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1W758mXT0nsFgv4ASehgeKQEKT3KMD0 { width:14.0625rem;height:14.0625rem;top:47.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfFBfO8NvRTMOTm1kRtVC7y4LoMfeWww { width:2.5rem;height:2.5rem;top:8.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTuiz7BLiDdgD5bsGTIPnqJLChlPIrD { width:2.5rem;height:2.5rem;top:24.03125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOJ7VoEsMruQlJ6BObE6C0vWsxNK5gxN { width:2.5rem;height:2.5rem;top:39.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWaLcQtQ9p9sxqOhcGgK8TfauXdhK3hG { width:2.5rem;height:2.5rem;top:54.65625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QStTVtUXNQVE01FusufQWrssAGtNdkvo { display:block; }#QStTVtUXNQVE01FusufQWrssAGtNdkvo > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frhVJvMO4m31fO1BoIpPdrPPoMVxTzo4 { width:16.375rem;height:17.0625rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRizvRVfCvFzheVuTxwQJrvGDWMTcQon { width:16.375rem;height:17.0625rem;top:19.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA07vL5txyNNc1Cgq8xsJ807pSwNXkMt { width:16.375rem;height:17.0625rem;top:37.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaIhnEXGgXFC5cKGCcaHdogkExsEaIaa { width:16.375rem;height:17.0625rem;top:56.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpf0v2BFHzul1e59AwmpoMagNyMuze9T { display:block; }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7o0aLi2zuKiIA6A1IfX3FE8TQDWWRVl { width:20rem;height:21.75rem;top:2.9601564407349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJemx73kSGUclI8T8LmTlGMQMLKvWvZX { width:20rem;height:3.25rem;top:1.4374971389771rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4CH5w080OFq8EXF9mFcUw0OTpGMUElF { display:block; }#g4CH5w080OFq8EXF9mFcUw0OTpGMUElF > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:20rem;height:auto;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { display:block; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxuR67rJmlHku0TafHHdTauEJbnxC3VS { width:19.375rem;height:11.0625rem;top:7.5rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.72) ;display:block; }
 }@media only screen and (max-width: 763px) { #pA1QtvabkRrZRHU4zAe34wLsEdvAmFRE { width:17rem;height:1.7875rem;top:8.25rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:17rem;height:4.5rem;top:11.5625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { width:19.375rem;height:11.0625rem;top:26.500000715256rem;left:0.31171876192093rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.71) ;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:17rem;height:6rem;top:30.718750715256rem;left:1.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91UcM5qci4ZCPVfCye0UftrF4wZywAT { width:17rem;height:1.7875rem;top:28.074999570846rem;left:1.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { width:19.375rem;height:11.0625rem;top:45.8125rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.74) ;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:17rem;height:6rem;top:50.925001144409rem;left:1.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCrHV5Dduh2kleIBemAIqW3PSky1lpJM { width:17rem;height:1.7875rem;top:47.687503814698rem;left:1.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyDNaE66UtfyxGDkiaCX3PX8OabrmOLK { display:flex;width:5.3125rem;height:5.3125rem;top:1.4375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #mGJQgDTZCGhrNGDwzPJ0EEkx09gFbRyH { display:flex;width:5.3125rem;height:5.3125rem;top:20.56249499321rem;left:7.3437505364419rem; }
 }@media only screen and (max-width: 763px) { #yRB0qaBBRUn9wL1nksSmDmgNuJI0BkKy { display:flex;width:5.3125rem;height:5.3125rem;top:39.311718940735rem;left:7.3437505364419rem; }
 }@media only screen and (max-width: 763px) { #nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEc6JwgoWdTpbZlWNJanh8DTDTrr3iPt { width:19.75rem;height:14.375rem;top:9.61093711853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9tgs7SbFhS9GNxNLTxRfuI9gy2AUUT1 { width:20rem;height:6.825rem;top:1.6976563930511rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpErFrzE88oDlBSSkwo5OO6780JylbB7 { width:20rem;height:16.75rem;top:25.235946655274rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBlzVOA0A0BPaLs7X3vAatCCxwriZ2ME { width:18.5625rem;height:7.5rem;top:39.235939025879rem;left:0.71796876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:18.8125rem;height:4.55rem;top:1.625rem;left:0.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:19.6875rem;height:14.25rem;top:25.925000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { width:19.875rem;height:16.625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y67zxw4czOCCH38ekZiTTHH86tfIcNkw { width:20rem;height:16.5rem;top:6.999218940735rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#y67zxw4czOCCH38ekZiTTHH86tfIcNkw li:before{  }
 }@media only screen and (max-width: 763px) { #R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd { display:block; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { width:20rem;height:4.55rem;top:1.1117191314698rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ug45MMP8F5LVzsI8xDdf7oTCCPDOmTM1 { width:15rem;height:12.9375rem;top:27.223437786103rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4cpwT1haT10qi7H5ivbfA62RyCOU82 { width:17.3125rem;height:19rem;top:23.875rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7G8ul5ZOBFDkaXczLsoUTVTDVAxR4BC { width:20rem;height:16.5rem;top:6.4937686920169rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#S7G8ul5ZOBFDkaXczLsoUTVTDVAxR4BC li:before{  }
 }@media only screen and (max-width: 763px) { #zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/ff124J8g/thankyou_bg_mobile.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH.adaptive-delivery-prevent-bg, #zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH.lazyload, #zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH.lazyloading { background-image: none; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row .container { background-color: transparent; background-image: none; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row .container > .video-iframe-container { display: none; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row > .video-iframe-container { display: none; }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .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); }#zwNKK3OT3NaPtLlAxHgU7ub6nMz1PzAH > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do8qkop84m4DBWUrqB5MlBTMNtFy7OsC { width:20rem;height:7.8rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHTLVVbdLvD8o5pHfPTngOVBh5EpOGA7 { width:16.6875rem;height:3.4125rem;top:8.1375002861025rem;left:1.6562500596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUQ8XvWmCeafi0fOfU0qTGOXzTCtgkT { display:flex;width:3.125rem;height:3.125rem;top:12.175000667572rem;left:8.4375005364419rem; }
#ERUQ8XvWmCeafi0fOfU0qTGOXzTCtgkT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #xThA4NroabkK7KZXeISwd2fqpXo6ixBp { display:block; }#xThA4NroabkK7KZXeISwd2fqpXo6ixBp > .row .container { width:20rem;height:102.43753051758rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTe6hvnaKsZAVIwqCg4D66n3WON2CB2F { width:9.5625rem;height:1.4rem;top:2.5625rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLvEF0tBUZKeldbCV79kRoxPoxpC782 { width:6.25rem;height:0.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoIG10pHwdTrlkWpJsP9sDiaUNpwZ0zq { width:14.625rem;height:4.3875rem;top:3.9624758958816rem;left:2.6875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgN4piSp8q4TMGVMJ2sVVqCQrFATqK2W { width:15.5625rem;height:20.5rem;top:81.937499046325rem;left:2.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD5D4cfuix4zey64Liwf00WJ2JwpxUBc { width:16.5625rem;height:9rem;top:14.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBC8ZubixP6mCiVOhWITiEti3xZtF2tn { width:15.625rem;height:1.6875rem;top:11.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ7XngX9Ele0iqaIGp7HRMV7K8FpoHaP { width:15.625rem;height:1.6875rem;top:36.75rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erMgl1Wy8U124ts7UVs9AMMi3xlZ9OsI { width:16.5625rem;height:7.5rem;top:39.061695098877rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Ri29Mw2HqVT66ARqQtIVPmBfaWBHAA { width:15.625rem;height:1.6875rem;top:58.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yknEoCMUdK58Q015LPWoo24BZXkkp1eu { width:16.5625rem;height:9rem;top:61.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBiFx4hbhJecxOWBE4CvevfEbOHXZIbc { width:16.5625rem;height:7.5rem;top:26.625rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDJQX53WcnbMazU2TTeQt3q4Boa34TsB { width:15.625rem;height:1.6875rem;top:24.187495231628rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nugqdbGq7vI2Q2zzllsyfHo2oSxitIIH { width:15.625rem;height:1.6875rem;top:47.800001144409rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8sHNrt1r9FNHudIp0J83uWvn7Vz3CPV { width:16.5625rem;height:7.5rem;top:49.8125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBx8XIkkFIGHNIz3LsG6iDImAvAQ1Tx4 { width:15.625rem;height:1.59375rem;top:72.375rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Albp9bKGoBcnTlBrfCxU889CDL5JUzuy { width:16.5625rem;height:7.5rem;top:74.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obCEL8Pn4T3qiQNlB6cx6OvKyNpOrGSl { display:flex;width:2.1875rem;height:2.1875rem;top:8.4999828338625rem;left:8.9062505364419rem; }
 }@media only screen and (max-width: 763px) { #ihApDsDSFBT2luV6vbDkUFD0pgFqDwIO { display:flex;width:2.1875rem;height:2.1875rem;top:19.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KS6NZ69d4sS6eRAf3gN1Zkm11TGc4TER { display:flex;width:2.1875rem;height:2.1875rem;top:69.875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9uS4D6gTUWT6vGZarwwoz5DJeUnM29P { display:flex;width:2.1875rem;height:2.1875rem;top:67rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ed4u0lzP8ngRp2yNAbizMPv1clJxUOwN { display:flex;width:2.1875rem;height:2.1875rem;top:60.25rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnACuVN2F6UGJwzoM9I2NycJL6ANAAuo { display:flex;width:2.1875rem;height:2.1875rem;top:55.1875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV { display:block; }#nFNIxSEAZM5HxQGSgO9QCagx7TLRkGtV > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe8bc, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe8bc, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe8bc, #ffffff);background-image: -o-linear-gradient(180deg, #ffe8bc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8bc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8bc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe8bc, #ffffff);background-size:auto !important;display:block; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row .container { background-color: transparent; background-image: none; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row .container > .video-iframe-container { display: none; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row > .video-iframe-container { display: none; }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .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); }#D44U59L8XoO3gG9SVDpZ3MzZQwbSZMTW > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4Mp30QAkK3AA2UxOL0MMA056RA2RHt7 { width:17.9375rem;height:2.4rem;top:0.77421760559081rem;left:1.0304687619209rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2u2RTCBemA6hSTGtwx4BOlVsdfAlGnx { width:17.875rem;height:3.2rem;top:4.13671875rem;left:1.0617187619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV { display:block; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1V95hkcJ6T1PGx9vamDZxm7ks1CoAlC { width:20rem;height:21.75rem;top:0.78127479553225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG { display:block; }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { width:20rem;height:4.55rem;top:3.8375000953674rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpZzONszJDFgi9FIPFMyliWabqueQxZt { width:19rem;height:24rem;top:27.78125rem;left:0.49921876192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXCAz1MbazRKMhhQyfcnoakTBQfWwHsw { width:20rem;height:15.375rem;top:10.24843788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmucK5TlQVNt7w2h8v54pMiaohsL3bVd { width:20rem;height:4.55rem;top:51.781252861023rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu { display:block; }#pSmOZPvzTHo3WPbnS4Dzww850wLcyuHu > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qB7fA8NArUDzKIWSfJE3d4Z1LNs3IrV2 { width:20rem;height:2.275rem;top:15.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxQypFsANuhDhSUKTd14FmbW1hHRw56r { width:13.25rem;height:13.25rem;top:1.25rem;left:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,21,206,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #hW6Pztv75X17dSFbFTpllCsFP8izh4TA { width:20rem;height:1.5rem;top:19.275rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7tdbH4KkItS7LKIPz4iqQdHCTq7RP4N { width:20rem;height:49.5rem;top:22.025rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcL6gW7M31KPWxDisOQFG4C9JhiLJnm0 { width:7.3125rem;height:1.75rem;top:71.524999618531rem;left:6.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWTDq1HkqVKrxRT77nAukupv4COtWcEB { width:7.3125rem;height:1.75rem;top:65.337501525881rem;left:6.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnb1e7IBXucfUAyc5D4lkTyr95XnLm1Z { width:7.3125rem;height:1.75rem;top:54.587501525879rem;left:6.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2o8mXSZF9lTFry85xiIGtS13kHQHoK { width:7.3125rem;height:1.75rem;top:27.750026702881rem;left:6.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgC6zwmyUUto0Zil8vA7hMJhD8532Mgh { width:7.3125rem;height:1.75rem;top:48.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 { display:block; }#xaLKn8R1kAFu6VE2Kky2qTNqrSNIv5T2 > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx2w4dCEzTamiwcCgx1xFs60KxagpfA7 { width:20rem;height:2.275rem;top:15.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cU3QXpXkbI1g9NxauL4b0mIEJCoEG7D2 { width:13.25rem;height:13.25rem;top:1.25rem;left:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,21,206,0.36) ;display:block; }
 }@media only screen and (max-width: 763px) { #kwMubNkzIL35eH8IPW0giHhxsTRl1kAP { width:20rem;height:1.5rem;top:19.275rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUBPdD18JVOkvbTCH1B5MAr779KEC2kN { width:20rem;height:27rem;top:22.025rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPCudkKKR6stiCgUmnTZJLBS9iwhP4gS { width:7.3125rem;height:1.75rem;top:41.21249961853rem;left:6.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmeysvJSDfunv4ahpEn8s1uS7b8bHsvI { width:7.3125rem;height:1.75rem;top:46.46249961853rem;left:6.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0LgPfJVVGbdlOWT8GWprKAXC9r6SVKM { width:7.3125rem;height:1.75rem;top:32.46249961853rem;left:6.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #goo921LLQWpl1ym3SrPqA19Te7nCqXZC { width:7.3125rem;height:1.75rem;top:23.012487411499rem;left:6.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 { display:block; }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9DBmbTIxDOI4CrUy0AV9vtryIAdoHZw { width:20rem;height:2.4rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb { display:flex;height:auto;width:17.5rem;top:9.25rem;left:0rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #VCqXx1rCBUo21feRRT5Tf9wVGW7LAPfT {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #WEqUm2yOwsfpEQGMRBrCEOwsOydzIdw6 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #HXsAhdPdeZHzbaBpnJWNMkifohMT6a40 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #cF6npvE6sbP73cHDoTZKiWFtyF2sMJQy {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #I0WorxNeOt2V1CkoxSUQwyptmW2Na8Oi {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #EAIWo3aNcf2phsm1bIUJAIozOu9TUvWd {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #MTbBizuL5bOWUTz65fpDFh5gJrPr9gPX {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #ZAXJOavt9E9Thn3WpQUAPNpbUtAmpQHC {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #znOZrKf5kCPwfzPWPBfE49uXMkKDowU9 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #qz1G0DBFfTzlZHaGtOo6MAAHHueTL89g {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #ehTXAefUOmsfEi8hoq9of567RIiXZqTQ {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #NCUyKhRZO0iClWd1Fmoe6SrLxH6klS0J {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #glAZ4NnPykMdTw4WrPEmAUb4xMpReD6p {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #Qahsh71te8FHf3uc8HnKZaQLn7dQ1zFk {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #AKGi3S04u4kn9kK4Z0RWEMbfm5OJPH5y {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #UGBsS71ul5xDlb6RRRbEonb68hNqGwBD {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #XEUlfOErPeOsss0Wxr2RFWJ4xXPvrtrg {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #DuFuJqahAv9FcbGTQSGHWXeglP4yD27U {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #XPeaJGQFTJuVmzL4C5qRm5l93eTEky7h {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #JOQTygaz9IL1Z7TlUhekSb6zNCPcqQm4 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #zz8wE0THAQCadsLcTRHzPyXu6IrTUOZT {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #uJ2Tln3o1VG8CWcxpiT3FNuERimguTuU {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #JduX4G8AtSCFQ1RD68XWRtILxHm3foLP {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #XWPWCfI8N2817QQIMqpZrrSVafDRUMiK {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #BI5LnTJEWzKhWxfFrfLho7IwX3VS5ic2 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #mvpgtxEFxJ6h1X2AxZCRSreHUcy3lRgh {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #HJMV4EW5CWx0cGvXrO1AHQaleynNvsXT {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #DHUHuKZGCfErToO1TRc9Dq9Dqt8sW3LM {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #vxcKMAAFaEvLO666uBQnqariPIWJWmzA {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #yNuRQ2Tnf3s3hfot6vByDlocPE2mhq0p {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #xTTVVCLsiyeX46HzrTH5qRtEBTP02KAg {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #IWDvbGX9udzzHgfkQ88Nqozo4ymaxDlP {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #HF2ytJzlKXnz3MPA5kTJAeJQqeHaJhty {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #L4bV8svpHcUKyvb4kcTG7Hxz4yDBqK6L {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #kiEoy1kNTLyeL0ZfX4ndtm9B0cdopKXl {  }
 }@media only screen and (max-width: 763px) { #b5ltlcRDqZqgSTz69ZKPOQem1hWZxGLn { width:19.625rem;height:26.0625rem;top:8.949999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE8vB3whgGacBvmc0gTaDsZ2LJDhSgy0 { width:1.25rem;height:1.25rem;top:8.324999809265rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlKTbHqw3GiliT6i2xWvmLA8utclUy46 { display:block; }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIHc6rPznk2NZzU25KezPiSuFh5qdMGw { width:18.75rem;height:9.6rem;top:2.7499942779541rem;left:0.62421876192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem;display:block;vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:4.375rem;margin-bottom:0.25rem;margin-left:4.375rem;height:3.4375rem;font-size:1.125rem;overflow:hidden; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1  { width:17.5rem;height:auto;top:12.349218606949rem;left:0rem; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 {display:block;}#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 { width:17.5rem;height:auto;top:12.349218606949rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #mmVb7W9ATsJKxQtzVtHWkiiuGQrS8Ign {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #H1JEwzEHzTCBR7MB8bymfo7cLZH6hM6P { display:none; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rWllm40rXAdHaGm6dAMIefhdlRaPW3AE {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #y6TgmmAXRPZy9W1wvSRyzELvBN07Rm1N {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rIEWTINwTPtqphvwrJAb5Tw5LzRDOdRi { display:none; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #IsQcMsbWW3QSAcnDLWMmSGJfrsVoeZER {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #UDwry1PbSXqP1nfKDpukWvetDsDEQSLT {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #ldfT6CNHA5O0UuHqAizln2qUTe5eMQLd { display:none; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #r9PshmoUtAx4BBrE2pBsKnJashW32pzW {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #dl0AJ9wg2gb26iEbWhOGgT0hDGEqAoSI {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #OLMip8CWGqZ6JHx7dHZ7gtA1TtJu3qzf { display:none; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #bkAmV3L4urH14p9EZ9FGKUSpJPTu4ScL {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #XySasCfMU6UpPAPTCAu83F1OuucMt3F1 {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #lThgOvtMbfrfnofhPOEOBkI7qAURP4Ky { display:none; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #dWCmNdh8S7rUymdq0ST0L95dylNBkrwD {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #hpzdiz6fDPK4LIunvv9ObWd4bl8Rmfd0 {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #gDybHTKJo0ssw38TUdTpQr1cQtEIgNri {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #hrx4BcmGdObgb83QQJXJUSFVApymbiKe {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #v4RpeGbvOahRBIgiPoSnwkrDy8rOIcMC {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #LcXMZckcUSlzZEIr7sSx6lS46sUOFveV {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rNsgPwG5kOKBeVJZTO95ndDXyPASMvPE {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #Trs1G4pZwNw99RdTMXXSDnBf010zGPJy {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #HkLbWO7pBE6MxSJcaGTNJvLTfTm5Ta7A {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #MUhZGXefh5MqAdyf69feKoEZCCzNLwbz {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #G0zNp7X98QsHcvRO6DVwPmKfacZvetVk {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #L1W083ezqeNKXcycDRKrMWRZVawsoAK6 {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rZ8trTO0Lma5yPT7xRguoVAmg6nNVvAh {  }
 }@media only screen and (max-width: 763px) { #zAMPBg9XoALl6Eczq6g7R4ftoa8dvwb8 { width:20rem;height:49.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S { display:block; }#xVRDFvhBMyKcHRqMBAINW0JqOrRTcZ3S > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKKTQyMkrOU6cNhs0kOKyppCCItmE03J { width:18.5625rem;height:7.5rem;top:6.35rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xu4aLfhJ42PXBfBr7w6pQhb1g60w0Td9 { width:9.25rem;height:1.3rem;top:3.8rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtEsqvqOn7LUUnbIyVXAEhzurfZd3lKk { width:18.5625rem;height:1.3rem;top:1.25rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXlbTcZhykteZRMEwrtBPd2aRMFN7WDA { width:15.5625rem;height:5.5625rem;top:15.1rem;left:2.1875rem;overflow:hidden;display:block; }
 }