.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8baa0;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; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { background-color: transparent; background-image: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .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); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { border-width: 0; border-radius: 0; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.47rem;padding-right:0.418125rem;padding-bottom:0.47rem;padding-left:0.418125rem;display:block;align-items:center;width:2.510625rem;min-width:2.510625rem;height:2.525625rem;position:relative;font-family:arial;font-size:1.879375rem;font-weight:700;line-height:40.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.346875rem;height:0.99875rem;position:relative;font-family:"open sans";font-size:0.705rem;font-weight:700;line-height:15.98px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.375rem;height:4.758125rem;padding-top:0.05875rem;padding-right:0.06rem;padding-bottom:0.05875rem;padding-left:0.06rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.595703125rem;left:21.3134765625rem;z-index:15017; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #Tkt78n4WTns1QXvXwKJ8usb8DOcAtFqs { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #DMG579uykEN2ASaVAXMUQX5WsSwafHm5 { width:auto; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #u0bBsoTXSWTOQpEknbalxVgCis8nE139 {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oCMgvX2wqsACRpyHMB3dkTt9NsnA8fWJ { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #URqwVGDJsId9w3i0iw598kRNsLcGSmuP {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #QtE4BPx6ZxRsmaBDi39b8Zg45K0tmTsT {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #tP5RKM3n4h8GqrsIT4wQkaG3DT78AZoT { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #T4Jvf0iBKE7tKeTAXLN2kCrRp94vUaCM {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oS3at6lQtG6H8qtGQWd8AdFr3ZrKLzpG {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #UU13OgplcnPFGPOU8kLSAu80xyJhazmA { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #NzlMTWSKpmbfTmtSmqFo3NVle5vngiDG {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #zx5X11FgcbSDKTCbxk9crZhCb0BUETro {  }
#BKHWagMHfaAG8bhTGOdRDi4khNifDywF { color:#000000;display:block;width:17.125rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2rem;left:2.0615234375rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MkF1FRBfTec9SDz47fPdCaRR23xshzeH { background-color:#fde336;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.34375rem;left:41.5rem;display:block; }
#EilSdKhn7lQHAK9cf15RkPQyJTmNVqUg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row .container { background-color: transparent; background-image: none; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row .container > .video-iframe-container { display: none; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row > .video-iframe-container { display: none; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .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); }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row .container { border-width: 0; border-radius: 0; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;position:relative;display:block; }#lP3J9FaCpitCRhefK3NvhwU97d2kPO2l { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.9375rem;left:5.125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQbM9BJOF4oyTtunauEiAZ8nBqAwJOWH { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.5625rem;left:4.5rem;height:9.44825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qimeuk5cmJo07LZQRnO6hy9HlRCpTgzH { color:#f3e2e2;display:block;width:22.375rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.0107421875rem;left:9.5rem;height:1.42480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xNA5tD6MdIZbctRUNZckZ0IAImN5A2xn { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:9.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:34.249rem;width:30.9375rem;top:10.8125rem;left:29.0625rem;overflow:hidden;display:block; }
#gVpBFMOhtWMa86w1VWXbQHLxcWnyg0nJ { position:absolute;display:block;z-index:15021;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:10.9375rem;width:10.9375rem;top:10.8125rem;left:49.0625rem;overflow:hidden;display:block; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-form-header {  }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-regular-label { height:auto;display:block;font-family:inter;font-size:1.125rem;font-weight:bold;color:rgba(0,0,0,0.63);width:22.625rem;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;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;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:22.625rem;box-sizing:border-box;height:2.5625rem;color:#26265b;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-text {padding-top: 0; padding-bottom: 0;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;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:22.625rem;box-sizing:border-box;height:4.375rem;color:#26265b;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;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:22.625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-select {padding-top: 0; padding-bottom: 0;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .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; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#fde336;background-image:none;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:3.5rem;margin-bottom:0.25rem;margin-left:3.375rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#000000;width:15.8125rem;height:3.4375rem;font-family:raleway;overflow:hidden;line-height:1.2;box-shadow: none; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .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:inter;line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.4375rem;overflow:hidden;font-style:normal; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .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; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-container:first-of-type{padding-top:0;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-container:last-of-type{padding-bottom:0;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;left:4.5rem;top:25.1875rem;z-index:15023;position:absolute; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem;display:block;vertical-align:top; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP {display:block;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;left:4.5rem;top:25.1875rem;z-index:15023;position:absolute; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #uKrFdRzm86uShcH38ycAagigOt2eITXf { position:relative; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #snzUVKdrFzGkNOTEdz96OrBKPOwixswJ { position:relative;display:block; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #SwUq78rQChMNKdkdVDKGiOmprWsbb7ce { position:relative; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #EcidWegtKBIH7TD9FhzaNLmS3WO5xfWA { position:relative; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #NTCm5HZ6oScfcbduiVHFZiB0ZQLfDQUW { position:relative;display:block; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #TKBIMq9xmIhElDSEMrFnNHghZZi352Pv { position:relative; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #Znw2Kt75TVuH9C94s4fNGOMkvnGznPC0 { position:relative; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #tWLVvddTvapZqkorUhZLry7JJEZFtABD { position:relative;z-index:2; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #ZiPscmw5hxIwB6mtK5wkx9eCH2ilvbTw { position:relative; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #Z0cPqCTqvtAKnxuGmNSgZTk4viTxdqT8 { position:relative; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #w1QWNnfoz8DApaPDbEtknd6qNRyTcxZw { position:relative; }
#L3qXDvlwFaBKvsMcDv7PnH4xJtHemGo9 { box-sizing:content-box;height:3.125rem;width:22.0625rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;top:31.625rem;left:37.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pTh0RvcT0wTatmx29KFKVnGSTWCDIyGA { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:32.6875rem;left:39.1875rem;height:1.04980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yHxurEwLOxPKayX54o9RxUCNDiiQWxzO { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:36.8125rem;left:33.0625rem;height:1.04980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#axoPkoaNw35cr3bp4D994re0sc1W7Eoe { box-sizing:content-box;height:3.125rem;width:22.0625rem;position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;top:35.75rem;left:31.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#GEhNX8R9ZP9F0Sud32Aw0ZbSJOSRozhS { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.2;letter-spacing:0;top:41.125rem;left:39.1875rem;height:1.04980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Eq57elTWIs0qkCFhr6T1s9alEy0RXtaG { box-sizing:content-box;height:3.125rem;width:22.0625rem;position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;top:40.0625rem;left:37.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fWFtlLHqLMcy6IGFFdW78SsDZx6Bf3Jl { position:absolute;display:block;z-index:15037;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:5.3125rem;top:22.25rem;left:26.5625rem;overflow:hidden;display:block; }
#X29NkzPLhQTAeIO90Ac5piSKvVVO1Tzr { color:#fff3f6;display:block;width:25.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:22.83203125rem;left:4.5rem;height:1.5rem;font-style:normal;display:block; }
#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei { background-color:#e8baa0;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .row .container { background-color: transparent; background-image: none; }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .row .container > .video-iframe-container { display: none; }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .row > .video-iframe-container { display: none; }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .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); }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .row .container { border-width: 0; border-radius: 0; }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .row .container { width:60rem;height:54.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HMa0pM1im66fzAd31F73zKsJ0whTZ5iH { display:block;width:54.0625rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.53125rem;left:2.96875rem;height:8.042rem;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#CstGKOXrOG3e1p1MWIGbwdekm4AZOR5M { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:10rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fauEIoTe2mrLDGpzB5wgcN3qEn7cr30M { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:10rem;left:20.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TE8GQ6zmpsx1IuHugyoll2z4knM9VgnF { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:10rem;left:40.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xcZGQXiSRRXRIAZZ2yxKpNuNWf7XmTUd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:11.1875rem;left:8.3125rem;overflow:hidden;display:block; }
#e53yqhoJNxQgQBdVeyPwTmfRn4lpk6hB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:11.1875rem;left:28.625rem;overflow:hidden;display:block; }
#GhKTcTFn4cXLT7B9Skzg3EnMRXNzSpXT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:11.1875rem;left:48.9375rem;overflow:hidden;display:block; }
#a4zAM1mw0vhxHHZu9pGhfE2CsRid3LOT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:15rem;left:1.875rem;height:13.8866875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jm6oFf0rMggTwEKG11bE7GDTgvBQHJn4 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.0087890625rem;left:22.1875rem;height:15.42965625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrtvGryPm5DqJmNN5xaEaCGbKQ24e4cB { color:#000000;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15rem;left:42.5rem;height:12.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTOdUSPwXaDGdDW0uP0X2mEvgsMJIzGL { box-sizing:content-box;height:21.5625rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:30.25rem;left:20.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#WhDfuEkOlw5sXHHhhSw3lLp7MJcdb1bq { box-sizing:content-box;height:21.5625rem;width:19.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:30.25rem;left:40.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#o5vt3NATpfNk1GEUZVKP0cG4vhemGVtf { color:#000000;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:35.25rem;left:22.1875rem;height:15.4296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pmtaOcKFx7oBlweVQuxZOMu6Am6dZhd5 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:35.25rem;left:42.5rem;height:13.88671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ph5awuOlFJNLSIPpmJhOzxldPuSzaz83 { box-sizing:content-box;height:21.5625rem;width:19.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:30.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fdv4yTPDscgS2023Nxp4DdxTT1bFPdNi { color:#000000;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:35.25rem;left:1.375rem;height:12.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XuzxAOaGHmShJTglfzZqXptZfCSU1a03 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:31.4375rem;left:8.3125rem;overflow:hidden;display:block; }
#LvnhSiqzl6fWctmogns5bHzFRwDofSmE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:31.4375rem;left:28.625rem;overflow:hidden;display:block; }
#XQfyEVrk4npg2FAFXQOthrSmC5del8qn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:31.4375rem;left:48.9375rem;overflow:hidden;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#000000;display:block;width:51.5625rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:5rem;left:2.8125rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:2.8125rem;height:10.2333875rem;font-style:normal;display:block; }
#Ok0lwiyt6OuSBbUbR3Uk2gCqKxeFx50T { background-color:#fde336;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.5rem;left:2.8125rem;display:block; }
#Cudrhht5wwNSPzI5Uo1T8e4ssrM9EnKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxDtJC7kCvVsZ7DWVoUMcCviUhi9Av7m { box-sizing:content-box;height:42.375rem;width:56.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:2.625rem;left:1rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#koALzbN1xidg2CiZeN0n08oV72wGoV3H { 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:26.875rem;width:25.625rem;top:18.169921875rem;left:34.375rem;overflow:hidden;display:block; }
#xn8wKpwTRaKVAo4EJxLOKaEAXHdMNlFl { color:#000000;display:block;width:33.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.4375rem;left:2.8125rem;height:13.15725rem;font-style:normal;display:block; }
#GksVm2GgbI9Q63NocgGTcGaoIEyl9tA5 { 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.3125rem;width:31.3125rem;top:33.375rem;left:2.8125rem;overflow:hidden;display:block; }
#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1c1d;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; }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .row .container { background-color: transparent; background-image: none; }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .row .container > .video-iframe-container { display: none; }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .row > .video-iframe-container { display: none; }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .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); }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .row .container { border-width: 0; border-radius: 0; }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#G4ZM73f5TMQVQpz6PZ81TqDF0zJhqFZG { color:#ffffff;display:block;width:45rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.875rem;left:7.5rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row .container { background-color: transparent; background-image: none; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row .container > .video-iframe-container { display: none; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row > .video-iframe-container { display: none; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .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); }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row .container { border-width: 0; border-radius: 0; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#M9TU106eQUn29h9WKa31p8un740o5qCX { color:#000000;display:block;width:49.25rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3rem;left:5.375rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTlisXIE1PxTH4sM6LobsGVPITdJPWcP { box-sizing:content-box;height:5.625rem;width:57.4375rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:1.8125rem;left:1.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row .container { background-color: transparent; background-image: none; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row .container > .video-iframe-container { display: none; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row > .video-iframe-container { display: none; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .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); }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row .container { border-width: 0; border-radius: 0; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#ASuELuhwPZq0bOTJpN0Pqk8UlNHziebZ { position:absolute;display:block;z-index:15022;background-color:#e1cdd3;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:2.2109375rem;left:6.875rem;display:block; }
#ZWDps3O7bNrM56w9aSHikev9up5kANp3 { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.2109375rem;left:3.03125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCXNwItPlSy62U3pVvq00MyhmcuTc233 { position:absolute;display:block;z-index:15028;background-color:#e7edf1;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:2.2109375rem;left:26.875rem;display:block; }
#SXJ0I3mfUdNLkogXpu34WCwL4yWF3pZ0 { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.2109375rem;left:22.71875rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dop2QB6xEUsmT27uBwyeE9RS49sxmNAD { position:absolute;display:block;z-index:15034;background-color:#e1cdd3;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:2.2109375rem;left:46.875rem;display:block; }
#i5D529XxgTpEszVbz3BAwBtGKdJyAwlO { color:#000000;display:block;width:15rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:9.2109375rem;left:42.09375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qqc6kXxfZVlH5mHZS3yXpfQUA0iOHTp2 { box-sizing:content-box;height:14.5625rem;width:18.1875rem;position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;top:0.9375rem;left:1.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FQVW6bRwSrI1AzR3Fcm7TFTeRAqgn9Ld { box-sizing:content-box;height:14.5625rem;width:18.1875rem;position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;top:0.9375rem;left:20.90625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#n2FtlNcizhVrV8T4SqWDBPz7GhSOPQrI { box-sizing:content-box;height:14.5625rem;width:18.1875rem;position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;top:0.9375rem;left:40.90625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BQ4HfQ5kGPyc7IUcbJ79lqdMpJxOkkFy { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:3.9609375rem;left:8.625rem;overflow:hidden;display:block; }
#IdEfEZdI9NZnAx8OtlzoZIHsNW1XIkD0 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:3.9609375rem;left:28.625rem;overflow:hidden;display:block; }
#bOr0Nc3lbJCFZvEUNoEwIdGV4khsPcHi { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:3.9609375rem;left:48.625rem;overflow:hidden;display:block; }
#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { background-color: transparent; background-image: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .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); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { border-width: 0; border-radius: 0; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:2.779296875rem;left:3.53125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DmBlsIyRzRoAGukNE6mhfSnJJGdCX48d { box-sizing:content-box;height:6.8125rem;width:47.75rem;position:absolute;display:block;z-index:14989;background-color:#f5f0ed;background-image:none;top:6.875rem;left:6.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { color:#000000;display:block;width:1.6875rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.6875rem;left:8.625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.875rem;left:12.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C6nb9wi7QnB5hx3LCfNBKQWQ419UBsIT { box-sizing:content-box;height:5.5625rem;width:5.1875rem;position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;top:7.5rem;left:6.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aVCcWVze3ebF8h6Fov6K4i6HcfP7kRIS { box-sizing:content-box;height:6.8125rem;width:47.75rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:15.125rem;left:6.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#H0dE2uBFBgwBC2BWWh76912TowfMAEJ7 { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.125rem;left:12.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rgp626bfzLHQ5ayWTXz3TgSUv7GD8SDn { box-sizing:content-box;height:5.5625rem;width:5.1875rem;position:absolute;display:block;z-index:14994;background-color:#f5f0ed;background-image:none;top:15.75rem;left:6.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#E8fTXshpEQQmn0t6H2mbh9HH6G46pwUp { color:#000000;display:block;width:1.6875rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:16.9375rem;left:8.625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ymKJI7Nr9HEF4rN6nva34HpWR4iWkKaz { box-sizing:content-box;height:6.8125rem;width:47.75rem;position:absolute;display:block;z-index:14993;background-color:#f5f0ed;background-image:none;top:23.4375rem;left:6.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#AHtUbtSzsAf0LXiCIuizrt6v3TsZO7Z1 { color:#000000;display:block;width:1.75rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:25.25rem;left:8.625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hyVAFxNxO5zv5SwHhG3w7JxDJmXOhC2x { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.4375rem;left:12.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KX9AcQPwrLDEGQZAFLUT7drQauFeT6mJ { box-sizing:content-box;height:5.5625rem;width:5.1875rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:24.0625rem;left:6.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tVowq2ONaVECswRCLQsyJfQtMcdcu3cn { background-color:#fde336;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.125rem;height:4.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.28125rem;left:3.53125rem;display:block; }
#s76qHoESeRzrch1hrVNy3nlwoSOpTFbe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0ed;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; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row .container { background-color: transparent; background-image: none; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row .container > .video-iframe-container { display: none; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row > .video-iframe-container { display: none; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .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); }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row .container { border-width: 0; border-radius: 0; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#t3wWS4JozeIRLNW6ok1ItgRFllwOugxR { color:#000000;display:block;width:49.25rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3rem;left:5.375rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HtF93seOJMmsBoKbZdgU6Nr5gENIg1KE { box-sizing:content-box;height:5.625rem;width:57.4375rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:1.8125rem;left:1.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0ed;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; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row .container { background-color: transparent; background-image: none; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row .container > .video-iframe-container { display: none; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row > .video-iframe-container { display: none; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .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); }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row .container { border-width: 0; border-radius: 0; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#eW4LzIbbCrphUf7ULNGtsrUtSPZ6gsiV { position:absolute;display:block;z-index:15000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.9375rem;width:50.25rem;top:1.0625rem;left:9.75rem;display:block; }
#S5IxDwUIpQQdPOIwmOyOUQ8eip8SuJxf { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:3.4375rem;left:16.8125rem;height:13.125rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#dETlLRs4B6il00nTCRfsL1Pa1iJncwhE { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.8125rem;left:39.125rem;height:1.29980625rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#tHftJNiBM4TFEcf4ptDuIBP4f8vcU1hM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:14.3125rem;top:0rem;left:1.625rem;overflow:hidden;display:block; }
#oO1qqcCTW3LhsaeLxg9KD9gZoXDr9zuK { 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:0.875rem;width:33.5rem;top:22.5625rem;left:0rem;overflow:hidden;display:block; }
#xTitTUpTKHlGz7Sdt5GpmrREhfb8R203 { box-sizing:content-box;height:5.625rem;width:57.4375rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:1.8125rem;left:1.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0ed;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; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row .container { background-color: transparent; background-image: none; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row .container > .video-iframe-container { display: none; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row > .video-iframe-container { display: none; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .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); }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row .container { border-width: 0; border-radius: 0; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#fZFiEVJac8RU6owHrc81Lr5EHlK7GNy1 { position:absolute;display:block;z-index:15000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:50.25rem;top:2.46875rem;left:1.9375rem;display:block; }
#WwqOQCf0KsCPE0HV7qAZwEKQzKBMRTE3 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:8.8125rem;left:4rem;height:7.4365rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#Zp8TiUnqVZhsaATmOBKvMNUKTkDL58dw { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.59375rem;left:4rem;height:1.4619125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#i5VZpoXi6spi1ewsLZDPT5PeuPU5PXW3 { position:absolute;display:block;z-index:15005;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:23.6875rem;width:21rem;top:0rem;left:39rem;overflow:hidden;display:block; }
#QIrxp2gwNXLdsUBbiMa65a1UEcBA2EOa { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.46875rem;left:4rem;height:1.4619125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ck0xPCGWbKf6NkpTJ0mzx718Os6cTArT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:33.5rem;top:23rem;left:26.5rem;overflow:hidden;display:block; }
#pxZKEJOySScbvgLcnX0aJEZZHEBVuDku { box-sizing:content-box;height:5.625rem;width:57.4375rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:1.8125rem;left:1.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0ed;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; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row .container { background-color: transparent; background-image: none; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row .container > .video-iframe-container { display: none; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row > .video-iframe-container { display: none; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .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); }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row .container { border-width: 0; border-radius: 0; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#wlCwpfBeuwesLezzuAhUdXNhnLKtsOzF { position:absolute;display:block;z-index:15000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.875rem;width:44.1875rem;top:5.375rem;left:7.5625rem;display:block; }
#nsqpG8IWAO8i3DsxX0CqDuivCFJB1CwM { color:#000000;display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:9.4375rem;left:15.8125rem;height:2.9746125rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#kg9fVIHeV1C9UJo4CIxnSro7myyAeiHS { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:15.8125rem;height:1.4619125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#c0MTKETKwNTN7LZTeVZIzDGieG7xBtPs { position:absolute;display:block;z-index:15005;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.4375rem;width:15rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Sgdv0UkAEhyc5eTxMSfosFCRbouEz31F { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:33.5rem;top:19.875rem;left:0rem;overflow:hidden;display:block; }
#dDTTqHpdUDGeBqDK9Lwe183gk9fXGyek { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.25rem;top:3.875rem;left:48.7421875rem;overflow:hidden;display:block; }
#dHo1C6OIq9q4SysATQ8QaPFNFMBJrzO2 { box-sizing:content-box;height:5.625rem;width:57.4375rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:1.8125rem;left:1.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#ao482L7KT1nAPCI1GCr14sAxWIHcwetE { 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; }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .row .container { background-color: transparent; background-image: none; }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .row .container > .video-iframe-container { display: none; }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .row > .video-iframe-container { display: none; }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .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); }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .row .container { border-width: 0; border-radius: 0; }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#zMFT9aTRBquzbWMzK8hKu5X9PwSW3qSa { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:18.25rem;top:5rem;left:0.875rem;overflow:hidden;display:block; }
#ONbJK37ap2wBhhO0XrPkivg6kkXr0ZLo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.3125rem;width:16.6875rem;top:1.8125rem;left:21.6875rem;overflow:hidden;display:block; }
#zcA7BoFNc6r2tVrneviZf6dO52Q5KoTZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.3125rem;width:16.3125rem;top:10rem;left:1rem;overflow:hidden;display:block; }
#KTzLET7J178TClKvXlEAwcgEtT6qw03H { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14rem;width:14rem;top:3rem;left:43rem;overflow:hidden;display:block; }
#v3UQTeXmIqrcwyc5OZi1zgacNABu0KLO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.5rem;width:12.5rem;top:18.5625rem;left:41.3125rem;overflow:hidden;display:block; }
#hIIJMdIaN91vDnI9ng62gA66K51cKAyu { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.3125rem;width:13.3125rem;top:14.9375rem;left:23.375rem;overflow:hidden;display:block; }
#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row .container { background-color: transparent; background-image: none; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row .container > .video-iframe-container { display: none; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row > .video-iframe-container { display: none; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .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); }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row .container { border-width: 0; border-radius: 0; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#T8M2yIxPe34aIVzt4wK4muZyflIxfBNi { position:absolute;display:block;z-index:15000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.5rem;width:49.5rem;top:1.9375rem;left:1.3125rem;display:block; }
#RnlgW5OLDuH7KQbfTFKrt4JUQWGMOvg7 { color:#000000;display:block;width:37.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:6.5625rem;left:3.4375rem;height:16.79299375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pQC78sNqcAiA68NWZwvMPumiUCtW5ovs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.6875rem;width:17.5rem;top:4.59375rem;left:42.5rem;overflow:hidden;display:block; }
#lInxfTpSPxavSoLoknPA0aWQ81T6nN0X { color:#000000;display:block;width:29.75rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:3.5rem;left:3.4375rem;height:3.0625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Pmq70HG9huT40WMMohqN2VGCbMZb9rTS { box-sizing:content-box;height:5.625rem;width:57.4375rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:1.8125rem;left:1.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #Tkt78n4WTns1QXvXwKJ8usb8DOcAtFqs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #DMG579uykEN2ASaVAXMUQX5WsSwafHm5 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #u0bBsoTXSWTOQpEknbalxVgCis8nE139 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oCMgvX2wqsACRpyHMB3dkTt9NsnA8fWJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #URqwVGDJsId9w3i0iw598kRNsLcGSmuP {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #QtE4BPx6ZxRsmaBDi39b8Zg45K0tmTsT {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #tP5RKM3n4h8GqrsIT4wQkaG3DT78AZoT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #T4Jvf0iBKE7tKeTAXLN2kCrRp94vUaCM {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oS3at6lQtG6H8qtGQWd8AdFr3ZrKLzpG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #UU13OgplcnPFGPOU8kLSAu80xyJhazmA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #NzlMTWSKpmbfTmtSmqFo3NVle5vngiDG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #zx5X11FgcbSDKTCbxk9crZhCb0BUETro {  }
 }@media only screen and (max-width: 763px) { #BKHWagMHfaAG8bhTGOdRDi4khNifDywF { top:2rem;left:0rem;width:17.125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkF1FRBfTec9SDz47fPdCaRR23xshzeH { width:15rem;height:3.4375rem;top:1.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EilSdKhn7lQHAK9cf15RkPQyJTmNVqUg { display:block; }
 }@media only screen and (max-width: 763px) { #yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS { display:block; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lP3J9FaCpitCRhefK3NvhwU97d2kPO2l { top:3.9375rem;left:0rem;width:47.5625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQbM9BJOF4oyTtunauEiAZ8nBqAwJOWH { top:8.5625rem;left:0rem;width:30.3125rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qimeuk5cmJo07LZQRnO6hy9HlRCpTgzH { top:18rem;left:3.375rem;width:22.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNA5tD6MdIZbctRUNZckZ0IAImN5A2xn { width:30.9375rem;height:34.249rem;top:10.8125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVpBFMOhtWMa86w1VWXbQHLxcWnyg0nJ { top:10.8125rem;left:36.8125rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-regular-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-text { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-text {padding-top: 0; padding-bottom: 0;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-textarea { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-select { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-select {padding-top: 0; padding-bottom: 0;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-button { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.375rem; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP  { width:22.6875rem;height:auto;top:25.1875rem;left:0rem; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .radio-container { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP {display:block;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP { width:22.6875rem;height:auto;top:25.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #uKrFdRzm86uShcH38ycAagigOt2eITXf {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #snzUVKdrFzGkNOTEdz96OrBKPOwixswJ { display:block; }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #SwUq78rQChMNKdkdVDKGiOmprWsbb7ce {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #EcidWegtKBIH7TD9FhzaNLmS3WO5xfWA {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #NTCm5HZ6oScfcbduiVHFZiB0ZQLfDQUW { display:block; }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #TKBIMq9xmIhElDSEMrFnNHghZZi352Pv {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #Znw2Kt75TVuH9C94s4fNGOMkvnGznPC0 {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #tWLVvddTvapZqkorUhZLry7JJEZFtABD {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #ZiPscmw5hxIwB6mtK5wkx9eCH2ilvbTw {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #Z0cPqCTqvtAKnxuGmNSgZTk4viTxdqT8 {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #w1QWNnfoz8DApaPDbEtknd6qNRyTcxZw {  }
 }@media only screen and (max-width: 763px) { #L3qXDvlwFaBKvsMcDv7PnH4xJtHemGo9 { top:31.625rem;left:25.6875rem;width:22.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTh0RvcT0wTatmx29KFKVnGSTWCDIyGA { top:32.6875rem;left:28.1875rem;width:19.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHxurEwLOxPKayX54o9RxUCNDiiQWxzO { top:36.8125rem;left:26.9375rem;width:19.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axoPkoaNw35cr3bp4D994re0sc1W7Eoe { top:35.75rem;left:25.6875rem;width:22.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEhNX8R9ZP9F0Sud32Aw0ZbSJOSRozhS { top:41.125rem;left:28.1875rem;width:19.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq57elTWIs0qkCFhr6T1s9alEy0RXtaG { top:40.0625rem;left:25.6875rem;width:22.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWFtlLHqLMcy6IGFFdW78SsDZx6Bf3Jl { top:22.25rem;left:20.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X29NkzPLhQTAeIO90Ac5piSKvVVO1Tzr { top:22.8125rem;left:0rem;width:25.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei { display:block; }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMa0pM1im66fzAd31F73zKsJ0whTZ5iH { width:47.75rem;height:8rem;top:1.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CstGKOXrOG3e1p1MWIGbwdekm4AZOR5M { top:10rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fauEIoTe2mrLDGpzB5wgcN3qEn7cr30M { top:10rem;left:14.1875rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8GQ6zmpsx1IuHugyoll2z4knM9VgnF { top:10rem;left:28.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcZGQXiSRRXRIAZZ2yxKpNuNWf7XmTUd { top:11.1875rem;left:2.1875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e53yqhoJNxQgQBdVeyPwTmfRn4lpk6hB { top:11.1875rem;left:22.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhKTcTFn4cXLT7B9Skzg3EnMRXNzSpXT { top:11.1875rem;left:42.8125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zAM1mw0vhxHHZu9pGhfE2CsRid3LOT { top:15rem;left:0rem;width:15.625rem;height:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm6oFf0rMggTwEKG11bE7GDTgvBQHJn4 { top:14rem;left:16.0625rem;width:15.625rem;height:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrtvGryPm5DqJmNN5xaEaCGbKQ24e4cB { top:15rem;left:32.125rem;width:15.625rem;height:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOdUSPwXaDGdDW0uP0X2mEvgsMJIzGL { top:30.25rem;left:14.1875rem;width:19.375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhDfuEkOlw5sXHHhhSw3lLp7MJcdb1bq { top:30.25rem;left:28.375rem;width:19.375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5vt3NATpfNk1GEUZVKP0cG4vhemGVtf { top:35.25rem;left:16.0625rem;width:15.625rem;height:15.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmtaOcKFx7oBlweVQuxZOMu6Am6dZhd5 { top:35.25rem;left:32.125rem;width:15.625rem;height:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph5awuOlFJNLSIPpmJhOzxldPuSzaz83 { top:30.25rem;left:0rem;width:19.375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdv4yTPDscgS2023Nxp4DdxTT1bFPdNi { top:35.25rem;left:0rem;width:15.625rem;height:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuzxAOaGHmShJTglfzZqXptZfCSU1a03 { top:31.4375rem;left:2.1875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvnhSiqzl6fWctmogns5bHzFRwDofSmE { top:31.4375rem;left:22.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQfyEVrk4npg2FAFXQOthrSmC5del8qn { top:31.4375rem;left:42.8125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:7.9375rem;left:0rem;width:42.1875rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok0lwiyt6OuSBbUbR3Uk2gCqKxeFx50T { width:19.375rem;height:4rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cudrhht5wwNSPzI5Uo1T8e4ssrM9EnKv { display:block; }
 }@media only screen and (max-width: 763px) { #zxDtJC7kCvVsZ7DWVoUMcCviUhi9Av7m { top:2.625rem;left:0rem;width:47.75rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koALzbN1xidg2CiZeN0n08oV72wGoV3H { top:18.125rem;left:22.125rem;width:25.625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn8wKpwTRaKVAo4EJxLOKaEAXHdMNlFl { top:19.4375rem;left:0rem;width:33.625rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GksVm2GgbI9Q63NocgGTcGaoIEyl9tA5 { top:33.375rem;left:0rem;width:31.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC { display:block; }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4ZM73f5TMQVQpz6PZ81TqDF0zJhqFZG { top:2.875rem;left:1.375rem;width:45rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eogq3kufiIpIxAVHmdQN7awCX6wsVR94 { display:block; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9TU106eQUn29h9WKa31p8un740o5qCX { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTlisXIE1PxTH4sM6LobsGVPITdJPWcP { top:1.8125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII { display:block; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASuELuhwPZq0bOTJpN0Pqk8UlNHziebZ { width:6.25rem;height:6.25rem;top:2.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWDps3O7bNrM56w9aSHikev9up5kANp3 { top:9.1875rem;left:0.96875rem;width:13.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCXNwItPlSy62U3pVvq00MyhmcuTc233 { width:6.25rem;height:6.25rem;top:2.1875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXJ0I3mfUdNLkogXpu34WCwL4yWF3pZ0 { top:9.1875rem;left:16.53125rem;width:14.5625rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dop2QB6xEUsmT27uBwyeE9RS49sxmNAD { width:6.25rem;height:6.25rem;top:2.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5D529XxgTpEszVbz3BAwBtGKdJyAwlO { top:9.1875rem;left:31.78125rem;width:15rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqc6kXxfZVlH5mHZS3yXpfQUA0iOHTp2 { top:0.9375rem;left:0rem;width:18.1875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQVW6bRwSrI1AzR3Fcm7TFTeRAqgn9Ld { top:0.9375rem;left:13.5625rem;width:18.1875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2FtlNcizhVrV8T4SqWDBPz7GhSOPQrI { top:0.9375rem;left:29.4375rem;width:18.1875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ4HfQ5kGPyc7IUcbJ79lqdMpJxOkkFy { top:3.9375rem;left:6.5625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdEfEZdI9NZnAx8OtlzoZIHsNW1XIkD0 { top:3.9375rem;left:22.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOr0Nc3lbJCFZvEUNoEwIdGV4khsPcHi { top:3.9375rem;left:38.3125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { top:2.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmBlsIyRzRoAGukNE6mhfSnJJGdCX48d { top:6.875rem;left:0rem;width:47.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { top:8.6875rem;left:2.5rem;width:1.6875rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:7.875rem;left:6.6875rem;width:39.5625rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6nb9wi7QnB5hx3LCfNBKQWQ419UBsIT { top:7.5rem;left:0.75rem;width:5.1875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVCcWVze3ebF8h6Fov6K4i6HcfP7kRIS { top:15.125rem;left:0rem;width:47.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0dE2uBFBgwBC2BWWh76912TowfMAEJ7 { top:16.125rem;left:6.6875rem;width:39.5625rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgp626bfzLHQ5ayWTXz3TgSUv7GD8SDn { top:15.75rem;left:0.75rem;width:5.1875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8fTXshpEQQmn0t6H2mbh9HH6G46pwUp { top:16.9375rem;left:2.5rem;width:1.6875rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymKJI7Nr9HEF4rN6nva34HpWR4iWkKaz { top:23.4375rem;left:0rem;width:47.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHtUbtSzsAf0LXiCIuizrt6v3TsZO7Z1 { top:25.25rem;left:2.5rem;width:1.75rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyVAFxNxO5zv5SwHhG3w7JxDJmXOhC2x { top:24.4375rem;left:6.6875rem;width:40.0625rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX9AcQPwrLDEGQZAFLUT7drQauFeT6mJ { top:24.0625rem;left:0.75rem;width:5.1875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVowq2ONaVECswRCLQsyJfQtMcdcu3cn { width:46.75rem;height:4.6875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s76qHoESeRzrch1hrVNy3nlwoSOpTFbe { display:block; }
 }@media only screen and (max-width: 763px) { #zdxoUKCNui4Fudkthu3EqGdoFSQsRayh { display:block; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3wWS4JozeIRLNW6ok1ItgRFllwOugxR { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtF93seOJMmsBoKbZdgU6Nr5gENIg1KE { top:1.8125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMBkhStrbnnqzlBkD0TQztM2drUTG6ki { display:block; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eW4LzIbbCrphUf7ULNGtsrUtSPZ6gsiV { width:47.75rem;height:19.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5IxDwUIpQQdPOIwmOyOUQ8eip8SuJxf { width:40.9375rem;height:13.125rem;top:3.4375rem;left:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETlLRs4B6il00nTCRfsL1Pa1iJncwhE { width:18.6875rem;height:1.25rem;top:17.8125rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHftJNiBM4TFEcf4ptDuIBP4f8vcU1hM { top:0rem;left:0rem;width:14.3125rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO1qqcCTW3LhsaeLxg9KD9gZoXDr9zuK { top:22.5625rem;left:0rem;width:33.5rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTitTUpTKHlGz7Sdt5GpmrREhfb8R203 { top:1.8125rem;left:0rem;width:47.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 { display:block; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZFiEVJac8RU6owHrc81Lr5EHlK7GNy1 { width:47.75rem;height:15.75rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwqOQCf0KsCPE0HV7qAZwEKQzKBMRTE3 { width:37.8125rem;height:7.1875rem;top:8.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp8TiUnqVZhsaATmOBKvMNUKTkDL58dw { width:28.3125rem;height:1.4375rem;top:4.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5VZpoXi6spi1ewsLZDPT5PeuPU5PXW3 { top:0rem;left:26.75rem;width:21rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIrxp2gwNXLdsUBbiMa65a1UEcBA2EOa { width:28.3125rem;height:1.4375rem;top:6.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck0xPCGWbKf6NkpTJ0mzx718Os6cTArT { top:23rem;left:14.25rem;width:33.5rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxZKEJOySScbvgLcnX0aJEZZHEBVuDku { top:1.8125rem;left:0rem;width:47.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZ99I6eEy2he2V2UDs9Effqt0JWhS646 { display:block; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlCwpfBeuwesLezzuAhUdXNhnLKtsOzF { width:44.1875rem;height:8.875rem;top:5.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsqpG8IWAO8i3DsxX0CqDuivCFJB1CwM { width:33.75rem;height:2.875rem;top:9.4375rem;left:9.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg9fVIHeV1C9UJo4CIxnSro7myyAeiHS { width:28.3125rem;height:1.4375rem;top:7.3125rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0MTKETKwNTN7LZTeVZIzDGieG7xBtPs { top:0rem;left:0rem;width:15rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgdv0UkAEhyc5eTxMSfosFCRbouEz31F { top:19.875rem;left:0rem;width:33.5rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDTTqHpdUDGeBqDK9Lwe183gk9fXGyek { top:3.875rem;left:42.6171875rem;width:4.25rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHo1C6OIq9q4SysATQ8QaPFNFMBJrzO2 { top:1.8125rem;left:0rem;width:47.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ao482L7KT1nAPCI1GCr14sAxWIHcwetE { display:block; }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMFT9aTRBquzbWMzK8hKu5X9PwSW3qSa { width:18.25rem;height:3.75rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONbJK37ap2wBhhO0XrPkivg6kkXr0ZLo { width:16.6875rem;height:12.3125rem;top:1.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcA7BoFNc6r2tVrneviZf6dO52Q5KoTZ { width:16.3125rem;height:16.3125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTzLET7J178TClKvXlEAwcgEtT6qw03H { width:14rem;height:14rem;top:3rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3UQTeXmIqrcwyc5OZi1zgacNABu0KLO { width:12.5rem;height:12.5rem;top:18.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIIJMdIaN91vDnI9ng62gA66K51cKAyu { width:13.3125rem;height:13.3125rem;top:14.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 { display:block; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8M2yIxPe34aIVzt4wK4muZyflIxfBNi { width:47.75rem;height:23.5rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnlgW5OLDuH7KQbfTFKrt4JUQWGMOvg7 { width:37.75rem;height:16.75rem;top:6.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQC78sNqcAiA68NWZwvMPumiUCtW5ovs { top:4.5625rem;left:30.25rem;width:17.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lInxfTpSPxavSoLoknPA0aWQ81T6nN0X { top:3.5rem;left:0rem;width:29.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmq70HG9huT40WMMohqN2VGCbMZb9rTS { top:1.8125rem;left:0rem;width:47.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-number { padding-top:0.426875rem;padding-right:0.3775rem;padding-bottom:0.426875rem;padding-left:0.3775rem;width:2.263125rem;min-width:2.263125rem;height:2.294375rem;font-size:1.7075rem;line-height:36.71px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.266875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.018125rem;height:0.906875rem;font-size:0.64rem;line-height:14.51px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM { width:16.0625rem;height:4.321875rem;display:flex;top:3.8125rem;left:2.1962890625rem;z-index:15017;padding-top:0.05rem;padding-right:0.051875rem;padding-bottom:0.05rem;padding-left:0.051875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #Tkt78n4WTns1QXvXwKJ8usb8DOcAtFqs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #DMG579uykEN2ASaVAXMUQX5WsSwafHm5 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #u0bBsoTXSWTOQpEknbalxVgCis8nE139 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oCMgvX2wqsACRpyHMB3dkTt9NsnA8fWJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #URqwVGDJsId9w3i0iw598kRNsLcGSmuP {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #QtE4BPx6ZxRsmaBDi39b8Zg45K0tmTsT {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #tP5RKM3n4h8GqrsIT4wQkaG3DT78AZoT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #T4Jvf0iBKE7tKeTAXLN2kCrRp94vUaCM {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oS3at6lQtG6H8qtGQWd8AdFr3ZrKLzpG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #UU13OgplcnPFGPOU8kLSAu80xyJhazmA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #NzlMTWSKpmbfTmtSmqFo3NVle5vngiDG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #zx5X11FgcbSDKTCbxk9crZhCb0BUETro {  }
 }@media only screen and (max-width: 763px) { #BKHWagMHfaAG8bhTGOdRDi4khNifDywF { width:17.6865234375rem;height:1.7246125rem;top:1.25rem;left:1.125rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkF1FRBfTec9SDz47fPdCaRR23xshzeH { width:15rem;height:3.4375rem;top:9.287109375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EilSdKhn7lQHAK9cf15RkPQyJTmNVqUg { display:block; }
 }@media only screen and (max-width: 763px) { #yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS { background-color:#62575f;background-image:none;display:block; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row .container { background-color: transparent; background-image: none; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row .container > .video-iframe-container { display: none; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row > .video-iframe-container { display: none; }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .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); }#yH3LZW2PffhlSoc7X7yom6pJFx2E0zBS > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lP3J9FaCpitCRhefK3NvhwU97d2kPO2l { width:18.75rem;height:1.625rem;top:0.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZQbM9BJOF4oyTtunauEiAZ8nBqAwJOWH { width:17.999rem;height:2.548825rem;top:3.0625rem;left:0.9990234375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qimeuk5cmJo07LZQRnO6hy9HlRCpTgzH { width:16.4375rem;height:2.69921875rem;top:5.609375rem;left:1.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNA5tD6MdIZbctRUNZckZ0IAImN5A2xn { width:20rem;height:22.125rem;top:32.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gVpBFMOhtWMa86w1VWXbQHLxcWnyg0nJ { width:7.0625rem;height:7.0625rem;top:33.3984375rem;left:11.9970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-text {padding-top: 0; padding-bottom: 0;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-select {padding-top: 0; padding-bottom: 0;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP  { width:17.5rem;height:auto;top:11.8134765625rem;left:0rem; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP {display:block;}#tMWEMETTWIMknJ3osgtPM2UvFltQzqcP { width:17.5rem;height:auto;top:11.8134765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #uKrFdRzm86uShcH38ycAagigOt2eITXf {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #snzUVKdrFzGkNOTEdz96OrBKPOwixswJ { display:block; }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #SwUq78rQChMNKdkdVDKGiOmprWsbb7ce {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #EcidWegtKBIH7TD9FhzaNLmS3WO5xfWA {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #NTCm5HZ6oScfcbduiVHFZiB0ZQLfDQUW { display:block; }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #TKBIMq9xmIhElDSEMrFnNHghZZi352Pv {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #Znw2Kt75TVuH9C94s4fNGOMkvnGznPC0 {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #tWLVvddTvapZqkorUhZLry7JJEZFtABD {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #ZiPscmw5hxIwB6mtK5wkx9eCH2ilvbTw {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #Z0cPqCTqvtAKnxuGmNSgZTk4viTxdqT8 {  }
 }@media only screen and (max-width: 763px) { #tMWEMETTWIMknJ3osgtPM2UvFltQzqcP #w1QWNnfoz8DApaPDbEtknd6qNRyTcxZw {  }
 }@media only screen and (max-width: 763px) { #L3qXDvlwFaBKvsMcDv7PnH4xJtHemGo9 { width:18.75rem;height:2.5rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTh0RvcT0wTatmx29KFKVnGSTWCDIyGA { width:17.375rem;height:0.8994125rem;top:54.5625rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHxurEwLOxPKayX54o9RxUCNDiiQWxzO { width:16.875rem;height:0.8994125rem;top:57.5rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axoPkoaNw35cr3bp4D994re0sc1W7Eoe { width:18.75rem;height:2.5rem;top:56.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEhNX8R9ZP9F0Sud32Aw0ZbSJOSRozhS { width:17.375rem;height:0.8994125rem;top:60.5625rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eq57elTWIs0qkCFhr6T1s9alEy0RXtaG { width:18.75rem;height:2.5rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWFtlLHqLMcy6IGFFdW78SsDZx6Bf3Jl { width:6.9375rem;height:6.9375rem;top:44.25rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #X29NkzPLhQTAeIO90Ac5piSKvVVO1Tzr { width:20rem;height:1.5rem;top:9.2509765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei { display:block; }#tUsI9r7KgEbQp9kZ8KNBlB9twObQsqei > .row .container { width:20rem;height:104.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMa0pM1im66fzAd31F73zKsJ0whTZ5iH { width:18.9375rem;height:3.65625rem;top:1.125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CstGKOXrOG3e1p1MWIGbwdekm4AZOR5M { width:19.375rem;height:15rem;top:5.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fauEIoTe2mrLDGpzB5wgcN3qEn7cr30M { width:19.375rem;height:15rem;top:21.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8GQ6zmpsx1IuHugyoll2z4knM9VgnF { width:19.375rem;height:15rem;top:36.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcZGQXiSRRXRIAZZ2yxKpNuNWf7XmTUd { width:2.75rem;height:2.75rem;top:7.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e53yqhoJNxQgQBdVeyPwTmfRn4lpk6hB { width:2.75rem;height:2.75rem;top:22.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhKTcTFn4cXLT7B9Skzg3EnMRXNzSpXT { width:2.75rem;height:2.75rem;top:38.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zAM1mw0vhxHHZu9pGhfE2CsRid3LOT { width:15.625rem;height:10.195325rem;top:10.4375rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Jm6oFf0rMggTwEKG11bE7GDTgvBQHJn4 { width:16.4375rem;height:8.39453125rem;top:26.0625rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HrtvGryPm5DqJmNN5xaEaCGbKQ24e4cB { width:15.625rem;height:8.9208875rem;top:41.625rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pTOdUSPwXaDGdDW0uP0X2mEvgsMJIzGL { width:19.375rem;height:17.5rem;top:69.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhDfuEkOlw5sXHHhhSw3lLp7MJcdb1bq { width:19.375rem;height:15rem;top:87.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5vt3NATpfNk1GEUZVKP0cG4vhemGVtf { width:16.3125rem;height:10.1953125rem;top:74.0625rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pmtaOcKFx7oBlweVQuxZOMu6Am6dZhd5 { width:16.625rem;height:9.59375rem;top:92.9375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ph5awuOlFJNLSIPpmJhOzxldPuSzaz83 { width:19.375rem;height:16.25rem;top:52.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdv4yTPDscgS2023Nxp4DdxTT1bFPdNi { width:15.625rem;height:8.9208875rem;top:57.1875rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XuzxAOaGHmShJTglfzZqXptZfCSU1a03 { width:2.75rem;height:2.75rem;top:53.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvnhSiqzl6fWctmogns5bHzFRwDofSmE { width:2.75rem;height:2.75rem;top:70.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQfyEVrk4npg2FAFXQOthrSmC5del8qn { width:2.75rem;height:2.75rem;top:89.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:18.3740234375rem;height:3.25rem;top:2.75rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:17.5rem;height:17.0625rem;top:6.625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ok0lwiyt6OuSBbUbR3Uk2gCqKxeFx50T { width:16.5625rem;height:3.25rem;top:46.9375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cudrhht5wwNSPzI5Uo1T8e4ssrM9EnKv { display:block; }
 }@media only screen and (max-width: 763px) { #zxDtJC7kCvVsZ7DWVoUMcCviUhi9Av7m { width:20rem;height:51.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #koALzbN1xidg2CiZeN0n08oV72wGoV3H { width:16.6875rem;height:17.5rem;top:50.125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn8wKpwTRaKVAo4EJxLOKaEAXHdMNlFl { width:17.5rem;height:18.28125rem;top:23.5244140625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GksVm2GgbI9Q63NocgGTcGaoIEyl9tA5 { width:17.9375rem;height:2.375rem;top:43rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC { display:block; }#PovwnKl4vTU47f9MSiXBwrOo1JwA4qyC > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4ZM73f5TMQVQpz6PZ81TqDF0zJhqFZG { width:19.25rem;height:4.19824375rem;top:1.15625rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eogq3kufiIpIxAVHmdQN7awCX6wsVR94 { background-color:#e1cdd3;background-image:none;display:block; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row .container { background-color: transparent; background-image: none; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row .container > .video-iframe-container { display: none; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row > .video-iframe-container { display: none; }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .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); }#eogq3kufiIpIxAVHmdQN7awCX6wsVR94 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9TU106eQUn29h9WKa31p8un740o5qCX { width:16.25rem;height:1.375rem;top:2.125rem;left:1.875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTlisXIE1PxTH4sM6LobsGVPITdJPWcP { width:20rem;height:3.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII { background-color:#e1cdd3;background-image:none;display:block; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row .container { background-color: transparent; background-image: none; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row .container > .video-iframe-container { display: none; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row > .video-iframe-container { display: none; }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .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); }#wf7xThhWGTrUDvF7KyiyDFUPEEHVsFII > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASuELuhwPZq0bOTJpN0Pqk8UlNHziebZ { width:5rem;height:5rem;top:2.0859375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWDps3O7bNrM56w9aSHikev9up5kANp3 { width:16.3125rem;height:2.923825rem;top:8.2109375rem;left:1.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCXNwItPlSy62U3pVvq00MyhmcuTc233 { width:5rem;height:5rem;top:15.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXJ0I3mfUdNLkogXpu34WCwL4yWF3pZ0 { width:15.5625rem;height:4.38574375rem;top:21.1875rem;left:2.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dop2QB6xEUsmT27uBwyeE9RS49sxmNAD { width:5rem;height:5rem;top:29.8984375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5D529XxgTpEszVbz3BAwBtGKdJyAwlO { width:14.25rem;height:2.923825rem;top:36.0859375rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqc6kXxfZVlH5mHZS3yXpfQUA0iOHTp2 { width:18.1875rem;height:12.125rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQVW6bRwSrI1AzR3Fcm7TFTeRAqgn9Ld { width:18.1875rem;height:13.1875rem;top:14.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2FtlNcizhVrV8T4SqWDBPz7GhSOPQrI { width:18.1875rem;height:12.25rem;top:28.625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ4HfQ5kGPyc7IUcbJ79lqdMpJxOkkFy { width:2.5rem;height:2.5rem;top:3.3359375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdEfEZdI9NZnAx8OtlzoZIHsNW1XIkD0 { width:2.5rem;height:2.5rem;top:16.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOr0Nc3lbJCFZvEUNoEwIdGV4khsPcHi { width:2.5rem;height:2.5rem;top:31.1484375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { width:15.25rem;height:3rem;top:1.625rem;left:2.375rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmBlsIyRzRoAGukNE6mhfSnJJGdCX48d { width:20rem;height:15.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { width:4.4990234375rem;height:2.625rem;top:8.0625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:17.9990234375rem;height:6.9043125rem;top:12.5rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C6nb9wi7QnB5hx3LCfNBKQWQ419UBsIT { width:5.1875rem;height:4rem;top:7.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVCcWVze3ebF8h6Fov6K4i6HcfP7kRIS { width:20rem;height:15.625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0dE2uBFBgwBC2BWWh76912TowfMAEJ7 { width:18.3125rem;height:8.285125rem;top:28.875rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rgp626bfzLHQ5ayWTXz3TgSUv7GD8SDn { width:5.1875rem;height:4rem;top:23.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8fTXshpEQQmn0t6H2mbh9HH6G46pwUp { width:1.6875rem;height:2.625rem;top:24.3125rem;left:9.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymKJI7Nr9HEF4rN6nva34HpWR4iWkKaz { width:20rem;height:16.25rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHtUbtSzsAf0LXiCIuizrt6v3TsZO7Z1 { width:1.75rem;height:2.625rem;top:40.75rem;left:8.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyVAFxNxO5zv5SwHhG3w7JxDJmXOhC2x { width:18.25rem;height:8.285125rem;top:45.25rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KX9AcQPwrLDEGQZAFLUT7drQauFeT6mJ { width:5.1875rem;height:4rem;top:40.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVowq2ONaVECswRCLQsyJfQtMcdcu3cn { width:18.625rem;height:3.125rem;top:55.9375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s76qHoESeRzrch1hrVNy3nlwoSOpTFbe { display:block; }
 }@media only screen and (max-width: 763px) { #zdxoUKCNui4Fudkthu3EqGdoFSQsRayh { background-color:#f5f0ed;background-image:none;display:block; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row .container { background-color: transparent; background-image: none; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row .container > .video-iframe-container { display: none; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row > .video-iframe-container { display: none; }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .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); }#zdxoUKCNui4Fudkthu3EqGdoFSQsRayh > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3wWS4JozeIRLNW6ok1ItgRFllwOugxR { width:17.3125rem;height:3.25rem;top:2.4375rem;left:1.34375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtF93seOJMmsBoKbZdgU6Nr5gENIg1KE { width:20rem;height:5.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMBkhStrbnnqzlBkD0TQztM2drUTG6ki { background-color:#f5f0ed;background-image:none;display:block; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row .container { background-color: transparent; background-image: none; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row .container > .video-iframe-container { display: none; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row > .video-iframe-container { display: none; }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .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); }#nMBkhStrbnnqzlBkD0TQztM2drUTG6ki > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eW4LzIbbCrphUf7ULNGtsrUtSPZ6gsiV { width:20rem;height:38.184875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5IxDwUIpQQdPOIwmOyOUQ8eip8SuJxf { width:17rem;height:37.7841875rem;top:1.5rem;left:1.5rem;text-align:left;text-align-last:left;z-index:15001;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETlLRs4B6il00nTCRfsL1Pa1iJncwhE { width:12.5rem;height:2.5996125rem;top:40.0625rem;left:6.0625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHftJNiBM4TFEcf4ptDuIBP4f8vcU1hM { width:11.0625rem;height:18rem;top:41.8125rem;left:2.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oO1qqcCTW3LhsaeLxg9KD9gZoXDr9zuK { width:20rem;height:0.521484375rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTitTUpTKHlGz7Sdt5GpmrREhfb8R203 { width:20rem;height:47.625rem;top:0rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 { background-color:#f5f0ed;background-image:none;display:block; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row .container { background-color: transparent; background-image: none; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row .container > .video-iframe-container { display: none; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row > .video-iframe-container { display: none; }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .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); }#nohCMU17d2bRNDMbw7ZLGTLo8wTahdW8 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZFiEVJac8RU6owHrc81Lr5EHlK7GNy1 { width:20rem;height:38.184875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwqOQCf0KsCPE0HV7qAZwEKQzKBMRTE3 { width:17.4375rem;height:13.994125rem;top:4.9375rem;left:1.28125rem;text-align:center;text-align-last:center;z-index:15001;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp8TiUnqVZhsaATmOBKvMNUKTkDL58dw { width:12.5rem;height:1.4619125rem;top:1.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5VZpoXi6spi1ewsLZDPT5PeuPU5PXW3 { width:14.3125rem;height:16.1875rem;top:18.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIrxp2gwNXLdsUBbiMa65a1UEcBA2EOa { width:17.625rem;height:1.29980625rem;top:2.75rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck0xPCGWbKf6NkpTJ0mzx718Os6cTArT { width:20rem;height:0.521484375rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxZKEJOySScbvgLcnX0aJEZZHEBVuDku { width:20rem;height:23.8125rem;top:0rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #HZ99I6eEy2he2V2UDs9Effqt0JWhS646 { background-color:#f5f0ed;background-image:none;display:block; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row .container { background-color: transparent; background-image: none; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row .container > .video-iframe-container { display: none; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row > .video-iframe-container { display: none; }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .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); }#HZ99I6eEy2he2V2UDs9Effqt0JWhS646 > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlCwpfBeuwesLezzuAhUdXNhnLKtsOzF { width:20rem;height:38.184875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsqpG8IWAO8i3DsxX0CqDuivCFJB1CwM { width:17.625rem;height:5.59765625rem;top:5.125rem;left:1.1875rem;text-align:center;text-align-last:center;z-index:15001;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg9fVIHeV1C9UJo4CIxnSro7myyAeiHS { width:12.5rem;height:1.4619125rem;top:3.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0MTKETKwNTN7LZTeVZIzDGieG7xBtPs { width:9.25rem;height:12.625rem;top:11.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgdv0UkAEhyc5eTxMSfosFCRbouEz31F { width:20rem;height:0.521484375rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDTTqHpdUDGeBqDK9Lwe183gk9fXGyek { width:3.8125rem;height:3.75rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHo1C6OIq9q4SysATQ8QaPFNFMBJrzO2 { width:20rem;height:16.5625rem;top:2.087890625rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #ao482L7KT1nAPCI1GCr14sAxWIHcwetE { display:block; }#ao482L7KT1nAPCI1GCr14sAxWIHcwetE > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMFT9aTRBquzbWMzK8hKu5X9PwSW3qSa { width:14.8125rem;height:2.6875rem;top:1.9755859375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONbJK37ap2wBhhO0XrPkivg6kkXr0ZLo { width:12.6875rem;height:9.4375rem;top:17.9375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcA7BoFNc6r2tVrneviZf6dO52Q5KoTZ { width:11.0625rem;height:11.0625rem;top:5.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTzLET7J178TClKvXlEAwcgEtT6qw03H { width:11.9375rem;height:11.9375rem;top:42.4375rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3UQTeXmIqrcwyc5OZi1zgacNABu0KLO { width:6.5625rem;height:6.625rem;top:56.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIIJMdIaN91vDnI9ng62gA66K51cKAyu { width:11.125rem;height:11.125rem;top:28.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 { background-color:#62575f;background-image:none;display:block; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row .container { background-color: transparent; background-image: none; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row .container > .video-iframe-container { display: none; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row > .video-iframe-container { display: none; }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .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); }#bzK0XWLaOsK21KwIG2sakZKwX7d9Hrn7 > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8M2yIxPe34aIVzt4wK4muZyflIxfBNi { width:20rem;height:38.184875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnlgW5OLDuH7KQbfTFKrt4JUQWGMOvg7 { width:17.5625rem;height:31.6875rem;top:4.431640625rem;left:1.21875rem;text-align:left;text-align-last:left;z-index:15001;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pQC78sNqcAiA68NWZwvMPumiUCtW5ovs { width:17.5rem;height:17.6875rem;top:41.119140625rem;left:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lInxfTpSPxavSoLoknPA0aWQ81T6nN0X { width:17rem;height:1.92480625rem;top:1.931640625rem;left:1.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pmq70HG9huT40WMMohqN2VGCbMZb9rTS { width:20rem;height:45.75rem;top:0.5625rem;left:0rem;z-index:14991;display:block; }
 }