.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,248,239;--color-primary-1:253,232,148;--color-primary-2:252,216,77;--color-primary-3:151,130,46;--color-primary-4:50,43,15;--color-secondary-0:222,223,223;--color-secondary-1:144,147,148;--color-secondary-2:33,39,40;--color-secondary-3:17,20,20;--color-secondary-4:5,6,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fffbf6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6bd9625-7c15-49d4-9602-ea47bb1b864e/SUPERBLOCK2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX.adaptive-delivery-prevent-bg, #ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX.lazyload, #ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX.lazyloading { background-image: none; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container { background-color: transparent; background-image: none; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,36,35,0.9); }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container > .video-iframe-container { display: none; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,36,35,0.9); }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row > .video-iframe-container { display: none; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .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); }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container { border-width: 0; border-radius: 0; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#qI2ueM5aUTs70L4v17gCTCWGkGFIWnls { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.125rem;width:9.9375rem;top:4.5rem;left:2.125rem;overflow:hidden;display:block; }
#WzobcvgR2bTEribhfnnxdyJsasCaIyQz { color:#1e2423;display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.375rem;left:43.75rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PtQdtMrKeuDO569vgK0Rd1TeDeXmBTIF { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:42.625rem;width:30.9375rem;top:10.5rem;left:42rem;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:26.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.4;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d8d0c4;border-left:0.0625rem solid #d8d0c4;border-right:0.0625rem solid #d8d0c4;border-bottom:0.0625rem solid #d8d0c4;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:26.75rem;box-sizing:border-box;height:3.625rem;color:#161616;font-size:1.3125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d8d0c4;border-left:0.0625rem solid #d8d0c4;border-right:0.0625rem solid #d8d0c4;border-bottom:0.0625rem solid #d8d0c4;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:26.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1.3125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.75rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:rgba(var(--color-primary-2),1);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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.75rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.5625rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.875rem;top:18rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.75rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.875rem;top:18rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#wMiQT4A4vZPSQNVe0rT1xxKglFV3qlU6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:15.375rem;left:2.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cMiH1ydPEUF27Vxxd3HFmgmzZ37xNctx { color:rgba(var(--color-primary-2),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5625rem;font-weight:700;z-index:15023;line-height:.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.3125rem;left:0rem;height:3.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhZkpKRREnAl1AipkKAiISNFmt96ZAih { color:#b8bebb;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.875rem;left:2.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OVNAIWT6vNcBaWE9nRqwQTpfwT5HJTmG { color:rgba(var(--color-tertiary-0),1);display:block;width:30.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:39.75rem;left:4.75rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l0MTxIk7N9HOKy3rZwJTT7RDS33LtxzS { position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;border-top:0.0625rem solid #464c4d;border-left:0.0625rem solid #464c4d;border-right:0.0625rem solid #464c4d;border-bottom:0.0625rem solid #464c4d;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:2.6875rem;width:16.5625rem;top:34.875rem;left:2.125rem;display:block; }
#chfS1IWZX6dKJgGJqs01FQ75mmEKoQTB { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:35.5rem;left:3.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5NZpt34RSatxozsa8vZIfI6M0iFMHmu { color:rgba(var(--color-primary-2),1);display:block;width:18.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.875rem;left:6.8125rem;height:3.16796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IOUU5kzdgI2rHPyTMBJTUbgBgEawT7AL { color:rgba(var(--color-primary-0),1);display:block;width:18.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.9375rem;left:6.8125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vw5VTbe37fB5hyiXaJfeoSCUJzJOoKyd { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:13.875rem;top:10.875rem;left:2.125rem;display:block; }
#Qq2wOAouJ8fRw1PuS7LrnBIaAdzuwpXG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:11.375rem;left:3.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J9czA7Ggrpu3Q6OaGftSKl6rbVknNehe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:39.6875rem;left:2.125rem; }
#qKkrh04zMRADIx4oISNA0e0n5rroREIR { color:rgba(var(--color-tertiary-0),1);display:block;width:30.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:43.3125rem;left:4.75rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SX8zM6wRgqokRNN1MLTD7iD4T02TSr64 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:43.25rem;left:2.125rem; }
#U7Vg7J21dU2BwngkaoynbdZwpWhFuGoq { color:rgba(var(--color-tertiary-0),1);display:block;width:30.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:46.875rem;left:4.75rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2wXQHLfftfkTiGROXK08LpHJfpyvlCP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:46.8125rem;left:2.125rem; }
#bHNnGTmXp0WlGokOsZHnktTnDC3gEhSr { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15046;background-color:#464c4d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.25rem;left:2.125rem;display:block; }
#PruFFJqSlQwIdNyG3kZTMW62ZIlcNfFe { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15047;background-color:#464c4d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.875rem;left:2.125rem;display:block; }
#SmvHtASbO1dtVqeGry1DNUPJqhDcEwbS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:50.9375rem;left:2.125rem; }
#rBZQEOTzSzirMv42wy0gAw4we0QXvodD { color:#f8c94b;display:block;width:30.996125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:51rem;left:4.75rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vguc2ZPqqhtEBdi7WXwrE3JPteimV9iA { box-sizing:content-box;height:5.5rem;width:74.875rem;position:absolute;display:block;z-index:15049;background-color:#010102;background-image:none;box-shadow: none;border-top:0.0625rem solid #464c4d;border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:57.8125rem;left:0rem;display:block; }
#L2lbuCgHb2ESmFUfh49Ftxvo1Ee4VJCg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:59.5625rem;left:3.5rem; }
#lJUw6gsrBKXJbQhHCGFugL7nwarU3heA { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:59.9375rem;left:6.625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O4qk8i0LNS0Bt5BKemE4i6Nq7XsomV46 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:59.625rem;left:22.125rem; }
#mC9ArTR0FOtAlO614yXRK556LCzDEUWo { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:59.3125rem;left:25.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ng6KiqKW5uuXfyclKqeeamR0Ps8EvIt5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:59.625rem;left:41.25rem; }
#hgdpJU0ZbJ2uhdiUcTwIJuMM3phd5BoC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:59.9375rem;left:44.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVkD2k1LtW0rPIBPsZbIxSwTw6oIH5W5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:59.625rem;left:57.5625rem; }
#F5xoBa9taAlG8JuGuhATd659RhmPWP7U { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:59.3125rem;left:60.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .row .container { background-color: transparent; background-image: none; }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .row .container > .video-iframe-container { display: none; }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .row > .video-iframe-container { display: none; }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .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); }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .row .container { border-width: 0; border-radius: 0; }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#rwsmWQl0Ox7LyNy9Na4uAS5CUXugE1ur { color:#586160;display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.9375rem;left:36.4375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sWkl6NsuKwhFaobPxg66LEtMmFdxxdy7 { color:rgba(var(--color-secondary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:36.4375rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#whs0Z2DLedEgDkqOKD0idq4N4a3BoeWR { z-index:15003;top:41.125rem;left:55.9375rem;background-color:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ls23WKahFxGhXodMZSM76CPA0CO4LVWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hWmoL3I7T7y0c9yOeFFWqUXUI4t4pS76 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:33.875rem;width:33.875rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#LltgIVdkgiLXcgh5I4yFClM17qQlLTuh { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:37.5625rem;top:19.0625rem;left:36.5625rem;display:block; }
#HgHcv6MvSTNXTBtEqcm5UrTKMHBR4dTb { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:20.5rem;left:40.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZHPeroCwhUtJo4zApXJEMT4o3LwUKfz { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:23.9375rem;left:40.8125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qOC2fSrMyTlM5piQZGEKWrTtaKyXOXmO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:22.875rem;left:37.75rem; }
#gKgBaf1wKWoiyLNKg8Qlk5Mc2lfZ9a7x { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.4375rem;width:37.5625rem;top:28.0625rem;left:36.5625rem;display:block; }
#QgNMNmp4cUAOXSFztHirq50Ilne7dUQO { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:29.5rem;left:41rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hd6GiQAfKmTOMSkJzMVPEvzuBnnU9CET { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:29.4375rem;left:37.75rem; }
#OGORziGH1nJpnpnR8wXuPbB8tRvJ99pU { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:33.8125rem;left:40.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tEWpnRO1TEaBW6BpJM1MSHPbEJo2vGp5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:34.625rem;left:37.75rem; }
#Mbo7nNWHQi8Z5qUy5avQeTFKqm7FvSzF { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);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;height:6rem;width:37.5625rem;top:32.5rem;left:36.5625rem;display:block; }
#K4uwE4b4WKOV4Ul1OlzHuEUPBUr1HKoU { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:35.9375rem;left:40.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qMxtacNEJP0HmVH2PLTyzVrvxNmmLNq9 { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15055;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:35.6875rem;display:block; }
#SO2b8k6eeuM3xFPOqLTKNViA8B1mVJJg { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15056;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.4375rem;left:35.6875rem;display:block; }
#U1XKCRi67r8ukzktRCa8vT5Prrn84mwF { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.4375rem;left:72.9375rem;display:block; }
#m5dTNwb3fkJommeFGCycMzznaqEVO2Pm { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.9375rem;left:72.9375rem;display:block; }
#poMmQifn9F1NOrIN0y8cluETEMG3Z2T1 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:27.375rem;left:37.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hAOsUXqhEW2aNTr6xiZZs4ZVPv5cJqqF { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:31.875rem;left:37.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DMocsF6se6y6gSR9w6fxMoRwqF7u4k14 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:41.125rem;left:36.4375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UQLX9GeduE5l03fc88pCPmC3PcEevcgd { color:#586160;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:44.6875rem;left:36.4375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4e9df;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; }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .row .container { background-color: transparent; background-image: none; }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .row .container > .video-iframe-container { display: none; }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .row > .video-iframe-container { display: none; }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .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); }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .row .container { border-width: 0; border-radius: 0; }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#CPTNfUGwruQXfrIJAe5RVqrmNO2VSVcT { color:rgba(var(--color-secondary-2),1);display:block;width:46.558625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3749950826168rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GwoBE6fpwBVqvQ9mRBpnVk48USlFyKG4 { position:absolute;display:block;z-index:15021;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.4375rem;width:24.4375rem;top:11.4375rem;left:0rem;overflow:hidden;display:block; }
#FJT4GAiC6znUzk170Dl5Ksrc1ewBsZl1 { position:absolute;display:block;z-index:15020;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.5rem;width:24.4375rem;top:11.4375rem;left:25.3125rem;overflow:hidden;display:block; }
#Rn6gBuGsUFINILbz4ZMTL3h4TcVVGgT0 { position:absolute;display:block;z-index:15019;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.4375rem;width:24.4375rem;top:11.4375rem;left:50.5625rem;overflow:hidden;display:block; }
#LyyTyUb1oMNvT6hNuTx2oTsLf85gQp6J { z-index:15053;top:50.5625rem;left:1.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.89583375rem;height:3.33333375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NpPDI5RVtM9cgUbfA2T7WQrJi81bFtT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUt58nezqmxmbKdxkpxqImUsXqqENpTS { box-sizing:content-box;height:44.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;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; }
#fAC7MAnTULbHXEexJed8lGtcswvl4Vre { box-sizing:content-box;height:44.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:50.5625rem;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; }
#T2JVkfZoRFr26sadItKz1mi6usC4ycTl { box-sizing:content-box;height:44.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:25.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; }
#FggaHydbIFIdTRBQtXbEkkJkab0lzxHM { color:rgba(var(--color-tertiary-4),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:37.6875rem;left:1.375rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HBfLR1NiybIZlpMqu65xWwAQrSQgqULo { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15047;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.625rem;left:1.375rem;display:block; }
#ial20adRUaPOe2iD7q0C5P8WeSW5QGFm { color:#586160;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:41.5rem;left:1.375rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s7MbfNucXRlWtkHu2Unu1T3BfyKuoXWD { color:#000000;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:41.5rem;left:10.25rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wEfCTnKtFTaseyeDo8qryzQHve0vpORI { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15050;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4375rem;left:1.375rem;display:block; }
#oPAiaxPl4q5Iv1Ktmi5n9O8loE4f5weW { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:44.25rem;left:10.25rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#en8dgHasApMS2WAZEb1eVlooMgqSceqq { color:#586160;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.4;letter-spacing:0;top:44.25rem;left:1.375rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pyk86wVkRuN6RR3myQ94MA9SelEST2A2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:37.8125rem;left:26.875rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QxrAsZ7TCu6WAUQr4sDCrThv1TwcOEDc { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15063;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.75rem;left:26.875rem;display:block; }
#vzt4wcEn47Kvr1m0O7uBfFkCs836PC31 { color:#586160;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:41.5625rem;left:26.875rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#suuBmnSmrVZeHpB4FW8CURuks7hsyTnF { color:#000000;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:41.5625rem;left:35.75rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WRPVc2m9mTH2eWewfkewNWcEFbT3SRBh { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15066;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5625rem;left:26.875rem;display:block; }
#dDEiUtFTTzHG4ZruLQ0HaPTfreS5zbh0 { color:#586160;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15067;line-height:1.4;letter-spacing:0;top:44.375rem;left:26.875rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fI27wXOVzLZ7L1JCT2Ss0ZINcpIkqCdq { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:44.375rem;left:35.75rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nPEzlfaX96sfo2RJqXH6pb2yUFiOfPaP { z-index:15069;top:50.6875rem;left:27.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.89583375rem;height:3.33333375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ObriaelM61iaZm49n3ybz5hrKJ3QxEf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ICdNynTh6kMAdG5HRNA9HSVAmdfkA0k6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:37.8125rem;left:52.1875rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTH6zs07s5822ZDTsfTERmnQU0LbFkU6 { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15079;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.75rem;left:52.1875rem;display:block; }
#bqS4IOK48PmTg6OapZpoSvPs2hZ8mbyu { color:#586160;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15080;line-height:1.4;letter-spacing:0;top:41.5625rem;left:52.1875rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GOA8d5akWJ7HGRerFQThL535JJRN2Alq { color:#000000;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15081;line-height:1.4;letter-spacing:0;top:41.5625rem;left:61.0625rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sWFyOtDxZmQVMi86cfiwrFQk8EcxowfT { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15082;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5625rem;left:52.1875rem;display:block; }
#D4IWpbvfWGAqsZ0ivbbGhgDuN7Bcp4Tk { color:#586160;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15083;line-height:1.4;letter-spacing:0;top:44.375rem;left:52.1875rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zZetAGxfmIlXp8MZymPWxON1QhDetU0a { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15084;line-height:1.4;letter-spacing:0;top:44.375rem;left:61.0625rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nIcO8u51Urnt6KvNtTqX0MdcfIiHuBq2 { z-index:15085;top:50.6875rem;left:52.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.89583375rem;height:3.33333375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hoRxNpqNiF22Fbl9wecfPpvGIlQ1GGOz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2423;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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3098964691163rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.225259780884rem;left:25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:30.895833969116rem;left:25rem; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.895830154419rem;left:52.0625rem; }
#kiGcq0zh8bfA497kgF5JygFb7Qg15y4X { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:8.3125rem;left:52.5625rem; }
#BCMTeFzuKvPTIfHVPN8he8LUmGQI0aXC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:8.3125rem;left:25rem; }
#iAvRmlKsMxX1WJ8kIEiRVbEVlmUtpHbB { color:#b8bebb;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.437501907349rem;left:25rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cx6yCycT6oXBQHv20LXIr57uAaU8nH1D { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.223958969116rem;left:52.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yEMMBc0hfpHz35Zr7ATWOAqsfyJZ2P06 { color:#b8bebb;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.437501907349rem;left:52.5625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c0odRsXcO66W5GzKZqJGSIei71re5aOR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.062501907349rem;left:25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gRtIWwxugGdqtyTflrI6epryqTX5T3OZ { color:#b8bebb;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.625001907349rem;left:25rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ilcB9k7LRkb3MUJmpgJT68lJcNadcW0H { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:36.062494277954rem;left:52.5625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N604hW3eiBUTTd9d8F3E0AoOpFrDvKoO { color:#b8bebb;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.315099716186rem;left:52.5625rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULZyO8vaTqySa6I2nEE1gDQO5JFFeNlU { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15047;background-color:#464c4d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3307285308837rem;left:25rem;display:block; }
#LyGBClIZNGwhoNSIggRPWHcz0mTTFdJ2 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15048;background-color:#464c4d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3307285308837rem;left:52.5625rem;display:block; }
#rLFFa0z0OHTCnwBT5AVF9CbSboXJE2Qy { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15048;background-color:#464c4d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.333333969116rem;left:25rem;display:block; }
#oguiCL60ucGx1amXkZHP9T8bn1NS6r9g { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15049;background-color:#464c4d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.333335876465rem;left:52.5625rem;display:block; }
#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { position:relative;display:block; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { background-color: transparent; background-image: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container > .video-iframe-container { display: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row > .video-iframe-container { display: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .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); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { border-width: 0; border-radius: 0; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff8f1;background-image:none;font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V9nTD62GiTyGCT7fEQtRolZJ24ma72PU { display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.6875123977661rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#G8qUsryXZefbW8vNzcrvwppyUZBWv4JE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.125rem;width:24.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;top:11.625rem;left:25.4375rem;overflow:hidden;display:block; }
#CIUIy6kr7AB2HJogG8mzy1GvtTGtKN1H { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.125rem;width:24.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;top:11.625rem;left:50.875rem;overflow:hidden;display:block; }
#UTg1vLn1XuKFsbZCtTAAO6gvsom4mE9q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24rem;width:24rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;top:11.6875rem;left:0rem;overflow:hidden;display:block; }
#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4e9df;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; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container { background-color: transparent; background-image: none; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container > .video-iframe-container { display: none; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row > .video-iframe-container { display: none; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .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); }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container { border-width: 0; border-radius: 0; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#uSs2SPyRWtBK7KIcfStexCx9gl0wWAZV { color:rgba(var(--color-secondary-2),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:42.8125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WNsgVGx8dUEQ94XlMw8COKruGQbGn63p { color:rgba(var(--color-secondary-2),1);display:block;width:1.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5625rem;left:42.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uJTXO27I0BkJ30CJyePGhm583mlquzFS { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5625rem;left:51.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U9BQDwvH670J7sacE8ms4vpzDIrS9Sud { position:absolute;display:block;z-index:15010;height:21.875rem;width:39.5625rem;top:11.6875rem;left:0rem;display:block; }
#ySAbWhRNnycVipRaTBVVoI0L0QIp4m9u { color:rgba(var(--color-secondary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.375rem;left:44.25rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XZcG4hBLPVWvLGITVyxxKoaaNVa3DN8d { color:rgba(var(--color-secondary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:44.25rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GASQ0UOBWJFz17tDBGs0LSfzosNZlwBq { color:rgba(var(--color-secondary-2),1);display:block;width:1.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.6875rem;left:42.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LTJpumxMTEdRZDEUd5G5Vh4tXuhlFWEg { color:rgba(var(--color-secondary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:44.25rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mK1iTFra5dC4i1DEEsQHboATbJWzcWth { color:rgba(var(--color-secondary-2),1);display:block;width:1.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.0625rem;left:42.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQNDB013uvDTEVd4OM7WDsPsLoQ8ipZR { color:rgba(var(--color-secondary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.4375rem;left:45.0625rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aXIBXk3lNUC1OZ4h2KCLwxTsM3Oze5gS { color:rgba(var(--color-secondary-2),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.625rem;left:42.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oAWdlKW1op6PQw5WoUGSK5k09edKXA0L { color:rgba(var(--color-secondary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:33.0625rem;left:45.0625rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qoeS58QiQIx6AGcLPaNTH5dAxoVVeJs5 { color:rgba(var(--color-secondary-2),1);display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.25rem;left:42.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Iw4B3blg1fGpMNnb6MpPHaH8UMmGgPas { color:rgba(var(--color-secondary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.75rem;left:45.3125rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e8eVViIupUxvlqNM04nnk0iNw2Ft3l8c { color:rgba(var(--color-secondary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.9375rem;left:42.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oLBFIS7UZP6kB9NATFRb2CwQqxp97NmQ { box-sizing:content-box;height:0.625rem;width:21.75rem;position:absolute;display:block;z-index:15015;background-color:#ded6cc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:51.75rem;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; }
#vsoJ7mkL5TCcR05F15KxbMtvKEv6bBxn { box-sizing:content-box;height:0.625rem;width:2.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:51.75rem;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; }
#KypRny8PfoGPzWU5c7mWUpFMuUxriKQi { box-sizing:content-box;height:0.625rem;width:21.75rem;position:absolute;display:block;z-index:15018;background-color:#ded6cc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:51.75rem;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; }
#AtoyXfn6AufznhJeT3WecVXZrJPm9HqC { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.875rem;left:51.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NvF5D9ERrbUoy60QzAi1K7TNTuCX8QzQ { box-sizing:content-box;height:0.625rem;width:5.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:51.75rem;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; }
#l5vI92huDHCZoIPNBOBRrgRoT4lA3z2h { box-sizing:content-box;height:0.625rem;width:21.75rem;position:absolute;display:block;z-index:15021;background-color:#ded6cc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:51.75rem;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; }
#JgTy4Dx3MRfbSI9KM3TMczMueBI0UtFW { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.25rem;left:51.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aeb1DoKLDieJQZnc09NnmHzCi43lQ6UF { box-sizing:content-box;height:0.625rem;width:8.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:51.75rem;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; }
#JqbI9HsOUktfpi5A7Mx6eTNRiwZZ3Fp3 { box-sizing:content-box;height:0.625rem;width:21.75rem;position:absolute;display:block;z-index:15024;background-color:#ded6cc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.5rem;left:51.75rem;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; }
#EtbMa9T60R5v5vmFxpAIVq4nQ4UgEhfM { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:27.8125rem;left:51.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wwklZheef9LqtM3rwmyNd2k8RJb0arel { box-sizing:content-box;height:0.625rem;width:12.5rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.5rem;left:51.75rem;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; }
#mN01yvUW1nbuo8mvQxanph0igqo3W9tP { box-sizing:content-box;height:0.625rem;width:21.75rem;position:absolute;display:block;z-index:15027;background-color:#ded6cc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.125rem;left:51.75rem;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; }
#Ok03TaUAcKWbhyWSnByVTuUwgdZchwk8 { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.4375rem;left:51.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CgnZk2ztw1KLADbV7IyHn4i2oNRrBrmD { box-sizing:content-box;height:0.625rem;width:16.25rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.125rem;left:51.75rem;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; }
#H8fcqO8H1vVsWhZhxeMhxs2RA3s1VP3y { box-sizing:content-box;height:0.625rem;width:21.75rem;position:absolute;display:block;z-index:15036;background-color:#ded6cc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.8125rem;left:51.75rem;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; }
#GTafwXoSsucbarZ9PVhRbnhDr0QVC7mp { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:37.125rem;left:51.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bP1XK1h7FPioPl2Zit9oluwqT8u5N2CU { box-sizing:content-box;height:0.625rem;width:19.375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.8125rem;left:51.75rem;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; }
#m5M2JnapQC2ZVpBlW0Nx0TcHpaGMNLoS { color:#000000;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:34.6875rem;left:0rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SW64zdnONvytIhqtqdzheWoh1MJVoTTs { color:#000000;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:36.1875rem;left:0rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VWoxMtf3P7yvbbF1c0NdFybV7gxi8MK0 { box-sizing:content-box;height:0.0625rem;width:31.875rem;position:absolute;display:block;z-index:15048;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.102865219116rem;left:42.8125rem;display:block; }
#AfC4ZrJWSEi8Wu4RprZU8pesax9bASbl { box-sizing:content-box;height:0.0625rem;width:31.875rem;position:absolute;display:block;z-index:15049;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.468751907349rem;left:42.8125rem;display:block; }
#xS6hAZlho05pqyL2Kpk8LLJGxeuuwpIw { box-sizing:content-box;height:0.0625rem;width:31.875rem;position:absolute;display:block;z-index:15050;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.031251907349rem;left:42.8125rem;display:block; }
#UQMzBDUUwT2Jf2nkolsr9wFJ01IH9yr4 { box-sizing:content-box;height:0.0625rem;width:31.875rem;position:absolute;display:block;z-index:15051;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.406251907349rem;left:42.8125rem;display:block; }
#HxRvDyilLEqGSF0q2gm3C6TFuX590IWS { box-sizing:content-box;height:0.0625rem;width:31.875rem;position:absolute;display:block;z-index:15052;background-color:#d1d6d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.282552719116rem;left:42.8125rem;display:block; }
#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f1;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; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { background-color: transparent; background-image: none; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container > .video-iframe-container { display: none; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row > .video-iframe-container { display: none; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .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); }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { border-width: 0; border-radius: 0; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#piLRAD6hcoSnllJB2x0PG4qIHqQkgG5L { color:rgba(var(--color-secondary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8125rem;left:49.75rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTvzXI8dRmw62Gc1PdzVzSdvCulaSXIG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.875rem;width:45.1875rem;top:6.3125rem;left:0.5625rem;display:block; }
#kySORV9FnC8pTVGWVmbFxVDXrpGsraE6 { color:rgba(var(--color-secondary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.875rem;left:49.75rem;height:4.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2423;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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { color:rgba(var(--color-primary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:9.25rem;left:0rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { z-index:15002;top:21.604168891907rem;left:37.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eKZQy7CCeBeJPsTUgR7BGsaATpvJI6Hx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWm0n15IK5MldqoI81BM1qNn9VuN2TLS { color:#f8c94b;display:block;width:30.996125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:20.1875rem;left:2.625rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EHvlXH3yfJxub1a4xJxDl3An0slNLMqX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:20.125rem;left:0rem; }
#v4Ebk7bSNULZnzibgWNsemlhHulc9Mi1 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:6.3125rem;left:39.75rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ss9Hvz4UmToz6EydGPRtELSBgGI6QdIs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:6.25rem;left:37.125rem; }
#O3ifoWS7AXuPnn2zEekvRZZuyTMTrLZU { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15054;background-color:#464c4d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:37.125rem;display:block; }
#vtMv9QTus7laDu8BmhkHpZ6T7msCtkPv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:9.8125rem;left:37.125rem; }
#wBcb7heAS98cgU8rzJI0xhTomMEWRt6g { color:rgba(var(--color-tertiary-0),1);display:block;width:30.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:9.875rem;left:39.75rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mKJlqGMnSNoKpCG62TsXEcbfDgJNT09T { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15055;background-color:#464c4d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:37.125rem;display:block; }
#CD535MOUyONFKvD57dNZr5T0JRkJ0dRA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.4375rem;left:39.75rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#geTTqMqmDxJIbUTVvAEaQciy0b8T4yU3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:13.375rem;left:37.125rem; }
#u4ExgKBku8IiRMtnTofqFLoabdScUllG { color:rgba(var(--color-tertiary-0),1);display:block;width:30.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.75rem;left:39.75rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fyvxIOyGTVDC7ETHtcdkroZWipnqQbJt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:16.6875rem;left:37.125rem; }
#FNpcR7ATmQlUy8yx3tHT3kWgZ8IaqsAP { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15058;background-color:#464c4d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:37.125rem;display:block; }
#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .row .container { background-color: transparent; background-image: none; }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .row .container > .video-iframe-container { display: none; }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .row > .video-iframe-container { display: none; }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .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); }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .row .container { border-width: 0; border-radius: 0; }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#MlgfuXPgEXV8aHzvJ0lFE5l1xvfPFDNf { color:#b8bebb;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.25rem;left:22.125rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNWeFQzN8Unw3ZRzX2acU4gUNKtfZ9ew { color:#b8bebb;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.375rem;left:25.0625rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kH03bSwXAU41OrFO0OcgJB7NzcQJTKEP { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:2.0625rem;left:21.5rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#b8bebb;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.796875rem;left:19.78125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX { display:block; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qI2ueM5aUTs70L4v17gCTCWGkGFIWnls { top:4.5rem;left:0rem;width:9.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzobcvgR2bTEribhfnnxdyJsasCaIyQz { top:13.375rem;left:20.3125rem;width:27.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtQdtMrKeuDO569vgK0Rd1TeDeXmBTIF { top:10.5rem;left:16.8125rem;width:30.9375rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:22.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:24rem;height:auto;top:29.625rem;left:21.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:24rem;height:auto;top:29.625rem;left:21.25rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #wMiQT4A4vZPSQNVe0rT1xxKglFV3qlU6 { top:15.375rem;left:0rem;width:34.8125rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMiH1ydPEUF27Vxxd3HFmgmzZ37xNctx { top:28.3125rem;left:0rem;width:8.375rem;height:3.75rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhZkpKRREnAl1AipkKAiISNFmt96ZAih { top:24.875rem;left:0rem;width:14.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVNAIWT6vNcBaWE9nRqwQTpfwT5HJTmG { top:39.75rem;left:0rem;width:30.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0MTxIk7N9HOKy3rZwJTT7RDS33LtxzS { top:34.875rem;left:0rem;width:16.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chfS1IWZX6dKJgGJqs01FQ75mmEKoQTB { top:35.5rem;left:0rem;width:14.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5NZpt34RSatxozsa8vZIfI6M0iFMHmu { top:27.875rem;left:0rem;width:18.625rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOUU5kzdgI2rHPyTMBJTUbgBgEawT7AL { top:30.9375rem;left:0rem;width:18.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw5VTbe37fB5hyiXaJfeoSCUJzJOoKyd { top:10.875rem;left:0rem;width:13.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq2wOAouJ8fRw1PuS7LrnBIaAdzuwpXG { top:11.375rem;left:0rem;width:11.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9czA7Ggrpu3Q6OaGftSKl6rbVknNehe { top:39.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkrh04zMRADIx4oISNA0e0n5rroREIR { top:43.3125rem;left:0rem;width:30.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX8zM6wRgqokRNN1MLTD7iD4T02TSr64 { top:43.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Vg7J21dU2BwngkaoynbdZwpWhFuGoq { top:46.875rem;left:0rem;width:30.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2wXQHLfftfkTiGROXK08LpHJfpyvlCP { top:46.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHNnGTmXp0WlGokOsZHnktTnDC3gEhSr { top:42.25rem;left:0rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PruFFJqSlQwIdNyG3kZTMW62ZIlcNfFe { top:45.875rem;left:0rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmvHtASbO1dtVqeGry1DNUPJqhDcEwbS { top:50.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBZQEOTzSzirMv42wy0gAw4we0QXvodD { top:51rem;left:0rem;width:30.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vguc2ZPqqhtEBdi7WXwrE3JPteimV9iA { top:57.8125rem;left:0rem;width:47.625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2lbuCgHb2ESmFUfh49Ftxvo1Ee4VJCg { top:59.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJUw6gsrBKXJbQhHCGFugL7nwarU3heA { top:59.9375rem;left:0rem;width:10.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4qk8i0LNS0Bt5BKemE4i6Nq7XsomV46 { top:59.625rem;left:8.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC9ArTR0FOtAlO614yXRK556LCzDEUWo { top:59.3125rem;left:11.625rem;width:10.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng6KiqKW5uuXfyclKqeeamR0Ps8EvIt5 { top:59.625rem;left:27.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgdpJU0ZbJ2uhdiUcTwIJuMM3phd5BoC { top:59.9375rem;left:30.75rem;width:10.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVkD2k1LtW0rPIBPsZbIxSwTw6oIH5W5 { top:59.625rem;left:43.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5xoBa9taAlG8JuGuhATd659RhmPWP7U { top:59.3125rem;left:36.875rem;width:10.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF { display:block; }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwsmWQl0Ox7LyNy9Na4uAS5CUXugE1ur { top:11.9375rem;left:10rem;width:37.75rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWkl6NsuKwhFaobPxg66LEtMmFdxxdy7 { top:4.1875rem;left:16.75rem;width:31rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whs0Z2DLedEgDkqOKD0idq4N4a3BoeWR { top:41.125rem;left:32.0625rem;width:15.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls23WKahFxGhXodMZSM76CPA0CO4LVWn { display:block; }
 }@media only screen and (max-width: 763px) { #hWmoL3I7T7y0c9yOeFFWqUXUI4t4pS76 { top:8.0625rem;left:0rem;width:33.875rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LltgIVdkgiLXcgh5I4yFClM17qQlLTuh { top:19.0625rem;left:10.1875rem;width:37.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgHcv6MvSTNXTBtEqcm5UrTKMHBR4dTb { top:20.5rem;left:17rem;width:30.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHPeroCwhUtJo4zApXJEMT4o3LwUKfz { top:23.9375rem;left:16.875rem;width:30.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOC2fSrMyTlM5piQZGEKWrTtaKyXOXmO { top:22.875rem;left:24.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKgBaf1wKWoiyLNKg8Qlk5Mc2lfZ9a7x { top:28.0625rem;left:10.1875rem;width:37.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgNMNmp4cUAOXSFztHirq50Ilne7dUQO { top:29.5rem;left:17rem;width:30.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd6GiQAfKmTOMSkJzMVPEvzuBnnU9CET { top:29.4375rem;left:24.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGORziGH1nJpnpnR8wXuPbB8tRvJ99pU { top:33.8125rem;left:17rem;width:30.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWpnRO1TEaBW6BpJM1MSHPbEJo2vGp5 { top:34.625rem;left:24.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbo7nNWHQi8Z5qUy5avQeTFKqm7FvSzF { top:32.5rem;left:10.1875rem;width:37.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4uwE4b4WKOV4Ul1OlzHuEUPBUr1HKoU { top:35.9375rem;left:16.875rem;width:30.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMxtacNEJP0HmVH2PLTyzVrvxNmmLNq9 { top:27.0625rem;left:22.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO2b8k6eeuM3xFPOqLTKNViA8B1mVJJg { top:31.4375rem;left:22.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1XKCRi67r8ukzktRCa8vT5Prrn84mwF { top:31.4375rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5dTNwb3fkJommeFGCycMzznaqEVO2Pm { top:26.9375rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poMmQifn9F1NOrIN0y8cluETEMG3Z2T1 { top:27.375rem;left:12.3125rem;width:35.4375rem;height:1.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAOsUXqhEW2aNTr6xiZZs4ZVPv5cJqqF { top:31.875rem;left:12.3125rem;width:35.4375rem;height:1.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMocsF6se6y6gSR9w6fxMoRwqF7u4k14 { top:41.125rem;left:22.8125rem;width:18.25rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQLX9GeduE5l03fc88pCPmC3PcEevcgd { top:44.6875rem;left:22.8125rem;width:12.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL { display:block; }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPTNfUGwruQXfrIJAe5RVqrmNO2VSVcT { top:5.3125rem;left:0rem;width:46.5rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwoBE6fpwBVqvQ9mRBpnVk48USlFyKG4 { top:11.4375rem;left:0rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJT4GAiC6znUzk170Dl5Ksrc1ewBsZl1 { top:11.4375rem;left:11.6875rem;width:24.4375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6gBuGsUFINILbz4ZMTL3h4TcVVGgT0 { top:11.4375rem;left:23.3125rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyyTyUb1oMNvT6hNuTx2oTsLf85gQp6J { top:50.5625rem;left:0rem;width:20.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpPDI5RVtM9cgUbfA2T7WQrJi81bFtT2 { display:block; }
 }@media only screen and (max-width: 763px) { #hUt58nezqmxmbKdxkpxqImUsXqqENpTS { top:11.4375rem;left:0rem;width:24.4375rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAC7MAnTULbHXEexJed8lGtcswvl4Vre { top:11.4375rem;left:23.3125rem;width:24.4375rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2JVkfZoRFr26sadItKz1mi6usC4ycTl { top:11.4375rem;left:11.6875rem;width:24.4375rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FggaHydbIFIdTRBQtXbEkkJkab0lzxHM { top:37.6875rem;left:0rem;width:6.375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBfLR1NiybIZlpMqu65xWwAQrSQgqULo { top:40.625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ial20adRUaPOe2iD7q0C5P8WeSW5QGFm { top:41.5rem;left:0rem;width:6.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7MbfNucXRlWtkHu2Unu1T3BfyKuoXWD { top:41.5rem;left:0rem;width:6.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEfCTnKtFTaseyeDo8qryzQHve0vpORI { top:43.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPAiaxPl4q5Iv1Ktmi5n9O8loE4f5weW { top:44.25rem;left:0rem;width:12.1875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en8dgHasApMS2WAZEb1eVlooMgqSceqq { top:44.25rem;left:0rem;width:6.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyk86wVkRuN6RR3myQ94MA9SelEST2A2 { top:37.8125rem;left:13.25rem;width:10.875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxrAsZ7TCu6WAUQr4sDCrThv1TwcOEDc { top:40.75rem;left:13.25rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzt4wcEn47Kvr1m0O7uBfFkCs836PC31 { top:41.5625rem;left:13.25rem;width:6.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suuBmnSmrVZeHpB4FW8CURuks7hsyTnF { top:41.5625rem;left:22.125rem;width:6.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRPVc2m9mTH2eWewfkewNWcEFbT3SRBh { top:43.5625rem;left:13.25rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDEiUtFTTzHG4ZruLQ0HaPTfreS5zbh0 { top:44.375rem;left:13.25rem;width:6.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI27wXOVzLZ7L1JCT2Ss0ZINcpIkqCdq { top:44.375rem;left:22.125rem;width:12.1875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPEzlfaX96sfo2RJqXH6pb2yUFiOfPaP { top:50.6875rem;left:13.625rem;width:20.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObriaelM61iaZm49n3ybz5hrKJ3QxEf3 { display:block; }
 }@media only screen and (max-width: 763px) { #ICdNynTh6kMAdG5HRNA9HSVAmdfkA0k6 { top:37.8125rem;left:36.0625rem;width:11.6875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTH6zs07s5822ZDTsfTERmnQU0LbFkU6 { top:40.75rem;left:26.5rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqS4IOK48PmTg6OapZpoSvPs2hZ8mbyu { top:41.5625rem;left:38.5625rem;width:6.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOA8d5akWJ7HGRerFQThL535JJRN2Alq { top:41.5625rem;left:40.875rem;width:6.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWFyOtDxZmQVMi86cfiwrFQk8EcxowfT { top:43.5625rem;left:26.5rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4IWpbvfWGAqsZ0ivbbGhgDuN7Bcp4Tk { top:44.375rem;left:38.5625rem;width:6.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZetAGxfmIlXp8MZymPWxON1QhDetU0a { top:44.375rem;left:35.5625rem;width:12.1875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIcO8u51Urnt6KvNtTqX0MdcfIiHuBq2 { top:50.6875rem;left:26.9375rem;width:20.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoRxNpqNiF22Fbl9wecfPpvGIlQ1GGOz { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:27.9375rem;height:13rem;top:6.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:14.1875rem;left:7.25rem;width:16.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:30.875rem;left:14.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:30.875rem;left:31.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiGcq0zh8bfA497kgF5JygFb7Qg15y4X { top:8.3125rem;left:31.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCMTeFzuKvPTIfHVPN8he8LUmGQI0aXC { top:8.3125rem;left:14.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAvRmlKsMxX1WJ8kIEiRVbEVlmUtpHbB { top:18.4375rem;left:7.25rem;width:16.625rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx6yCycT6oXBQHv20LXIr57uAaU8nH1D { top:14.1875rem;left:19.1875rem;width:16.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEMMBc0hfpHz35Zr7ATWOAqsfyJZ2P06 { top:18.4375rem;left:19.1875rem;width:16.625rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0odRsXcO66W5GzKZqJGSIei71re5aOR { top:36.0625rem;left:7.25rem;width:16.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRtIWwxugGdqtyTflrI6epryqTX5T3OZ { top:40.625rem;left:7.25rem;width:16.625rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilcB9k7LRkb3MUJmpgJT68lJcNadcW0H { top:36rem;left:13.375rem;width:22.4375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N604hW3eiBUTTd9d8F3E0AoOpFrDvKoO { top:41.3125rem;left:14.375rem;width:21.4375rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULZyO8vaTqySa6I2nEE1gDQO5JFFeNlU { top:6.3125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyGBClIZNGwhoNSIggRPWHcz0mTTFdJ2 { top:6.3125rem;left:15.8125rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLFFa0z0OHTCnwBT5AVF9CbSboXJE2Qy { top:29.3125rem;left:3.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oguiCL60ucGx1amXkZHP9T8bn1NS6r9g { top:29.3125rem;left:15.8125rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { display:block; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9nTD62GiTyGCT7fEQtRolZJ24ma72PU { width:36.0625rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8qUsryXZefbW8vNzcrvwppyUZBWv4JE { width:24.125rem;height:24.125rem;top:11.625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIUIy6kr7AB2HJogG8mzy1GvtTGtKN1H { width:24.125rem;height:24.125rem;top:11.625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTg1vLn1XuKFsbZCtTAAO6gvsom4mE9q { width:24rem;height:24rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 { display:block; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSs2SPyRWtBK7KIcfStexCx9gl0wWAZV { width:26.4375rem;height:6.5rem;top:4.8125rem;left:9.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNsgVGx8dUEQ94XlMw8COKruGQbGn63p { width:1.1875rem;height:2.5625rem;top:14.5625rem;left:25.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTXO27I0BkJ30CJyePGhm583mlquzFS { width:12.9375rem;height:1.25rem;top:14.5625rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9BQDwvH670J7sacE8ms4vpzDIrS9Sud { top:11.6875rem;left:0rem;width:39.5625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySAbWhRNnycVipRaTBVVoI0L0QIp4m9u { width:4.9375rem;height:1.5rem;top:15.375rem;left:27.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZcG4hBLPVWvLGITVyxxKoaaNVa3DN8d { width:4.9375rem;height:1.5rem;top:19.5rem;left:27.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GASQ0UOBWJFz17tDBGs0LSfzosNZlwBq { width:1.1875rem;height:2.5625rem;top:18.6875rem;left:25.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJpumxMTEdRZDEUd5G5Vh4tXuhlFWEg { width:4.9375rem;height:1.5rem;top:23.875rem;left:27.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK1iTFra5dC4i1DEEsQHboATbJWzcWth { width:1.1875rem;height:2.5625rem;top:23.0625rem;left:25.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQNDB013uvDTEVd4OM7WDsPsLoQ8ipZR { width:4.9375rem;height:1.5rem;top:28.4375rem;left:28.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXIBXk3lNUC1OZ4h2KCLwxTsM3Oze5gS { width:1.8125rem;height:2.5625rem;top:27.625rem;left:25.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAWdlKW1op6PQw5WoUGSK5k09edKXA0L { width:4.9375rem;height:1.5rem;top:33.0625rem;left:28.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoeS58QiQIx6AGcLPaNTH5dAxoVVeJs5 { width:2.0625rem;height:2.5625rem;top:32.25rem;left:25.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw4B3blg1fGpMNnb6MpPHaH8UMmGgPas { width:4.9375rem;height:1.5rem;top:37.75rem;left:28.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8eVViIupUxvlqNM04nnk0iNw2Ft3l8c { width:2.3125rem;height:2.5625rem;top:36.9375rem;left:25.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLBFIS7UZP6kB9NATFRb2CwQqxp97NmQ { top:16.25rem;left:14.0625rem;width:21.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsoJ7mkL5TCcR05F15KxbMtvKEv6bBxn { top:16.25rem;left:33.3125rem;width:2.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KypRny8PfoGPzWU5c7mWUpFMuUxriKQi { top:20.5625rem;left:14.0625rem;width:21.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtoyXfn6AufznhJeT3WecVXZrJPm9HqC { width:12.9375rem;height:1.25rem;top:18.875rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvF5D9ERrbUoy60QzAi1K7TNTuCX8QzQ { top:20.5625rem;left:30.1875rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5vI92huDHCZoIPNBOBRrgRoT4lA3z2h { top:24.9375rem;left:14.0625rem;width:21.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTy4Dx3MRfbSI9KM3TMczMueBI0UtFW { width:12.9375rem;height:1.25rem;top:23.25rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeb1DoKLDieJQZnc09NnmHzCi43lQ6UF { top:24.9375rem;left:27.0625rem;width:8.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqbI9HsOUktfpi5A7Mx6eTNRiwZZ3Fp3 { top:29.5rem;left:14.0625rem;width:21.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtbMa9T60R5v5vmFxpAIVq4nQ4UgEhfM { width:12.9375rem;height:1.25rem;top:27.8125rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwklZheef9LqtM3rwmyNd2k8RJb0arel { top:29.5rem;left:23.3125rem;width:12.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN01yvUW1nbuo8mvQxanph0igqo3W9tP { top:34.125rem;left:14.0625rem;width:21.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok03TaUAcKWbhyWSnByVTuUwgdZchwk8 { width:12.9375rem;height:1.25rem;top:32.4375rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnZk2ztw1KLADbV7IyHn4i2oNRrBrmD { top:34.125rem;left:19.5625rem;width:16.25rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8fcqO8H1vVsWhZhxeMhxs2RA3s1VP3y { top:38.8125rem;left:14.0625rem;width:21.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTafwXoSsucbarZ9PVhRbnhDr0QVC7mp { width:12.9375rem;height:1.25rem;top:37.125rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP1XK1h7FPioPl2Zit9oluwqT8u5N2CU { top:38.8125rem;left:16.4375rem;width:19.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5M2JnapQC2ZVpBlW0Nx0TcHpaGMNLoS { top:34.6875rem;left:0rem;width:14.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW64zdnONvytIhqtqdzheWoh1MJVoTTs { top:36.1875rem;left:0rem;width:19.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWoxMtf3P7yvbbF1c0NdFybV7gxi8MK0 { top:18.0625rem;left:10.25rem;width:31.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfC4ZrJWSEi8Wu4RprZU8pesax9bASbl { top:22.4375rem;left:3.9375rem;width:31.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6hAZlho05pqyL2Kpk8LLJGxeuuwpIw { top:27rem;left:3.9375rem;width:31.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQMzBDUUwT2Jf2nkolsr9wFJ01IH9yr4 { top:31.375rem;left:3.9375rem;width:31.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxRvDyilLEqGSF0q2gm3C6TFuX590IWS { top:36.25rem;left:3.9375rem;width:31.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 { display:block; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piLRAD6hcoSnllJB2x0PG4qIHqQkgG5L { top:11.8125rem;left:22rem;width:23.5rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTvzXI8dRmw62Gc1PdzVzSdvCulaSXIG { top:6.3125rem;left:0rem;width:45.1875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySORV9FnC8pTVGWVmbFxVDXrpGsraE6 { width:23.8125rem;height:5.8125rem;top:19.875rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { top:9.25rem;left:0rem;width:32.1875rem;height:9rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { top:21.5625rem;left:23.5rem;width:19.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZQy7CCeBeJPsTUgR7BGsaATpvJI6Hx { display:block; }
 }@media only screen and (max-width: 763px) { #AWm0n15IK5MldqoI81BM1qNn9VuN2TLS { top:20.1875rem;left:0rem;width:30.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHvlXH3yfJxub1a4xJxDl3An0slNLMqX { top:20.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4Ebk7bSNULZnzibgWNsemlhHulc9Mi1 { top:6.3125rem;left:16.8125rem;width:30.9375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss9Hvz4UmToz6EydGPRtELSBgGI6QdIs { top:6.25rem;left:23.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3ifoWS7AXuPnn2zEekvRZZuyTMTrLZU { top:8.8125rem;left:16.5rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtMv9QTus7laDu8BmhkHpZ6T7msCtkPv { top:9.8125rem;left:23.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBcb7heAS98cgU8rzJI0xhTomMEWRt6g { top:9.875rem;left:16.8125rem;width:30.9375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKJlqGMnSNoKpCG62TsXEcbfDgJNT09T { top:12.4375rem;left:16.5rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD535MOUyONFKvD57dNZr5T0JRkJ0dRA { top:13.4375rem;left:16.8125rem;width:30.9375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geTTqMqmDxJIbUTVvAEaQciy0b8T4yU3 { top:13.375rem;left:23.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ExgKBku8IiRMtnTofqFLoabdScUllG { top:16.75rem;left:16.8125rem;width:30.9375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyvxIOyGTVDC7ETHtcdkroZWipnqQbJt { top:16.6875rem;left:23.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpcR7ATmQlUy8yx3tHT3kWgZ8IaqsAP { top:15.75rem;left:16.5rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU { display:block; }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlgfuXPgEXV8aHzvJ0lFE5l1xvfPFDNf { top:7.25rem;left:8.5rem;width:32.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNWeFQzN8Unw3ZRzX2acU4gUNKtfZ9ew { top:5.375rem;left:11.4375rem;width:26.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH03bSwXAU41OrFO0OcgJB7NzcQJTKEP { top:2.0625rem;left:7.875rem;width:33.625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.75rem;left:6.15625rem;width:35.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/248dd519-5815-4d66-9dcf-c113802fb83b/DJI_0951gradient.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX.adaptive-delivery-prevent-bg, #ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX.lazyload, #ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX.lazyloading { background-image: none; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container { background-color: transparent; background-image: none; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,15,0.9); }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container > .video-iframe-container { display: none; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,15,0.9); }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row > .video-iframe-container { display: none; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .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); }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container { border-width: 0; border-radius: 0; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubE9dvHu59zRwrWr80yrcgO9dIg5kTdX > .row .container { width:20rem;height:93.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qI2ueM5aUTs70L4v17gCTCWGkGFIWnls { width:8.75rem;height:3.5rem;top:2.2447917461395rem;left:5.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WzobcvgR2bTEribhfnnxdyJsasCaIyQz { width:14.684875rem;height:3.65625rem;top:47.9375rem;left:2.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PtQdtMrKeuDO569vgK0Rd1TeDeXmBTIF { width:18.6875rem;height:34.375rem;top:46.4375rem;left:0.6875rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;line-height:.9;height:3.125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15rem;height:auto;top:52rem;left:1.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15rem;height:auto;top:52rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #wMiQT4A4vZPSQNVe0rT1xxKglFV3qlU6 { width:20rem;height:6.59765625rem;top:11.375rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cMiH1ydPEUF27Vxxd3HFmgmzZ37xNctx { width:3.5625rem;height:3.125rem;top:23.006510734558rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhZkpKRREnAl1AipkKAiISNFmt96ZAih { width:14.9375rem;height:1.4622375rem;top:19.596354007721rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVNAIWT6vNcBaWE9nRqwQTpfwT5HJTmG { width:16.875rem;height:1.13671875rem;top:32.8125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0MTxIk7N9HOKy3rZwJTT7RDS33LtxzS { width:13.6875rem;height:2.5625rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chfS1IWZX6dKJgGJqs01FQ75mmEKoQTB { width:12.5rem;height:1.29948125rem;top:28.96484375rem;left:0.7799479961395rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5NZpt34RSatxozsa8vZIfI6M0iFMHmu { width:7.75rem;height:2.03125rem;top:22.875rem;left:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOUU5kzdgI2rHPyTMBJTUbgBgEawT7AL { width:4.625rem;height:1.38020625rem;top:24.8125rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw5VTbe37fB5hyiXaJfeoSCUJzJOoKyd { width:10.4375rem;height:2.1875rem;top:8rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq2wOAouJ8fRw1PuS7LrnBIaAdzuwpXG { width:9.0625rem;height:1.29948125rem;top:8.4375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9czA7Ggrpu3Q6OaGftSKl6rbVknNehe { display:flex;width:1.3125rem;height:1.3125rem;top:32.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qKkrh04zMRADIx4oISNA0e0n5rroREIR { width:13.0625rem;height:1.13671875rem;top:36rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX8zM6wRgqokRNN1MLTD7iD4T02TSr64 { display:flex;width:1.3125rem;height:1.3125rem;top:35.9375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #U7Vg7J21dU2BwngkaoynbdZwpWhFuGoq { width:15.375rem;height:2.2734375rem;top:38.9375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2wXQHLfftfkTiGROXK08LpHJfpyvlCP { display:flex;width:1.3125rem;height:1.3125rem;top:39.4375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #bHNnGTmXp0WlGokOsZHnktTnDC3gEhSr { width:20rem;height:0.0625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PruFFJqSlQwIdNyG3kZTMW62ZIlcNfFe { width:20rem;height:0.0625rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmvHtASbO1dtVqeGry1DNUPJqhDcEwbS { display:flex;width:0.9375rem;height:0.9375rem;top:42.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rBZQEOTzSzirMv42wy0gAw4we0QXvodD { width:11.9375rem;height:1.13671875rem;top:42.75rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vguc2ZPqqhtEBdi7WXwrE3JPteimV9iA { width:20rem;height:7.75rem;top:85.375002861025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2lbuCgHb2ESmFUfh49Ftxvo1Ee4VJCg { display:flex;width:1.25rem;height:1.25rem;top:87rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lJUw6gsrBKXJbQhHCGFugL7nwarU3heA { width:5.4375rem;height:1.94791875rem;top:86.625rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4qk8i0LNS0Bt5BKemE4i6Nq7XsomV46 { display:flex;width:1.5rem;height:1.5rem;top:86.875rem;left:10.6875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #mC9ArTR0FOtAlO614yXRK556LCzDEUWo { width:6.1875rem;height:2.921875rem;top:86.125rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng6KiqKW5uuXfyclKqeeamR0Ps8EvIt5 { display:flex;width:1.5rem;height:1.5rem;top:89.9375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #hgdpJU0ZbJ2uhdiUcTwIJuMM3phd5BoC { width:4.9375rem;height:0.97395625rem;top:90.1875rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVkD2k1LtW0rPIBPsZbIxSwTw6oIH5W5 { display:flex;width:1.25rem;height:1.25rem;top:90.0625rem;left:10.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #F5xoBa9taAlG8JuGuhATd659RhmPWP7U { width:6.125rem;height:1.94791875rem;top:89.75rem;left:13.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF { display:block; }#qBwOy0eWXnQ6rLgncmx4NclhHGxpgAAF > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwsmWQl0Ox7LyNy9Na4uAS5CUXugE1ur { width:18.5625rem;height:8.997375rem;top:7.5000061988831rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #sWkl6NsuKwhFaobPxg66LEtMmFdxxdy7 { width:20rem;height:4.0625rem;top:2.5625038146973rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whs0Z2DLedEgDkqOKD0idq4N4a3BoeWR { top:54.2265625rem;left:1.21875rem;width:17.5625rem;height:2.375rem;font-size:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls23WKahFxGhXodMZSM76CPA0CO4LVWn { display:block; }
 }@media only screen and (max-width: 763px) { #hWmoL3I7T7y0c9yOeFFWqUXUI4t4pS76 { width:20rem;height:20rem;top:59.53515625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LltgIVdkgiLXcgh5I4yFClM17qQlLTuh { width:18.25rem;height:13.5rem;top:18.375000715256rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgHcv6MvSTNXTBtEqcm5UrTKMHBR4dTb { width:15.375rem;height:3.8984375rem;top:20.122396469116rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZHPeroCwhUtJo4zApXJEMT4o3LwUKfz { width:13.5rem;height:5.19791875rem;top:24.5625rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qOC2fSrMyTlM5piQZGEKWrTtaKyXOXmO { display:flex;width:1.5rem;height:1.5rem;top:24.37500333786rem;left:2.08203125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #gKgBaf1wKWoiyLNKg8Qlk5Mc2lfZ9a7x { width:18.25rem;height:5.125rem;top:31.873699188233rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgNMNmp4cUAOXSFztHirq50Ilne7dUQO { width:13.625rem;height:1.29948125rem;top:33.973958969116rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hd6GiQAfKmTOMSkJzMVPEvzuBnnU9CET { display:flex;width:1.5rem;height:1.5rem;top:33.686197936535rem;left:2.08203125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #OGORziGH1nJpnpnR8wXuPbB8tRvJ99pU { width:13.6875rem;height:1.29948125rem;top:39.345052242279rem;left:4.58203125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tEWpnRO1TEaBW6BpJM1MSHPbEJo2vGp5 { display:flex;width:1.5rem;height:1.5rem;top:40.341146945953rem;left:2.08203125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Mbo7nNWHQi8Z5qUy5avQeTFKqm7FvSzF { width:18.25rem;height:8.1875rem;top:36.997396469116rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4uwE4b4WKOV4Ul1OlzHuEUPBUr1HKoU { width:13.125rem;height:2.59895625rem;top:40.869794368744rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qMxtacNEJP0HmVH2PLTyzVrvxNmmLNq9 { width:2.0625rem;height:2.0625rem;top:30.686199188233rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO2b8k6eeuM3xFPOqLTKNViA8B1mVJJg { width:2.0625rem;height:2.0625rem;top:30.687500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1XKCRi67r8ukzktRCa8vT5Prrn84mwF { width:2.0625rem;height:2.0625rem;top:36.412761688233rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5dTNwb3fkJommeFGCycMzznaqEVO2Pm { width:2.0625rem;height:2.0625rem;top:36.412761688233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poMmQifn9F1NOrIN0y8cluETEMG3Z2T1 { width:20rem;height:0.567708125rem;top:31.227865219116rem;left:0rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAOsUXqhEW2aNTr6xiZZs4ZVPv5cJqqF { width:20rem;height:0.567708125rem;top:37.078125953674rem;left:0rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMocsF6se6y6gSR9w6fxMoRwqF7u4k14 { width:18.25rem;height:2.76041875rem;top:47.760412216186rem;left:0.875rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UQLX9GeduE5l03fc88pCPmC3PcEevcgd { width:12.75rem;height:1.0559875rem;top:51.645833969116rem;left:0.875rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL { display:block; }#ITGZmcuiT2hWX49WXiuMSb0m0lh6KfzL > .row .container { width:20rem;height:108.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPTNfUGwruQXfrIJAe5RVqrmNO2VSVcT { width:20rem;height:4.0625rem;top:2.5598907470703rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GwoBE6fpwBVqvQ9mRBpnVk48USlFyKG4 { width:14.3125rem;height:14.3125rem;top:8.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJT4GAiC6znUzk170Dl5Ksrc1ewBsZl1 { width:14.3125rem;height:14.3125rem;top:41.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6gBuGsUFINILbz4ZMTL3h4TcVVGgT0 { width:14.3125rem;height:14.3125rem;top:74.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyyTyUb1oMNvT6hNuTx2oTsLf85gQp6J { top:35.3125rem;left:4.1875rem;width:11.47914625rem;height:2.354165rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpPDI5RVtM9cgUbfA2T7WQrJi81bFtT2 { display:block; }
 }@media only screen and (max-width: 763px) { #hUt58nezqmxmbKdxkpxqImUsXqqENpTS { width:14.3125rem;height:30.625rem;top:8.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAC7MAnTULbHXEexJed8lGtcswvl4Vre { width:14.3125rem;height:30.625rem;top:74.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2JVkfZoRFr26sadItKz1mi6usC4ycTl { width:14.3125rem;height:30.625rem;top:41.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FggaHydbIFIdTRBQtXbEkkJkab0lzxHM { width:6.375rem;height:1.4622375rem;top:23.875rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HBfLR1NiybIZlpMqu65xWwAQrSQgqULo { width:13.75rem;height:0.0625rem;top:29.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ial20adRUaPOe2iD7q0C5P8WeSW5QGFm { width:6.875rem;height:1.21875rem;top:26.375rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s7MbfNucXRlWtkHu2Unu1T3BfyKuoXWD { width:4rem;height:1.21875rem;top:27.5625rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wEfCTnKtFTaseyeDo8qryzQHve0vpORI { width:13.75rem;height:0.0625rem;top:25.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPAiaxPl4q5Iv1Ktmi5n9O8loE4f5weW { width:12.5rem;height:3.65625rem;top:30.875rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #en8dgHasApMS2WAZEb1eVlooMgqSceqq { width:6.875rem;height:1.21875rem;top:29.6875rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pyk86wVkRuN6RR3myQ94MA9SelEST2A2 { width:10.875rem;height:1.4622375rem;top:56.5625rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QxrAsZ7TCu6WAUQr4sDCrThv1TwcOEDc { width:13.75rem;height:0.0625rem;top:62rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzt4wcEn47Kvr1m0O7uBfFkCs836PC31 { width:6.875rem;height:1.21875rem;top:59.125rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #suuBmnSmrVZeHpB4FW8CURuks7hsyTnF { width:3.0625rem;height:1.21875rem;top:60.375rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WRPVc2m9mTH2eWewfkewNWcEFbT3SRBh { width:13.75rem;height:0.0625rem;top:58.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDEiUtFTTzHG4ZruLQ0HaPTfreS5zbh0 { width:6.875rem;height:1.21875rem;top:62.625rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fI27wXOVzLZ7L1JCT2Ss0ZINcpIkqCdq { width:12.1875rem;height:3.65625rem;top:63.8125rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nPEzlfaX96sfo2RJqXH6pb2yUFiOfPaP { top:68.625rem;left:4.25rem;width:11.4375rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObriaelM61iaZm49n3ybz5hrKJ3QxEf3 { display:block; }
 }@media only screen and (max-width: 763px) { #ICdNynTh6kMAdG5HRNA9HSVAmdfkA0k6 { width:11.6875rem;height:1.4622375rem;top:89.75rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTH6zs07s5822ZDTsfTERmnQU0LbFkU6 { width:13.75rem;height:0.0625rem;top:91.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqS4IOK48PmTg6OapZpoSvPs2hZ8mbyu { width:6.875rem;height:1.21875rem;top:92.75rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GOA8d5akWJ7HGRerFQThL535JJRN2Alq { width:6.875rem;height:1.21875rem;top:93.9375rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sWFyOtDxZmQVMi86cfiwrFQk8EcxowfT { width:13.75rem;height:0.0625rem;top:95.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4IWpbvfWGAqsZ0ivbbGhgDuN7Bcp4Tk { width:6.875rem;height:1.21875rem;top:96.25rem;left:3.9375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zZetAGxfmIlXp8MZymPWxON1QhDetU0a { width:12.1875rem;height:1.21875rem;top:97.5rem;left:3.9375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nIcO8u51Urnt6KvNtTqX0MdcfIiHuBq2 { top:100.75rem;left:4.25rem;width:11.39583375rem;height:2.27083375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoRxNpqNiF22Fbl9wecfPpvGIlQ1GGOz { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:8.125rem;top:3.4531059265137rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:15rem;height:2.924475rem;top:15.0625rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:2.1875rem;height:2.1875rem;top:39rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:2.1875rem;height:2.1875rem;top:50.998699188233rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #kiGcq0zh8bfA497kgF5JygFb7Qg15y4X { display:flex;width:2.1875rem;height:2.1875rem;top:27.3125rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #BCMTeFzuKvPTIfHVPN8he8LUmGQI0aXC { display:flex;width:2.1875rem;height:2.1875rem;top:15.4375rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #iAvRmlKsMxX1WJ8kIEiRVbEVlmUtpHbB { width:16.625rem;height:4.875rem;top:18.875rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cx6yCycT6oXBQHv20LXIr57uAaU8nH1D { width:16.625rem;height:2.92448125rem;top:26.9375rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yEMMBc0hfpHz35Zr7ATWOAqsfyJZ2P06 { width:16.625rem;height:4.875rem;top:30.9375rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c0odRsXcO66W5GzKZqJGSIei71re5aOR { width:16.625rem;height:2.92448125rem;top:38.631510734558rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gRtIWwxugGdqtyTflrI6epryqTX5T3OZ { width:16.625rem;height:4.875rem;top:42.651033401489rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ilcB9k7LRkb3MUJmpgJT68lJcNadcW0H { width:14.25rem;height:5.84895625rem;top:50.998701095581rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N604hW3eiBUTTd9d8F3E0AoOpFrDvKoO { width:16.625rem;height:4.875rem;top:58.171878814698rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULZyO8vaTqySa6I2nEE1gDQO5JFFeNlU { width:20rem;height:0.0625rem;top:13.437489986419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyGBClIZNGwhoNSIggRPWHcz0mTTFdJ2 { width:20rem;height:0.0625rem;top:36.864574432373rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLFFa0z0OHTCnwBT5AVF9CbSboXJE2Qy { width:20rem;height:0.0625rem;top:25.276042938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oguiCL60ucGx1amXkZHP9T8bn1NS6r9g { width:20rem;height:0.0625rem;top:49.046867370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { display:block; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { background-color: transparent; background-image: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container > .video-iframe-container { display: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row > .video-iframe-container { display: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .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); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container { width:20rem;height:71.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9nTD62GiTyGCT7fEQtRolZJ24ma72PU { width:17.6875rem;height:2.03125rem;top:3.3749904632568rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8qUsryXZefbW8vNzcrvwppyUZBWv4JE { width:18.75rem;height:18.75rem;top:28.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIUIy6kr7AB2HJogG8mzy1GvtTGtKN1H { width:18.75rem;height:18.75rem;top:48.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTg1vLn1XuKFsbZCtTAAO6gvsom4mE9q { width:18.75rem;height:18.75rem;top:7.5000005960462rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 { display:block; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSs2SPyRWtBK7KIcfStexCx9gl0wWAZV { width:16.9361875rem;height:4.0625rem;top:3.43359375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNsgVGx8dUEQ94XlMw8COKruGQbGn63p { width:2.8125rem;height:1.78645625rem;top:9.3723959922788rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTXO27I0BkJ30CJyePGhm583mlquzFS { width:11.3125rem;height:1.29948125rem;top:9.6158857345581rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9BQDwvH670J7sacE8ms4vpzDIrS9Sud { width:20rem;height:17.5625rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySAbWhRNnycVipRaTBVVoI0L0QIp4m9u { width:4.9375rem;height:1.29948125rem;top:9.6158857345581rem;left:1.20703125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZcG4hBLPVWvLGITVyxxKoaaNVa3DN8d { width:4.9375rem;height:1.29948125rem;top:15.433594703674rem;left:1.20703125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GASQ0UOBWJFz17tDBGs0LSfzosNZlwBq { width:2.8125rem;height:1.78645625rem;top:15.191417694092rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJpumxMTEdRZDEUd5G5Vh4tXuhlFWEg { width:4.9375rem;height:1.29948125rem;top:20.541667938233rem;left:1.20703125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK1iTFra5dC4i1DEEsQHboATbJWzcWth { width:2.8125rem;height:1.78645625rem;top:20.299480438233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQNDB013uvDTEVd4OM7WDsPsLoQ8ipZR { width:4.9375rem;height:1.29948125rem;top:25.871094226837rem;left:1.51953125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXIBXk3lNUC1OZ4h2KCLwxTsM3Oze5gS { width:2.8125rem;height:1.78645625rem;top:25.567699432373rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAWdlKW1op6PQw5WoUGSK5k09edKXA0L { width:4.9375rem;height:1.29948125rem;top:30.985678672791rem;left:1.2890625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoeS58QiQIx6AGcLPaNTH5dAxoVVeJs5 { width:2.8125rem;height:1.78645625rem;top:30.743490695953rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw4B3blg1fGpMNnb6MpPHaH8UMmGgPas { width:4.9375rem;height:1.29948125rem;top:36.113283872604rem;left:1.51953125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8eVViIupUxvlqNM04nnk0iNw2Ft3l8c { width:2.8125rem;height:1.78645625rem;top:35.871096372604rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLBFIS7UZP6kB9NATFRb2CwQqxp97NmQ { width:12.8125rem;height:0.625rem;top:11.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsoJ7mkL5TCcR05F15KxbMtvKEv6bBxn { width:2.5rem;height:0.625rem;top:11.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KypRny8PfoGPzWU5c7mWUpFMuUxriKQi { width:12.8125rem;height:0.625rem;top:17.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtoyXfn6AufznhJeT3WecVXZrJPm9HqC { width:12.9375rem;height:1.29948125rem;top:15.433594703674rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvF5D9ERrbUoy60QzAi1K7TNTuCX8QzQ { width:4.375rem;height:0.625rem;top:17.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5vI92huDHCZoIPNBOBRrgRoT4lA3z2h { width:12.8125rem;height:0.625rem;top:22.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTy4Dx3MRfbSI9KM3TMczMueBI0UtFW { width:12.9375rem;height:1.29948125rem;top:20.541667938233rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeb1DoKLDieJQZnc09NnmHzCi43lQ6UF { width:6.875rem;height:0.625rem;top:22.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqbI9HsOUktfpi5A7Mx6eTNRiwZZ3Fp3 { width:12.8125rem;height:0.625rem;top:28rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtbMa9T60R5v5vmFxpAIVq4nQ4UgEhfM { width:12.9375rem;height:1.29948125rem;top:25.871094226837rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwklZheef9LqtM3rwmyNd2k8RJb0arel { width:9.375rem;height:0.625rem;top:28rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN01yvUW1nbuo8mvQxanph0igqo3W9tP { width:12.8125rem;height:0.625rem;top:33.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok03TaUAcKWbhyWSnByVTuUwgdZchwk8 { width:12.9375rem;height:1.29948125rem;top:30.985678672791rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnZk2ztw1KLADbV7IyHn4i2oNRrBrmD { width:10.625rem;height:0.625rem;top:33.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8fcqO8H1vVsWhZhxeMhxs2RA3s1VP3y { width:12.8125rem;height:0.625rem;top:38.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTafwXoSsucbarZ9PVhRbnhDr0QVC7mp { width:12.9375rem;height:1.29948125rem;top:36.113283872604rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP1XK1h7FPioPl2Zit9oluwqT8u5N2CU { width:11.875rem;height:0.625rem;top:38.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5M2JnapQC2ZVpBlW0Nx0TcHpaGMNLoS { width:14.75rem;height:1.4622375rem;top:60.0625rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SW64zdnONvytIhqtqdzheWoh1MJVoTTs { width:19.5rem;height:1.29948125rem;top:61.5rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VWoxMtf3P7yvbbF1c0NdFybV7gxi8MK0 { width:20rem;height:0.0625rem;top:13.809896469116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfC4ZrJWSEi8Wu4RprZU8pesax9bASbl { width:20rem;height:0.0625rem;top:19.393219947815rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6hAZlho05pqyL2Kpk8LLJGxeuuwpIw { width:20rem;height:0.0625rem;top:24.473960876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQMzBDUUwT2Jf2nkolsr9wFJ01IH9yr4 { width:20rem;height:0.0625rem;top:29.743490695953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxRvDyilLEqGSF0q2gm3C6TFuX590IWS { width:20rem;height:0.0625rem;top:34.654947996139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 { display:block; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piLRAD6hcoSnllJB2x0PG4qIHqQkgG5L { width:16.75rem;height:4.0625rem;top:3.2473964691162rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTvzXI8dRmw62Gc1PdzVzSdvCulaSXIG { height:10.875rem;width:20rem;top:16.661458969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySORV9FnC8pTVGWVmbFxVDXrpGsraE6 { width:18.3125rem;height:5.84895625rem;top:8.6848964691163rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { width:19.875rem;height:5.625rem;top:3.3359375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { top:31.0625rem;left:2.7825522422791rem;width:14.434875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZQy7CCeBeJPsTUgR7BGsaATpvJI6Hx { display:block; }
 }@media only screen and (max-width: 763px) { #AWm0n15IK5MldqoI81BM1qNn9VuN2TLS { width:16.4375rem;height:1.4622375rem;top:10.1875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHvlXH3yfJxub1a4xJxDl3An0slNLMqX { display:flex;width:1.25rem;height:1.25rem;top:10.25rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #v4Ebk7bSNULZnzibgWNsemlhHulc9Mi1 { width:16.3125rem;height:1.21875rem;top:13.828125rem;left:2.7473959922791rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss9Hvz4UmToz6EydGPRtELSBgGI6QdIs { display:flex;width:1.625rem;height:1.625rem;top:13.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3ifoWS7AXuPnn2zEekvRZZuyTMTrLZU { width:20rem;height:0.0625rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtMv9QTus7laDu8BmhkHpZ6T7msCtkPv { display:flex;width:1.625rem;height:1.625rem;top:18.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wBcb7heAS98cgU8rzJI0xhTomMEWRt6g { width:16.3125rem;height:2.4375rem;top:18rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKJlqGMnSNoKpCG62TsXEcbfDgJNT09T { width:20rem;height:0.0625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD535MOUyONFKvD57dNZr5T0JRkJ0dRA { width:13.6875rem;height:1.21875rem;top:22.875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geTTqMqmDxJIbUTVvAEaQciy0b8T4yU3 { display:flex;width:1.625rem;height:1.625rem;top:22.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u4ExgKBku8IiRMtnTofqFLoabdScUllG { width:13.5625rem;height:1.21875rem;top:27.0625rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyvxIOyGTVDC7ETHtcdkroZWipnqQbJt { display:flex;width:1.625rem;height:1.625rem;top:26.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FNpcR7ATmQlUy8yx3tHT3kWgZ8IaqsAP { width:20rem;height:0.0625rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU { display:block; }#tSbXT2SibZAMT0OmTc2D7UcLp5QILZGU > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlgfuXPgEXV8aHzvJ0lFE5l1xvfPFDNf { width:15.25rem;height:2.0996125rem;top:3.25rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNWeFQzN8Unw3ZRzX2acU4gUNKtfZ9ew { width:13.3125rem;height:1.04980625rem;top:2.25rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kH03bSwXAU41OrFO0OcgJB7NzcQJTKEP { width:15.625rem;height:1.224825rem;top:1rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:17.5rem;height:1.7871125rem;top:0.35677337646484rem;left:1.2500000596046rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }