.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:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS { 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; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row .container { background-color: transparent; background-image: none; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row .container > .video-iframe-container { display: none; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row > .video-iframe-container { display: none; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .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); }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row .container { border-width: 0; border-radius: 0; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row .container { font-size:0.875rem;font-family:arial;height:4.1375rem;width:75rem;position:relative;display:block; }#uTTlEQTRcMt0mg9FCX35h2Guxi92OWTO { 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; }
#C2xQUCGXgpMxq9vFfuRPL6b5a9X3Q6eN { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"open sans";font-size:1rem;font-weight:700;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; }
#vdrIZ35lKXFvFDSARM9K58wgGnCcXJRl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8OTMBJVD11F5M9utDiG5sq0TOPt12mA { 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; }
#W8OTMBJVD11F5M9utDiG5sq0TOPt12mA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f1;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; }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .row .container { background-color: transparent; background-image: none; }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .row .container > .video-iframe-container { display: none; }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .row > .video-iframe-container { display: none; }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .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); }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .row .container { border-width: 0; border-radius: 0; }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#toWpx9Ea7D8gqXCwB8E0kEnXaNlMcXTR { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:"gfs didot";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.9375rem;left:2.9375rem;height:9.2625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UBFtlDc24C4GA2llAkoHSlwXZ5dPUq65 { position:absolute;display:block;z-index:15009;background-color:#d19a52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:15.0625rem;left:9.5rem;display:block; }
#AhiaxQyUZWSl858rfO6a9gKO8DaZih0T { color:#000000;display:block;width:37rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:26.39999961853rem;left:3.09375rem;height:6.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#AhiaxQyUZWSl858rfO6a9gKO8DaZih0T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AhiaxQyUZWSl858rfO6a9gKO8DaZih0T li:before{  }
#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:37.0625rem;left:3.9992179870606rem;overflow:hidden;display:block; }
#HULHKsnqDaMkBwczNapbOz0BzW4htce8 { 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:2.125rem;width:14.8125rem;top:33.625rem;left:2.9375rem;overflow:hidden;display:block; }
#KOIKTGPbOAwzaw2s98L25rTddACJZz6A { color:#020202;display:block;width:36.5625rem;position:absolute;font-family:"gfs didot";font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2.9375rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-form-header {  }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:bold;color:#2f2f2f;width:25.75rem;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; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .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:25.75rem;box-sizing:border-box;height:2.5rem;color:#2f2f2f;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-text {padding-top: 0; padding-bottom: 0;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .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:25.75rem;box-sizing:border-box;height:4.375rem;color:#2f2f2f;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .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:25.75rem;box-sizing:border-box;height:2.5rem;color:#2f2f2f;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-select {padding-top: 0; padding-bottom: 0;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .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; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:5.25rem;margin-bottom:0.25rem;margin-left:6.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ebebeb;width:12.875rem;height:4.375rem;font-family:lato;overflow:hidden; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW [class*="-text"]:-moz-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW [class*="-text"]::-moz-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW [class*="-text"]:-ms-input-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW [class*="-text"]::-webkit-input-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .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:24.5625rem;overflow:hidden;font-style:normal;float:none; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .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; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .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; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-container:first-of-type{padding-top:0;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-container:last-of-type{padding-bottom:0;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW  { background-color:#d19a52;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;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.625rem #d19a52 ;position:absolute;top:7.9375rem;left:43.625000953674rem; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.75rem;display:block;vertical-align:top; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .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; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW {display:block;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW { background-color:#d19a52;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;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.625rem #d19a52 ;position:absolute;top:7.9375rem;left:43.625000953674rem; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #yqhnaoHNg70A4vMoerEREttriWnDnJqM { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #wSQiZmCPa2IKSBoa3gAcC0Fp6KfHIOlu { position:relative;display:none; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #ElA5tUuaL8r9po2w34WDxodccKWBEX9b { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #MfHK0zE20g7veBfreK71gugAlUEsZTB8 { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #KbGKXZspXJgofITUhgzUviuwV2t3T0J5 { position:relative;display:none; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #V616lWrC2cu999dCPdmoo0Dcpnmt5lwK { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #U2LIKW1RypondhJ3hqEqN7bAdtHXgpfa { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #c751EyUzt2ev8tg712AvB3bwnJ155bJT { position:relative;display:none; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #Q11gNaNALJMeQlvvoBzeEWd6UnmraHJV { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #gFC5zxxpU1OZx7GMuN7bkutWeZGpIJo0 { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #TqQGviZ9gtNit0RxnKJmSJNd7s6IBqFA { position:relative;display:none; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #MxtCsTlp8gQWNzEOuZumqzfI8uIV2hBJ { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #qJWt9FkpV0154PXnfRdFH4ASvAtTAaw6 { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #g2HoSH8MgJNUwJb17EQTqdTqlsBaPA8T { position:relative;display:none; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #RBQ40eQIn7mBE4Td9ZdGT0RC6FRlbUw4 { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #Aitw7AbcS8To6xQ7XxREpnPUdb65lItE { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #ZPDp7m0FxDzAnh97MPMwHcgbRpnyEZ11 { position:relative;display:none; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #SVNx9ZWLUkNeTglnTHVlp4Hbf34KhtGS { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #w8t3W8PHNGZukueXVH4nZdpXRPDdJIBv { position:relative; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #UZroW9IP9K73Ph4FB5GiS3qfApITI1pb { position:relative; }
#TS2iVb0bbt1fOI4JETWrBsFCkkVEgcxh { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"open sans";font-size:1rem;font-weight:700;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:none; }
#eg9cVbTeyEqWctRo810GzBfESDS3TV5A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4L7OVv6CpqEQAy7prsWC8710WxzK9fb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e7e3d7, #ffffff);background-image: -moz-linear-gradient(180deg, #e7e3d7, #ffffff);background-image: -ms-linear-gradient(180deg, #e7e3d7, #ffffff);background-image: -o-linear-gradient(180deg, #e7e3d7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e3d7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e3d7', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e7e3d7, #ffffff);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; }#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:5.85rem;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; }
#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:36.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:0.5625rem;left:7.5rem;display:block; }
#ZPzeCATOqk1mdfIBmrAoXqWHvdMKrJNh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:11.8125rem;top:0.56251239776611rem;left:31.5625rem;overflow:hidden;display:block; }
#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .row .container { background-color: transparent; background-image: none; }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .row .container > .video-iframe-container { display: none; }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .row > .video-iframe-container { display: none; }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .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); }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .row .container { border-width: 0; border-radius: 0; }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#t8OTNNPW35uH2RSaChSnbl13FvXZ7TC0 { color:#ffffff;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:1.5625rem;left:11.125rem;height:4.8rem;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;font-style:normal;display:block; }
#utfwSoCCHhNt0af50aedhRxFd4xEJ0va { color:#ffffff;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:6.3125rem;left:11.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV { position:relative;display:block; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV { 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 { border-width: 0; border-radius: 0; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .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; }#VOV6HJxx3KtPvmMDybLdtAtKFA2GgVVV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O1V95hkcJ6T1PGx9vamDZxm7ks1CoAlC { position:absolute;display:block;z-index:15000;height:13.0625rem;width:54.0625rem;top:2rem;left:10.5rem;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:4.75rem;width:75rem;position:relative;display:block; }#hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { color:#020202;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:0.8125rem;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:#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; }#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:25.5rem;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,21,206,0.5) ;height:11.0625rem;width:19.375rem;top:10.25rem;left:2.5rem;display:block; }
#pA1QtvabkRrZRHU4zAe34wLsEdvAmFRE { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"gfs didot";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.575000762939rem;left:3.6875rem;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:14.3125rem;left:4rem;height:6rem;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,21,206,0.5) ;height:11.0625rem;width:19.375rem;top:10.25rem;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:14.3125rem;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:12.575000762939rem;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,21,206,0.54) ;height:11.0625rem;width:19.375rem;top:10.25rem;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:14.3125rem;left:54rem;height:4.5rem;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:12.575000762939rem;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:4.1875rem;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:4.1875rem;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:4.1875rem;left:59.875rem; }
#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#QQFBbqsc0DqSWylNntVmTyhJ2NMUUBJ7 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:5.1875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#hZSHua69xtT29AwuVhloI6GIFHFeMPA3 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.1875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#c5IODicZTlzUIJ7ghxy14DJGithdt1fk { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:5.1875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#RSGcmyx8G64uMZl9WSgeP168a0sw5ghb { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:14.875rem;left:5.1875rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { color:#ffffff;display:block;width:32.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.6875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MAECOmOfNEcmPTv0o20sNBnnPadA7DIm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:9.4375rem;left:3.125rem; }
#Tzzb26Qgo4nJOKqwvbEb5ER3JTMTukey { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:6.5625rem;left:3.0625rem; }
#t0c74UWSpyquRlC5TJkUo4ITToamna8O { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:14.875rem;left:2.9375rem; }
#UzDaIVfWSZgLGBr6zGhXHhtAoNkknuvL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:12.0625rem;left:2.9375rem; }
#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:19.625rem;width:24.4375rem;top:1.9687471389771rem;left:48.500000953674rem;overflow:hidden;display:block; }
#tURTzx22TOcWylZAJO06xqeZHoeWrOqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#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.375rem;width:75rem;position:relative;display:block; }#ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { color:#000000;display:block;width:41.375rem;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.1875rem;left:1.6124992370606rem;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(0,0,0,0.7) ;height:18.9375rem;width:31.25rem;top:3.3125rem;left:42.937500953674rem;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.3125rem;left:46.000000953674rem;overflow:hidden;display:block; }
#VnBNB2RwBQE2PsnkbsQKs0UXTR4ezvtO { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.3749971389769rem;left:1.6101560592651rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#y67zxw4czOCCH38ekZiTTHH86tfIcNkw { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:12.487497329712rem;left:1.6101560592651rem;height:9rem;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:#dbdbdb;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; }#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:35.5625rem;width:75rem;position:relative;display:block; }#A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { color:#000000;display:block;width:38.875rem;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.4375rem;left:33.6875rem;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:10.4375rem;left:14.6875rem;overflow:hidden;display:block; }
#XlFudPKDT2OFlTRKUWvxa1tMsfTmHq3y { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.25rem;left:33.6875rem;height:21rem;text-align:left;text-align-last:left;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:31.4375rem;width:29.875rem;top:1.625rem;left:1.7492179870606rem;overflow:hidden;display:block; }
#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 { 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; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5.adaptive-delivery-prevent-bg, #f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5.lazyload, #f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5.lazyloading { background-image: none; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row .container { background-color: transparent; background-image: none; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row .container > .video-iframe-container { display: none; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row > .video-iframe-container { display: none; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .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); }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row .container { border-width: 0; border-radius: 0; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row .container { width:75rem;height:16.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#riAG3FRZKTwWsN15LBdlcXpOaaBGSnpm { color:#433c3f;display:block;width:75rem;position:absolute;font-family:"gfs didot";font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#HQaB5TgZk1pou2fEWKQNGTinGqURtzW6 { 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; }
#Ssl5nKPdTB5ZmZ4adMyoRSQDmSwuCcUS { 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; }
#Ssl5nKPdTB5ZmZ4adMyoRSQDmSwuCcUS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq { 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; }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .row .container { background-color: transparent; background-image: none; }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .row .container > .video-iframe-container { display: none; }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .row > .video-iframe-container { display: none; }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .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); }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .row .container { border-width: 0; border-radius: 0; }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#pvodhInxnUEGS1NJkTn3kqWdl0EDctqK { color:rgba(0,0,0,0.7);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;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; }
#u0XsR7z5rQa8EsBTzEGGCkWf1RgnGkic { 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; }
#Fe40NTx651qWi9i8SoqtxylzXT3CgT0v { color:#000000;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.5rem;height:3.7375rem;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; }
#fr1nlFBsfpbpr8zSTTCykFuIUP3hJwPu { 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; }
#ZXxTPIIbl09mIUl3axTlCcg5EFLQExp6 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6rem;left:30rem;height:3.9375rem;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; }
#l9oGTSCA2VRTiP2VN82lLwyiazBm4ynC { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;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; }
#c8VguIfNTEo4FcP3SIsiWetS7yBaRW0a { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.1875rem;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; }
#QoRLlPTnDCPSJqGu15Jzr6qBJUwFfJmn { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.1875rem;left:30rem;height:3.9375rem;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; }
#TTC6DEgxl7tuILRyVdiuof9HyCQs2HuZ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:19.375rem;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; }
#marw5ZCenyOn10fyAJ31oSahxWoBfKbX { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:22.375rem;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; }
#JAGHTtQPTOPoR0TsVTnvOtoRT1Vo5HUc { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:6rem;left:55.9375rem;height:3.9375rem;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; }
#AeWa7NqT7kzpua0sB8HUw6nW1DlNLwPy { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;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; }
#pizMKIg3VwWy596g4tCI557B3mBTyss5 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:11.1875rem;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; }
#cthtTlSvU9zoKc6cw4dNav7mb6DzwzbQ { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:14.1875rem;left:55.9375rem;height:3.9375rem;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; }
#yIqhFsaB4noA95NSv861ZhkTHFE6qZqG { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.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; }
#fH44kackawC8dXrVDlUyKHv1e6e4RlvB { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:22.375rem;left:55.9375rem;height:3.9375rem;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; }
#Bdn3P2Ki40kpTqPobxeVDLUTLJct673V { 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; }
#VBMBoVUE2rnxFWPyxXyqmaU33dS3a90k { 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:10.9375rem;left:27.5rem; }
#J68hscnHLcut5IyQSCMkIOWWLiabXK99 { 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:19.125rem;left:27.5rem; }
#uB5S55Qn6Vg64FSvHBZ4kVg1pymPHFdF { 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:19.125rem;left:53.3125rem; }
#g0BLTA5Ivc5BazlUp3MyFAU0iTEWIAbZ { 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:10.9375rem;left:53.3125rem; }
#d1wx8nFEdsfi9R6gidBSeTnH6cGFf6wk { 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; }
#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG { 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; }#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:31.625rem;width:75rem;position:relative;display:block; }#nXW1VyZCMW1CNu4gccEQvqT91Wb9BFSD { position:absolute;display:block;z-index:15014;background-color:#d19a52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:8.9867262840269rem;left:12.561718940735rem;display:block; }
#mOFF5WvSU1oONS3sFg4FI8OhEaPLD9Hs { color:#100d0d;display:block;width:36.375rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9867262840271rem;left:1.5625rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#sn28fe1MArNd96VFePRK9wKZ71vsT2vo { color:#000000;display:block;width:38.625rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.925006389618rem;left:1.5625rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#NuoCXbhhQ4sh69BFgvO7Rvd5vwhznn2z { position:absolute;display:block;z-index:15003;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:26.75rem;width:32.5625rem;top:3.4242262840271rem;left:41.812500953674rem;overflow:hidden;display:block; }
#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#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:43.375rem;width:75rem;position:relative;display:block; }#J9DBmbTIxDOI4CrUy0AV9vtryIAdoHZw { color:#063949;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:#063949;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 #Hg0Fq2DmkSA1qiURQgQLiTEtt7PUpGAr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #oVJWaOf493ig0PIe0CohbQ9uXKxd6fUP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #kkKHAmETT2MXc6nhD8uiXWEKXihAgAe4 { display:block;position:relative; }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #TEVxm8y9rHR2lR9TzWrus26O93qxQEQi {  }
#gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #GTsfF8IQbM2T9IU1ZkJtOOhCdL1FcP2Z {  }
#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; }
#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:#ebebeb;background-image:none;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:68.625rem;width:75rem;overflow:visible;position:relative;display:block; }#VIHc6rPznk2NZzU25KezPiSuFh5qdMGw { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;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; }
#KJ30e2R5a4MeO6MqyD4zCFA1mqvXFh7y { color:#5e5e5e;display:block;width:52.75rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:9.9054718017575rem;left:11.8125rem;height:8.4375rem;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:4.375rem;color:#2f2f2f;font-size:0.875rem;overflow:hidden;font-family:lato;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:lato;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:4.375rem;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.69) ; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 [class*="-text"]:-moz-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 [class*="-text"]::-moz-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 [class*="-text"]:-ms-input-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 [class*="-text"]::-webkit-input-placeholder { color:#8d8d8d;font-family:lato;font-size:0.875rem; }
#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:17.585157394409rem;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:17.585157394409rem;left:19.999218940735rem; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #mmVb7W9ATsJKxQtzVtHWkiiuGQrS8Ign { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #H1JEwzEHzTCBR7MB8bymfo7cLZH6hM6P { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #rWllm40rXAdHaGm6dAMIefhdlRaPW3AE { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #b5OuAQGT9k3Q6PcLzorSlZcNBfseBqv2 { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #r7DFfgDJ1MzLozlMtWpin0hOuS4s9vxb { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #lEq4FvcOo5VOcKF7iTK8ImepVr8kv4IU { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #NZ8T2XTfrZnJXrFw1mymssfOvLD9ebQA { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #SrIWO9MykFXmtxq2R41tcvPncZP7kAKh { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #NCvNTuPTCDMo6hiGFMgIUQvt2nxSeHsr { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #UDwry1PbSXqP1nfKDpukWvetDsDEQSLT { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #ldfT6CNHA5O0UuHqAizln2qUTe5eMQLd { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #r9PshmoUtAx4BBrE2pBsKnJashW32pzW { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #VMlZnNHNat6sCs7ow540TuZz5Q5twzrZ { position:relative; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #ycoI11kIwtCE2NL21i84iPnqAJbF4yxw { position:relative;display:none; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #QT0qqnLaQgE7kZkzkQ8sqMLdhZIMrOhd { position:relative; }
#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, #c4c2ca, #ebebeb);background-image: -moz-linear-gradient(180deg, #c4c2ca, #ebebeb);background-image: -ms-linear-gradient(180deg, #c4c2ca, #ebebeb);background-image: -o-linear-gradient(180deg, #c4c2ca, #ebebeb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c2ca', endColorstr='#ebebeb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c2ca', endColorstr='#ebebeb' );";background-image: linear-gradient(180deg, #c4c2ca, #ebebeb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:42.875rem;width:60rem;top:1.28125rem;left:7.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS { display:block; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTTlEQTRcMt0mg9FCX35h2Guxi92OWTO { width:9.375rem;height:3.5076530612245rem;top:0.3125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2xQUCGXgpMxq9vFfuRPL6b5a9X3Q6eN { width:6.9375rem;height:3.125rem;top:0.4375rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdrIZ35lKXFvFDSARM9K58wgGnCcXJRl { display:block; }
 }@media only screen and (max-width: 763px) { #W8OTMBJVD11F5M9utDiG5sq0TOPt12mA { top:0.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#W8OTMBJVD11F5M9utDiG5sq0TOPt12mA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF { display:block; }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toWpx9Ea7D8gqXCwB8E0kEnXaNlMcXTR { width:37.3125rem;height:9.25rem;top:15.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBFtlDc24C4GA2llAkoHSlwXZ5dPUq65 { width:25rem;height:0.125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhiaxQyUZWSl858rfO6a9gKO8DaZih0T { top:26.375rem;left:0rem;width:37rem;height:6rem;font-size:1rem;display:block; }#AhiaxQyUZWSl858rfO6a9gKO8DaZih0T li:before{  }
 }@media only screen and (max-width: 763px) { #zzfRTBVlaNnclSNEuJkmk2UznBzqEhcN { top:37.0625rem;left:0rem;width:10.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HULHKsnqDaMkBwczNapbOz0BzW4htce8 { top:33.625rem;left:0rem;width:14.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOIKTGPbOAwzaw2s98L25rTddACJZz6A { width:36.5625rem;height:7.3125rem;top:6.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-regular-label { width:25.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-text { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-text {padding-top: 0; padding-bottom: 0;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-textarea { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-select { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-select {padding-top: 0; padding-bottom: 0;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-button { width:12.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.4375rem; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-checkbox-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW  { width:25.75rem;height:auto;top:7.9375rem;left:19.5rem; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .radio-container { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW {display:block;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW { width:25.75rem;height:auto;top:7.9375rem;left:19.5rem; }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #yqhnaoHNg70A4vMoerEREttriWnDnJqM {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #wSQiZmCPa2IKSBoa3gAcC0Fp6KfHIOlu {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #ElA5tUuaL8r9po2w34WDxodccKWBEX9b {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #MfHK0zE20g7veBfreK71gugAlUEsZTB8 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #KbGKXZspXJgofITUhgzUviuwV2t3T0J5 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #V616lWrC2cu999dCPdmoo0Dcpnmt5lwK {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #U2LIKW1RypondhJ3hqEqN7bAdtHXgpfa {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #c751EyUzt2ev8tg712AvB3bwnJ155bJT {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #Q11gNaNALJMeQlvvoBzeEWd6UnmraHJV {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #gFC5zxxpU1OZx7GMuN7bkutWeZGpIJo0 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #TqQGviZ9gtNit0RxnKJmSJNd7s6IBqFA {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #MxtCsTlp8gQWNzEOuZumqzfI8uIV2hBJ {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #qJWt9FkpV0154PXnfRdFH4ASvAtTAaw6 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #g2HoSH8MgJNUwJb17EQTqdTqlsBaPA8T {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #RBQ40eQIn7mBE4Td9ZdGT0RC6FRlbUw4 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #Aitw7AbcS8To6xQ7XxREpnPUdb65lItE {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #ZPDp7m0FxDzAnh97MPMwHcgbRpnyEZ11 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #SVNx9ZWLUkNeTglnTHVlp4Hbf34KhtGS {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #w8t3W8PHNGZukueXVH4nZdpXRPDdJIBv {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #UZroW9IP9K73Ph4FB5GiS3qfApITI1pb {  }
 }@media only screen and (max-width: 763px) { #TS2iVb0bbt1fOI4JETWrBsFCkkVEgcxh { width:6.9375rem;height:3.125rem;top:0.4375rem;left:40.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eg9cVbTeyEqWctRo810GzBfESDS3TV5A { 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:5.8125rem;top:4.625rem;left:12.21875rem;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.15625rem;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.09375rem;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) { #bpf0v2BFHzul1e59AwmpoMagNyMuze9T { display:block; }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7o0aLi2zuKiIA6A1IfX3FE8TQDWWRVl { top:0.5625rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPzeCATOqk1mdfIBmrAoXqWHvdMKrJNh { top:0.5625rem;left:17.9375rem;width:11.8125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3bI6llkRglDCPBdQTpk6oadCd7fQgfz { display:block; }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8OTNNPW35uH2RSaChSnbl13FvXZ7TC0 { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #utfwSoCCHhNt0af50aedhRxFd4xEJ0va { top:6.3125rem;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:1.9375rem;left:0rem;width:47.75rem;height:13.0625rem;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:0.8125rem;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:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA1QtvabkRrZRHU4zAe34wLsEdvAmFRE { width:17.625rem;height:1.75rem;top:12.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:17rem;height:4.5rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { width:19.375rem;height:11.0625rem;top:10.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:17rem;height:4.5rem;top:14.3125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91UcM5qci4ZCPVfCye0UftrF4wZywAT { width:17rem;height:1.75rem;top:12.5625rem;left:14.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { width:19.375rem;height:11.0625rem;top:10.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:17rem;height:4.5rem;top:14.3125rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCrHV5Dduh2kleIBemAIqW3PSky1lpJM { width:17rem;height:1.75rem;top:12.5625rem;left:30.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyDNaE66UtfyxGDkiaCX3PX8OabrmOLK { top:4.1875rem;left:5.3125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGJQgDTZCGhrNGDwzPJ0EEkx09gFbRyH { top:4.1875rem;left:21.1875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRB0qaBBRUn9wL1nksSmDmgNuJI0BkKy { top:4.1875rem;left:37.0625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQFBbqsc0DqSWylNntVmTyhJ2NMUUBJ7 { width:18.5625rem;height:1.4375rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZSHua69xtT29AwuVhloI6GIFHFeMPA3 { width:18.5625rem;height:1.4375rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5IODicZTlzUIJ7ghxy14DJGithdt1fk { width:9.25rem;height:1.4375rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSGcmyx8G64uMZl9WSgeP168a0sw5ghb { width:18.5625rem;height:6.5625rem;top:14.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { width:32.9375rem;height:3.25rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAECOmOfNEcmPTv0o20sNBnnPadA7DIm { width:1.5625rem;height:1.5625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzzb26Qgo4nJOKqwvbEb5ER3JTMTukey { width:1.5625rem;height:1.5625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0c74UWSpyquRlC5TJkUo4ITToamna8O { width:1.6875rem;height:1.6875rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzDaIVfWSZgLGBr6zGhXHhtAoNkknuvL { width:1.6875rem;height:1.6875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEc6JwgoWdTpbZlWNJanh8DTDTrr3iPt { width:24.4375rem;height:19.625rem;top:1.9375rem;left:23.3125rem;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.375rem;height:3.25rem;top:4.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:31.25rem;height:18.9375rem;top:3.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { width:20rem;height:16.75rem;top:3.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnBNB2RwBQE2PsnkbsQKs0UXTR4ezvtO { width:37.5625rem;height:3rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y67zxw4czOCCH38ekZiTTHH86tfIcNkw { width:37.5rem;height:9rem;top:12.4375rem;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:38.875rem;height:6.5rem;top:1.4375rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug45MMP8F5LVzsI8xDdf7oTCCPDOmTM1 { width:19rem;height:16.4375rem;top:10.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlFudPKDT2OFlTRKUWvxa1tMsfTmHq3y { width:38.75rem;height:19.5rem;top:9.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4cpwT1haT10qi7H5ivbfA62RyCOU82 { width:29.875rem;height:31.4375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 { display:block; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riAG3FRZKTwWsN15LBdlcXpOaaBGSnpm { width:47.75rem;height:4.875rem;top:3.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQaB5TgZk1pou2fEWKQNGTinGqURtzW6 { width:47.75rem;height:1.8125rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssl5nKPdTB5ZmZ4adMyoRSQDmSwuCcUS { top:11.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#Ssl5nKPdTB5ZmZ4adMyoRSQDmSwuCcUS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq { display:block; }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvodhInxnUEGS1NJkTn3kqWdl0EDctqK { width:9.5625rem;height:1.1875rem;top:2.8125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0XsR7z5rQa8EsBTzEGGCkWf1RgnGkic { width:6.25rem;height:0.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe40NTx651qWi9i8SoqtxylzXT3CgT0v { width:14.625rem;height:;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr1nlFBsfpbpr8zSTTCykFuIUP3hJwPu { width:15.5625rem;height:20.5rem;top:12.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxTPIIbl09mIUl3axTlCcg5EFLQExp6 { width:16.5625rem;height:3.9375rem;top:6rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9oGTSCA2VRTiP2VN82lLwyiazBm4ynC { width:15.625rem;height:1.6875rem;top:3rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8VguIfNTEo4FcP3SIsiWetS7yBaRW0a { width:15.625rem;height:1.6875rem;top:11.1875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRLlPTnDCPSJqGu15Jzr6qBJUwFfJmn { width:16.5625rem;height:3.9375rem;top:14.1875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTC6DEgxl7tuILRyVdiuof9HyCQs2HuZ { width:15.625rem;height:1.6875rem;top:19.375rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #marw5ZCenyOn10fyAJ31oSahxWoBfKbX { width:16.5625rem;height:5.25rem;top:22.375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAGHTtQPTOPoR0TsVTnvOtoRT1Vo5HUc { width:16.5625rem;height:3.9375rem;top:6rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWa7NqT7kzpua0sB8HUw6nW1DlNLwPy { width:15.625rem;height:1.6875rem;top:3rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizMKIg3VwWy596g4tCI557B3mBTyss5 { width:15.625rem;height:1.6875rem;top:11.1875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthtTlSvU9zoKc6cw4dNav7mb6DzwzbQ { width:16.5625rem;height:3.9375rem;top:14.1875rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIqhFsaB4noA95NSv861ZhkTHFE6qZqG { width:15.625rem;height:1.6875rem;top:19.375rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH44kackawC8dXrVDlUyKHv1e6e4RlvB { width:16.5625rem;height:3.9375rem;top:22.375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdn3P2Ki40kpTqPobxeVDLUTLJct673V { top:2.8125rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBMBoVUE2rnxFWPyxXyqmaU33dS3a90k { top:10.9375rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J68hscnHLcut5IyQSCMkIOWWLiabXK99 { top:19.125rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB5S55Qn6Vg64FSvHBZ4kVg1pymPHFdF { top:19.125rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0BLTA5Ivc5BazlUp3MyFAU0iTEWIAbZ { top:10.9375rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1wx8nFEdsfi9R6gidBSeTnH6cGFf6wk { top:2.8125rem;left:31.75rem;width:2.1875rem;height:2.1875rem;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) { #nXW1VyZCMW1CNu4gccEQvqT91Wb9BFSD { width:6.25rem;height:0.125rem;top:8.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOFF5WvSU1oONS3sFg4FI8OhEaPLD9Hs { width:36.375rem;height:6.5rem;top:3.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn28fe1MArNd96VFePRK9wKZ71vsT2vo { width:38.625rem;height:15rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuoCXbhhQ4sh69BFgvO7Rvd5vwhznn2z { width:32.5625rem;height:26.75rem;top:3.375rem;left:3.25rem;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; }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #Hg0Fq2DmkSA1qiURQgQLiTEtt7PUpGAr {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #oVJWaOf493ig0PIe0CohbQ9uXKxd6fUP {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #kkKHAmETT2MXc6nhD8uiXWEKXihAgAe4 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #TEVxm8y9rHR2lR9TzWrus26O93qxQEQi {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #GTsfF8IQbM2T9IU1ZkJtOOhCdL1FcP2Z {  }
 }@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) { #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) { #KJ30e2R5a4MeO6MqyD4zCFA1mqvXFh7y { top:9.875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1rem;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:17.5625rem;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:17.5625rem;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 #b5OuAQGT9k3Q6PcLzorSlZcNBfseBqv2 {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #r7DFfgDJ1MzLozlMtWpin0hOuS4s9vxb {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #lEq4FvcOo5VOcKF7iTK8ImepVr8kv4IU {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #NZ8T2XTfrZnJXrFw1mymssfOvLD9ebQA {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #SrIWO9MykFXmtxq2R41tcvPncZP7kAKh {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #NCvNTuPTCDMo6hiGFMgIUQvt2nxSeHsr {  }
 }@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 #VMlZnNHNat6sCs7ow540TuZz5Q5twzrZ {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #ycoI11kIwtCE2NL21i84iPnqAJbF4yxw {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #QT0qqnLaQgE7kZkzkQ8sqMLdhZIMrOhd {  }
 }@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:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS { position:fixed;z-index:199999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row .container { background-color: transparent; background-image: none; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row .container > .video-iframe-container { display: none; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row > .video-iframe-container { display: none; }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .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); }#goJCTPXbOm88ILzmh3zZt4QC0fWDZuAS > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTTlEQTRcMt0mg9FCX35h2Guxi92OWTO { width:7.5rem;height:2.80546875rem;top:0.90937501192094rem;left:1.1750000119209rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C2xQUCGXgpMxq9vFfuRPL6b5a9X3Q6eN { width:5.75rem;height:2.825rem;top:0.90000003576281rem;left:8.6749997735025rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdrIZ35lKXFvFDSARM9K58wgGnCcXJRl { display:block; }
 }@media only screen and (max-width: 763px) { #W8OTMBJVD11F5M9utDiG5sq0TOPt12mA { display:flex;width:3.125rem;height:3.125rem;top:0.75rem;left:15.749999582768rem; }
#W8OTMBJVD11F5M9utDiG5sq0TOPt12mA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF { display:block; }#MUFCaut7CLQ0CpFbT7DqxhFPIcbFOSfF > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toWpx9Ea7D8gqXCwB8E0kEnXaNlMcXTR { width:20rem;height:13.8125rem;top:16.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBFtlDc24C4GA2llAkoHSlwXZ5dPUq65 { width:20rem;height:0.125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhiaxQyUZWSl858rfO6a9gKO8DaZih0T { width:20rem;height:6.4rem;top:31.02499961853rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#AhiaxQyUZWSl858rfO6a9gKO8DaZih0T li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#AhiaxQyUZWSl858rfO6a9gKO8DaZih0T li:before{  }
 }@media only screen and (max-width: 763px) { #zzfRTBVlaNnclSNEuJkmk2UznBzqEhcN { width:10.0625rem;height:4.875rem;top:40.500000953674rem;left:4.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HULHKsnqDaMkBwczNapbOz0BzW4htce8 { width:14.8125rem;height:2.125rem;top:37.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOIKTGPbOAwzaw2s98L25rTddACJZz6A { width:20rem;height:7.8rem;top:5.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .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; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-text {padding-top: 0; padding-bottom: 0;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-input-select {padding-top: 0; padding-bottom: 0;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .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; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW  { width:17.5rem;height:28.1875rem;top:10.3rem;left:0rem; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW {display:block;}#HX9GTAT4oWcu46p3LzhCep90lIK02ZsW { width:17.5rem;height:28.1875rem;top:10.3rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #yqhnaoHNg70A4vMoerEREttriWnDnJqM {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #wSQiZmCPa2IKSBoa3gAcC0Fp6KfHIOlu {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #ElA5tUuaL8r9po2w34WDxodccKWBEX9b {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #MfHK0zE20g7veBfreK71gugAlUEsZTB8 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #KbGKXZspXJgofITUhgzUviuwV2t3T0J5 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #V616lWrC2cu999dCPdmoo0Dcpnmt5lwK {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #U2LIKW1RypondhJ3hqEqN7bAdtHXgpfa {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #c751EyUzt2ev8tg712AvB3bwnJ155bJT {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #Q11gNaNALJMeQlvvoBzeEWd6UnmraHJV {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #gFC5zxxpU1OZx7GMuN7bkutWeZGpIJo0 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #TqQGviZ9gtNit0RxnKJmSJNd7s6IBqFA {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #MxtCsTlp8gQWNzEOuZumqzfI8uIV2hBJ {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #qJWt9FkpV0154PXnfRdFH4ASvAtTAaw6 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #g2HoSH8MgJNUwJb17EQTqdTqlsBaPA8T {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #RBQ40eQIn7mBE4Td9ZdGT0RC6FRlbUw4 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #Aitw7AbcS8To6xQ7XxREpnPUdb65lItE {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #ZPDp7m0FxDzAnh97MPMwHcgbRpnyEZ11 {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #SVNx9ZWLUkNeTglnTHVlp4Hbf34KhtGS {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #w8t3W8PHNGZukueXVH4nZdpXRPDdJIBv {  }
 }@media only screen and (max-width: 763px) { #HX9GTAT4oWcu46p3LzhCep90lIK02ZsW #UZroW9IP9K73Ph4FB5GiS3qfApITI1pb {  }
 }@media only screen and (max-width: 763px) { #TS2iVb0bbt1fOI4JETWrBsFCkkVEgcxh { width:12.4rem;height:2.8375rem;top:46.306251525879rem;left:3.7500000596046rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #eg9cVbTeyEqWctRo810GzBfESDS3TV5A { 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:2.6rem;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) { #bpf0v2BFHzul1e59AwmpoMagNyMuze9T { display:block; }#bpf0v2BFHzul1e59AwmpoMagNyMuze9T > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7o0aLi2zuKiIA6A1IfX3FE8TQDWWRVl { width:20rem;height:21.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPzeCATOqk1mdfIBmrAoXqWHvdMKrJNh { width:15.4375rem;height:7rem;top:1.9073486328125E-6rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3bI6llkRglDCPBdQTpk6oadCd7fQgfz { display:block; }#l3bI6llkRglDCPBdQTpk6oadCd7fQgfz > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8OTNNPW35uH2RSaChSnbl13FvXZ7TC0 { width:17.9375rem;height:2.4rem;top:1.25rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utfwSoCCHhNt0af50aedhRxFd4xEJ0va { width:17.875rem;height:1.6rem;top:4.9rem;left:1.0625rem;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:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1V95hkcJ6T1PGx9vamDZxm7ks1CoAlC { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:20rem;height:4.55rem;top:1.25rem;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.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxuR67rJmlHku0TafHHdTauEJbnxC3VS { width:19.375rem;height:11.0625rem;top:7.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA1QtvabkRrZRHU4zAe34wLsEdvAmFRE { width:17rem;height:1.7875rem;top:9.2875118255612rem;left:1.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:17rem;height:6rem;top:11.875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { width:19.375rem;height:11.0625rem;top:26.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:17rem;height:4.5rem;top:30.75rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91UcM5qci4ZCPVfCye0UftrF4wZywAT { width:17rem;height:1.7875rem;top:29.012496948243rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { width:19.375rem;height:11.0625rem;top:45.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:17rem;height:4.5rem;top:49.625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCrHV5Dduh2kleIBemAIqW3PSky1lpJM { width:17rem;height:1.7875rem;top:47.887496948243rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyDNaE66UtfyxGDkiaCX3PX8OabrmOLK { display:flex;width:5.3125rem;height:5.3125rem;top:1.25rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #mGJQgDTZCGhrNGDwzPJ0EEkx09gFbRyH { display:flex;width:5.3125rem;height:5.3125rem;top:20.125rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #yRB0qaBBRUn9wL1nksSmDmgNuJI0BkKy { display:flex;width:5.3125rem;height:5.3125rem;top:39rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQFBbqsc0DqSWylNntVmTyhJ2NMUUBJ7 { width:12.5rem;height:1.3rem;top:7.5875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZSHua69xtT29AwuVhloI6GIFHFeMPA3 { width:15.25rem;height:1.3rem;top:12.95rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5IODicZTlzUIJ7ghxy14DJGithdt1fk { width:14.375rem;height:1.3rem;top:18.4375rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSGcmyx8G64uMZl9WSgeP168a0sw5ghb { width:14.25rem;height:6.09375rem;top:23.925rem;left:2.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAECOmOfNEcmPTv0o20sNBnnPadA7DIm { width:1.5625rem;height:1.5625rem;top:10.1375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzzb26Qgo4nJOKqwvbEb5ER3JTMTukey { width:1.5625rem;height:1.5625rem;top:4.775rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0c74UWSpyquRlC5TJkUo4ITToamna8O { width:1.6875rem;height:1.6875rem;top:20.9875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzDaIVfWSZgLGBr6zGhXHhtAoNkknuvL { width:1.6875rem;height:1.6875rem;top:15.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEc6JwgoWdTpbZlWNJanh8DTDTrr3iPt { width:19.75rem;height:14.375rem;top:31.26875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:18.625rem;height:11.375rem;top:29.174999713897rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { width:19.875rem;height:16.625rem;top:24.8625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnBNB2RwBQE2PsnkbsQKs0UXTR4ezvtO { width:20rem;height:4.5rem;top:5.8000073432922rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y67zxw4czOCCH38ekZiTTHH86tfIcNkw { width:20rem;height:15rem;top:11.3rem;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:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { width:20rem;height:6.825rem;top:18.468763351441rem;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:5.53125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlFudPKDT2OFlTRKUWvxa1tMsfTmHq3y { width:20rem;height:36rem;top:25.51875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4cpwT1haT10qi7H5ivbfA62RyCOU82 { width:15.1875rem;height:15.9375rem;top:1.5617189407349rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 { 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; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5.adaptive-delivery-prevent-bg, #f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5.lazyload, #f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5.lazyloading { background-image: none; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row .container { background-color: transparent; background-image: none; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row .container > .video-iframe-container { display: none; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row > .video-iframe-container { display: none; }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .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); }#f2afk0PXmnykm8ziDN426mI7LJ7r8Zm5 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riAG3FRZKTwWsN15LBdlcXpOaaBGSnpm { width:20rem;height:7.8rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQaB5TgZk1pou2fEWKQNGTinGqURtzW6 { 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) { #Ssl5nKPdTB5ZmZ4adMyoRSQDmSwuCcUS { display:flex;width:3.125rem;height:3.125rem;top:12.175000667572rem;left:8.4375005364419rem; }
#Ssl5nKPdTB5ZmZ4adMyoRSQDmSwuCcUS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq { display:block; }#LA4NVkSn0sgIrWL24uFBkfKtiTcqvMdq > .row .container { width:20rem;height:107.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvodhInxnUEGS1NJkTn3kqWdl0EDctqK { 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) { #u0XsR7z5rQa8EsBTzEGGCkWf1RgnGkic { width:6.25rem;height:0.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe40NTx651qWi9i8SoqtxylzXT3CgT0v { width:14.625rem;height:1.3rem;top:5.2125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr1nlFBsfpbpr8zSTTCykFuIUP3hJwPu { width:15.5625rem;height:20.5rem;top:7.7625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxTPIIbl09mIUl3axTlCcg5EFLQExp6 { width:16.5625rem;height:4.5rem;top:35.7rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9oGTSCA2VRTiP2VN82lLwyiazBm4ynC { width:15.625rem;height:1.5rem;top:32.95rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8VguIfNTEo4FcP3SIsiWetS7yBaRW0a { width:15.625rem;height:1.5rem;top:44.8875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRLlPTnDCPSJqGu15Jzr6qBJUwFfJmn { width:16.5625rem;height:6rem;top:47.6375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTC6DEgxl7tuILRyVdiuof9HyCQs2HuZ { width:15.625rem;height:1.5rem;top:58.325rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #marw5ZCenyOn10fyAJ31oSahxWoBfKbX { width:16.5625rem;height:6rem;top:61.075rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAGHTtQPTOPoR0TsVTnvOtoRT1Vo5HUc { width:16.5625rem;height:6rem;top:74.5125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWa7NqT7kzpua0sB8HUw6nW1DlNLwPy { width:15.625rem;height:1.5rem;top:71.7625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizMKIg3VwWy596g4tCI557B3mBTyss5 { width:15.625rem;height:1.5rem;top:85.2rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthtTlSvU9zoKc6cw4dNav7mb6DzwzbQ { width:16.5625rem;height:6rem;top:87.95rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIqhFsaB4noA95NSv861ZhkTHFE6qZqG { width:15.625rem;height:1.5rem;top:98.6375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH44kackawC8dXrVDlUyKHv1e6e4RlvB { width:16.5625rem;height:4.5rem;top:101.3875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdn3P2Ki40kpTqPobxeVDLUTLJct673V { display:flex;width:2.1875rem;height:2.1875rem;top:29.5125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VBMBoVUE2rnxFWPyxXyqmaU33dS3a90k { display:flex;width:2.1875rem;height:2.1875rem;top:41.45rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #J68hscnHLcut5IyQSCMkIOWWLiabXK99 { display:flex;width:2.1875rem;height:2.1875rem;top:54.8875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #uB5S55Qn6Vg64FSvHBZ4kVg1pymPHFdF { display:flex;width:2.1875rem;height:2.1875rem;top:95.2rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #g0BLTA5Ivc5BazlUp3MyFAU0iTEWIAbZ { display:flex;width:2.1875rem;height:2.1875rem;top:81.7625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #d1wx8nFEdsfi9R6gidBSeTnH6cGFf6wk { display:flex;width:2.1875rem;height:2.1875rem;top:68.325rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG { display:block; }#eJ4mERA2EhmmTIt0JVE1DRVMHdBNMiPG > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXW1VyZCMW1CNu4gccEQvqT91Wb9BFSD { width:6.25rem;height:0.125rem;top:1.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOFF5WvSU1oONS3sFg4FI8OhEaPLD9Hs { width:20rem;height:4.55rem;top:2.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sn28fe1MArNd96VFePRK9wKZ71vsT2vo { width:20rem;height:25.5rem;top:8.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuoCXbhhQ4sh69BFgvO7Rvd5vwhznn2z { width:20rem;height:16.429942418426rem;top:36.585918426514rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 { display:block; }#Tvrh4swbELFhzH9F1hTXMr8TA5F79UH9 > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9DBmbTIxDOI4CrUy0AV9vtryIAdoHZw { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;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:6.1312499046326rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #Hg0Fq2DmkSA1qiURQgQLiTEtt7PUpGAr {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #oVJWaOf493ig0PIe0CohbQ9uXKxd6fUP {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #kkKHAmETT2MXc6nhD8uiXWEKXihAgAe4 {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #TEVxm8y9rHR2lR9TzWrus26O93qxQEQi {  }
 }@media only screen and (max-width: 763px) { #gzTMhdrxfzToQ6mO5O9TZSi0KE0iEOzb #GTsfF8IQbM2T9IU1ZkJtOOhCdL1FcP2Z {  }
 }@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) { #b5ltlcRDqZqgSTz69ZKPOQem1hWZxGLn { width:19.75rem;height:2.3125rem;top:4.9rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AE8vB3whgGacBvmc0gTaDsZ2LJDhSgy0 { width:1.25rem;height:1.25rem;top:61.455468654632rem;left:8.6875005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlKTbHqw3GiliT6i2xWvmLA8utclUy46 { display:block; }#AlKTbHqw3GiliT6i2xWvmLA8utclUy46 > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIHc6rPznk2NZzU25KezPiSuFh5qdMGw { width:18.125rem;height:4.8rem;top:3.6234378814698rem;left:0.93671876192094rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJ30e2R5a4MeO6MqyD4zCFA1mqvXFh7y { width:18.75rem;height:12rem;top:9.8116941452025rem;left:0.62421876192093rem;font-size:1rem;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;font-family:"gfs didot";font-weight:400;font-style:normal;background-color:#030304;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;text-align:center;text-align-last:center;line-height:1;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;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.1875rem rgba(0,0,0,0.78) ; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1  { width:17.5rem;height:auto;top:21.810950279236rem;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:21.810950279236rem;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 #b5OuAQGT9k3Q6PcLzorSlZcNBfseBqv2 {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #r7DFfgDJ1MzLozlMtWpin0hOuS4s9vxb { display:none; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #lEq4FvcOo5VOcKF7iTK8ImepVr8kv4IU {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #NZ8T2XTfrZnJXrFw1mymssfOvLD9ebQA {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #SrIWO9MykFXmtxq2R41tcvPncZP7kAKh { display:none; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #NCvNTuPTCDMo6hiGFMgIUQvt2nxSeHsr {  }
 }@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 #VMlZnNHNat6sCs7ow540TuZz5Q5twzrZ {  }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #ycoI11kIwtCE2NL21i84iPnqAJbF4yxw { display:none; }
 }@media only screen and (max-width: 763px) { #fpvxIoLmT7ugg0iT6t5ZHgMBKwOcTQM1 #QT0qqnLaQgE7kZkzkQ8sqMLdhZIMrOhd {  }
 }@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:35.5625rem;top:1.25rem;left:0rem;display:block; }
 }